Commit Graph

107 Commits (cc5e9aca4fa2a1e78c49be680405d93ac918bccf)

Author SHA1 Message Date
Dan Finlay d87a7b2a76 Send update to UI when changing selected account 8 years ago
Frankie cf6817092b remove unnecessary try statments 8 years ago
Frankie e6da8e2762 Fix signing of transactions 8 years ago
Dan Finlay af2c7004b0 Make single letter variables more verbose 8 years ago
Dan Finlay a10fe6b6f4 Return keyring metadata on metamask state object 8 years ago
Dan Finlay 05ce7086f7 Added error when trying to unlock uninitialized vault 8 years ago
Frances Pangilinan a85c691b71 Remove txManager in keyring controller 8 years ago
Frances Pangilinan 1ebcbe296b Migrate all tx mutation code out of keyring controller and 8 years ago
Frances Pangilinan 6e78494846 First pass at revision requests 8 years ago
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