Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reverting memory leak fix | Dan Finlay | 2016-09-07 | 1 | -1/+0 |
| | | | | | | This wasn't a good enough fix, and had other repercussions. Looking for a way to properly detect EOS, and tear down the correct stream accordingly. | ||||
* | Bump changelog | Dan Finlay | 2016-09-07 | 1 | -25/+0 |
| | |||||
* | Ensure listener is cleaned up | Dan Finlay | 2016-09-07 | 3 | -1/+27 |
| | | | | Also fixed bug when validating a tx with no value. | ||||
* | Merge branch 'master' into first-time | Kevin Serrano | 2016-09-07 | 1 | -0/+10 |
|\ | |||||
| * | Add negative value validation to tx approval | Dan Finlay | 2016-09-07 | 1 | -0/+10 |
| | | |||||
* | | Replace chrome with generalized browser API. | Kevin Serrano | 2016-09-07 | 1 | -2/+2 |
| | | |||||
* | | Redirect to video in a new tab on fresh install. | Kevin Serrano | 2016-09-07 | 1 | -1/+6 |
|/ | |||||
* | linting | Vincent Serpoul | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Error message more helpful | Vincent Serpoul | 2016-09-06 | 1 | -2/+3 |
| | |||||
* | Version 2.10.2 | kumavis | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | notif - use standard err-first callback style | kumavis | 2016-09-03 | 1 | -18/+24 |
| | |||||
* | Version 2.10.1 | kumavis | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into i566-NoPopupWhenOpen | Dan Finlay | 2016-09-02 | 1 | -4/+18 |
|\ | |||||
| * | inpage - remap ids on response | kumavis | 2016-09-01 | 1 | -4/+18 |
| | | |||||
* | | Linted | Dan Finlay | 2016-09-02 | 1 | -1/+1 |
| | | |||||
* | | Do not open popup for internally produced txs | Dan Finlay | 2016-09-02 | 1 | -11/+19 |
|/ | |||||
* | Add metamask route to infura urls | Dan Finlay | 2016-09-01 | 1 | -2/+2 |
| | | | | | | Fixes #597 Allows metamask-specific RPC metrics. | ||||
* | Remove old notification cleanup code | Dan Finlay | 2016-08-30 | 1 | -10/+0 |
| | |||||
* | Make popup a type Edge supports | Dan Finlay | 2016-08-30 | 1 | -1/+2 |
| | |||||
* | Add extra edge compatibility | Dan Finlay | 2016-08-30 | 1 | -2/+13 |
| | |||||
* | Fix console.error references | Dan Finlay | 2016-08-30 | 1 | -3/+3 |
| | | | | Microsoft edge does not support console.error.bind, nor is that call necessary here. | ||||
* | Remove bind calls from console errors | Dan Finlay | 2016-08-30 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' into EdgeCompatibility | Dan Finlay | 2016-08-30 | 22 | -324/+329 |
|\ | |||||
| * | Version 2.10.0 | Dan Finlay | 2016-08-30 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into i#563forgotPassword | Frankie | 2016-08-26 | 7 | -180/+94 |
| |\ | |||||
| | * | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-26 | 1 | -5/+5 |
| | |\ | |||||
| | * \ | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-25 | 3 | -3/+4 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-25 | 1 | -0/+10 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-24 | 1 | -0/+0 |
| | |\ \ \ \ | |||||
| | * | | | | | Close notification on opening main UI | Dan Finlay | 2016-08-24 | 2 | -2/+16 |
| | | | | | | | |||||
| | * | | | | | Skip popup dismissal in tests | Dan Finlay | 2016-08-24 | 1 | -0/+6 |
| | | | | | | | |||||
| | * | | | | | Linted | Dan Finlay | 2016-08-24 | 1 | -1/+0 |
| | | | | | | | |||||
| | * | | | | | Close popup even if last tx is dismissed from main UI | Dan Finlay | 2016-08-24 | 1 | -8/+14 |
| | | | | | | | |||||
| | * | | | | | Emit updates to all listeners on pending tx updates | Dan Finlay | 2016-08-24 | 3 | -53/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the metamask controller only supported a single UI event listener, which wasn't useful for having a separate notification UI open at the same time. Also reduced the notification's complexity down to a single method, which is heavily re-used. Still has an outstanding bug where if the plugin ui dismisses the last tx, it does not close the notification popup. | ||||
| | * | | | | | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-23 | 3 | -3/+35 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-23 | 3 | -0/+30 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Limit to one popup, re-focus on additional notifications. | Dan Finlay | 2016-08-23 | 1 | -6/+17 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-23 | 4 | -1/+42 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Linted | Dan Finlay | 2016-08-17 | 1 | -15/+5 |
| | | | | | | | | | | |||||
| | * | | | | | | | | MVP Popup Notifications Working | Dan Finlay | 2016-08-17 | 3 | -87/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm unsure which will be more performant: A notification using a trimmed down version of the UI, or using them both, letting the browser cache them both. In any case, here I've modified the normal UI to recognize when it's a popup, and change the UX accordingly in a few ways: - Hide the menu bar - Hide the back button from the notifications view. - When confirming the last tx, close the window. | ||||
| | * | | | | | | | | Unify notification and popup ui files | Dan Finlay | 2016-08-17 | 5 | -3/+27 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge branch 'master' into PopupNotifications | Dan Finlay | 2016-08-17 | 4 | -0/+82 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Set up MVP for popup-based notifications. | Dan Finlay | 2016-08-17 | 4 | -128/+106 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'master' into i#563forgotPassword | Frankie | 2016-08-26 | 9 | -6/+79 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| | * | | | | | | | | | Bump versioning. | Kevin Serrano | 2016-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'master' into shortcut-fix | Kevin Serrano | 2016-08-25 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | |||||
| | | * | | | | | | | | Version 2.9.1 | Dan Finlay | 2016-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Fixed prohibited shortcut combination. | Kevin Serrano | 2016-08-25 | 1 | -4/+4 |
| | |/ / / / / / / / | |||||
| | * | | | | | | | | Merge branch 'master' into i484PersistPendingSignatures | Dan Finlay | 2016-08-25 | 2 | -2/+12 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Implement usage of nock. | Kevin Serrano | 2016-08-25 | 1 | -22/+12 |
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Added mock option to function. | Kevin Serrano | 2016-08-25 | 1 | -13/+23 |
| | | | |_|_|_|_|_|/ | | | |/| | | | | | | |||||
| | | * | | | | | | | Change shortcut again to Ctrl+Alt+M | Kevin Serrano | 2016-08-25 | 1 | -4/+4 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Change shortcut to Alt+M | Kevin Serrano | 2016-08-25 | 1 | -4/+4 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Add shortcut for opening MetaMask. | Kevin Serrano | 2016-08-24 | 1 | -0/+10 |
| | | | |_|_|_|_|/ | | | |/| | | | | | |||||
| | * | | | | | | | Linted | Dan Finlay | 2016-08-25 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Fix bug where unconfirmed message sig is lost when locked. | Dan Finlay | 2016-08-25 | 1 | -0/+1 |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #484 Adds unsigned messages to the in-memory message list before showing the unlock message. | ||||
| | * | | | | | | Merge branch 'master' into fox-sub | Kevin Serrano | 2016-08-24 | 6 | -3/+65 |
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | |||||
| | | * | | | | | Merge branch 'master' into kumavis-patch-1 | kumavis | 2016-08-23 | 1 | -0/+6 |
| | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ | Merge branch 'master' into i390-TransactionLimit | kumavis | 2016-08-23 | 4 | -2/+58 |
| | | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ \ | Merge branch 'master' into i390-TransactionLimit | Dan Finlay | 2016-08-23 | 4 | -1/+42 |
| | | | |\ \ \ \ \ \ | | | | | | |_|_|/ / | | | | | |/| | | | | |||||
| | | | * | | | | | | Enforce tx history limit | Dan Finlay | 2016-08-19 | 1 | -0/+6 |
| | | | | |_|_|/ / | | | | |/| | | | | |||||
| | | * | | | | | | inpage - cleanContextForImports fix | kumavis | 2016-08-23 | 1 | -1/+1 |
| | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | set to undefined instead of deleting updates #447 | ||||
| | | * | | | | | Merge branch 'master' into i479 | kumavis | 2016-08-23 | 3 | -0/+30 |
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | | | |||||
| | | | * | | | | First part of chinese translation. | Kevin Serrano | 2016-08-23 | 1 | -0/+10 |
| | | | | | | | | |||||
| | | | * | | | | Add spanish locales. | Kevin Serrano | 2016-08-23 | 2 | -0/+20 |
| | | | | |/ / | | | | |/| | | |||||
| | | * / | | | inpage provider - reassign incomming ids | kumavis | 2016-08-23 | 1 | -2/+28 |
| | | |/ / / | |||||
| | * / / / | Created option to pass in static file for fallback for logo. | Kevin Serrano | 2016-08-24 | 1 | -0/+0 |
| | |/ / / | |||||
| * / / / | Add a back button on lock screen to go back to init menu | Frankie | 2016-08-26 | 1 | -0/+5 |
| |/ / / | |||||
| * | | | Version 2.9.0 | Dan Finlay | 2016-08-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Create a ShapeShift tx in tx History | Frankie | 2016-08-19 | 2 | -7/+8 |
| | | | | |||||
| * | | | Merge branch 'master' into shapeshiftTx | Frankie | 2016-08-19 | 5 | -1/+83 |
| |\| | | |||||
| | * | | Added compliance for tests and properly accounts for N/A conversions. | Kevin Serrano | 2016-08-17 | 1 | -3/+3 |
| | | | | |||||
| | * | | Fix uncalled fn. | Kevin Serrano | 2016-08-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add fallback to API failure. | Kevin Serrano | 2016-08-17 | 1 | -0/+2 |
| | | | | |||||
| | * | | Remove logging. Clean up duplicate entries in currency list. | Kevin Serrano | 2016-08-17 | 1 | -1/+0 |
| | | | | |||||
| | * | | Merge branch 'master' into usd-conversion | Kevin Serrano | 2016-08-17 | 1 | -1/+1 |
| | |\| | |||||
| | | * | Version 2.8.0 | Dan Finlay | 2016-08-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge master. | Kevin Serrano | 2016-08-16 | 11 | -140/+30 |
| | |\| | |||||
| | * | | Did not previously call functions before! | Kevin Serrano | 2016-08-10 | 1 | -3/+3 |
| | | | | |||||
| | * | | Fix default value. Add loading indication for async. | Kevin Serrano | 2016-08-10 | 1 | -1/+1 |
| | | | | |||||
| | * | | Enable full listing of supported currencies by Cryptonator. | Kevin Serrano | 2016-08-10 | 1 | -0/+1 |
| | | | | |||||
| | * | | Get fiat numbers rendering on tooltip. Need to find way to create line breaks. | Kevin Serrano | 2016-08-06 | 1 | -6/+0 |
| | | | | |||||
| | * | | Merge branch 'master' into usd-conversion | Kevin Serrano | 2016-08-05 | 7 | -18/+59 |
| | |\ \ | |||||
| | * \ \ | Fix merge conflicts. Fix typos. Ensure currency immediately updated on load. | Kevin Serrano | 2016-07-23 | 4 | -10/+52 |
| | |\ \ \ | |||||
| | * | | | | Linting! | Kevin Serrano | 2016-07-23 | 2 | -3/+5 |
| | | | | | | |||||
| | * | | | | Change function names. Add interval polling for api. Refactor functions. | Kevin Serrano | 2016-07-22 | 2 | -8/+31 |
| | | | | | | |||||
| | * | | | | Add date access throughout the data flow. | Kevin Serrano | 2016-07-22 | 3 | -4/+6 |
| | | | | | | |||||
| | * | | | | Provide date access. | Kevin Serrano | 2016-07-22 | 1 | -1/+8 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into usd-conversion | Kevin Serrano | 2016-07-22 | 11 | -34/+113 |
| | |\ \ \ \ | |||||
| | * | | | | | Add data field to pass up parameters up to reducer. | Kevin Serrano | 2016-07-22 | 2 | -2/+9 |
| | | | | | | | |||||
| | * | | | | | Add fiat actions to metamask controllere and actions. | Kevin Serrano | 2016-07-22 | 1 | -0/+10 |
| | | | | | | | |||||
| | * | | | | | Progress on config manager. Plus tests. | Kevin Serrano | 2016-07-21 | 1 | -0/+27 |
| | | | | | | | |||||
| * | | | | | | WIP: ShapeShift tx | Frankie | 2016-08-19 | 3 | -0/+40 |
| | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Remove ethereum classic provider | Dan Finlay | 2016-08-15 | 2 | -7/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #542 | ||||
| * | | | | | deps - extracted ensnare to module | kumavis | 2016-08-13 | 2 | -25/+1 |
| | | | | | | |||||
| * | | | | | Add global var for background. | Kevin Serrano | 2016-08-12 | 4 | -5/+15 |
| | | | | | | |||||
| * | | | | | Merge github.com:MetaMask/metamask-plugin into logging-fix | Kevin Serrano | 2016-08-12 | 4 | -100/+7 |
| |\ \ \ \ \ | |||||
| | * | | | | | inpage-prov - sync error - fix link | kumavis | 2016-08-12 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | deps - local-message-stream extracted as module post-message-stream | kumavis | 2016-08-12 | 3 | -58/+2 |
| | | | | | | | |||||
| | * | | | | | clean -formatting | kumavis | 2016-08-12 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | inpage-provider - remove createSyncProvider, just fail | kumavis | 2016-08-12 | 1 | -40/+3 |
| | | | | | | | |||||
| * | | | | | | Create global variable that changes ui logging. | Kevin Serrano | 2016-08-12 | 2 | -9/+2 |
| | | | | | | | |||||
| * | | | | | | Setting defaults to production. | Kevin Serrano | 2016-08-12 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Separate developmentMode conditional to only wrap log. | Kevin Serrano | 2016-08-12 | 1 | -2/+4 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into logging-fix | Kevin Serrano | 2016-08-12 | 2 | -3/+7 |
| |\| | | | | | |||||
| | * | | | | | Fix ether warning checkbox. | Kevin Serrano | 2016-08-11 | 2 | -3/+7 |
| | | |_|_|/ | | |/| | | | |||||
| * | | | | | Lint | Kevin Serrano | 2016-08-12 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Add ability to hide logging messages in production. | Kevin Serrano | 2016-08-12 | 2 | -3/+7 |
| |/ / / / | |||||
* / / / / | Add MSFT Edge keys to manifest.json | Dan Finlay | 2016-08-08 | 1 | -1/+3 |
|/ / / / | |||||
* | | | | Version 2.7.3 | Dan Finlay | 2016-07-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix account selection updating | Dan Finlay | 2016-07-30 | 1 | -0/+1 |
| | | | | |||||
* | | | | Version 2.7.2 | Dan Finlay | 2016-07-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'master' into AddEthClassic | Dan Finlay | 2016-07-29 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix broken reference to host store.didUpdate | Dan Finlay | 2016-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | I'd returned this line because it seemed to fix Firefox compatibility, now it seems like that wasn't the case. Removing it again. | ||||
* | | | | | Add eth classic to provider menu | Dan Finlay | 2016-07-29 | 3 | -1/+6 |
|/ / / / | |||||
* | | | | Version 2.7.1 | Dan Finlay | 2016-07-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Enhance manifest details | Dan Finlay | 2016-07-27 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/Version2.7.0' into FixChromeBuild | Dan Finlay | 2016-07-27 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Version 2.7.02.7.0 | Dan Finlay | 2016-07-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add platform specific builds and zip tasks (#486) | Dan Finlay | 2016-07-27 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | | | Fix integration tests | Dan Finlay | 2016-07-26 | 1 | -4/+19 |
| | | | | | |||||
* | | | | | Fix extension tests | Dan Finlay | 2016-07-26 | 2 | -2/+5 |
| | | | | | |||||
* | | | | | Inject inpage script synchronously | Dan Finlay | 2016-07-26 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Huge thanks to the Firefox team, for their help on the issue of our long-standing inpage script race condition. http://stackoverflow.com/questions/38577656/how-can-i-make-a-firefox-add-on-contentscript-inject-and-run-a-script-before-oth The problem is that we were injecting a `script` tag and assigning its `src` attribute, which triggers an asynchronous fetch request, and does not guarantee execution order! (That was news to me!) Instead, I'm now assigning the `script` tag a `textContent` value of the script to inject, and it seems to fix the problem! There is also a Firefox-only API that could solve this whole problem in an even more elegant way, so we might want to expose a code path for that solution later on: https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Language_Bindings/Components.utils.exportFunction Allows you to expose an object from one scope to another. There was even talk of creating a polyfill for it that does virtually what we do, message passing between contexts. | ||||
* | | | | | Clean up extension polyfill abstraction | Dan Finlay | 2016-07-26 | 2 | -14/+14 |
| | | | | | |||||
* | | | | | Allow page injection to look for cross-browser APIs appropriately | Dan Finlay | 2016-07-26 | 1 | -1/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Manifest fix for firefox-specific field (#475) | Kevin Serrano | 2016-07-22 | 1 | -5/+0 |
|/ / / | | | | | | | | | | | | | | | | * Remove firefox-only manifest.json line. * Changelog change. | ||||
* | / | Buy button (#474) | Frankie | 2016-07-22 | 3 | -1/+40 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Implement some cross-browser practices (#473) | Dan Finlay | 2016-07-22 | 9 | -30/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests | ||||
* | | Make injected web3 fail hard on sync methods (#471) | Dan Finlay | 2016-07-21 | 1 | -1/+9 |
| | | | | | | Make injected web3 fail hard on sync methods | ||||
* | | Version 2.6.2 (#470)2.6.2 | Dan Finlay | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | typo fix | kumavis | 2016-07-19 | 1 | -1/+1 |
| | | |||||
* | | inpage - add try/catch to cleanContextForImports | kumavis | 2016-07-19 | 1 | -2/+10 |
|/ | |||||
* | Version 2.6.1 (#442) | Dan Finlay | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | new tx - calculate estimatedGas and show thing in tx-details (#441) | kumavis | 2016-07-14 | 1 | -17/+37 |
| | | | | | | * new tx - calculate estimatedGas and show thing in tx-details * Bump changelog | ||||
* | Add Japanese localization file. | Kevin Serrano | 2016-07-14 | 1 | -0/+10 |
| | |||||
* | Fix MetaMask title for EN. | Kevin Serrano | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Add one wallet to new accounts instead of three. | Kevin Serrano | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | Linted | Dan Finlay | 2016-07-12 | 2 | -14/+9 |
| | |||||
* | Merge branch 'master' into FixSvgIcons | Dan Finlay | 2016-07-12 | 1 | -1/+1 |
|\ | |||||
| * | Version 2.6 | Dan Finlay | 2016-07-12 | 1 | -1/+1 |
| | | |||||
* | | Add notification global for development | Dan Finlay | 2016-07-12 | 1 | -1/+3 |
|/ | | | | The background process now has a global `METAMASK_NOTIFIER` object that allows easy mocking of notification data. | ||||
* | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-08 | 1 | -8/+7 |
|\ | |||||
| * | Fix bug where rejected tx would not call back | Dan Finlay | 2016-07-08 | 1 | -8/+7 |
| | | |||||
* | | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-07 | 2 | -5/+6 |
|\| | |||||
| * | contentscript - remove timeout before stream setup | kumavis | 2016-07-07 | 1 | -1/+1 |
| | | |||||
| * | appease the linting gods | kumavis | 2016-07-07 | 2 | -4/+1 |
| | | |||||
| * | web3 injection - use web3 dist for faster injection | kumavis | 2016-07-07 | 2 | -5/+9 |
| | | |||||
* | | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-07 | 5 | -2/+4 |
|\| | |||||
| * | Merge branch 'master' into thinFont | Frankie | 2016-07-06 | 1 | -2/+4 |
| |\ | |||||
| | * | Simplify error log | Dan Finlay | 2016-07-06 | 1 | -2/+1 |
| | | | |||||
| | * | Improve metamask-controller error logging | Dan Finlay | 2016-07-06 | 1 | -2/+5 |
| | | | | | | | | | | | | Fixes #384 | ||||
| * | | Add light and ultraLight fonts | Frankie | 2016-07-06 | 4 | -0/+0 |
| |/ | |||||
* / | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 1 | -0/+74 |
|/ | |||||
* | Version 2.5.0 | Dan Finlay | 2016-07-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #378 from MetaMask/UiDev | kumavis | 2016-07-01 | 1 | -2/+4 |
|\ | | | | | Ui dev | ||||
| * | First simple version of ui mocker | Dan Finlay | 2016-07-01 | 1 | -2/+4 |
| | | |||||
* | | fix typo | kumavis | 2016-07-01 | 1 | -1/+1 |
| | | |||||
* | | Remove useless and buggy clearWallet function | Dan Finlay | 2016-07-01 | 2 | -5/+0 |
| | | |||||
* | | Emphasizing how weird this bug is by removing all behavior from the method. | Dan Finlay | 2016-07-01 | 1 | -5/+1 |
| | | |||||
* | | Replicated really strange bug with test | Dan Finlay | 2016-07-01 | 1 | -1/+1 |
|/ | |||||
* | Unify wording for transaction options (#369) | Kevin Serrano | 2016-06-30 | 1 | -2/+2 |
| | | | | | | | | * Unify wording for transaction options. * Modify changelog. * Fix wording and spacing. | ||||
* | Version 2.4.5 | Dan Finlay | 2016-06-30 | 1 | -1/+1 |
| | |||||
* | fix bad merge | kumavis | 2016-06-29 | 1 | -6/+1 |
| | |||||
* | Merge branch 'master' into notif2 | kumavis | 2016-06-29 | 2 | -1/+16 |
|\ | |||||
| * | Merge branch 'master' into FixSomeFormatting | kumavis | 2016-06-29 | 2 | -1/+16 |
| |\ | | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # app/scripts/lib/notifications.js | ||||
| | * | Move clearNotifications to popup.js | Frankie | 2016-06-29 | 1 | -0/+10 |
| | | | |||||
| | * | fix #341 close notifications when oppening pop up | Frankie | 2016-06-29 | 1 | -2/+2 |
| | | | |||||
* | | | fix typo | kumavis | 2016-06-29 | 1 | -1/+1 |
| | | | |||||
* | | | background - prepare state for notifcations | kumavis | 2016-06-29 | 2 | -44/+28 |
|/ / | |||||
* / | notif - change size for better readability | kumavis | 2016-06-28 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #326 from MetaMask/conf-tx-refactor | kumavis | 2016-06-25 | 2 | -53/+79 |
|\ | | | | | Tx/Msg Conf page + notifcation refactor | ||||
| * | clean - appease the linting machine | kumavis | 2016-06-25 | 1 | -1/+0 |
| | | |||||
| * | svg notif now work for msg signatures | kumavis | 2016-06-25 | 2 | -51/+79 |
| | | |||||
| * | breakout pending-tx-details | kumavis | 2016-06-25 | 1 | -4/+3 |
| | | |||||
* | | Debugged by using a real dapp | Dan Finlay | 2016-06-25 | 1 | -3/+4 |
| | | |||||
* | | Manually debugged refactor | Dan Finlay | 2016-06-25 | 2 | -13/+14 |
| | | |||||
* | | Fixed tests | Dan Finlay | 2016-06-25 | 4 | -18/+21 |
| | | |||||
* | | Rename background-controller metamask-controller | Dan Finlay | 2016-06-25 | 2 | -4/+4 |
| | | |||||
* | | Improve refactor | Dan Finlay | 2016-06-25 | 6 | -105/+124 |
| | | | | | | | | | | | | Replace config-manager-singleton with one that is instantiated within the `background-controller`, and takes its persistence callbacks from its instantiated options. Replaced class getters with more familiar get___() functions. | ||||
* | | Refactored background.js controller apart from chrome + transport | Dan Finlay | 2016-06-25 | 2 | -254/+301 |
|/ | | | | Still needs linting fixes, probably bugs, this commit should be used as a draft of what a separation of these concerns might look like. | ||||
* | contentscript - skip web3 injection if domain appears to be a pdf | kumavis | 2016-06-25 | 1 | -32/+48 |
| | |||||
* | notif - remove dummy dev notif | kumavis | 2016-06-24 | 1 | -7/+0 |
| | |||||
* | some legit linting fixes | kumavis | 2016-06-24 | 1 | -0/+1 |
| | |||||
* | svg notif - use actual txParams | kumavis | 2016-06-24 | 1 | -15/+5 |
| | |||||
* | tx-conf add non-interactive mode for notification | kumavis | 2016-06-24 | 1 | -0/+1 |
| | |||||
* | svg notifications - remove unneeded deps and clean code | kumavis | 2016-06-24 | 1 | -50/+31 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into svg-notif | kumavis | 2016-06-24 | 26 | -10632/+93 |
|\ | |||||
| * | 2.4.4 | kumavis | 2016-06-24 | 1 | -1/+1 |
| | | |||||
| * | 2.4.3 | kumavis | 2016-06-24 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into fontChange | Frankie | 2016-06-23 | 2 | -7/+9 |
| |\ | |||||
| * | | Swap out Transat font for Montserrat | Frankie | 2016-06-23 | 25 | -10631/+92 |
| | | | |||||
* | | | initial svg notifications | kumavis | 2016-06-23 | 2 | -16/+108 |
| |/ |/| | |||||
* | | Version 2.4.2 | Dan Finlay | 2016-06-23 | 1 | -1/+1 |
| | | |||||
* | | Fix eth sign with dennis' test input | Dan Finlay | 2016-06-22 | 1 | -6/+8 |
|/ | |||||
* | Fix conflict | Frankie | 2016-06-22 | 22 | -1405/+1342 |
|\ | |||||
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLint | Dan Finlay | 2016-06-22 | 1 | -11/+15 |
| |\ | |||||
| | * | background - batch rpc fix for origin domain | kumavis | 2016-06-22 | 1 | -12/+15 |
| | | | |||||
| * | | Manually linted | Dan Finlay | 2016-06-22 | 5 | -27/+17 |
| | | | |||||
| * | | Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLint | Dan Finlay | 2016-06-22 | 2 | -1/+3 |
| |\| | |||||
| * | | Auto linted | Dan Finlay | 2016-06-22 | 22 | -1373/+1320 |
| | | | |||||
| * | | Some manual fixes | Dan Finlay | 2016-06-22 | 1 | -3/+0 |
| | | | |||||
* | | | add key.png | Frankie | 2016-06-22 | 1 | -0/+0 |
| |/ |/| | |||||
* | | 2.4.1 | kumavis | 2016-06-21 | 1 | -1/+1 |
| | | |||||
* | | id-mgmt - add missing deps | kumavis | 2016-06-21 | 1 | -0/+3 |
|/ | |||||
* | Version 2.4.0 | Dan Finlay | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #294 from MetaMask/SignFullDataNotHash | Dan Finlay | 2016-06-21 | 2 | -76/+77 |
|\ | | | | | Sign full data not hash | ||||
| * | Merge branch 'master' into SignFullDataNotHash | Dan Finlay | 2016-06-17 | 8 | -0/+22 |
| |\ | |||||
| * | | Fixed signing of hashes | Dan Finlay | 2016-06-17 | 1 | -13/+10 |
| | | | | | | | | | | | | | | | | | | Signing now always takes a 64 digit hex string, and returns a message signature which appropriately pads r, s, and v with zeroes. Need to verify with Denis that this is the behavior he requires. | ||||
| * | | Factor idManagement into its own module | Dan Finlay | 2016-06-16 | 2 | -76/+80 |
| | | | |||||
| * | | Sign binary data not hash on eth_sign | Dan Finlay | 2016-06-16 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #296 from MetaMask/i252 | Dan Finlay | 2016-06-18 | 2 | -19/+47 |
|\ \ \ | |_|/ |/| | | idStore - add DELEGATE_CALL detection | ||||
| * | | idStore - add DELEGATE_CALL detection | kumavis | 2016-06-17 | 2 | -19/+47 |
| | | | |||||
* | | | Add confirmation status to metamask state branch | Dan Finlay | 2016-06-17 | 1 | -0/+1 |
| | | | |||||
* | | | Expose disclaimer consent to dnode API | Dan Finlay | 2016-06-17 | 1 | -0/+10 |
| | | | |||||
* | | | Add confirmation persisting to localStorage | Dan Finlay | 2016-06-17 | 1 | -0/+11 |
|/ / | |||||
* / | icon fox eyes changed to navy blue everywhere | Zac Mitton | 2016-06-16 | 5 | -0/+0 |
|/ | |||||
* | Fix pad with zeroes usage | Dan Finlay | 2016-06-15 | 1 | -2/+2 |
| | |||||
* | Fix signature concatenation | Dan Finlay | 2016-06-15 | 1 | -2/+9 |
| | | | | | | Fixes #280 Or at least, it should. Is this what you were requesting, @denisgranha? | ||||
* | Add vlad icons to image folder | Dan Finlay | 2016-06-15 | 9 | -0/+161 |
| | |||||
* | Remove old lock images | Dan Finlay | 2016-06-15 | 2 | -0/+0 |
| | |||||
* | Version 2.3.1 | Dan Finlay | 2016-06-10 | 1 | -1/+1 |
| | |||||
* | Version 2.3.0 | Dan Finlay | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | switched to icons instead of pictures | Zac Mitton | 2016-06-07 | 4 | -0/+0 |
| | |||||
* | Merge branch 'master' into display_network | Dan Finlay | 2016-06-04 | 4 | -17/+41 |
|\ | |||||
| * | Merge pull request #241 from MetaMask/i236 | kumavis | 2016-06-03 | 1 | -16/+22 |
| |\ | | | | | | | fix illegal return statement :( | ||||
| | * | fix illegal return statement :( | kumavis | 2016-06-03 | 1 | -16/+22 |
| | | | |||||
| * | | Merge pull request #240 from MetaMask/RecoverSeed | kumavis | 2016-06-03 | 2 | -5/+14 |
| |\ \ | | |/ | |/| | reveal Vault Recovery Seed | ||||
| | * | Add login check | Dan Finlay | 2016-06-03 | 1 | -1/+1 |
| | | | |||||
| | * | Added seed word recovery to config screen | Dan Finlay | 2016-06-03 | 2 | -5/+14 |
| | | | |||||
| * | | hotfix for #236 - chrome notif api not avail | kumavis | 2016-06-03 | 1 | -0/+9 |
| |/ | |||||
| * | Version 2.2.0 | Dan Finlay | 2016-06-03 | 1 | -1/+1 |
| | | |||||
* | | Blockchain status now updates on availability change | Dan Finlay | 2016-06-04 | 2 | -14/+21 |
| | | |||||
* | | Add network loading indication | Dan Finlay | 2016-06-04 | 1 | -0/+6 |
| | | |||||
* | | network status getting set upon start-up and showing in title bar but not ↵ | Zac Mitton | 2016-06-02 | 4 | -0/+0 |
|/ | | | | auto-updating yet | ||||
* | idStore - track network failure | kumavis | 2016-05-31 | 1 | -1/+4 |
| | |||||
* | Correct version number | Dan Finlay | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | Bump version | Dan Finlay | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | background + notifications - add origin to message signatures | kumavis | 2016-05-26 | 2 | -1/+2 |
| | |||||
* | Merge pull request #219 from MetaMask/i218 | Dan Finlay | 2016-05-26 | 2 | -14/+35 |
|\ | | | | | Append dapp origin to RPC/txParams | ||||
| * | notifications - show tx origin | kumavis | 2016-05-26 | 1 | -0/+1 |
| | | |||||
| * | background - append origin to rpc payload and sig request | kumavis | 2016-05-26 | 1 | -14/+34 |
| | | |||||
* | | notifications - remove timeout for signature requests | kumavis | 2016-05-26 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #207 from MetaMask/i168 | Dan Finlay | 2016-05-25 | 2 | -2/+41 |
|\ | | | | | signTx+Msg - show Account Unlock Request when locked | ||||
| * | signTx+Msg - show Account Unlock Request when locked | kumavis | 2016-05-25 | 2 | -2/+41 |
| | | |||||
* | | Merge branch 'dev' of github.com:MetaMask/metamask-plugin into dev | Dan Finlay | 2016-05-24 | 2 | -6/+6 |
|\| | |||||
| * | multiplex - rename control to autoreload | kumavis | 2016-05-23 | 2 | -6/+6 |
| | | |||||
* | | Version 2.0.0 | Dan Finlay | 2016-05-24 | 1 | -1/+1 |
|/ | |||||
* | deps - use web3-stream-provider module | kumavis | 2016-05-23 | 4 | -96/+14 |
| | |||||
* | inpage - refactor for modularity | kumavis | 2016-05-23 | 4 | -143/+196 |
| | |||||
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 3 | -2/+31 |
| | | | | The changes are persisted to localstorage, so they cannot be restored on a new computer, but for right now it's a nice organizational feature. |