Commit Graph

35 Commits (c9a081638730f89a25cd1c92188abd516cc2e2c0)

Author SHA1 Message Date
James Sangalli 1b2b5224bd rename confusing structs and vars 7 years ago
Oguzhan Gungor 5fd7cb88dd Fixing broken tests 7 years ago
Viktor Radchenko e600cc8bf2
Support sign and sing personal message (#343) 7 years ago
James Sangalli da7edf6e9e with sample test code for signing but having difficulties with targets 7 years ago
Michael Scoff 7e74b65f9e Split signing into signMessage and signPersonalMessage 7 years ago
Michael Scoff 5e2a776059 Add userDefaults depedency injection and cover watch address functionality 7 years ago
Michael Scoff b934020414 Add keystoreDirectory and pass it to skip backup initialiazer 7 years ago
Michael Scoff 09d4deb6d5 Remove chainID from UnconfirmedTransaction 7 years ago
Michael Scoff ed67ab5da2
Add signMesasge method to the keystore (#216) 7 years ago
Michael Scoff 42c520dd75 Adapting to EIP55 7 years ago
Michael Scoff cf0da3f3b0 Fixing my messed up merge 😢 7 years ago
Alejandro Isaza cc141c7cb8 Fix transaction signing 7 years ago
Michael Scoff 3ab956f286 Add address property to return 0x address format 7 years ago
Alejandro Isaza 2f65e364d5 Replace Geth with TrustKeystore 🎉 7 years ago
Alejandro Isaza cac065cf9c Add transaction signing 7 years ago
Alejandro Isaza f134b9640b Implement RLP encoding 7 years ago
Michael Scoff 7731fb7007 Fixing tests 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 cd6f1b7157 Consolidate password generation. Use random password to encrypt keystore 7 years ago
Michael Scoff 99636f6097
Initialize EtherKeystore only if isProtectedDataAvailable true (#112) 7 years ago
Michael Scoff 3c524a91ca Avoid duplicate accounts for both keystone and private key 7 years ago
Philipp Rieger 8fe51a1a88 Adjusted test for conversion from private key to keystore. 7 years ago
Michael Scoff 7fcd386459 Add convertPrivateKeyToKeystoreFile function test 7 years ago
Michael Scoff f43281b895 Add InCoordinator 7 years ago
Michael Scoff 1eee5efa38 Create SignTransaction model 7 years ago
Michael Scoff fe6bd19e9d Throw an error if user adds already added wallet #64 7 years ago
Michael Scoff 5c6fe5a921 Implemented export feature to take newPassword for export 7 years ago
Michael Scoff 169bd04f7d Create wallet in one tap 7 years ago
Michael Scoff 3f7c6eca2f Add support for caching transactions 7 years ago
Michael Scoff 04c009321f Add export test case 7 years ago
Michael Scoff ffc6b93bf3 Add testImportFailInvalidPassword test case 7 years ago
Michael Scoff 38bc99e6da Add EtherKeystoreTests coverage 7 years ago