Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented BIP44 compliance test. | Dan Finlay | 2016-03-26 | 4 | -63/+84 |
| | | | | Also added the hdPath that Christian had told me to our calls to the LightWallet, but this does not seem to have made us generate the same accounts as `testrpc` yet. | ||||
* | Convert to bip44 hdTrees | Dan Finlay | 2016-03-26 | 3 | -24/+70 |
| | | | | | | 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. | ||||
* | Added basic es6 mocha test suite | Dan Finlay | 2016-03-25 | 5 | -41/+18 |
| | |||||
* | Merge pull request #69 from MetaMask/ImproveVaultManagement | Dan Finlay | 2016-03-25 | 4 | -51/+91 |
|\ | | | | | Improve vault management | ||||
| * | Bump version | Dan Finlay | 2016-03-25 | 1 | -1/+1 |
| | | |||||
| * | Gave lock a callback for better loading indication | Dan Finlay | 2016-03-25 | 1 | -2/+3 |
| | | |||||
| * | Add seed word caching during confirmation screen | Dan Finlay | 2016-03-25 | 3 | -49/+88 |
|/ | | | | | | | | 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. | ||||
* | Added changelog and deploy docs | Dan Finlay | 2016-03-23 | 2 | -0/+14 |
| | |||||
* | Version 0.14.0 | Dan Finlay | 2016-03-23 | 1 | -1/+1 |
| | |||||
* | stream-provider - addd isConnected method | kumavis | 2016-03-21 | 1 | -0/+4 |
| | |||||
* | 0.13.0 | kumavis | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | add vault recovery | kumavis | 2016-03-16 | 2 | -5/+21 |
| | |||||
* | Merge pull request #64 from MetaMask/readme_gulp_grunt | Dan Finlay | 2016-03-14 | 1 | -4/+2 |
|\ | | | | | grunt to gulp readme changes | ||||
| * | grunt to gulp readme changes | Simon de la Rouviere | 2016-03-14 | 1 | -4/+2 |
|/ | |||||
* | Merge pull request #59 from MetaMask/notif | Dan Finlay | 2016-03-12 | 5 | -7/+101 |
|\ | | | | | notifications - add tx confirm+cancel buttons | ||||
| * | notifications - add tx confirm+cancel buttons | kumavis | 2016-03-12 | 5 | -7/+101 |
|/ | |||||
* | build - use gulp, remove grunt | kumavis | 2016-03-12 | 4 | -327/+8 |
| | |||||
* | unsig tx - show notification on new tx | kumavis | 2016-03-11 | 2 | -2/+17 |
| | |||||
* | plumbing - fix rpc feedback loop bug | kumavis | 2016-03-11 | 2 | -9/+9 |
| | |||||
* | popup.js - set web3 on global | kumavis | 2016-03-11 | 1 | -0/+2 |
| | |||||
* | plumbing - pipe web3 to the popup.js | kumavis | 2016-03-11 | 4 | -22/+106 |
| | |||||
* | Bumped version for info page deploy | Dan Finlay | 2016-03-10 | 1 | -2/+2 |
| | |||||
* | deps - bump metamask-ui | kumavis | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | config - add config starting with rpc endpoint | kumavis | 2016-03-09 | 1 | -4/+31 |
| | |||||
* | deps - bump ui and provider-engine | kumavis | 2016-03-09 | 2 | -4/+4 |
| | |||||
* | inpage - web3 class injection | kumavis | 2016-03-06 | 1 | -0/+5 |
| | |||||
* | idStore - normalize hex format before signing | kumavis | 2016-03-06 | 1 | -1/+7 |
| | |||||
* | Added gulp cli documentation | Dan Finlay | 2016-03-04 | 1 | -0/+12 |
| | |||||
* | deps - add gulp deps | kumavis | 2016-03-03 | 1 | -2/+9 |
| | |||||
* | build - add gulp build process | kumavis | 2016-03-03 | 4 | -21/+1355 |
| | |||||
* | tx sig - it works again | kumavis | 2016-03-03 | 2 | -141/+95 |
| | |||||
* | background - use provider-engine zero client | kumavis | 2016-03-03 | 2 | -63/+8 |
| | |||||
* | Merge pull request #9 from MetaMask/AddLockImages | kumavis | 2016-03-03 | 2 | -0/+0 |
|\ | | | | | Add lock images to static repo. | ||||
| * | Add lock images to static repo. | Dan Finlay | 2016-03-03 | 2 | -0/+0 |
|/ | | | | | | | Having the ui in one project but the static resources in this one is a good sign that either: - We should have the UI in this project. - We should find a way to keep the static resources in the UI repo. | ||||
* | Merge pull request #8 from MetaMask/WatchUI | kumavis | 2016-03-03 | 2 | -2/+18 |
|\ | | | | | Watch metamask-ui for changes during grunt dev | ||||
| * | Add grunt watch to web3-provider-engine | Dan Finlay | 2016-03-03 | 2 | -4/+6 |
| | | |||||
| * | Watch metamask-ui for changes during grunt dev | Dan Finlay | 2016-03-03 | 2 | -2/+16 |
|/ | |||||
* | web3-provider - add nonce tracker | kumavis | 2016-03-02 | 2 | -2/+7 |
| | |||||
* | Merge pull request #7 from MetaMask/rawtx_fix | kumavis | 2016-02-23 | 1 | -6/+6 |
|\ | | | | | Fix issue with raw transaction injection. | ||||
| * | Fix issue with raw transaction injected. | Simon de la Rouviere | 2016-02-23 | 1 | -6/+6 |
|/ | |||||
* | deps - bump provider engine | kumavis | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | idStore - add createNewVault | kumavis | 2016-02-17 | 2 | -14/+18 |
| | |||||
* | deps - bump metamask-ui | kumavis | 2016-02-17 | 1 | -1/+1 |
| | |||||
* | manifest - rm unused permissions | kumavis | 2016-02-17 | 1 | -2/+0 |
| | |||||
* | logs - silence log | kumavis | 2016-02-16 | 1 | -1/+0 |
| | |||||
* | idStore - add isInitialized flag | kumavis | 2016-02-16 | 1 | -0/+1 |
| | |||||
* | internal rpc - add isMetamaskInternal flag | kumavis | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | deps - bump metamask-ui to 1.1.0 | kumavis | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | disable localhost interception | kumavis | 2016-02-16 | 1 | -63/+63 |
| | |||||
* | logging - add localhost interception message | kumavis | 2016-02-16 | 1 | -2/+5 |
| | |||||
* | Merge pull request #5 from MetaMask/xtend_add | kumavis | 2016-02-16 | 1 | -1/+2 |
|\ | | | | | Added xtend to package.json | ||||
| * | Added xtend to package.json | Simon de la Rouviere | 2016-02-15 | 1 | -1/+2 |
|/ | |||||
* | intercept xhrs for localhost:8545 | kumavis | 2016-02-15 | 3 | -11/+94 |
| | |||||
* | dev - copy manifest on change | kumavis | 2016-02-13 | 1 | -0/+4 |
| | |||||
* | popup - add current domain tracking | kumavis | 2016-02-13 | 2 | -22/+49 |
| | |||||
* | idStore - seperate signTx and sendTx | kumavis | 2016-02-13 | 2 | -13/+30 |
| | |||||
* | idStore - cancel tx | kumavis | 2016-02-13 | 2 | -0/+9 |
| | |||||
* | 0.11.0 | kumavis | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | deps - update deps | kumavis | 2016-02-11 | 1 | -1/+2 |
| | |||||
* | idmgmt - refactor | kumavis | 2016-02-11 | 4 | -382/+332 |
| | |||||
* | deps - add readable-stream + bump provider-engine | kumavis | 2016-02-11 | 1 | -1/+2 |
| | |||||
* | 0.10.0 | kumavis | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | deps - bump | kumavis | 2016-02-11 | 1 | -2/+2 |
| | |||||
* | idmgmt - emit update on new tx | kumavis | 2016-02-11 | 1 | -6/+6 |
| | |||||
* | context wiring - handle and log errors | kumavis | 2016-02-11 | 4 | -4/+20 |
| | |||||
* | sync - slow account polling to 4s | kumavis | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | clean - silence logging | kumavis | 2016-02-09 | 2 | -2/+1 |
| | |||||
* | meta - readme - improve instructions | kumavis | 2016-02-09 | 1 | -1/+6 |
| | |||||
* | meta - readme - add grunt-cli to instructions | kumavis | 2016-02-09 | 1 | -1/+2 |
| | |||||
* | deps - add metamas-ui, bump provider-engine | kumavis | 2016-02-09 | 1 | -1/+3 |
| | |||||
* | 0.9.0 | kumavis | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | 0.7.0 | kumavis | 2016-01-31 | 1 | -1/+1 |
| | |||||
* | rpc - sync - add support for sync eth_accounts + eth_coinbase | kumavis | 2016-01-31 | 1 | -9/+46 |
| | |||||
* | 0.6.0 | kumavis | 2016-01-31 | 1 | -1/+1 |
| | |||||
* | rpc - sync - add warning for unsupported eth_accounts | kumavis | 2016-01-31 | 1 | -1/+14 |
| | |||||
* | logging - silence rpc response logging | kumavis | 2016-01-31 | 1 | -3/+3 |
| | |||||
* | add basic sync support | kumavis | 2016-01-31 | 1 | -2/+8 |
| | |||||
* | util - stream-provider - fix batch | kumavis | 2016-01-31 | 1 | -3/+11 |
| | |||||
* | deps - bump metamask-provider | kumavis | 2016-01-28 | 3 | -4/+4 |
| | |||||
* | 0.4.0 | kumavis | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | 0.3.0 | kumavis | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | deps - but provider-engine | kumavis | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | 0.2.0 | kumavis | 2016-01-19 | 1 | -1/+1 |
| | |||||
* | tx-signing works | kumavis | 2016-01-19 | 3 | -22/+60 |
| | |||||
* | clean | kumavis | 2016-01-18 | 1 | -49/+0 |
| | |||||
* | add pending txs but just autosign | kumavis | 2016-01-18 | 2 | -10/+52 |
| | |||||
* | refactor - push data to popup | kumavis | 2016-01-17 | 5 | -47/+74 |
| | |||||
* | wallet sync fix | kumavis | 2016-01-17 | 2 | -8/+33 |
| | |||||
* | breakout idmgmt | kumavis | 2016-01-17 | 3 | -226/+251 |
| | |||||
* | integrate metamask-ui with id mgmt | kumavis | 2016-01-15 | 5 | -28/+199 |
| | |||||
* | migrate to new ui + provider | kumavis | 2016-01-15 | 8 | -157/+115 |
| | |||||
* | start of extension popup window | kumavis | 2015-12-23 | 5 | -6/+58 |
| | |||||
* | clean - remove debugger | kumavis | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | rpc - move to main chain | kumavis | 2015-12-21 | 1 | -1/+3 |
| | |||||
* | deps - bump provider engine | kumavis | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | Add plugin adding doc | Dan Finlay | 2015-12-21 | 1 | -0/+9 |
| | |||||
* | deps - bump provider-engine | kumavis | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | Add simple dev readme | Dan Finlay | 2015-12-21 | 1 | -0/+8 |
| | |||||
* | testing continues | kumavis | 2015-12-21 | 4 | -13/+23 |
| | |||||
* | migrate to ProviderEngine zero-client | kumavis | 2015-12-19 | 7 | -182/+296 |
| | |||||
* | deps - bump blockapps-web3 | kumavis | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | major - migrate to blockapps-web3 | kumavis | 2015-10-10 | 2 | -5/+45 |
| | |||||
* | load from storage on start and export unsignedTxs on remote connect | kumavis | 2015-08-02 | 4 | -19/+49 |
| | |||||
* | store unconfirmedTxs in chrome sync storage | kumavis | 2015-08-02 | 3 | -36/+88 |
| | |||||
* | remove unused files | kumavis | 2015-08-02 | 2 | -6/+0 |
| | |||||
* | update icon assets | kumavis | 2015-08-02 | 4 | -0/+0 |
| | |||||
* | builds smoothly + forwards txs to extension | kumavis | 2015-08-02 | 7 | -189/+136 |
| | |||||
* | build overhaul + basic structure | kumavis | 2015-08-02 | 10 | -102/+127 |
| | |||||
* | meta - gitignore | kumavis | 2015-08-02 | 1 | -0/+2 |
| | |||||
* | metamask provider skeleton | kumavis | 2015-08-01 | 12 | -14/+162 |
| | |||||
* | init commit | kumavis | 2015-08-01 | 24 | -0/+598 |