aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/background.js
Commit message (Collapse)AuthorAgeFilesLines
* Add seed word caching during confirmation screenDan Finlay2016-03-251-2/+3
| | | | | | | | 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.
* add vault recoverykumavis2016-03-161-0/+1
|
* notifications - add tx confirm+cancel buttonskumavis2016-03-121-7/+10
|
* unsig tx - show notification on new txkumavis2016-03-111-2/+16
|
* plumbing - fix rpc feedback loop bugkumavis2016-03-111-9/+8
|
* plumbing - pipe web3 to the popup.jskumavis2016-03-111-13/+56
|
* config - add config starting with rpc endpointkumavis2016-03-091-4/+31
|
* deps - bump ui and provider-enginekumavis2016-03-091-2/+2
|
* tx sig - it works againkumavis2016-03-031-3/+2
|
* background - use provider-engine zero clientkumavis2016-03-031-2/+8
|
* web3-provider - add nonce trackerkumavis2016-03-021-2/+2
|
* idStore - add createNewVaultkumavis2016-02-171-0/+1
|
* logs - silence logkumavis2016-02-161-1/+0
|
* idStore - seperate signTx and sendTxkumavis2016-02-131-0/+1
|
* idStore - cancel txkumavis2016-02-131-0/+1
|
* idmgmt - refactorkumavis2016-02-111-64/+68
|
* context wiring - handle and log errorskumavis2016-02-111-1/+5
|
* clean - silence loggingkumavis2016-02-091-1/+1
|
* tx-signing workskumavis2016-01-191-11/+10
|
* add pending txs but just autosignkumavis2016-01-181-2/+2
|
* refactor - push data to popupkumavis2016-01-171-3/+31
|
* breakout idmgmtkumavis2016-01-171-221/+13
|
* integrate metamask-ui with id mgmtkumavis2016-01-151-12/+163
|
* migrate to new ui + providerkumavis2016-01-151-26/+2
|
* start of extension popup windowkumavis2015-12-231-5/+22
|
* clean - remove debuggerkumavis2015-12-231-1/+1
|
* rpc - move to main chainkumavis2015-12-211-1/+3
|
* testing continueskumavis2015-12-211-2/+3
|
* migrate to ProviderEngine zero-clientkumavis2015-12-191-111/+127
|
* load from storage on start and export unsignedTxs on remote connectkumavis2015-08-021-16/+40
|
* store unconfirmedTxs in chrome sync storagekumavis2015-08-021-28/+78
|
* builds smoothly + forwards txs to extensionkumavis2015-08-021-22/+34
|
* build overhaul + basic structurekumavis2015-08-021-6/+38
|
* init commitkumavis2015-08-011-0/+9