Commit Graph

153 Commits (df9e40be636738336d6fa3c775bbcc99a9a0e210)

Author SHA1 Message Date
Dan Finlay 48f2ae2154 Move old keystore migration code to metamask controller 8 years ago
Dan Finlay 931ae5f64a Make notices confirmation configurable 8 years ago
Dan Finlay 26f1e6cbd2 Remove encryptor in favor of external browser-passworder 8 years ago
Kevin Serrano e9bea92ac3
Lint. 8 years ago
Frances Pangilinan 090935f90a Create a TxManager 8 years ago
Dan Finlay 7b9749e30c Got bad account detection working and added to state 8 years ago
Dan Finlay ab9e15b782 Mostly added bad account detection 8 years ago
Dan Finlay c431783602 Remove redundant logging block 8 years ago
Dan Finlay 1880cda9b9 Fix vault encrypting & unlocking bug 8 years ago
Dan Finlay df0b89074b Return promise correctly from setSelectedAddress 8 years ago
Dan Finlay 5bf1018d75 Flattened addTx async methods 8 years ago
Dan Finlay ff3f6cc36a Bind ethQuery to estimateGas to allow it to be moved around. 8 years ago
Dan Finlay 85d5b12f8d Fix tx adding code 8 years ago
Dan Finlay 4b6b1db4f0 Ordered keyringController methods the same in metamask-controller 8 years ago
Dan Finlay b81f00849d Annotated KeyringController 8 years ago
Dan Finlay 80e76b45ee Denodeify most of KeyringController 8 years ago
Dan Finlay d9dc2eac63 Fix more async usage of KeyringController 8 years ago
Dan Finlay 230a0ab876 Fix more keyring asyncifying tests 8 years ago
Dan Finlay 600f5c31db Mostly got async keyringController tests passing 8 years ago
Dan Finlay c77d355e98 Complete first pass at asyncrhonizing keyring controller 8 years ago
Dan Finlay 2efab79f5b Asynced keyrings and started on controller 8 years ago
Dan Finlay 05c8658ff3 Fix new encryptor migration logic 8 years ago
Dan Finlay 822face7a3 Fix password reference 8 years ago
Dan Finlay 6ebdebc0a5 Remove line of cruft 8 years ago
Dan Finlay 4b7b0a86d8 Refine isInitialized derivation method 8 years ago
Dan Finlay de8da9ddf6 Simplify Encryptor API Surface 8 years ago
kumavis bc39cd7b89 KeyringController - estimateGas->analyzeGasUsage fix gasLimit + detect OOG 8 years ago
Dan Finlay c4056a861a Move state update outside of conditional callback block 8 years ago
Dan Finlay 606c0b7618 Remove callback type check 8 years ago
Dan Finlay 136296aad6 Began moving salt into encryptor 8 years ago
Dan Finlay ea56426b23 Use callback in placeSeedWord method. 8 years ago
Dan Finlay 9fb96128e6 Rename idStoreMigrator method for clarity 8 years ago
Dan Finlay ced36eb201 Improve Keyring organization 8 years ago
Kevin Serrano 1cbab788ec
Change fauceting to become a response of an emit. 8 years ago
Kevin Serrano f5b0795ac5
change all instances of selectedAddress to selectedAccount. 8 years ago
Kevin Serrano 9123e70434
Remove entropy from encryption and project. 8 years ago
Kevin Serrano bc6312e9e3
Promisify persistence of keyrings before returning key 8 years ago
Kevin Serrano cd2442e3e7
Persist keyrings from migration to storage. 8 years ago
Dan Finlay f229d32442 Replace old random-id code with incrementing id generator 8 years ago
Kevin Serrano 592b64a19f
Revert one cb to previous state. 8 years ago
Kevin Serrano 5bfb700fa8
Minimize dispatches by using emitters and relying on state updates. 8 years ago
Kevin Serrano a4666de0ce
Minimize repeated code. 8 years ago
Kevin Serrano b1fee2a1d3
Minimize repeated code. 8 years ago
Kevin Serrano 7de6b12aad
Re-enable disclaimer screen. Rename variables to reflect role more clearly. 8 years ago
Kevin Serrano 4826f7c0a0
Revert to previous anonymous function for promise. 8 years ago
Kevin Serrano 20cea5b2f5
Various keyring changes 8 years ago
Kevin Serrano 23263bec7d
Linting to the max. 8 years ago
Frankie 17aac2dbc5 fix tx data so it has the network id 8 years ago
Dan Finlay 553a6da011 Fix 787 gas buffer bug 8 years ago
Dan Finlay fc26a0a899 Fix network checking 8 years ago