Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump changelog | Dan Finlay | 2017-01-18 | 1 | -0/+2 |
| | |||||
* | Remove outdated reference | Dan Finlay | 2017-01-18 | 1 | -4/+0 |
| | |||||
* | Remove unused UI files | Dan Finlay | 2017-01-18 | 2 | -109/+0 |
| | |||||
* | Allow importing of private key strings | Dan Finlay | 2017-01-18 | 10 | -16/+357 |
| | | | | | | | | Fixes #1021 A top-right menu item now allows `Account Import`. It has a menu (with one item for now) that allows importing a private key string. Errors are displayed, and a success navigates the user to their account list, where the imported account is labeled `LOOSE`. | ||||
* | Merge branch 'i328-MultiVault-v1' into i715-AddImportMenu | Dan Finlay | 2017-01-18 | 19 | -74/+560 |
|\ | |||||
| * | Develop import subviews | Dan Finlay | 2016-11-05 | 6 | -17/+87 |
| | | |||||
| * | Add import account placeholder template | Dan Finlay | 2016-11-05 | 4 | -30/+72 |
| | | |||||
| * | Add babelify to gulp build | Dan Finlay | 2016-11-05 | 1 | -0/+4 |
| | | |||||
| * | Linted | Dan Finlay | 2016-11-05 | 3 | -12/+8 |
| | | |||||
| * | Add account adding subview placeholders | Dan Finlay | 2016-11-05 | 4 | -39/+121 |
| | | |||||
| * | Merge branch 'i328-MultiVault' into i328-MultiVault-v1 | Dan Finlay | 2016-11-05 | 1 | -21/+1 |
| |\ | |||||
| * | | Remove unused class | Dan Finlay | 2016-11-05 | 1 | -1/+1 |
| | | | |||||
| * | | Convert buy subview to new tab bar component | Dan Finlay | 2016-11-05 | 1 | -36/+47 |
| | | | |||||
| * | | Scaffold new account view | Dan Finlay | 2016-11-05 | 9 | -2/+192 |
| | | | |||||
* | | | Add "import account" menu item + template view | Dan Finlay | 2017-01-18 | 4 | -0/+63 |
| | | | |||||
* | | | Merge pull request #1017 from MetaMask/conversion-api-err | Dan Finlay | 2017-01-18 | 2 | -3/+3 |
|\ \ \ | | | | | | | | | Conversion api err | ||||
| * \ \ | Merge branch 'dev' into conversion-api-err | Dan Finlay | 2017-01-18 | 28 | -261/+413 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #1019 from MetaMask/i1014-FixSigning | Dan Finlay | 2017-01-18 | 5 | -7/+17 |
|\ \ \ \ | | | | | | | | | | | dev - fix signing | ||||
| * \ \ \ | Merge branch 'dev' into i1014-FixSigning | kumavis | 2017-01-17 | 1 | -12/+0 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #1016 from MetaMask/i1014-FixSigning | kumavis | 2017-01-17 | 2 | -2/+19 |
|\ \ \ \ \ | | | | | | | | | | | | | dev: fix signing | ||||
| * \ \ \ \ | Merge branch 'dev' into i1014-FixSigning | kumavis | 2017-01-17 | 1 | -12/+0 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #1012 from MetaMask/RemoveOldNotice | kumavis | 2017-01-17 | 1 | -12/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove old notice | ||||
| * | | | | | | Remove old notice | Dan Finlay | 2017-01-17 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This notice is not relevant to new users, should be removed. | ||||
| | | * | | | | Version 3.0.1 | Dan Finlay | 2017-01-17 | 2 | -1/+3 |
| | | | | | | | |||||
| | | * | | | | Fix bug where signed messages were not dismissed | Dan Finlay | 2017-01-17 | 1 | -0/+1 |
| | | | | | | | |||||
| | | * | | | | Fix removeHexPrefix to stripHexPrefix | Dan Finlay | 2017-01-17 | 1 | -1/+1 |
| | | | | | | | |||||
| | | * | | | | Fix message signing UI rendering | Dan Finlay | 2017-01-17 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [A recent PR](https://github.com/MetaMask/metamask-plugin/pull/1004) removed logic that rendered pending messages for approval. This commit fixes that. | ||||
| | | * | | | | Bump changelog | Dan Finlay | 2017-01-17 | 1 | -0/+2 |
| | |/ / / / | |||||
| | * | | | | Wrote fix for eth.sign | Dan Finlay | 2017-01-17 | 1 | -2/+1 |
| | | | | | | |||||
| | * | | | | Wrote failing test for eth.sign | Dan Finlay | 2017-01-17 | 1 | -0/+18 |
| |/ / / / | |||||
| * | | | | Merge pull request #1011 from MetaMask/dev | kumavis | 2017-01-17 | 0 | -0/+0 |
| |\ \ \ \ | |/ / / / |/| | | | | Equalize Master and Dev | ||||
* | | | | | Merge pull request #1010 from MetaMask/master | kumavis | 2017-01-17 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | Equalize Master and Dev | ||||
| * | | | | Merge pull request #1009 from MetaMask/FixManifest | kumavis | 2017-01-17 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Fix manifest version | ||||
| | * \ \ \ | Merge branch 'master' into FixManifest | kumavis | 2017-01-17 | 0 | -0/+0 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge pull request #1005 from MetaMask/dev | kumavis | 2017-01-17 | 132 | -1609/+10269 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | Merge dev into master! | ||||
| | * | | | | Fix manifest version | Dan Finlay | 2017-01-17 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #1008 from MetaMask/Version-3.0.0v3.0.0 | Dan Finlay | 2017-01-17 | 2 | -1/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Version 3.0.0 | ||||
| * | | | | | Version 3.0.0 | Dan Finlay | 2017-01-17 | 2 | -1/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #1007 from MetaMask/simple-keystore-fix | Dan Finlay | 2017-01-17 | 2 | -9/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | keyring - simple - fix address generation | ||||
| * \ \ \ \ | Merge branch 'dev' into simple-keystore-fix | kumavis | 2017-01-17 | 6 | -9/+11 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Bump changelog to mention BIP44 fix | Dan Finlay | 2017-01-17 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' into dev | Dan Finlay | 2017-01-17 | 6 | -9/+10 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge pull request #984 from MetaMask/correctCoinbaseInfo | Dan Finlay | 2017-01-11 | 3 | -5/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Correct coinbase info | ||||
| | * | | | | | add to CHANGELOG | Frankie | 2017-01-11 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | update coinbase info and view | Frankie | 2017-01-11 | 2 | -5/+5 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #943 from MetaMask/fixExplorerLink | Dan Finlay | 2016-12-21 | 4 | -4/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix explorer link | ||||
| | * | | | | | make CHANGELOG more human readable | Frankie | 2016-12-21 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Add to CHANGELOG.md | Frances Pangilinan | 2016-12-21 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | remove network Id 2 from explorer link and Add network Id 3 | Frances Pangilinan | 2016-12-21 | 3 | -4/+3 |
| |/ / / / / | |||||
| | * | | | | test - keyring - simple - fix fixture data | kumavis | 2017-01-17 | 1 | -6/+3 |
| | | | | | | |||||
| | * | | | | keyring - simple - throw error if wallet not found for address | kumavis | 2017-01-17 | 1 | -1/+4 |
| | | | | | | |||||
| | * | | | | keyring - simple - fix address generation | kumavis | 2017-01-17 | 1 | -3/+3 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #1004 from MetaMask/doubleRenderIssue | Dan Finlay | 2017-01-17 | 2 | -2/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Dont render conf-tx if their are no txParams to show | ||||
| * | | | | | add to CHANGELOG | Frankie | 2017-01-15 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Dont render conf-tx if their are no txParams to show | Frankie | 2017-01-15 | 1 | -2/+4 |
|/ / / / / | |||||
* | | | | | Merge pull request #1002 from MetaMask/bug-submitTx | Frankie | 2017-01-15 | 10 | -160/+258 |
|\ \ \ \ \ | | | | | | | | | | | | | handle tx finalization in controllers instead of provider-engine | ||||
| * | | | | | test - clear localStorage on test start | kumavis | 2017-01-15 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | test - clear localStorage in case CI caches it (?) | kumavis | 2017-01-15 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | test - txManager - add network to all txs | kumavis | 2017-01-15 | 1 | -18/+19 |
| | | | | | | |||||
| * | | | | | tests - txManager - add getNetwork fn to fixture txManager | kumavis | 2017-01-15 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | eth-store - emit update on new account add | kumavis | 2017-01-15 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | background - txManager - filter txs by network | kumavis | 2017-01-15 | 2 | -4/+6 |
| | | | | | | |||||
| * | | | | | background - return txHash to provider-engine on done | kumavis | 2017-01-15 | 2 | -14/+13 |
| | | | | | | |||||
| * | | | | | Fix the inclusion of the txFee in the meta tx object | Frankie | 2017-01-15 | 1 | -3/+5 |
| | | | | | | |||||
| * | | | | | fix for linting | Frankie | 2017-01-14 | 2 | -2/+3 |
| | | | | | | |||||
| * | | | | | Satisfy review needs: | Frankie | 2017-01-14 | 2 | -21/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed unnecessary this.query = opts.query from constructor Created a tx error state for errors in approveTransaction validateTxParams has been moved to tx-utils removed "value" arg from _setTxStatus | ||||
| * | | | | | fix the maxcost not being included in txMeta | Frankie | 2017-01-14 | 1 | -3/+7 |
| | | | | | | |||||
| * | | | | | Merge branch 'bug-submitTx' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2017-01-14 | 11 | -65/+96 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | bug-submitTx | ||||
| | * \ \ \ \ | Merge branch 'dev' into bug-submitTx | kumavis | 2017-01-14 | 11 | -65/+96 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #997 from MetaMask/integrateTxManagerUI | kumavis | 2017-01-14 | 11 | -66/+99 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Integrate tx manager ui | ||||
| * \ \ \ \ \ \ | Merge branch 'dev' into integrateTxManagerUI | Frankie | 2017-01-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | remove orphaned comment | Frankie | 2017-01-14 | 1 | -1/+0 |
| | | | | | | | | |||||
| * | | | | | | | lint | Frankie | 2017-01-14 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Clean up code | Frankie | 2017-01-14 | 4 | -34/+39 |
| | | | | | | | | |||||
| * | | | | | | | Fix sorting and instances where something could be undefined | Frankie | 2017-01-12 | 3 | -4/+5 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'dev' into integrateTxManagerUI | Frankie | 2017-01-12 | 2 | -6/+5 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix wording and icon of failed txs | Frankie | 2017-01-12 | 3 | -15/+22 |
| | | | | | | | | | |||||
| * | | | | | | | | Add to CHANGELOG | Frankie | 2017-01-12 | 2 | -2/+9 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'dev' into integrateTxManagerUI | Frankie | 2017-01-12 | 8 | -78/+102 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Take some of the tx Logic out of the UI and create a visble state for ↵ | Frankie | 2017-01-12 | 10 | -54/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pending and unaproved transactions | ||||
| | | | * | | | | | | background - metamask controller - fix 'this' ref | kumavis | 2017-01-14 | 1 | -7/+8 |
| | | | |/ / / / / | |||||
| | | | * / / / / | background - handle tx finalization in controllers instead of provider-engine | kumavis | 2017-01-13 | 7 | -131/+215 |
| |_|_|/ / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #998 from MetaMask/i960-port-stream-err | kumavis | 2017-01-12 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | bugfix - portstream - dont wrap cb in try catch | ||||
| * | | | | | | | bugfix - portstream - dont wrap cb in try catch | kumavis | 2017-01-12 | 1 | -2/+2 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #996 from MetaMask/i981-UpdateOnAccountChange | kumavis | 2017-01-12 | 2 | -6/+5 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Send update to UI when changing selected account | ||||
| * | | | | | | Send update to UI when changing selected account | Dan Finlay | 2017-01-12 | 2 | -6/+5 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Fixes #981 | ||||
| | | * | | | lint - warn on unhandled err | kumavis | 2017-01-12 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | currency conversion - less noisy error | kumavis | 2017-01-12 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge pull request #990 from MetaMask/sync-accounts | Dan Finlay | 2017-01-12 | 1 | -17/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | rpc - fix sync account cache setting | ||||
| * | | | | | rpc - fix sync account cache setting | kumavis | 2017-01-11 | 1 | -17/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #988 from MetaMask/eth_syncing | kumavis | 2017-01-11 | 2 | -0/+7 |
|\| | | | | | | | | | | | | | | | | | web3 provider - override eth_syncing and web3_clientVersion | ||||
| * | | | | | changelog - add note on rpc overrides | kumavis | 2017-01-11 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | web3 provider - override eth_syncing and web3_clientVersion | kumavis | 2017-01-11 | 1 | -0/+5 |
|/ / / / / | |||||
* | | | | | Merge pull request #987 from MetaMask/kumavis-patch-1 | kumavis | 2017-01-11 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | deps - bump provider engine | ||||
| * | | | | | deps - bump provider engine | kumavis | 2017-01-11 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | addresses caching memory leak that can cause slow downs | ||||
* | | | | | Merge pull request #985 from MetaMask/gulp1 | kumavis | 2017-01-11 | 3 | -39/+83 |
|\ \ \ \ \ | | | | | | | | | | | | | Gulp - clean and add "disc" analysis task | ||||
| * \ \ \ \ | Merge branch 'dev' into gulp1 | Dan Finlay | 2017-01-11 | 5 | -21/+10 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #986 from MetaMask/i947-BrowserSolidityError | kumavis | 2017-01-11 | 2 | -15/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix browser solidity error | ||||
| * | | | | | | Bump changelog | Dan Finlay | 2017-01-11 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Remove erroneous OOG estimation logic. | Dan Finlay | 2017-01-11 | 1 | -15/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #983 from MetaMask/slim1 | Kevin Serrano | 2017-01-11 | 3 | -6/+7 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | deps - replace promise-request with fetch | ||||
| * | | | | | tests - add fetch polyfill | kumavis | 2017-01-11 | 2 | -1/+4 |
| | | | | | | |||||
| * | | | | | deps - replace promise-request with fetch | kumavis | 2017-01-11 | 2 | -5/+3 |
|/ / / / / | |||||
| * | | | | gulp - fix brfs instrumentation | kumavis | 2017-01-11 | 2 | -5/+2 |
| | | | | | |||||
| * | | | | gulp - cleanup comments | kumavis | 2017-01-11 | 1 | -13/+19 |
| | | | | | |||||
| * | | | | gulp - add disc bundle analysis task | kumavis | 2017-01-11 | 3 | -5/+55 |
| | | | | | |||||
| * | | | | gulp - clean and simplify | kumavis | 2017-01-11 | 2 | -25/+16 |
|/ / / / | |||||
* | | | | Merge pull request #974 from MetaMask/typo-fix | Frankie | 2017-01-07 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | quick typo fix. | ||||
| * | | | | quick typo fix. | Kevin Serrano | 2017-01-07 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #970 from MetaMask/network-indicator-refactor | Dan Finlay | 2017-01-06 | 5 | -16/+24 |
|\ \ \ \ | | | | | | | | | | | Network indicator modifications | ||||
| * \ \ \ | Merge branch 'dev' into network-indicator-refactor | Kevin Serrano | 2017-01-06 | 7 | -45/+188 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #971 from MetaMask/TearDownOnDisconnect | kumavis | 2017-01-06 | 2 | -11/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | MetaMask Controller - Convert to EventEmitter | ||||
| * \ \ \ \ | Merge branch 'dev' into TearDownOnDisconnect | kumavis | 2017-01-06 | 4 | -31/+34 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #967 from MetaMask/fixTxManager | Dan Finlay | 2017-01-06 | 4 | -32/+34 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix tx manager | ||||
| * \ \ \ \ \ | Merge branch 'dev' into fixTxManager | Dan Finlay | 2017-01-06 | 4 | -2/+146 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Combine two identical then blocks | Dan Finlay | 2017-01-06 | 1 | -4/+2 |
| | | | | | | | |||||
| * | | | | | | remove unnecessary try statments | Frankie | 2017-01-05 | 3 | -37/+24 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'TxManager' into fixTxManager | Frankie | 2017-01-05 | 1 | -0/+1 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'TxManager' of https://github.com/MetaMask/metamask-plugin into ↵ | Frankie | 2017-01-05 | 3 | -22/+31 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | TxManager | ||||
| | | * \ \ \ \ \ | Merge pull request #958 from MetaMask/i897-ReplayProtection | Kevin Serrano | 2017-01-04 | 15 | -70/+328 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add replay protection | ||||
| | | | * \ \ \ \ \ | Merge branch 'dev' into i897-ReplayProtection | Dan Finlay | 2017-01-03 | 11 | -48/+259 |
| | | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | | Use chainId parameter instead of second argument | Dan Finlay | 2017-01-03 | 1 | -1/+2 |
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Linted | Dan Finlay | 2017-01-03 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Bump changelog | Dan Finlay | 2017-01-03 | 1 | -0/+1 |
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Add replay protection to Transaction Manager | Dan Finlay | 2017-01-03 | 2 | -23/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #897 Needs tests. | ||||
| * | | | | | | | | | | clean up | Frankie | 2017-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'dev' into fixtTxManager | Frankie | 2017-01-05 | 15 | -100/+324 |
| |\| | | | | | | | | | |||||
| * | | | | | | | | | | Fix signing of transactions | Frankie | 2017-01-05 | 3 | -46/+62 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
| | | | | * | | | | | Merge branch 'dev' into TearDownOnDisconnect | kumavis | 2017-01-06 | 4 | -2/+146 |
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #969 from MetaMask/i945-AlwaysQueryLatest | Kevin Serrano | 2017-01-06 | 4 | -2/+146 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | Always query latest block for balance & nonce | ||||
| * | | | | | | | | | Fixed bugs with sanity-checking | Dan Finlay | 2017-01-05 | 1 | -12/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Was incorrectly calling some eth-query methods (left over from old local eth-query) - Was still passing block to getAccount in addAccount - Now emitting update only after all account balances are loaded, reducing UI update traffic. | ||||
| * | | | | | | | | | Fix dependency reference | Dan Finlay | 2017-01-05 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Caught typo | Dan Finlay | 2017-01-05 | 1 | -2/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add descriptive comment | Dan Finlay | 2017-01-05 | 1 | -0/+9 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Linted | Dan Finlay | 2017-01-05 | 1 | -22/+17 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Bump changelog | Dan Finlay | 2017-01-05 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Remove old eth-store dependency | Dan Finlay | 2017-01-05 | 1 | -1/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Removed reliance on eth-store internal custom eth-query | Dan Finlay | 2017-01-05 | 1 | -6/+15 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Move eth-store@1.1.0 into local repo. | Dan Finlay | 2017-01-05 | 1 | -0/+132 |
|/ / / / / / / / / | |||||
| | | | * / / / / | MetaMask Controller - Convert to EventEmitter | Frankie | 2017-01-06 | 2 | -12/+8 |
| |_|_|/ / / / / |/| | | | | | | | |||||
| | | | * | | | | Switch order of header and indicator. | Kevin Serrano | 2017-01-06 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | * | | | | Changelog. | Kevin Serrano | 2017-01-05 | 1 | -0/+2 |
| | | | | | | | | |||||
| | | | * | | | | Linting. | Kevin Serrano | 2017-01-05 | 2 | -2/+1 |
| | | | | | | | | |||||
| | | | * | | | | Make network somewhat more modular, add new network indicator. | Kevin Serrano | 2017-01-05 | 4 | -17/+24 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #965 from MetaMask/chrome-permissions | Dan Finlay | 2017-01-04 | 3 | -4/+29 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Chrome permissions | ||||
| * \ \ \ \ \ \ | Merge branch 'dev' of github.com:MetaMask/metamask-plugin into dev | Kevin Serrano | 2017-01-04 | 1 | -2/+8 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #964 from MetaMask/i963-BalancesNotUpdating | Kevin Serrano | 2017-01-04 | 1 | -2/+8 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update UI state on ethStore updates | ||||
| * \ \ \ \ \ \ \ | Merge branch 'dev' into i963-BalancesNotUpdating | Kevin Serrano | 2017-01-04 | 1 | -46/+28 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Fix sendUpdate for new promisified getState method | Dan Finlay | 2017-01-04 | 1 | -2/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Update UI state on ethStore updates | Dan Finlay | 2017-01-04 | 1 | -0/+2 |
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI was remarkably not relying on ethStore for updates, so things like account balances were frozen until user activity. Fixes #963 | ||||
| | * | | | | | | Merge branch 'dev' of github.com:MetaMask/metamask-plugin into dev | Kevin Serrano | 2017-01-04 | 1 | -46/+28 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #962 from MetaMask/i961-UpdateUiBug | Kevin Serrano | 2017-01-04 | 1 | -46/+28 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Fix AddAccount not updating UI | ||||
| * | | | | | | | Convert more actions to new simple pattern | Dan Finlay | 2017-01-04 | 1 | -18/+2 |
| | | | | | | | | |||||
| * | | | | | | | Restore missing line | Dan Finlay | 2017-01-04 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Corrected instances of showWarning to displayWarning | Dan Finlay | 2017-01-04 | 1 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | Apply new pattern to repetitive functions | Dan Finlay | 2017-01-04 | 1 | -19/+2 |
| | | | | | | | | |||||
| * | | | | | | | Update account list after adding account | Dan Finlay | 2017-01-04 | 1 | -10/+24 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed by finally making a function generator for a pattern we use frequently, communicating to the background process. Fixes #961 | ||||
| * | | | | | | Changelog. | Kevin Serrano | 2017-01-04 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Changelog. | Kevin Serrano | 2017-01-04 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Take out unneeded permissions from the app. | Kevin Serrano | 2017-01-04 | 2 | -4/+28 |
|/ / / / / / | |||||
* | | | | | | Merge remote-tracking branch 'origin/ShowDifferentAccounts' into RevertTxManager | Dan Finlay | 2017-01-03 | 3 | -7/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Make single letter variables more verbose | Dan Finlay | 2017-01-03 | 2 | -5/+5 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'dev' into ShowDifferentAccounts | Dan Finlay | 2017-01-03 | 20 | -657/+669 |
| |\| | | | | | |||||
| | * | | | | | Merge pull request #954 from MetaMask/kumavis-readme-gource | Frankie | 2017-01-03 | 1 | -0/+36 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Readme - add gource instructions to readme | ||||
| | * \ \ \ \ \ | Merge pull request #955 from MetaMask/i727-provider-is-metamask | Frankie | 2017-01-03 | 1 | -0/+2 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | inpage-provider - add isMetaMask | ||||
| * | | | | | | | | Add tolerance for hex prefixed private keys to simple keychain | Dan Finlay | 2017-01-03 | 1 | -3/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge remote-tracking branch 'origin/i727-provider-is-metamask' into ↵ | Dan Finlay | 2017-01-03 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | RevertTxManager | ||||
| * | | | | | | | | inpage-provider - add isMetaMask | kumavis | 2017-01-03 | 1 | -0/+2 |
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | adds `metamaskInpageProvider.isMetaMask === true` Fixes #727 | ||||
* | | | | | | | | Merge remote-tracking branch 'origin/kumavis-readme-gource' into RevertTxManager | Dan Finlay | 2017-01-03 | 19 | -655/+666 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | meta - readme - add gource instructions | kumavis | 2017-01-03 | 1 | -0/+36 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #921 from MetaMask/TxManager | kumavis | 2017-01-03 | 18 | -657/+631 |
| |\| | | | | | | | | | | | | | | | | Feature: TxManager handles transaction state tracking | ||||
| | * | | | | Merge branch 'dev' into TxManager | Frankie | 2016-12-24 | 15 | -197/+318 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | fix some minor spelling mistakes and clean up code | Frankie | 2016-12-24 | 4 | -34/+32 |
| | | | | | | |||||
| | * | | | | fix merge | Frances Pangilinan | 2016-12-22 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Merge branch 'dev' into TxManager | Frankie | 2016-12-22 | 38 | -362/+813 |
| | |\ \ \ \ | |||||
| | * | | | | | Remove txManager in keyring controller | Frances Pangilinan | 2016-12-22 | 1 | -2/+0 |
| | | | | | | | |||||
| | * | | | | | Migrate all tx mutation code out of keyring controller and | Frances Pangilinan | 2016-12-22 | 4 | -54/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix up txManager to reflect code review requests | ||||
| | * | | | | | First pass at revision requests | Frances Pangilinan | 2016-12-22 | 13 | -595/+239 |
| | | | | | | | |||||
| | * | | | | | Clean up and comment functions | Frances Pangilinan | 2016-12-15 | 2 | -10/+31 |
| | | | | | | | |||||
| | * | | | | | add to CHANGELOG.md | Frances Pangilinan | 2016-12-15 | 1 | -0/+1 |
| | | | | | | | |||||
| | * | | | | | add Test for txManager. As well as fix tests to account for txManager. | Frances Pangilinan | 2016-12-15 | 6 | -80/+185 |
| | | | | | | | |||||
| | * | | | | | Create a TxManager | Frances Pangilinan | 2016-12-15 | 7 | -159/+350 |
| | | | | | | | |||||
* | | | | | | | Correct getState test to be async | Dan Finlay | 2016-12-24 | 1 | -4/+7 |
| | | | | | | | |||||
* | | | | | | | Fix rendering of loose accounts | Dan Finlay | 2016-12-24 | 2 | -3/+5 |
| | | | | | | | |||||
* | | | | | | | Add loose account development state | Dan Finlay | 2016-12-24 | 1 | -0/+126 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'FixMigrationPasswordBug' into ShowDifferentAccounts | Dan Finlay | 2016-12-24 | 3 | -4/+22 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add additional migration test | Dan Finlay | 2016-12-24 | 3 | -4/+22 |
| |/ / / / / / | |||||
* | | | | | | | Show a "LOOSE" warning on accounts not belonging to HD Seed phrase | Dan Finlay | 2016-12-23 | 3 | -7/+42 |
| | | | | | | | |||||
* | | | | | | | Return keyring metadata on metamask state object | Dan Finlay | 2016-12-23 | 2 | -29/+55 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Required making the getState methods for both keyringController and metamaskController async. They both now return promises, and the main metamask-controller.getState method is now nodeified. Will allow the UI to render loose keys differently than persisted keys. | ||||
* | | | | | | Merge pull request #949 from MetaMask/RemoveLog | Kevin Serrano | 2016-12-23 | 1 | -1/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove log | ||||
| * | | | | | | Remove log | Dan Finlay | 2016-12-23 | 1 | -1/+0 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #948 from MetaMask/RecoverLostAccounts | Dan Finlay | 2016-12-23 | 14 | -191/+316 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Auto-Recover accounts lost to BIP44 derivation fix | ||||
| * | | | | | | Rename function to be an action | Dan Finlay | 2016-12-23 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Break up migration function | Dan Finlay | 2016-12-23 | 1 | -24/+24 |
| | | | | | | | |||||
| * | | | | | | Don't bother changing selected accounts since accounts are recovered | Dan Finlay | 2016-12-23 | 1 | -13/+3 |
| | | | | | | | |||||
| * | | | | | | Remove logs | Dan Finlay | 2016-12-23 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Linted | Dan Finlay | 2016-12-22 | 1 | -4/+3 |
| | | | | | | | |||||
| * | | | | | | Restructured migration | Dan Finlay | 2016-12-22 | 6 | -144/+126 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrator now returns a lostAccount array that includes objects these objects include keys of address and privateKey, this allows the MetamaskController to restore the lost accounts even without customizing the idStore or the KeyringController. Also includes a patch that allows idStore to synchronously export private keys. | ||||
| * | | | | | | Return undefined when vault is uninitialized | Dan Finlay | 2016-12-22 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Added error when trying to unlock uninitialized vault | Dan Finlay | 2016-12-22 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Move old keystore migration code to metamask controller | Dan Finlay | 2016-12-22 | 2 | -46/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows keyring controller to be more generic, less opinionated, and who knows, maybe sooner publishable as its own thing. | ||||
| * | | | | | | Fixed another lostAccount test | Dan Finlay | 2016-12-22 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Refine a lostAccount test | Dan Finlay | 2016-12-21 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Linted | Dan Finlay | 2016-12-21 | 3 | -5/+3 |
| | | | | | | | |||||
| * | | | | | | Add lost accounts ui development state | Dan Finlay | 2016-12-21 | 1 | -0/+91 |
| | | | | | | | |||||
| * | | | | | | Make notices confirmation configurable | Dan Finlay | 2016-12-21 | 6 | -15/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Confirm button will now dismiss the lost accounts array. | ||||
* | | | | | | | Fix account injection bug | Dan Finlay | 2016-12-23 | 1 | -2/+3 |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems `selectedAddress` was removed from the keyring-controller’s state, and is used to populate the injected current account. I couldn't help myself, I dug around, I found a PR named [changed all instances of selectedAddress to selectedAccount](https://github.com/MetaMask/metamask-plugin/commit/f5b0795ac5582dd53de728479cf47c43eabfe67c) by @Zanibas. Sorry, Kevin! Had you actually changed all instances, this bug would not have happened. Fixes #908 | ||||
* | | | | | | Merge pull request #944 from MetaMask/i938-uri-validation | Dan Finlay | 2016-12-22 | 4 | -13/+39 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | I938 uri validation | ||||
| * | | | | | Add to changelog. | Kevin Serrano | 2016-12-21 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Lint. | Kevin Serrano | 2016-12-21 | 2 | -12/+12 |
| | | | | | | |||||
| * | | | | | Validate URIs before entering them in. | Kevin Serrano | 2016-12-21 | 2 | -2/+27 |
|/ / / / / | |||||
* | | | | | Merge pull request #916 from MetaMask/i894-DetectBadAccounts | Dan Finlay | 2016-12-21 | 9 | -57/+124 |
|\ \ \ \ \ | | | | | | | | | | | | | I894 detect bad accounts | ||||
| * | | | | | Made changes according to feedback. | Dan Finlay | 2016-12-20 | 5 | -14/+13 |
| | | | | | | |||||
| * | | | | | Got bad account detection working and added to state | Dan Finlay | 2016-12-10 | 4 | -34/+13 |
| | | | | | | |||||
| * | | | | | Mostly added bad account detection | Dan Finlay | 2016-12-09 | 8 | -50/+139 |
| |/ / / / | | | | | | | | | | | | | | | | Currently riddled with logs, because the migrator is inexplicably returning before generating the new style accounts for comparison. | ||||
* | | | | | Merge pull request #939 from MetaMask/BrowserPassworder | Dan Finlay | 2016-12-21 | 4 | -228/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove encryptor in favor of external browser-passworder | ||||
| * | | | | | Bump passworder version | Dan Finlay | 2016-12-21 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Use security patched version of browser-passworder | Dan Finlay | 2016-12-21 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Remove encryptor in favor of external browser-passworder | Dan Finlay | 2016-12-20 | 4 | -228/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | I broke out the encryptor lib into its own module on npm called browser-passworder. | ||||
* | | | | | | Merge pull request #942 from MetaMask/Version-2.14.1 | Dan Finlay | 2016-12-21 | 2 | -1/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Version 2.14.1 | ||||
| * | | | | | Version 2.14.12.14.1 | Dan Finlay | 2016-12-21 | 2 | -1/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #937 from MetaMask/i900-forgot-password-flow | Dan Finlay | 2016-12-20 | 8 | -26/+32 |
|\ \ \ \ \ | | | | | | | | | | | | | I900 forgot password flow | ||||
| * | | | | | Modify actions to support better transition. | Kevin Serrano | 2016-12-20 | 3 | -1/+18 |
| | | | | | | |||||
| * | | | | | Add to changelog. | Kevin Serrano | 2016-12-20 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Lint. | Kevin Serrano | 2016-12-20 | 3 | -6/+5 |
| | | | | | | |||||
| * | | | | | Redirect to seed word screen for forgotten passwords. | Kevin Serrano | 2016-12-20 | 4 | -20/+9 |
| | | | | | | |||||
* | | | | | | Merge pull request #936 from MetaMask/MergeMaster | kumavis | 2016-12-20 | 25 | -54/+626 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Merge master | ||||
| * | | | | | Merged master into dev | Dan Finlay | 2016-12-20 | 25 | -54/+626 |
|/| | | | | | |/ / / / | |||||
| * | | | | Merge pull request #935 from MetaMask/kumavis-patch-1 | Dan Finlay | 2016-12-20 | 2 | -8/+11 |
| |\ \ \ \ | | | | | | | | | | | | | inpage - temporarily disable ping stream | ||||
| | * | | | | changelog - add whitespace | kumavis | 2016-12-20 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Merge branch 'kumavis-patch-1' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-12-20 | 0 | -0/+0 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | kumavis-patch-1 | ||||
| | | * \ \ \ | Merge branch 'kumavis-patch-1' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-12-20 | 2 | -4/+6 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | kumavis-patch-1 | ||||
| | | | * \ \ \ | Merge branch 'master' into kumavis-patch-1 | kumavis | 2016-12-20 | 2 | -4/+5 |
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | Merge pull request #929 from MetaMask/Version-2.14.0 | Dan Finlay | 2016-12-20 | 2 | -4/+5 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Version 2.14.0 | ||||
| | * | | | | | | | Version 2.14.02.14.0 | Dan Finlay | 2016-12-17 | 2 | -4/+5 |
| |/ / / / / / / | |||||
| | * / / / / / | changelog - inf reload detection hotfix | kumavis | 2016-12-20 | 2 | -4/+6 |
| | |/ / / / / | |||||
| | * / / / / | changelog - add note on inf reload detection hotfix | kumavis | 2016-12-20 | 1 | -1/+1 |
| | |/ / / / | |||||
| | * / / / | inpage - temporarily disable ping stream | kumavis | 2016-12-20 | 1 | -8/+9 |
| |/ / / / | |||||
| * | | | | Merge pull request #927 from MetaMask/AddNotices | Dan Finlay | 2016-12-17 | 19 | -21/+607 |
| |\ \ \ \ | | | | | | | | | | | | | Add notices | ||||
| | * | | | | Clean up first notice | Dan Finlay | 2016-12-17 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove redundant title from notice component. Make link color the same orange as the rest of the UI. | ||||
| | * | | | | Add date to notices display. | Kevin Serrano | 2016-12-17 | 1 | -1/+15 |
| | | | | | | |||||
| | * | | | | move notice code from metamask-controller + config-manager, in to ↵ | kumavis | 2016-12-17 | 5 | -205/+213 |
| | | | | | | | | | | | | | | | | | | | | | | | | notice-controller | ||||
| | * | | | | meta - add npm-debug.log to gitignore | kumavis | 2016-12-17 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | clean - code style | kumavis | 2016-12-17 | 2 | -8/+3 |
| | | | | | | |||||
| | * | | | | Deactivate polling for now. | Kevin Serrano | 2016-12-17 | 1 | -1/+3 |
| | | | | | | |||||
| | * | | | | Merge branch 'AddNotices' of github.com:MetaMask/metamask-plugin into AddNotices | Dan Finlay | 2016-12-17 | 2 | -1/+12 |
| | |\ \ \ \ | |||||
| | | * | | | | remove duplicate controller. | Kevin Serrano | 2016-12-17 | 1 | -3/+0 |
| | | | | | | | |||||
| | | * | | | | Clean notices. | Kevin Serrano | 2016-12-17 | 1 | -1/+1 |
| | | | | | | | |||||
| | | * | | | | The first notice, the fall of morden. | Kevin Serrano | 2016-12-17 | 2 | -1/+12 |
| | | | | | | | |||||
| | * | | | | | Cleanup | Dan Finlay | 2016-12-17 | 3 | -4/+1 |
| | |/ / / / |