Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\ | |||||
| | * | 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 |
| |\ | |||||
| | * | 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 |
| |/ | |||||
* | | Merge pull request #1004 from MetaMask/doubleRenderIssue | Dan Finlay | 2017-01-17 | 2 | -2/+5 |
|\ \ | |||||
| * | | 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 |
|\ \ | |||||
| * | | 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 |
| * | | 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 bug-s... | kumavis | 2017-01-14 | 11 | -65/+96 |
| |\ \ | |||||
| | * \ | 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 |
|\ \ \ \ | |||||
| * \ \ \ | 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 pending... | Frankie | 2017-01-12 | 10 | -54/+68 |
| | | | * | | | 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 | 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 | Dan Finlay | 2017-01-12 | 2 | -6/+5 |
|/ / / | |||||
* | | | Merge pull request #990 from MetaMask/sync-accounts | Dan Finlay | 2017-01-12 | 1 | -17/+1 |
|\ \ \ | |||||
| * | | | 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 |
|\| | | | |||||
| * | | | 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 | kumavis | 2017-01-11 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #985 from MetaMask/gulp1 | kumavis | 2017-01-11 | 3 | -39/+83 |
|\ \ \ | |||||
| * \ \ | 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 |
|\ \ \ \ | |||||
| * | | | | 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 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | 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. | 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 |
|\ \ | |||||
| * \ | 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 |
|\ \ \ | |||||
| * \ \ | 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 |
|\ \ \ \ | |||||
| * \ \ \ | 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 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge pull request #958 from MetaMask/i897-ReplayProtection | Kevin Serrano | 2017-01-04 | 15 | -70/+328 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | 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 |
| * | | | | | | | | 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 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | Fixed bugs with sanity-checking | Dan Finlay | 2017-01-05 | 1 | -12/+10 |
| * | | | | | | | 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 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | 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 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | 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 |
| | |_|_|/ / | |/| | | | | |||||
| | * | | | | 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 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | 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 |
|/ / / / / | |||||
| * | | | | 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 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge pull request #955 from MetaMask/i727-provider-is-metamask | Frankie | 2017-01-03 | 1 | -0/+2 |
| | |\ \ \ \ | |||||
| * | | | | | | 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 RevertTx... | Dan Finlay | 2017-01-03 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | inpage-provider - add isMetaMask | kumavis | 2017-01-03 | 1 | -0/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | 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 |
| |\| | | |||||
| | * | | 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 |
| | * | | | 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 |
|/ / / / | |||||
* | | | | Merge pull request #949 from MetaMask/RemoveLog | Kevin Serrano | 2016-12-23 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | 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 |
|\ \ \ \ | |||||
| * | | | | 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 |
| * | | | | 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 |
| * | | | | 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 |
* | | | | | Fix account injection bug | Dan Finlay | 2016-12-23 | 1 | -2/+3 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #944 from MetaMask/i938-uri-validation | Dan Finlay | 2016-12-22 | 4 | -13/+39 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | 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 |
|\ \ \ | |||||
| * | | | 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 |
| |/ / | |||||
* | | | Merge pull request #939 from MetaMask/BrowserPassworder | Dan Finlay | 2016-12-21 | 4 | -228/+3 |
|\ \ \ | |||||
| * | | | 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 |
* | | | | Merge pull request #942 from MetaMask/Version-2.14.1 | Dan Finlay | 2016-12-21 | 2 | -1/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | 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 |
|\ \ \ | |||||
| * | | | 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 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | 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 |
| |\ \ | |||||
| | * | | changelog - add whitespace | kumavis | 2016-12-20 | 1 | -0/+1 |
| | * | | Merge branch 'kumavis-patch-1' of github.com:MetaMask/metamask-plugin into ku... | kumavis | 2016-12-20 | 0 | -0/+0 |
| | |\ \ | |||||
| | | * \ | Merge branch 'kumavis-patch-1' of github.com:MetaMask/metamask-plugin into ku... | kumavis | 2016-12-20 | 2 | -4/+6 |
| | | |\ \ | |||||
| | | | * \ | 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.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 |
| |\ \ | |||||
| | * | | Clean up first notice | Dan Finlay | 2016-12-17 | 2 | -2/+2 |
| | * | | Add date to notices display. | Kevin Serrano | 2016-12-17 | 1 | -1/+15 |
| | * | | move notice code from metamask-controller + config-manager, in to notice-cont... | kumavis | 2016-12-17 | 5 | -205/+213 |
| | * | | 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 |
| | |/ / | |||||
| | * | | Rebuild development states before ci tests | Dan Finlay | 2016-12-17 | 1 | -2/+3 |
| | * | | Add ability to show notices to user & get confirmation. | Kevin Serrano | 2016-12-17 | 4 | -20/+27 |
| | * | | Add ability to show notices to user & get confirmation. | Kevin Serrano | 2016-12-17 | 17 | -4/+554 |
| |/ / | |||||
| * | | Merge pull request #923 from MetaMask/RemoveMorden | Frankie | 2016-12-17 | 6 | -27/+3 |
| |\ \ | |||||
| | * | | Bump changelog for removing morden | Dan Finlay | 2016-12-16 | 1 | -0/+1 |
| | * | | Remove morden testnet provider | Dan Finlay | 2016-12-16 | 5 | -27/+2 |
| |/ / | |||||
| * | | Merge pull request #918 from MetaMask/i915-txPermaCache | kumavis | 2016-12-13 | 2 | -1/+2 |
| |\ \ | |||||
| | * | | deps - bump provider-engine for bug fix | kumavis | 2016-12-13 | 2 | -1/+2 |
| |/ / | |||||
| * | | Merge pull request #912 from MetaMask/kumavis-patch-1 | Dan Finlay | 2016-12-08 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | changelog - "fix reload detection" | kumavis | 2016-12-08 | 1 | -0/+2 |
| |/ / | |||||
| * | | Merge pull request #911 from MetaMask/i873-reloadBroken | Dan Finlay | 2016-12-08 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | inpage - correctly listen for incomming messages | kumavis | 2016-12-08 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #891 from MetaMask/Version-2.13.11 | Dan Finlay | 2016-11-29 | 2 | -1/+3 |
| |\ \ | |||||
| | * | | Version 2.13.112.13.11 | Dan Finlay | 2016-11-24 | 2 | -1/+3 |
| |/ / | |||||
* | | | Merge pull request #926 from MetaMask/revert-920-dev | Dan Finlay | 2016-12-17 | 11 | -54/+101 |
|\ \ \ | |||||
| * | | | Revert "Interface enhancements" | Dan Finlay | 2016-12-17 | 11 | -54/+101 |
|/ / / | |||||
* | | | Merge pull request #920 from luisivan/dev | Dan Finlay | 2016-12-15 | 11 | -101/+54 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fixed header h1 alignment and network name | Luis Iván Cuende | 2016-12-15 | 2 | -5/+3 |
| * | | Better account details view | Luis Iván Cuende | 2016-12-15 | 5 | -42/+14 |
| * | | Better editable label | Luis Iván Cuende | 2016-12-15 | 5 | -40/+15 |
| * | | Better buttons | Luis Iván Cuende | 2016-12-14 | 2 | -4/+9 |
| * | | Beautified disclaimer | Luis Iván Cuende | 2016-12-14 | 3 | -11/+14 |
|/ / | |||||
* | | Merge pull request #914 from MetaMask/FixUnitTestSuite | Dan Finlay | 2016-12-09 | 2 | -2/+2 |
|\ \ | |||||
| * | | Cranked up CI test suite wait duration to alleviate their nondeterminism for now | Dan Finlay | 2016-12-08 | 1 | -1/+1 |
| * | | Remove .only from unit test suite | Dan Finlay | 2016-12-08 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #904 from MetaMask/BetterIntegrationTest | kumavis | 2016-12-02 | 9 | -18/+161 |
|\ \ | |||||
| * | | Remove redundant logging block | Dan Finlay | 2016-12-02 | 1 | -3/+0 |
| * | | Fix vault encrypting & unlocking bug | Dan Finlay | 2016-12-01 | 6 | -13/+53 |
| * | | Add integration tests for logging out and back in | Dan Finlay | 2016-12-01 | 2 | -2/+29 |
| * | | Add more integration tests | Dan Finlay | 2016-12-01 | 1 | -0/+25 |
| * | | Made integration test create a first vault | Dan Finlay | 2016-12-01 | 5 | -4/+58 |
|/ / | |||||
* | | Merge pull request #899 from MetaMask/i893-DenodeifyKeyringController | Kevin Serrano | 2016-11-30 | 2 | -3/+10 |
|\ \ | |||||
| * | | Add useful nodeify error message | Dan Finlay | 2016-11-30 | 1 | -2/+9 |
| * | | Return promise correctly from setSelectedAddress | Dan Finlay | 2016-11-30 | 1 | -1/+1 |
* | | | Merge pull request #896 from MetaMask/i893-DenodeifyKeyringController | Kevin Serrano | 2016-11-30 | 9 | -458/+722 |
|\| | | |||||
| * | | Flattened addTx async methods | Dan Finlay | 2016-11-30 | 2 | -90/+83 |
| * | | Bind ethQuery to estimateGas to allow it to be moved around. | Dan Finlay | 2016-11-30 | 1 | -2/+2 |
| * | | Fix tx adding code | Dan Finlay | 2016-11-30 | 2 | -50/+3 |
| * | | Ordered keyringController methods the same in metamask-controller | Dan Finlay | 2016-11-30 | 2 | -5/+9 |
| * | | Annotated KeyringController | Dan Finlay | 2016-11-30 | 1 | -219/+496 |
| * | | Remove unused dep | Dan Finlay | 2016-11-29 | 1 | -1/+0 |
| * | | Fix nodeify usage | Dan Finlay | 2016-11-29 | 1 | -11/+11 |
| * | | Fix nodeify | Dan Finlay | 2016-11-29 | 2 | -55/+35 |
| * | | Denodeify most of KeyringController | Dan Finlay | 2016-11-29 | 7 | -172/+230 |
* | | | Merge pull request #890 from MetaMask/MergeMasterIntoDev | Kevin Serrano | 2016-11-29 | 6 | -33/+72 |
|\| | |