1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Dan Finlay 55f8ae4edd Add seed word caching during confirmation screen
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.
2016-03-24 10:32:50 -07:00
..
lib Add seed word caching during confirmation screen 2016-03-24 10:32:50 -07:00
background.js Add seed word caching during confirmation screen 2016-03-24 10:32:50 -07:00
chromereload.js build - add gulp build process 2016-03-02 23:08:28 -08:00
contentscript.js context wiring - handle and log errors 2016-02-10 11:46:13 -08:00
inpage.js inpage - web3 class injection 2016-03-05 15:03:43 -08:00
popup.js popup.js - set web3 on global 2016-03-10 12:30:44 -08:00