Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ether warning checkbox. | Kevin Serrano | 2016-08-11 | 2 | -3/+7 |
| | |||||
* | 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. | ||||
* | Add ability to add account to vault | Dan Finlay | 2016-05-21 | 2 | -0/+16 |
| | | | | | | | | Scrolling to the bottom of the accounts page now reveals a downward-facing chevron button. Pressing this button shows loading indication, adds a new account to the identity vault, displays it in the list, and scrolls the list to the bottom of the page. Any number of accounts can be generated in this way, and the UX feels intuitive without having to overly explain how HD paths work. | ||||
* | Corrected config path | Dan Finlay | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | sync rpc fix | kumavis | 2016-05-20 | 3 | -14/+44 |
| | |||||
* | Merge branch 'master' into eyeballs | kumavis | 2016-05-14 | 2 | -3/+3 |
|\ | |||||
| * | Version 1.8.4 | kumavis | 2016-05-14 | 1 | -1/+1 |
| | | |||||
| * | Move infura rpcs to https | Dan Finlay | 2016-05-14 | 1 | -2/+2 |
| | | |||||
* | | Streamlined some transition logic | Dan Finlay | 2016-05-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Fixes #122 Had used multiple actions for some transitions, which would lead to brief intermediary states. Now making a few actions much more explicit about what they route to, so there is less intermediary logic, and we can transition confidently to the correct view. | ||||
* | | Merge branch 'master' into eyeballs | Dan Finlay | 2016-05-13 | 1 | -1/+1 |
|\| | |||||
| * | Version 1.8.3 | kumavis | 2016-05-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into eyeballs | Dan Finlay | 2016-05-12 | 3 | -9/+26 |
|\| | |||||
| * | Version 1.8.2 | Dan Finlay | 2016-05-12 | 1 | -1/+1 |
| | | |||||
| * | Move all users to new scalable backend | Dan Finlay | 2016-05-12 | 2 | -8/+25 |
| | | |||||
* | | ui - redesign - app header + accounts selection | kumavis | 2016-05-11 | 20 | -0/+10631 |
|/ | |||||
* | Version 1.8.1 | Dan Finlay | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | Make default providers more easiliy configurable for metamask devs | Dan Finlay | 2016-05-11 | 2 | -7/+34 |
| | | | | | | | | No longer do our `mainnet` and `testnet` buttons set specific RPC urls. Now they set `provider.type`, which gets interpreted with code. Currently the provider types of `mainnet` and `testnet` point to our new scalable backends, but these could be re-interpreted to use any other provider, be it etherscan, peer to peer, or otherwise. Makes it easier for us to upgrade our infrastructure without incorporating migration logic into the program. | ||||
* | Version 1.8.0 | Dan Finlay | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | inpage - automatic dapp reload | kumavis | 2016-05-06 | 5 | -16/+90 |
| | |||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 4 | -76/+87 |
| | | | | | | | | | | Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk). This allows the user a method to sign/cancel transactions even if they miss the Chrome notification. Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't. Broke the transaction approval view into a couple components so messages and transactions could have their own templates. | ||||
* | Version 1.7.0 | Dan Finlay | 2016-04-30 | 1 | -1/+1 |
| | |||||
* | inpage - add and remove 'define' from global context. updates #126 | kumavis | 2016-04-30 | 1 | -0/+15 |
| | |||||
* | idmgmt - eth_sign support + notifications | kumavis | 2016-04-29 | 4 | -12/+219 |
| | |||||
* | tx list - bug fix - fixes #143 | kumavis | 2016-04-29 | 2 | -5/+14 |
| | |||||
* | Merge pull request #152 from MetaMask/FilterTransactionList | Dan Finlay | 2016-04-28 | 3 | -10/+20 |
|\ | | | | | Filter transaction list for current network | ||||
| * | Filter transaction list for current blockchain network | Dan Finlay | 2016-04-28 | 3 | -22/+24 |
| | | | | | | | | | | | | | | | | | | | | When starting up, we now create a `web3` inside the `background.js` process, which we pass to the `idStore` and ask for the current `network`. We include the `network` on `app.metamask.network` in the state object. We re-request the network when changing provider. We filter the transaction list for transactions that match the current network. | ||||
| * | Record current network on each persisted transaction | Dan Finlay | 2016-04-28 | 1 | -6/+14 |
| | | |||||
* | | provider - use provider-engine zero | kumavis | 2016-04-27 | 2 | -66/+1 |
|/ | |||||
* | Persist selected account | Dan Finlay | 2016-04-26 | 2 | -10/+18 |
| | | | | | | When selecting an account, we now persist the selection to the `configManager`, so the selection can be restored when re-unlocking Metamask. Also found the bug where `rawtestrpc` was still being used as a default, and fixed it! | ||||
* | Make account detail view the primary view | Dan Finlay | 2016-04-26 | 1 | -3/+7 |
| | | | | | | | | - When unlocking, the first account is now selected by default and displayed as the main view. - There is now a "CHANGE ACCT" button on the detail view to show the accounts list. - Clicking an account from the accounts list now navigates to the detail view and selects that account. - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place. - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection. | ||||
* | Bump version | Dan Finlay | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | Add migration to actual migration array, fix test | Dan Finlay | 2016-04-23 | 1 | -0/+2 |
| | |||||
* | Corrected migration order | Dan Finlay | 2016-04-23 | 2 | -10/+10 |
| | |||||
* | Deprecate rawtestrpc.metamask.io | Dan Finlay | 2016-04-23 | 2 | -4/+19 |
| | | | | This migration will move users who have their clients configured to point at `rawtestrpc.metamask.io` to point at our new test-net RPC, `testrpc.metamask.io`. | ||||
* | Store metamaskId on metaTx instead of getTxWithParams method. | Dan Finlay | 2016-04-21 | 2 | -13/+7 |
| | |||||
* | Generate explorer link to match current blockchain | Dan Finlay | 2016-04-20 | 1 | -2/+9 |
| | |||||
* | Add completed tx hash to persisted tx log | Dan Finlay | 2016-04-20 | 1 | -0/+4 |
| | |||||
* | Fix config manager method | Dan Finlay | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | Add extra tx methods to configManager | Dan Finlay | 2016-04-20 | 1 | -3/+25 |
| | |||||
* | Merge branch 'AddPersistentTransactionLog' | Dan Finlay | 2016-04-19 | 3 | -7/+60 |
|\ | |||||
| * | Emit transaction list to UI | Dan Finlay | 2016-04-19 | 1 | -0/+1 |
| | | |||||
| * | Fix method of emitting unconfirmedTxs to UI | Dan Finlay | 2016-04-19 | 2 | -1/+1 |
| | | |||||
| * | Persist transactions to config-manager | Dan Finlay | 2016-04-19 | 3 | -7/+59 |
| | | | | | | | | | | | | | | | | Transactions are now stored, and are never deleted, they only have their status updated. We can add deleting later if we'd like. I've hacked on emitting the new unconfirmedTx key to the UI in the format it received before, I want Aaron's opinion on where I should actually do that. | ||||
* | | contentscript - append inpage as first child | kumavis | 2016-04-19 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #113 from MetaMask/i53 | kumavis | 2016-04-16 | 7 | -77/+263 |
|\ | | | | | publicConfigStore for sync provider and selected address | ||||
| * | inpage - use publicConfigStore for selectedAccount and sync provider | kumavis | 2016-04-16 | 3 | -35/+94 |
| | | |||||
| * | wiring - trusted-untrusted features + remote-store | kumavis | 2016-04-16 | 6 | -51/+178 |
| | | |||||
* | | Bump version to 1.5.1 | Dan Finlay | 2016-04-16 | 1 | -1/+1 |
|/ | |||||
* | wiring - move to obj-multiplex | kumavis | 2016-04-15 | 3 | -24/+50 |
| | |||||
* | inpage - defaultAccount - fix bug | kumavis | 2016-04-15 | 1 | -12/+13 |
| | |||||
* | web3 - set defaultAccount | kumavis | 2016-04-15 | 1 | -3/+4 |
| | |||||
* | clean - inpage remove unused xhr mitm code | kumavis | 2016-04-15 | 1 | -70/+0 |
| | |||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 2 | -6/+6 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin | Dan Finlay | 2016-04-14 | 5 | -6/+30 |
|\ | |||||
| * | Point rawtestrpc at new testrpc | Dan Finlay | 2016-04-13 | 2 | -3/+3 |
| | | |||||
| * | Migrate etherscan configs to our new production RPC. | Dan Finlay | 2016-04-13 | 3 | -4/+15 |
| | | |||||
| * | Migrate etherscan providers to our RPC | Dan Finlay | 2016-04-13 | 1 | -0/+13 |
| | | |||||
* | | Bump manifest to 1.5.0 | Dan Finlay | 2016-04-14 | 1 | -1/+1 |
|/ | |||||
* | Bump version and changelog | Dan Finlay | 2016-04-09 | 1 | -1/+1 |
| | |||||
* | popup - fix web3 plumbing | kumavis | 2016-04-09 | 3 | -17/+31 |
| | |||||
* | Add ability to export private keys | Dan Finlay | 2016-04-07 | 2 | -0/+10 |
| | |||||
* | Bump version1.3.2 | Dan Finlay | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | Add mayBeFauceting boolean to account object | Dan Finlay | 2016-04-05 | 1 | -0/+17 |
| | | | | | | | | | This boolean is computed from these requirements: - The user is on the testnet rpc - The account is index 0 The UI is responsible for checking the account balancing and indicating if fauceting is indeed pending or not. | ||||
* | Support undefined address selection | Dan Finlay | 2016-04-05 | 1 | -0/+5 |
| | | | | If `setSelectedAddress` is called on the IdStore, the first account is automatically selected. | ||||
* | Bump version | Dan Finlay | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | Add Chrome "file://" protocol to MetaMask manifest | Nick Dodson | 2016-04-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #84 from MetaMask/revert-83-revert-82-EtherscanProvider | kumavis | 2016-04-02 | 4 | -16/+104 |
|\ | | | | | Etherscan provider | ||||
| * | Revert "Revert "Etherscan provider"" | Dan Finlay | 2016-04-01 | 4 | -16/+104 |
| | | |||||
* | | Call back with wallet restore errors | Dan Finlay | 2016-04-02 | 1 | -1/+5 |
|/ | |||||
* | Revert "Etherscan provider" | Dan Finlay | 2016-04-01 | 4 | -104/+16 |
| | |||||
* | Got etherscan working, bump version | Dan Finlay | 2016-04-01 | 1 | -1/+1 |
| | | | | | | | | New version of provider-engine includes etherscan-subprovider features required to let Metamask use it. Hard coded the new version of `web3-provider-engine` even though it is not live on `npm` yet, because it is a dependency of this branch. I'll deploy to the Chrome store but not merge on Github until that provider-engine is published, because it could break others' dev environments. | ||||
* | Add custom zeroclient that supports etherscan (still not working) | Dan Finlay | 2016-04-01 | 2 | -11/+68 |
| | | | | The Etherscan Subprovider is not providing some methods we need, such as `eth_getCode`. I'll probably be enhancing it after lunch. | ||||
* | First naive pass at implementing etherscan provider (not working) | Dan Finlay | 2016-04-01 | 3 | -14/+45 |
| | | | | Committing and pushing to get feedback. | ||||
* | Do not cache the seed, retrieve it from the decrypted wallet | Dan Finlay | 2016-04-01 | 2 | -15/+21 |
| | |||||
* | Remove unnecessary abstraction | Dan Finlay | 2016-04-01 | 1 | -5/+1 |
| | |||||
* | Removed logs | Dan Finlay | 2016-03-31 | 1 | -6/+0 |
| | |||||
* | Bump version | Dan Finlay | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | Made configuration migrateable | Dan Finlay | 2016-03-31 | 5 | -97/+189 |
| | | | | | | | | | | | | | | Abstract all configuration data into a singleton called `configManager`, who is responsible for reading and writing to the persisted storage (localStorage, in our case). Uses my new module [pojo-migrator](https://www.npmjs.com/package/pojo-migrator), and wraps it with the `ConfigManager` class, which we can hang any state setting or getting methods we need. By keeping all the persisted state in one place, we can stabilize its outward-facing API, making the interactions increasingly atomic, which will allow us to add features that require restructuring the persisted data in the long term without having to rewrite UI or even `background.js` code. All the restructuring and data-type management is kept in one neat little place. This should make it very easy to add new configuration options like user-configured providers, per-domain vaults, and more! I know this doesn't seem like a big user-facing feature, but we have a big laundry list of features that I think this will really help streamline. | ||||
* | Created etherscan provider (untested) | Dan Finlay | 2016-03-30 | 1 | -0/+62 |
| | |||||
* | Fix signing bug | Dan Finlay | 2016-03-30 | 1 | -2/+2 |
| | |||||
* | Add auto-fauceting | Dan Finlay | 2016-03-30 | 3 | -5/+28 |
| | | | | When first creating a vault, the first account is submitted to our `rawtestrpc` faucet, receiving `1.337` ether within 15-30 seconds. | ||||
* | Remove argument destructuring | Dan Finlay | 2016-03-30 | 2 | -2/+4 |
| | |||||
* | Bump version to 1.1.1 | Dan Finlay | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | Version bump | Dan Finlay | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | Return updated state after restoring vault | Dan Finlay | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | Remove unused reference | Dan Finlay | 2016-03-26 | 1 | -1/+0 |
| | |||||
* | Bumped version | Dan Finlay | 2016-03-26 | 1 | -1/+1 |
| | |||||
* | Cleaned up how we pass hdString to Lightwallet | Dan Finlay | 2016-03-26 | 1 | -4/+11 |
| | |||||
* | Implemented BIP44 compliance test. | Dan Finlay | 2016-03-26 | 1 | -57/+43 |
| | | | | Also added the hdPath that Christian had told me to our calls to the LightWallet, but this does not seem to have made us generate the same accounts as `testrpc` yet. | ||||
* | Convert to bip44 hdTrees | Dan Finlay | 2016-03-26 | 1 | -14/+16 |
| | | | | | | Added initial test just to verify we can recover the accounts we generate in this way. Still need to add compliance test to make sure this interoperates with testrpc's new mnemonic flag. | ||||
* | Bump version | Dan Finlay | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | Gave lock a callback for better loading indication | Dan Finlay | 2016-03-25 | 1 | -2/+3 |
| | |||||
* | Add seed word caching during confirmation screen | Dan Finlay | 2016-03-25 | 3 | -49/+88 |
| | | | | | | | | In order to persist the seed word page until the user clicks the confirmation button, we need to store the seed words in localStorage. To simplify this process I've also reorganized some of the account manager code, broken up one large function into many smaller functions, and created a new class for the IdMgmt object. Again, sorry such a big refactor in one commit, but I really had to break it down to work through it. | ||||
* | Version 0.14.0 | Dan Finlay | 2016-03-23 | 1 | -1/+1 |
| | |||||
* | stream-provider - addd isConnected method | kumavis | 2016-03-21 | 1 | -0/+4 |
| | |||||
* | 0.13.0 | kumavis | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | add vault recovery | kumavis | 2016-03-16 | 2 | -5/+21 |
| | |||||
* | notifications - add tx confirm+cancel buttons | kumavis | 2016-03-12 | 3 | -7/+61 |
| | |||||
* | unsig tx - show notification on new tx | kumavis | 2016-03-11 | 2 | -2/+17 |
| | |||||
* | plumbing - fix rpc feedback loop bug | kumavis | 2016-03-11 | 1 | -9/+8 |
| | |||||
* | popup.js - set web3 on global | kumavis | 2016-03-11 | 1 | -0/+2 |
| | |||||
* | plumbing - pipe web3 to the popup.js | kumavis | 2016-03-11 | 3 | -22/+104 |
| | |||||
* | Bumped version for info page deploy | Dan Finlay | 2016-03-10 | 1 | -2/+2 |
| | |||||
* | config - add config starting with rpc endpoint | kumavis | 2016-03-09 | 1 | -4/+31 |
| | |||||
* | deps - bump ui and provider-engine | kumavis | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | inpage - web3 class injection | kumavis | 2016-03-06 | 1 | -0/+5 |
| | |||||
* | idStore - normalize hex format before signing | kumavis | 2016-03-06 | 1 | -1/+7 |
| | |||||
* | build - add gulp build process | kumavis | 2016-03-03 | 1 | -16/+1212 |
| | |||||
* | tx sig - it works again | kumavis | 2016-03-03 | 2 | -141/+95 |
| | |||||
* | background - use provider-engine zero client | kumavis | 2016-03-03 | 2 | -63/+8 |
| |