1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/app/scripts/lib
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
..
idStore.js Add seed word caching during confirmation screen 2016-03-24 10:32:50 -07:00
local-message-stream.js migrate to ProviderEngine zero-client 2015-12-18 22:05:16 -08:00
port-stream.js plumbing - pipe web3 to the popup.js 2016-03-10 12:28:42 -08:00
stream-provider.js stream-provider - addd isConnected method 2016-03-21 11:11:56 +08:00
tx-notification.js notifications - add tx confirm+cancel buttons 2016-03-11 17:13:48 -08:00