Commit Graph

26 Commits (b471421a6d9d6f4a4450043b26540710ac8f1d86)

Author SHA1 Message Date
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