aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/idStore.js
Commit message (Expand)AuthorAgeFilesLines
* 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