aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/idStore.js
Commit message (Expand)AuthorAgeFilesLines
* Remove eth-lightwalletDan Finlay2017-03-171-343/+0
* Remove gasMultiplier txMeta paramDan Finlay2017-03-011-1/+0
* Delete all code related to disclaimers.Kevin Serrano2017-02-101-2/+0
* Fix typoDan Finlay2017-02-051-1/+1
* Remove shapeshift tx list from idStoreDan Finlay2017-02-051-2/+1
* migration #9 - break out CurrencyController substatekumavis2017-02-031-3/+0
* Merge branch 'dev' into TxManagerFrankie2016-12-241-1/+2
|\
| * Restructured migrationDan Finlay2016-12-221-1/+2
| * Lint.Kevin Serrano2016-12-201-2/+2
* | First pass at revision requestsFrances Pangilinan2016-12-221-261/+0
* | Create a TxManagerFrances Pangilinan2016-12-151-2/+11
|/
* Merge branch 'master' into devDan Finlay2016-11-241-22/+48
|\
| * idStore - fix estimateGas calculationkumavis2016-11-231-22/+48
* | Remove entropy from encryption and project.Kevin Serrano2016-11-221-4/+4
* | Resolve merge conflict.Kevin Serrano2016-11-191-8/+8
|\ \ | |/ |/|
| * Lints.Kevin Serrano2016-11-161-1/+1
| * Resolve merge conflicts.Kevin Serrano2016-11-161-4/+4
| |\
| * | Re-enable disclaimer screen. Rename variables to reflect role more clearly.Kevin Serrano2016-11-151-1/+1
| * | Linting to the max.Kevin Serrano2016-11-121-4/+4
| * | Merge branch 'master' into i328-MultiVaultkumavis2016-11-111-2/+16
| |\ \
| * \ \ Merge branch 'master' into i328-MultiVaultFrankie2016-11-111-1/+3
| |\ \ \
| * \ \ \ Merge branch 'master' into i328-MultiVaultDan Finlay2016-11-081-5/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i3...Kevin Serrano2016-10-311-1/+3
| |\ \ \ \ \
| | * | | | | Now migrating old vaults to new DEN formatDan Finlay2016-10-291-1/+3
| | * | | | | Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i3...Dan Finlay2016-10-261-1/+0
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into i328-MultiVaultDan Finlay2016-10-261-9/+14
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge branch 'master' into i328-MultiVaultKevin Serrano2016-10-291-11/+16
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Phase out extra warning screen.Kevin Serrano2016-10-261-1/+0
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Began adding first basic keyringDan Finlay2016-10-211-1/+0
* | | | | | | | Increment tx ids to avoid collisionsDan Finlay2016-11-181-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | First attempt at fixing errors in confirmation screen.Kevin Serrano2016-11-151-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | detect tx error - show warning and fix gasLimitkumavis2016-11-111-2/+16
| |_|_|_|/ |/| | | |
* | | | | remove gas field, due to alias redundancy.Kevin Serrano2016-11-101-1/+0
* | | | | Fix bug for increasing gas by 20 percent.Kevin Serrano2016-11-101-0/+2
* | | | | 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