Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into dev | Dan Finlay | 2016-11-24 | 1 | -0/+11 |
|\ | |||||
| * | changelog - add sync rpc eth_uninstallFilter note | kumavis | 2016-11-24 | 1 | -0/+2 |
| | | |||||
| * | Version 2.13.102.13.10 | Dan Finlay | 2016-11-23 | 1 | -2/+6 |
| | | |||||
| * | Merge branch 'master' into new-faucet | Dan Finlay | 2016-11-23 | 1 | -0/+2 |
| |\ | |||||
| | * | Bump changelog | Dan Finlay | 2016-11-22 | 1 | -0/+2 |
| | | | |||||
| * | | Add to changelog. | Kevin Serrano | 2016-11-23 | 1 | -0/+1 |
| |/ | |||||
| * | Version 2.13.92.13.9 | Dan Finlay | 2016-11-22 | 1 | -0/+2 |
| | | |||||
* | | Phase out ethereumjs-util from encryptor module. | Kevin Serrano | 2016-11-23 | 1 | -0/+1 |
| | | |||||
* | | Make ropsten faucet button point at the correct url. | Kevin Serrano | 2016-11-23 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #837 from MetaMask/FixMenuItem | Kevin Serrano | 2016-11-22 | 1 | -0/+1 |
|\ \ | |/ |/| | Fix custom provider menu item | ||||
| * | Fix custom provider menu item | Dan Finlay | 2016-11-22 | 1 | -0/+1 |
| | | | | | | | | The Custom RPC menu item in the provider menu would not appear when Localhost:8545 was selected. | ||||
* | | Begin adding Ropsten support | Dan Finlay | 2016-11-22 | 1 | -0/+1 |
|/ | | | | | | | | Ropsten links will still not work until Etherscan publishes their ropsten link format. At that time we will need to update ui/lib/account-link.js Otherwise, fixes #831 | ||||
* | Increment tx ids to avoid collisions | Dan Finlay | 2016-11-18 | 1 | -0/+2 |
| | | | | | | | | | | Fixes #791 It was possible for two requests to have the same ID, causing a crash and loss of StreamProvider connection. This new id generation strategy creates a random ID, and increments it for each request. In case the id generator is included from two different processes, I'm initializing the counter at a random number, and rolling it over a large number when it gets too big. | ||||
* | Version 2.13.82.13.8 | Dan Finlay | 2016-11-17 | 1 | -1/+4 |
| | |||||
* | Add to changelog. | Kevin Serrano | 2016-11-15 | 1 | -0/+1 |
| | |||||
* | changelog - update | kumavis | 2016-11-11 | 1 | -0/+1 |
| | |||||
* | Fix bug for increasing gas by 20 percent. | Kevin Serrano | 2016-11-10 | 1 | -0/+1 |
| | |||||
* | Version 2.13.7 | Dan Finlay | 2016-11-09 | 1 | -0/+2 |
| | |||||
* | Adjust gas buffer to be 20% over estimate | Dan Finlay | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | Increase gas buffer | Dan Finlay | 2016-11-09 | 1 | -1/+2 |
| | | | | Fixes #795 | ||||
* | Fix gas price buffering | Dan Finlay | 2016-11-08 | 1 | -0/+1 |
| | | | | | | | Our gas price buffering logic had a bug, because bn.js has inconsistent behavior when using hex-prefixed output. The issue has been opened with them here: https://github.com/indutny/bn.js/issues/151 We've corrected our usage in the mean time. | ||||
* | Fix github link on info page | Dan Finlay | 2016-11-01 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into UpdateWeb3 | Dan Finlay | 2016-10-27 | 1 | -0/+2 |
|\ | |||||
| * | Version 2.13.6 | Dan Finlay | 2016-10-27 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into UpdateWeb3 | Dan Finlay | 2016-10-27 | 1 | -0/+4 |
|\| | |||||
| * | Merge branch 'master' into i762-RenameWalletToAccount | Dan Finlay | 2016-10-27 | 1 | -0/+2 |
| |\ | |||||
| | * | Merge branch 'master' into 761-FixCustomMordenIndication | Dan Finlay | 2016-10-27 | 1 | -0/+1 |
| | |\ | |||||
| | * | | Bump changelog | Dan Finlay | 2016-10-26 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge branch 'master' into i762-RenameWalletToAccount | Dan Finlay | 2016-10-27 | 1 | -0/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fix delegate call analysis | Dan Finlay | 2016-10-26 | 1 | -0/+1 |
| | |/ | | | | | | | | | | Fixed reference allowing transactions to be analyzed for delegate call again. | ||||
| * / | Rename wallet to account | Dan Finlay | 2016-10-26 | 1 | -0/+1 |
| |/ | | | | | | | Fixes #762 | ||||
* / | Update web3.js version | Dan Finlay | 2016-10-26 | 1 | -0/+1 |
|/ | |||||
* | Fix CHANGELOG | Frankie | 2016-10-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into i#741 | Frankie | 2016-10-20 | 1 | -0/+4 |
|\ | |||||
| * | Fix changelog date | Dan Finlay | 2016-10-19 | 1 | -1/+1 |
| | | |||||
| * | Version 2.13.5v2.13.5 | Dan Finlay | 2016-10-19 | 1 | -0/+2 |
| | | |||||
| * | Wait for first metamask data to establish ping-pong stream. | Dan Finlay | 2016-10-19 | 1 | -0/+2 |
| | | | | | | | | | | | | Prevents infinite reload loops when dapps take too long to load. Fixes #746. | ||||
* | | Add unit test for isHex and add to CHANGELOG.md | Frankie | 2016-10-20 | 1 | -0/+1 |
|/ | |||||
* | Increase gas estimate by 100000 wei | Dan Finlay | 2016-10-18 | 1 | -0/+2 |
| | | | | | | To prevent minor gas estimation errors, probably usually related to operating on dynamic state. Fixes #738. | ||||
* | Version 2.13.4 | Dan Finlay | 2016-10-18 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into i735-xmlfix | Kevin Serrano | 2016-10-18 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'master' into i#495CustomGasField | Frankie | 2016-10-12 | 1 | -0/+5 |
| |\ | |||||
| * | | Add to CHANGELOG | Frankie | 2016-10-11 | 1 | -0/+2 |
| | | | |||||
* | | | Bump changelog. | Kevin Serrano | 2016-10-16 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Merge branch 'master' into i721-ScrollAccountList | Dan Finlay | 2016-10-12 | 1 | -0/+4 |
|\ \ | |||||
| * | | Modify changelog. | Kevin Serrano | 2016-10-07 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' into tos | Kevin Serrano | 2016-10-06 | 1 | -0/+3 |
| |\| | |||||
| * | | Add to changelog. | Kevin Serrano | 2016-10-05 | 1 | -0/+3 |
| | | | |||||
* | | | Bump changelog | Dan Finlay | 2016-10-12 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge branch 'master' of github.com:MetaMask/metamask-plugin into Version-2.13.3 | kumavis | 2016-10-05 | 1 | -0/+2 |
|\| | |||||
| * | Merge branch 'master' into SmallerCopiedButton | Frankie | 2016-10-05 | 1 | -0/+1 |
| |\ | |||||
| * | | Bump changelog | Dan Finlay | 2016-10-05 | 1 | -0/+1 |
| | | | |||||
| * | | Make seed word confirmation button font smaller | Dan Finlay | 2016-10-05 | 1 | -0/+2 |
| | | | | | | | | | | | | To avoid formatting glitches on some machines. | ||||
* | | | Version 2.13.3 | Dan Finlay | 2016-10-05 | 1 | -0/+4 |
| |/ |/| | | | | | Bumps provider-engine to fix log query filtering bug. | ||||
* | | Removed hex prefix from private key export | Dan Finlay | 2016-10-05 | 1 | -0/+1 |
|/ | | | | | | For compatibility with Jaxx, MEW, and Geth. Fixes #687 | ||||
* | Version 2.13.2 | Dan Finlay | 2016-10-05 | 1 | -0/+3 |
| | |||||
* | Improve popup behavior for parity errors | Dan Finlay | 2016-10-04 | 1 | -0/+1 |
| | | | | When we receive an invalid params error, instead of opening the popup and showing no tx, we now just forward that tx back to the UI code. | ||||
* | Add to CHANGELOG | Frankie | 2016-10-01 | 1 | -0/+2 |
| | |||||
* | Version 2.13.12.13.1 | Dan Finlay | 2016-09-23 | 1 | -1/+5 |
| | |||||
* | Merge branch 'master' into i675-LoadingBuy | Dan Finlay | 2016-09-22 | 1 | -0/+3 |
|\ | |||||
| * | Version 2.13.0 | Dan Finlay | 2016-09-19 | 1 | -1/+3 |
| | | |||||
| * | Drop origin key from requests for Parity compatibility | Dan Finlay | 2016-09-19 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into i675-LoadingBuy | Dan Finlay | 2016-09-16 | 1 | -0/+2 |
|\| | |||||
| * | Fix CHANGELOG.md and restructure onClick events | Frankie | 2016-09-16 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into tx-viz | Frankie | 2016-09-16 | 1 | -0/+1 |
| |\ | |||||
| * | | Add to CHANGELOG.md | Frankie | 2016-09-16 | 1 | -0/+3 |
| | | | |||||
* | | | Show loading indication when selecting ShapeShift | Dan Finlay | 2016-09-16 | 1 | -0/+2 |
| |/ |/| | |||||
* | | bump changelog | kumavis | 2016-09-16 | 1 | -0/+1 |
|/ | |||||
* | Version 2.12.12.12.1 | Dan Finlay | 2016-09-15 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into i#626 | Frankie | 2016-09-15 | 1 | -1/+4 |
|\ | |||||
| * | Version 2.11.2 | Dan Finlay | 2016-09-15 | 1 | -1/+4 |
| | | |||||
* | | Add to CHANGELOG.md | Frankie | 2016-09-15 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'i646-ClosePopupBug' of github.com:MetaMask/metamask-plugin ↵ | Dan Finlay | 2016-09-14 | 1 | -0/+1 |
|\ | | | | | | | into i646-ClosePopupBug | ||||
| * | Merge branch 'master' into qrCode | Frankie | 2016-09-14 | 1 | -0/+4 |
| |\ | |||||
| * \ | Merge branch 'master' into qrCode | Frankie | 2016-09-13 | 1 | -0/+2 |
| |\ \ | |||||
| * | | | Add to CHANGELOG.md | Frankie | 2016-09-13 | 1 | -0/+1 |
| | | | | |||||
* | | | | Bump changelog | Dan Finlay | 2016-09-14 | 1 | -0/+3 |
| |_|/ |/| | | |||||
* | | | Fix cache clearing reference for Opera | Dan Finlay | 2016-09-13 | 1 | -0/+4 |
| |/ |/| | | | | | For some reason Chrome didn't mind this awful bug, but Opera caught it. | ||||
* | | Version 2.11.0 | Dan Finlay | 2016-09-13 | 1 | -0/+2 |
|/ | |||||
* | Revert "Add new eth-lightwallet salting to vault." | Frankie | 2016-09-13 | 1 | -1/+0 |
| | |||||
* | Bump changelog | Dan Finlay | 2016-09-10 | 1 | -0/+1 |
| | |||||
* | Update changelog | Kevin Serrano | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'i610-InitOneWalletOnly' of github.com:MetaMask/metamask-plugin ↵ | Kevin Serrano | 2016-09-10 | 1 | -0/+1 |
|\ | | | | | | | into i610-InitOneWalletOnly | ||||
| * | Bump changelog | Dan Finlay | 2016-09-09 | 1 | -0/+1 |
| | | |||||
* | | Show loading indication during unlocking. | Dan Finlay | 2016-09-09 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'i#589pendingTxsIssue' of ↵ | Frankie | 2016-09-09 | 1 | -0/+1 |
|\ | | | | | | | https://github.com/MetaMask/metamask-plugin into i#589pendingTxsIssue | ||||
| * | Merge branch 'master' into i#589pendingTxsIssue | Frankie | 2016-09-09 | 1 | -0/+1 |
| |\ | |||||
| | * | Bump changelog | Dan Finlay | 2016-09-09 | 1 | -0/+1 |
| | | | |||||
* | | | Fix wording in changelog and bug | Frankie | 2016-09-09 | 1 | -1/+1 |
|/ / | |||||
* / | Add to CHANGELOG.md and Remove unnecessary catch | Frankie | 2016-09-09 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'master' into ModularFiatBalance | Dan Finlay | 2016-09-07 | 1 | -0/+3 |
|\ | |||||
| * | Bump changelog | Dan Finlay | 2016-09-07 | 1 | -0/+1 |
| | | |||||
| * | Update changelog and merge master. | Kevin Serrano | 2016-09-07 | 1 | -0/+1 |
| | | |||||
| * | Add to changelog. | Kevin Serrano | 2016-09-07 | 1 | -0/+2 |
| | | |||||
* | | Bump changelog | Dan Finlay | 2016-09-07 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'master' into livereload | Kevin Serrano | 2016-09-03 | 1 | -0/+4 |
|\ | |||||
| * | Version 2.10.2 | kumavis | 2016-09-03 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'master' into livereload | Kevin Serrano | 2016-09-03 | 1 | -0/+3 |
|\| | |||||
| * | Version 2.10.1 | kumavis | 2016-09-03 | 1 | -0/+3 |
| | | |||||
* | | Changelog add. | Kevin Serrano | 2016-09-03 | 1 | -1/+1 |
| | | |||||
* | | Changelog add and rename vars. | Kevin Serrano | 2016-09-03 | 1 | -0/+1 |
|/ | |||||
* | Bump changelog | Dan Finlay | 2016-09-02 | 1 | -0/+1 |
| | |||||
* | Bump changelog | Dan Finlay | 2016-08-30 | 1 | -0/+2 |
| | |||||
* | Version 2.10.0 | Dan Finlay | 2016-08-30 | 1 | -3/+4 |
| | |||||
* | Merge branch 'master' into i#563forgotPassword | Frankie | 2016-08-26 | 1 | -1/+3 |
|\ | |||||
| * | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-26 | 1 | -0/+6 |
| |\ | |||||
| | * | Bump changelog | Dan Finlay | 2016-08-26 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-25 | 1 | -0/+5 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-25 | 1 | -0/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-24 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-23 | 1 | -0/+2 |
| |\ \ \ \ \ | |||||
| * | | | | | | Merge master | Dan Finlay | 2016-08-23 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-23 | 1 | -0/+5 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Bump changelog | Dan Finlay | 2016-08-17 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'master' into i#563forgotPassword | Frankie | 2016-08-26 | 1 | -0/+14 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Bump versioning. | Kevin Serrano | 2016-08-25 | 1 | -0/+5 |
| | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Version 2.9.1 | Dan Finlay | 2016-08-25 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into i484PersistPendingSignatures | Dan Finlay | 2016-08-25 | 1 | -0/+3 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' into api-test-fix | Kevin Serrano | 2016-08-25 | 1 | -0/+1 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Bump changelog | Dan Finlay | 2016-08-25 | 1 | -0/+1 |
| | | | |_|_|_|/ | | | |/| | | | | |||||
| | * / | | | | | Changelog change. | Kevin Serrano | 2016-08-25 | 1 | -0/+1 |
| | |/ / / / / | |||||
| | * | | | | | Clarify shortcut. | Kevin Serrano | 2016-08-25 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Change shortcut again to Ctrl+Alt+M | Kevin Serrano | 2016-08-25 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Change shortcut to Alt+M | Kevin Serrano | 2016-08-25 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Update changelog. | Kevin Serrano | 2016-08-24 | 1 | -0/+1 |
| | | |_|_|/ | | |/| | | | |||||
| * / | | | | Bump changelog | Dan Finlay | 2016-08-25 | 1 | -0/+1 |
| |/ / / / | |||||
| * | | | | Merge branch 'master' into fox-sub | Kevin Serrano | 2016-08-24 | 1 | -0/+2 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Removed view more button, added account info button. | Dan Finlay | 2016-08-23 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: - Also fixed bug that caused React warning when rendering the tx history. - Renamed 'Transactions' to 'History', since it now has more than that. | ||||
| | * | | | Merge branch 'master' into i390-TransactionLimit | Dan Finlay | 2016-08-23 | 1 | -0/+4 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | Merge branch 'master' into i390-TransactionLimit | Dan Finlay | 2016-08-19 | 1 | -0/+1 |
| | |\ \ \ | |||||
| | * | | | | Added `view more` button to transaction list | Dan Finlay | 2016-08-19 | 1 | -0/+2 |
| | | |_|/ | | |/| | | | | | | | | | | | | Visible at the end of the transaction list, or if no transactions are listed, displayed right after the `No Transactions` message. | ||||
| * | | | | Changelog. | Kevin Serrano | 2016-08-24 | 1 | -0/+2 |
| | |_|/ | |/| | | |||||
* / | | | Add to CHANGELOG | Frankie | 2016-08-26 | 1 | -1/+5 |
|/ / / | |||||
* | | | Version 2.9.0 | Dan Finlay | 2016-08-23 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'master' into shapeshiftTx | Dan Finlay | 2016-08-19 | 1 | -0/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Bump changelog. | Kevin Serrano | 2016-08-19 | 1 | -0/+1 |
| |/ | |||||
* | | Remove "+" from shapeshift tx and change wording in CHANGELOG | Frankie | 2016-08-19 | 1 | -1/+1 |
| | | |||||
* | | Make ballance teal for shapeshift tx and add to change log | Frankie | 2016-08-19 | 1 | -0/+2 |
|/ | |||||
* | Add to changelog. | Kevin Serrano | 2016-08-17 | 1 | -0/+2 |
| | |||||
* | Version 2.8.0 | Dan Finlay | 2016-08-16 | 1 | -0/+2 |
| | |||||
* | Remove ethereum classic provider | Dan Finlay | 2016-08-15 | 1 | -0/+2 |
| | | | | Fixes #542 | ||||
* | Add to change log | Frankie | 2016-08-14 | 1 | -1/+2 |
| | |||||
* | changelog - add note about web3-provider-stream fix | kumavis | 2016-08-12 | 1 | -0/+1 |
| | |||||
* | Add to changelog. | Kevin Serrano | 2016-08-05 | 1 | -0/+2 |
| | |||||
* | Bump changelog | Dan Finlay | 2016-07-30 | 1 | -0/+4 |
| | |||||
* | Version 2.7.2 | Dan Finlay | 2016-07-30 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into AddEthClassic | Dan Finlay | 2016-07-29 | 1 | -0/+1 |
|\ | |||||
| * | Fix broken reference to host store.didUpdate | Dan Finlay | 2016-07-29 | 1 | -0/+2 |
| | | | | | | | | I'd returned this line because it seemed to fix Firefox compatibility, now it seems like that wasn't the case. Removing it again. | ||||
* | | Bump changelog | Dan Finlay | 2016-07-29 | 1 | -0/+2 |
|/ | |||||
* | Version 2.7.1 | Dan Finlay | 2016-07-28 | 1 | -1/+3 |
| | |||||
* | Changelog add. | Kevin Serrano | 2016-07-27 | 1 | -0/+1 |
| | |||||
* | Cleanup Changelog | Dan Finlay | 2016-07-27 | 1 | -2/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/Version2.7.0' into FixChromeBuild | Dan Finlay | 2016-07-27 | 1 | -0/+2 |
|\ | |||||
| * | Version 2.7.02.7.0 | Dan Finlay | 2016-07-22 | 1 | -0/+2 |
| | | |||||
* | | Add platform specific builds and zip tasks (#486) | Dan Finlay | 2016-07-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add platform specific folders to dist folder * Remove gulp hacks * Add platform specific bundling dev and dist tasks now build into platform-specific folders within the `dist` folder. Added tasks `gulp zip` and `gulp dist`. `zip` builds the platform-specific folders into platform-specific bundles within the `dist` folder. `dist` builds and then zips all at once. * Fix chrome bundle zipping * Fix broken reference in eth warning * Fix but where web3.eth.accounts are not available in firefox. * Bump changelog | ||||
* | | Bump changelog | Dan Finlay | 2016-07-26 | 1 | -0/+1 |
| | | |||||
* | | Manifest fix for firefox-specific field (#475) | Kevin Serrano | 2016-07-22 | 1 | -0/+1 |
|/ | | | | | | * Remove firefox-only manifest.json line. * Changelog change. | ||||
* | Buy button (#474) | Frankie | 2016-07-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | * WIP: Buy button link * Add buy eth and the buy eth warning message * Add css * Move the opening of coinbase page to background and send to faucet if on test net * Create a Warning about storeing eth * Finish Buy button and Eth store warning screen * Add to CHANGELOG * fix frankies deletion and change chrome to extension | ||||
* | Make injected web3 fail hard on sync methods (#471) | Dan Finlay | 2016-07-21 | 1 | -0/+2 |
| | | | Make injected web3 fail hard on sync methods | ||||
* | Version 2.6.2 (#470)2.6.2 | Dan Finlay | 2016-07-21 | 1 | -0/+2 |
| | |||||
* | Update Changelog to account for last PR | Kevin Serrano | 2016-07-19 | 1 | -0/+1 |
| | |||||
* | Bump changelog | Dan Finlay | 2016-07-16 | 1 | -0/+2 |
| | |||||
* | Version 2.6.1 (#442) | Dan Finlay | 2016-07-14 | 1 | -0/+2 |
| | |||||
* | new tx - calculate estimatedGas and show thing in tx-details (#441) | kumavis | 2016-07-14 | 1 | -0/+1 |
| | | | | | | * new tx - calculate estimatedGas and show thing in tx-details * Bump changelog | ||||
* | Fix eth balance tooltip to show 6 decimals (#440) | Frankie | 2016-07-14 | 1 | -0/+1 |
| | | | | | | | | | | | | * Fix tooltip to show to the 6 decimal place on balances ovr 0... * Change font size for balance component in tx-list so it fits the notation * Add to change log * Linting * change log | ||||
* | Bump provider-engine from 7.8.1 to 7.8.3 (#435) | Kevin Serrano | 2016-07-14 | 1 | -0/+2 |
| | | | | | | * Bump provider-engine from 7.8.1 to 7.8.3 * Modify changelog. | ||||
* | Update changelog. | Kevin Serrano | 2016-07-13 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into FixSvgIcons | Dan Finlay | 2016-07-12 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch 'master' into balance-refactor | Kevin Serrano | 2016-07-12 | 1 | -0/+2 |
| |\ | |||||
| * | | Update changelog. | Kevin Serrano | 2016-07-12 | 1 | -0/+2 |
| | | | |||||
* | | | Fix svg icon in notification | Dan Finlay | 2016-07-12 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Version 2.6 | Dan Finlay | 2016-07-12 | 1 | -0/+2 |
|/ | |||||
* | Resolve merge conflict. | Kevin Serrano | 2016-07-08 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-07-08 | 1 | -0/+1 |
| |\ | | | | | | | | | | ConfirmationStyle | ||||
| * | | Bump changelog | Dan Finlay | 2016-07-07 | 1 | -0/+1 |
| | | | |||||
* | | | Modify changelog. | Kevin Serrano | 2016-07-08 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Add new test state with tx history. Fix alignment issue with transaction ↵ | Kevin Serrano | 2016-07-08 | 1 | -0/+1 |
|/ | | | | history text. | ||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into fastinject | kumavis | 2016-07-07 | 1 | -0/+1 |
|\ | |||||
| * | Fix dropdown z-index issue. | Kevin Serrano | 2016-07-07 | 1 | -0/+1 |
| | | |||||
* | | changelog - add web3 min dist | kumavis | 2016-07-07 | 1 | -0/+1 |
|/ | |||||
* | Add a postion option for tool tip | Frankie | 2016-07-07 | 1 | -0/+2 |
| | |||||
* | Add to changelog. | Kevin Serrano | 2016-07-06 | 1 | -0/+1 |
| | |||||
* | Version 2.5.0 | Dan Finlay | 2016-07-02 | 1 | -0/+2 |
| | |||||
* | Add to CHANGELOG | Frankie | 2016-07-01 | 1 | -0/+1 |
| | |||||
* | Bump changelog | Dan Finlay | 2016-07-01 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-06-30 | 1 | -0/+1 |
|\ | | | | | | | networkIndication | ||||
| * | Merge branch 'master' into CopyTxHash | Dan Finlay | 2016-06-30 | 1 | -0/+1 |
| |\ | |||||
| * | | Bump changelog | Dan Finlay | 2016-06-30 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'master' into networkIndication | Frankie | 2016-06-30 | 1 | -0/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | Unify wording for transaction options (#369) | Kevin Serrano | 2016-06-30 | 1 | -0/+2 |
| |/ | | | | | | | | | | | | | | | * Unify wording for transaction options. * Modify changelog. * Fix wording and spacing. | ||||
| * | Version 2.4.5 | Dan Finlay | 2016-06-30 | 1 | -0/+2 |
| | | |||||
* | | Add to change log | Frankie | 2016-06-30 | 1 | -0/+2 |
|/ | |||||
* | Modify network icons to reflect current design. (#355) | Kevin Serrano | 2016-06-29 | 1 | -0/+1 |
| | | | | | | * Modify network icons to reflect current design. * Switch icons around. | ||||
* | Fix out-of-place positioning of pending tx badges. (#354) | Kevin Serrano | 2016-06-29 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into pr/351 | kumavis | 2016-06-29 | 1 | -1/+2 |
|\ | | | | | | | | | | | # Conflicts: # CHANGELOG.md # app/scripts/lib/notifications.js | ||||
| * | Merge branch 'master' into FixSomeFormatting | kumavis | 2016-06-29 | 1 | -0/+5 |
| |\ | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # app/scripts/lib/notifications.js | ||||
| * | | Fix formatting on terms & conditions page | Dan Finlay | 2016-06-29 | 1 | -0/+1 |
| | | | |||||
* | | | Changelog update and reduce allowed characters from 30 to 20. | Kevin Serrano | 2016-06-29 | 1 | -1/+2 |
| |/ |/| | |||||
* | | Merge changelog. | Kevin Serrano | 2016-06-29 | 1 | -0/+2 |
|\| | |||||
| * | Change color of failure to yellow. Change pending to ellipsis. (#338) | Kevin Serrano | 2016-06-29 | 1 | -0/+1 |
| | | | | | | | | | | | | * Change color of failure to yellow. Change pending to ellipsis. * Modify changelog. | ||||
* | | Enforce 30 character limit on wallet name. | Kevin Serrano | 2016-06-29 | 1 | -0/+1 |
|/ | |||||
* | Bump changelog | Dan Finlay | 2016-06-25 | 1 | -0/+3 |
| | |||||
* | 2.4.4 | kumavis | 2016-06-24 | 1 | -0/+6 |
| | |||||
* | close #309 | Frankie | 2016-06-23 | 1 | -0/+1 |
| | |||||
* | Add to change log | Frankie | 2016-06-23 | 1 | -0/+2 |
| | |||||
* | Version 2.4.2 | Dan Finlay | 2016-06-23 | 1 | -0/+3 |
| | |||||
* | Bump changelog | Dan Finlay | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | Add to changelog | Frankie | 2016-06-22 | 1 | -0/+3 |
| | |||||
* | Version 2.4.0 | Dan Finlay | 2016-06-21 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into SignFullDataNotHash | Dan Finlay | 2016-06-17 | 1 | -0/+2 |
|\ | |||||
| * | Bump changelog | Dan Finlay | 2016-06-17 | 1 | -0/+1 |
| | | |||||
* | | Update changelog | Dan Finlay | 2016-06-17 | 1 | -1/+1 |
|/ | |||||
* | Bump changelog | Dan Finlay | 2016-06-15 | 1 | -0/+1 |
| | |||||
* | Bump changelog | Dan Finlay | 2016-06-15 | 1 | -0/+1 |
| | |||||
* | Bump changelog | Dan Finlay | 2016-06-15 | 1 | -2/+3 |
| | |||||
* | Write to CHANGELOG | Frankie | 2016-06-13 | 1 | -0/+3 |
| | |||||
* | Version 2.3.1 | Dan Finlay | 2016-06-13 | 1 | -0/+3 |
| | |||||
* | Mend CHANGE.log | Frankie | 2016-06-09 | 1 | -0/+5 |
|\ | |||||
| * | Cache identicons | Dan Finlay | 2016-06-07 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Fixes #197 Also as a side effect, by creating this `iconFactory.cache` object, we have a convenient place for specifying stock icons for known contracts! We can just hard-code image addresses in the `ui/lib/icon-factory.js` cache instantiation, and those values will be injected into the identicon image tag `src` attributes. | ||||
| * | Version 2.3.0 | Dan Finlay | 2016-06-07 | 1 | -0/+2 |
| | | |||||
* | | Style up the info screen | Frankie | 2016-06-09 | 1 | -1/+1 |
|/ | |||||
* | Add provider menu on clicking network status indicator. | Dan Finlay | 2016-06-04 | 1 | -1/+2 |
| | | | | Also simplifies network status icons. | ||||
* | Merge branch 'master' into display_network | Dan Finlay | 2016-06-04 | 1 | -1/+6 |
|\ | |||||
| * | Added seed word recovery to config screen | Dan Finlay | 2016-06-03 | 1 | -0/+2 |
| | | |||||
| * | Version 2.2.0 | Dan Finlay | 2016-06-03 | 1 | -0/+2 |
| | | |||||
| * | Bump provider engine version | Dan Finlay | 2016-06-03 | 1 | -0/+1 |
| | | |||||
* | | network status getting set upon start-up and showing in title bar but not ↵ | Zac Mitton | 2016-06-02 | 1 | -0/+1 |
|/ | | | | auto-updating yet | ||||
* | Merge branch 'master' into i216 | Dan Finlay | 2016-05-27 | 1 | -0/+2 |
|\ | |||||
| * | Bump changelog | Dan Finlay | 2016-05-27 | 1 | -0/+3 |
| | | |||||
* | | Bump changelog | Dan Finlay | 2016-05-27 | 1 | -0/+2 |
|/ | |||||
* | Bump version | Dan Finlay | 2016-05-27 | 1 | -0/+2 |
| | |||||
* | Update eth-lightwallet for security fix | Dan Finlay | 2016-05-27 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into FixTransactionBackButton | Dan Finlay | 2016-05-26 | 1 | -0/+1 |
|\ | |||||
| * | Bump changelog | Dan Finlay | 2016-05-26 | 1 | -0/+1 |
| | | |||||
* | | Add number indicating pending txs to account list | Dan Finlay | 2016-05-26 | 1 | -0/+2 |
|/ | |||||
* | Bump changelog | Dan Finlay | 2016-05-24 | 1 | -0/+2 |
| | |||||
* | Version 2.0.0 | Dan Finlay | 2016-05-24 | 1 | -0/+2 |
| | |||||
* | Bump changelog | Dan Finlay | 2016-05-21 | 1 | -0/+1 |
| | |||||
* | Bump changelog | Dan Finlay | 2016-05-21 | 1 | -0/+1 |
| | |||||
* | Add full precision to send tx value field. | Dan Finlay | 2016-05-20 | 1 | -4/+5 |
| | |||||
* | Bump changelog | Dan Finlay | 2016-05-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into eyeballs | kumavis | 2016-05-14 | 1 | -0/+4 |
|\ | |||||
| * | Version 1.8.4 | kumavis | 2016-05-14 | 1 | -0/+2 |
| | | |||||
| * | Move infura rpcs to https | Dan Finlay | 2016-05-14 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into eyeballs | Dan Finlay | 2016-05-13 | 1 | -0/+5 |
|\| | |||||
| * | Version 1.8.3 | kumavis | 2016-05-12 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'master' into eyeballs | Dan Finlay | 2016-05-12 | 1 | -0/+6 |
|\| | |||||
| * | Version 1.8.2 | Dan Finlay | 2016-05-12 | 1 | -0/+3 |
| | | |||||
| * | Move all users to new scalable backend | Dan Finlay | 2016-05-12 | 1 | -0/+1 |
| | | |||||
| * | Fix send view selected account bug | Dan Finlay | 2016-05-12 | 1 | -0/+2 |
| | |