aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* Convert to bip44 hdTreesDan Finlay2016-03-261-14/+16
| | | | | | Added initial test just to verify we can recover the accounts we generate in this way. Still need to add compliance test to make sure this interoperates with testrpc's new mnemonic flag.
* 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
| | | | | | | | In order to persist the seed word page until the user clicks the confirmation button, we need to store the seed words in localStorage. To simplify this process I've also reorganized some of the account manager code, broken up one large function into many smaller functions, and created a new class for the IdMgmt object. Again, sorry such a big refactor in one commit, but I really had to break it down to work through it.
* stream-provider - addd isConnected methodkumavis2016-03-211-0/+4
|
* add vault recoverykumavis2016-03-161-5/+20
|
* notifications - add tx confirm+cancel buttonskumavis2016-03-122-0/+51
|
* plumbing - pipe web3 to the popup.jskumavis2016-03-111-6/+19
|
* idStore - normalize hex format before signingkumavis2016-03-061-1/+7
|
* tx sig - it works againkumavis2016-03-031-138/+93
|
* background - use provider-engine zero clientkumavis2016-03-031-61/+0
|
* web3-provider - add nonce trackerkumavis2016-03-021-0/+5
|
* 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-112-318/+263
|
* idmgmt - emit update on new txkumavis2016-02-111-6/+6
|
* context wiring - handle and log errorskumavis2016-02-111-2/+7
|
* clean - silence loggingkumavis2016-02-091-1/+0
|
* logging - silence rpc response loggingkumavis2016-01-311-3/+3
|
* util - stream-provider - fix batchkumavis2016-01-311-3/+11
|
* deps - bump metamask-providerkumavis2016-01-281-2/+2
|
* tx-signing workskumavis2016-01-192-11/+50
|
* add pending txs but just autosignkumavis2016-01-181-8/+50
|
* refactor - push data to popupkumavis2016-01-172-43/+33
|
* wallet sync fixkumavis2016-01-172-8/+33
|
* breakout idmgmtkumavis2016-01-172-5/+238
|
* integrate metamask-ui with id mgmtkumavis2016-01-151-11/+12
|
* migrate to new ui + providerkumavis2016-01-151-108/+41
|
* testing continueskumavis2015-12-211-9/+19
|
* migrate to ProviderEngine zero-clientkumavis2015-12-193-0/+139
|
* build overhaul + basic structurekumavis2015-08-021-0/+122