Commit Graph

94 Commits (cfc1c048d009d5222f58966b402395bf36a0a7b9)

Author SHA1 Message Date
Michael Scoff 7158188630 Added balance view in tokens tab 7 years ago
Michael Scoff a200879d8a Fix build compilation 7 years ago
Michael Scoff e5af90d4ab Refactor ERC20 tokens and transaction operation 7 years ago
Michael Scoff 64b3e4f69c Fix duplicate accounts issue 7 years ago
Michael Scoff 715a9950f6 Use 32 bytes for password generation 7 years ago
Michael Scoff e087cdc3d8 Add extra random bytes to generateRandom() 7 years ago
Michael Scoff cd6f1b7157 Consolidate password generation. Use random password to encrypt keystore 7 years ago
Michael Scoff df9f3b80e1 Add SkipBackupFilesInitializer and exclude all documents directory 7 years ago
Michael Scoff badd3579d7 Add GasPriceRequest 7 years ago
Michael Scoff 14de31712e Using decimal as Int to convert token operation 7 years ago
Michael Scoff 7d2d2ce169 Consolidating operations into using EtherFormatter 7 years ago
Michael Scoff 99636f6097
Initialize EtherKeystore only if isProtectedDataAvailable true (#112) 7 years ago
Michael Scoff 1e5464db3e Set accessibleWhenUnlockedThisDeviceOnly as default option 7 years ago
Michael Scoff 1f7a82320e Handle confirmations 7 years ago
Michael Scoff 8dc1e4b665 Weaking get block request response 7 years ago
Michael Scoff d1a056187e Proper handling confirmations 7 years ago
Michael Scoff 03fcfcdad4 Adding isError handle for transaction 7 years ago
Alejandro Isaza d61d9a7ebc Convert to Swift 4 (#97) 7 years ago
Alejandro Isaza 0f2a2816f6 Convert to Swift BigInt library (#94) 7 years ago
Michael Scoff 2289820e20 Add CallRequest 7 years ago
Michael Scoff f6d90e2802 Lock keystore after signing transaction 7 years ago
Michael Scoff 7ed600ef93 Make operationsLocalized optional 7 years ago
Michael Scoff aac0e27f69
Tokens (#84) 7 years ago
Michael Scoff cdf22e8afa Move keychainKeyPrefix into Constants 7 years ago
Michael Scoff e2527684ff
Integration Trust Service (#79) 7 years ago
Michael Scoff daf179ca73 Revert "Remove etherscan service" 7 years ago
Michael Scoff b6bb2a45ac Add addSkipBackupAttributeToItemAtURL 7 years ago
Michael Scoff e59ea71f43 Remove etherscan service 7 years ago
Michael Scoff a41c9a1d8e Conform RawTransaction to CodingKeys 7 years ago
Michael Scoff 8f1a18c654 Add transaction endpoint 7 years ago
Michael Scoff 4f04894d5e Add ArrayResponse 7 years ago
Michael Scoff 35b4e989be Fixed excessive calling of ChainState 7 years ago
Michael Scoff 715b1b7b12 Add EthplorerService 7 years ago
Michael Scoff 614191eaf6 Add lots of changes 7 years ago
Michael Scoff 56a5921121 Add EtherscanService 7 years ago
Michael Scoff bc0112b038 Show confirmations based on block difference 7 years ago
Michael Scoff 56dfe4d506 Add Chain State class for observing latest block in the chain 7 years ago
Michael Scoff db083d59c1 Integrating Trust Client 7 years ago
Michael Scoff b968cefc56 Version Bump 7 years ago
Michael Scoff 3c524a91ca Avoid duplicate accounts for both keystone and private key 7 years ago
Michael Scoff 45937c59b4 Rename etherScanAPIURL 7 years ago
Michael Scoff 5f264b79d7 Move into separate file 7 years ago
Michael Scoff 608c87cd5a Import your wallet with private key 7 years ago
Michael Scoff c44da6573b Remove Russian localization 7 years ago
Philipp Rieger acac2c5820 Adjusted correct padding for AES. 7 years ago
Philipp Rieger 8c9acbee4a Generated salt randomly. 7 years ago
Philipp Rieger d408b8ca82 Fixed logic bug in the key derivation. 7 years ago
Philipp Rieger c155e2b819 Added conversion from hex string to hex array for the private key. 7 years ago
Philipp Rieger ee2d76027d Changed number of iterations for PBKDF2. 7 years ago
Philipp Rieger 74b7dcfaf7 Adjusted JSON format. 7 years ago