aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/idStore.js
Commit message (Expand)AuthorAgeFilesLines
* Adjust gas buffer to be 20% over estimateDan Finlay2016-11-091-1/+2
* Increase gas bufferDan Finlay2016-11-091-1/+1
* Fix gas price bufferingDan Finlay2016-11-081-5/+5
* Merge branch 'master' into i762-RenameWalletToAccountDan Finlay2016-10-271-2/+2
|\
| * Fix delegate call function reference 2Dan Finlay2016-10-261-1/+1
| * Fix delegate call analysisDan Finlay2016-10-261-1/+1
* | Rename wallet to accountDan Finlay2016-10-261-1/+1
|/
* Reproduced issue 743 in test caseDan Finlay2016-10-181-9/+14
* Restore hex prefix to gas priceDan Finlay2016-10-181-1/+1
* Increase gas estimate by 100000 weiDan Finlay2016-10-181-1/+9
* Fix gasPrice rangeFrankie2016-10-141-0/+4
* Fix bug where new vaults had no nicknamesDan Finlay2016-10-121-0/+2
* Fix cache clearing reference for OperaDan Finlay2016-09-131-1/+1
* Make cache clearning error tolerantDan Finlay2016-09-131-1/+6
* Fix clearing of account cache on vault restoreDan Finlay2016-09-131-3/+7
* LintedDan Finlay2016-09-131-2/+2
* Load accounts into ethStore on unlockDan Finlay2016-09-131-0/+1
* Add accounts back to metamask stateDan Finlay2016-09-131-1/+5
* Fix keystore referenceDan Finlay2016-09-131-0/+1
* Fix some referencesDan Finlay2016-09-131-2/+2
* Fix account unlockingDan Finlay2016-09-131-10/+13
* Select first address when restoring vaultDan Finlay2016-09-121-2/+10
* Fix ethStore pushed addressesDan Finlay2016-09-121-1/+1
* Fixed caching bugDan Finlay2016-09-111-6/+1
* Correctly clear ethStore cache on new vault restoreDan Finlay2016-09-111-7/+16
* Captured #640 in failing testDan Finlay2016-09-111-0/+5
* Add new eth-lightwallet salting to vault.Dan Finlay2016-09-101-57/+43
* Only init one wallet on restoreDan Finlay2016-09-091-1/+1
* Add a back button on lock screen to go back to init menuFrankie2016-08-261-0/+5
* Merge branch 'master' into shapeshiftTxFrankie2016-08-191-0/+3
|\
| * Merge master.Kevin Serrano2016-08-161-3/+6
| |\
| * \ Fix merge conflicts. Fix typos. Ensure currency immediately updated on load.Kevin Serrano2016-07-231-0/+1
| |\ \
| * | | Add date access throughout the data flow.Kevin Serrano2016-07-221-1/+2
| * | | Add data field to pass up parameters up to reducer.Kevin Serrano2016-07-221-1/+3
* | | | WIP: ShapeShift txFrankie2016-08-191-0/+1
| |_|/ |/| |
* | | Add global var for background.Kevin Serrano2016-08-121-3/+6
| |/ |/|
* | Buy button (#474)Frankie2016-07-221-1/+2
|/
* new tx - calculate estimatedGas and show thing in tx-details (#441)kumavis2016-07-141-17/+37
* Add one wallet to new accounts instead of three.Kevin Serrano2016-07-131-1/+1
* Remove useless and buggy clearWallet functionDan Finlay2016-07-011-3/+0
* Fixed testsDan Finlay2016-06-251-2/+5
* Improve refactorDan Finlay2016-06-251-4/+21
* Manually lintedDan Finlay2016-06-221-10/+0
* Auto lintedDan Finlay2016-06-221-47/+42
* Merge pull request #294 from MetaMask/SignFullDataNotHashDan Finlay2016-06-211-76/+1
|\
| * Merge branch 'master' into SignFullDataNotHashDan Finlay2016-06-171-0/+1
| |\
| * | Factor idManagement into its own moduleDan Finlay2016-06-161-76/+1
| * | Sign binary data not hash on eth_signDan Finlay2016-06-161-2/+2
* | | Merge pull request #296 from MetaMask/i252Dan Finlay2016-06-181-9/+35
|\ \ \ | |_|/ |/| |
| * | idStore - add DELEGATE_CALL detectionkumavis2016-06-171-9/+35
| |/
* / Add confirmation status to metamask state branchDan Finlay2016-06-171-0/+1
|/
* Fix pad with zeroes usageDan Finlay2016-06-151-2/+2
* Fix signature concatenationDan Finlay2016-06-151-2/+9
* Merge branch 'master' into display_networkDan Finlay2016-06-041-2/+9
|\
| * Add login checkDan Finlay2016-06-031-1/+1
| * Added seed word recovery to config screenDan Finlay2016-06-031-2/+9
* | Blockchain status now updates on availability changeDan Finlay2016-06-041-8/+8
* | Add network loading indicationDan Finlay2016-06-041-0/+6
|/
* idStore - track network failurekumavis2016-05-311-1/+4
* Added ability to nickname wallets locallyDan Finlay2016-05-211-2/+10
* Add ability to add account to vaultDan Finlay2016-05-211-0/+15
* Streamlined some transition logicDan Finlay2016-05-131-2/+2
* Add UI for Signing MessagesDan Finlay2016-05-041-8/+19
* idmgmt - eth_sign support + notificationskumavis2016-04-291-3/+96
* tx list - bug fix - fixes #143kumavis2016-04-291-4/+10
* Filter transaction list for current blockchain networkDan Finlay2016-04-281-2/+13
* Persist selected accountDan Finlay2016-04-261-10/+7
* Make account detail view the primary viewDan Finlay2016-04-261-3/+7
* Store metamaskId on metaTx instead of getTxWithParams method.Dan Finlay2016-04-211-3/+7
* Add completed tx hash to persisted tx logDan Finlay2016-04-201-0/+4
* Emit transaction list to UIDan Finlay2016-04-191-0/+1
* Fix method of emitting unconfirmedTxs to UIDan Finlay2016-04-191-0/+1
* Persist transactions to config-managerDan Finlay2016-04-191-6/+6
* Add ability to export private keysDan Finlay2016-04-071-0/+9
* Add mayBeFauceting boolean to account objectDan Finlay2016-04-051-0/+17
* Support undefined address selectionDan Finlay2016-04-051-0/+5
* Call back with wallet restore errorsDan Finlay2016-04-021-1/+5
* Do not cache the seed, retrieve it from the decrypted walletDan Finlay2016-04-011-6/+16
* Remove unnecessary abstractionDan Finlay2016-04-011-5/+1
* Removed logsDan Finlay2016-03-311-6/+0
* Made configuration migrateableDan Finlay2016-03-311-17/+21
* Fix signing bugDan Finlay2016-03-301-2/+2
* Add auto-faucetingDan Finlay2016-03-301-4/+16
* Remove argument destructuringDan Finlay2016-03-301-1/+3
* Return updated state after restoring vaultDan Finlay2016-03-291-1/+1
* Remove unused referenceDan Finlay2016-03-261-1/+0
* Cleaned up how we pass hdString to LightwalletDan Finlay2016-03-261-4/+11
* Implemented BIP44 compliance test.Dan Finlay2016-03-261-57/+43
* Convert to bip44 hdTreesDan Finlay2016-03-261-14/+16
* Gave lock a callback for better loading indicationDan Finlay2016-03-251-2/+3
* Add seed word caching during confirmation screenDan Finlay2016-03-251-47/+84
* add vault recoverykumavis2016-03-161-5/+20
* notifications - add tx confirm+cancel buttonskumavis2016-03-121-0/+2
* idStore - normalize hex format before signingkumavis2016-03-061-1/+7
* tx sig - it works againkumavis2016-03-031-138/+93
* Fix issue with raw transaction injected.Simon de la Rouviere2016-02-231-6/+6
* idStore - add createNewVaultkumavis2016-02-171-14/+17
* idStore - add isInitialized flagkumavis2016-02-161-0/+1
* idStore - seperate signTx and sendTxkumavis2016-02-131-13/+29
* idStore - cancel txkumavis2016-02-131-0/+8
* idmgmt - refactorkumavis2016-02-111-0/+263