Commit Graph

608 Commits (7ae2e005eda08907cbab33a42ecc0c9d899c6802)

Author SHA1 Message Date
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
kumavis fa2f0dee28 idStore - fix estimateGas calculation 8 years ago
Kevin Serrano 6dad4f1f20
Phase out ethereumjs-util from encryptor module. 8 years ago
Kevin Serrano 17669e4af8
Make ropsten faucet button point at the correct url. 8 years ago
Kevin Serrano 8d2afccdc0
Ropsten has sole access to the faucet. 8 years ago
Dan Finlay 136296aad6 Began moving salt into encryptor 8 years ago
Kevin Serrano 88ed1f191f
Add to changelog. 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
Dan Finlay e8a8302624 Begin adding Ropsten support 8 years ago
Kevin Serrano d6286cd13a
Maintain linting. 8 years ago
Kevin Serrano bc6312e9e3
Promisify persistence of keyrings before returning key 8 years ago
Dan Finlay ce1c5eb75a Update migration code for new hd wallet param name 8 years ago
Kevin Serrano cd2442e3e7
Persist keyrings from migration to storage. 8 years ago
kumavis 39e0a33bba random-id - use Number.MAX_SAFE_INTEGER as max 8 years ago
Dan Finlay 8eb91e89bf Increment tx ids to avoid collisions 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 e18109f1ea
Fix semantics in comments 8 years ago
Kevin Serrano 585284cb88
Lints. 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 d891869eff
First attempt at fixing errors in confirmation screen. 8 years ago
Kevin Serrano 26a548a7a3
First attempt at fixing errors in confirmation screen. 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 bfeaae69f2
Clarify functions names. Package normalize inside util file. Fix require headers. 8 years ago
Kevin Serrano 7012747fb5
Package normalize inside sig util file. 8 years ago
Kevin Serrano 23263bec7d
Linting to the max. 8 years ago
kumavis 536cab0687 detect tx error - show warning and fix gasLimit 8 years ago
Frankie 17aac2dbc5 fix tx data so it has the network id 8 years ago
Kevin Serrano e2b2083df0
remove gas field, due to alias redundancy. 8 years ago
Kevin Serrano b6b4be61d9
Fix bug for increasing gas by 20 percent. 8 years ago
Dan Finlay 7068d2e71c Adjust gas buffer to be 20% over estimate 8 years ago
Dan Finlay 6f39924e60 Increase gas buffer 8 years ago
Dan Finlay 553a6da011 Fix 787 gas buffer bug 8 years ago
Dan Finlay 1896928562 Fix gas price buffering 8 years ago
Dan Finlay fc26a0a899 Fix network checking 8 years ago
Dan Finlay abebe51f69 Add tolerance to normalize method 8 years ago
Dan Finlay ba7d6b437f Fix password validation and persistence issue 8 years ago
Kevin Serrano 2afc06287d
Implement private key exporting. 8 years ago