Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.8.4 | kumavis | 2016-05-14 | 2 | -1/+3 |
| | |||||
* | Merge pull request #187 from MetaMask/HttpsInfura | kumavis | 2016-05-14 | 2 | -2/+4 |
|\ | | | | | Move infura rpcs to https | ||||
| * | Move infura rpcs to https | Dan Finlay | 2016-05-14 | 2 | -2/+4 |
|/ | |||||
* | Version 1.8.3 | kumavis | 2016-05-12 | 2 | -1/+6 |
| | |||||
* | deps - bump web3 | kumavis | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | Version 1.8.2 | Dan Finlay | 2016-05-12 | 2 | -1/+4 |
| | |||||
* | Merge pull request #183 from MetaMask/MigrateOffOldInfrastructure | Dan Finlay | 2016-05-12 | 4 | -8/+31 |
|\ | | | | | Move all users to new scalable backend | ||||
| * | Move all users to new scalable backend | Dan Finlay | 2016-05-12 | 4 | -8/+31 |
| | | |||||
* | | deps - bump provider-engine | kumavis | 2016-05-12 | 1 | -1/+1 |
|/ | |||||
* | Fix send view selected account bug | Dan Finlay | 2016-05-12 | 2 | -1/+3 |
| | |||||
* | Version 1.8.1 | Dan Finlay | 2016-05-11 | 2 | -1/+3 |
| | |||||
* | Merge pull request #182 from MetaMask/EasilyConfigurableProviders | Dan Finlay | 2016-05-11 | 7 | -14/+84 |
|\ | | | | | Easily configurable providers | ||||
| * | Fix test | Dan Finlay | 2016-05-11 | 1 | -1/+2 |
| | | |||||
| * | Make default providers more easiliy configurable for metamask devs | Dan Finlay | 2016-05-11 | 6 | -13/+82 |
|/ | | | | | | | | 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. | ||||
* | ui - design - add new files | kumavis | 2016-05-11 | 10 | -0/+0 |
| | |||||
* | Version 1.8.0 | Dan Finlay | 2016-05-11 | 2 | -2/+4 |
| | |||||
* | Merge pull request #181 from MetaMask/PostPresentationFixup | Dan Finlay | 2016-05-11 | 3 | -5/+5 |
|\ | | | | | Post presentation fixup | ||||
| * | Remove test only statement | Dan Finlay | 2016-05-11 | 1 | -1/+1 |
| | | |||||
| * | Fix transition bugs after vault restore | Dan Finlay | 2016-05-11 | 2 | -3/+3 |
| | | |||||
| * | Fix account loading bug | Dan Finlay | 2016-05-11 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #180 from MetaMask/PrettierTransactionList | kumavis | 2016-05-07 | 7 | -87/+160 |
|\ | | | | | Prettier transaction list | ||||
| * | Restored signTx action | Dan Finlay | 2016-05-07 | 1 | -0/+15 |
| | | |||||
| * | Style transaction list using new panel component | Dan Finlay | 2016-05-07 | 3 | -27/+50 |
| | | |||||
| * | Move account panel style into reusable component | Dan Finlay | 2016-05-07 | 4 | -63/+98 |
|/ | | | | | | | | The styles that defined the `account-panel` component now belong to the `panel` component, which is now used by the `account-panel` component for its styles. It accepts an optional `onClick` property that it will fire when clicked! Planning to use it for the tx-list. | ||||
* | Bump changelog for automatic reload on provider change | Dan Finlay | 2016-05-07 | 1 | -0/+1 |
| | |||||
* | Merge pull request #179 from MetaMask/i103 | Dan Finlay | 2016-05-06 | 6 | -17/+92 |
|\ | | | | | Automatic dapp reload | ||||
| * | inpage - automatic dapp reload | kumavis | 2016-05-06 | 6 | -17/+92 |
|/ | |||||
* | Merge pull request #178 from MetaMask/AlwaysShowTransactionList | kumavis | 2016-05-06 | 2 | -18/+11 |
|\ | | | | | Always show transaction list | ||||
| * | Always show transaction list | Dan Finlay | 2016-05-06 | 2 | -18/+11 |
|/ | |||||
* | Merge pull request #176 from MetaMask/RestoreAccountDetailBackButton | Dan Finlay | 2016-05-06 | 2 | -4/+4 |
|\ | | | | | Put accounts view back on account "back" button? | ||||
| * | Fix account navigation link | Dan Finlay | 2016-05-06 | 1 | -3/+1 |
| | | |||||
| * | Restored back button to account detail view. | Dan Finlay | 2016-05-06 | 2 | -4/+6 |
|/ | | | | The `Change Acct` button was confusing multiple users, reverted that bit. | ||||
* | Merge pull request #171 from MetaMask/MoveAccountExportToSubview | Dan Finlay | 2016-05-06 | 8 | -70/+158 |
|\ | | | | | Move account export into own view | ||||
| * | Bump changelog | Dan Finlay | 2016-05-05 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'MoveAccountExportToSubview' into FixButtonStyleBug | Dan Finlay | 2016-05-05 | 5 | -67/+147 |
| |\ | |||||
| | * | Bump changelog | Dan Finlay | 2016-05-05 | 1 | -0/+2 |
| | | | |||||
| | * | Move account export to subview | Dan Finlay | 2016-05-05 | 4 | -67/+145 |
| |/ |/| | | | | | | | | | | | | | | | | | Account detail view now has an animated transitioning `subview` section that allows us to show extra details within it. Clicking `export` now slide replaces the transaction list with the export UI. Added cancel/done/submit buttons to the Export UI. Done submits like Enter did, the other two transition back to the transaction list. For some reason when first unlocking, the selected account is being instantly replaced with the accounts list, so I need to fix that before merging this into master. | ||||
| * | Fix button width transition bug | Dan Finlay | 2016-05-05 | 3 | -2/+8 |
| | | | | | | | | Fixes #160 | ||||
| * | Fix routing bug | Dan Finlay | 2016-05-05 | 2 | -1/+2 |
|/ | | | | Where sometimes the account list was shown when first unlocking, after momentarily showing the detail panel. | ||||
* | Merge pull request #169 from MetaMask/ImplementEthSign | kumavis | 2016-05-05 | 16 | -150/+392 |
|\ | | | | | implement eth_sign | ||||
| * | Show any pending txs when unlocking | Dan Finlay | 2016-05-04 | 4 | -4/+20 |
| | | | | | | | | Before the unlock action hard-routed to the home route, now it has a condition where it will show pending transactions instead. | ||||
| * | Improve tx UI | Dan Finlay | 2016-05-04 | 4 | -2/+18 |
| | | |||||
| * | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 15 | -145/+355 |
|/ | | | | | | | | | | 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. | ||||
* | Clarified user value for UMD fix on changelog | Dan Finlay | 2016-04-30 | 1 | -1/+1 |
| | |||||
* | Version 1.7.0 | Dan Finlay | 2016-04-30 | 2 | -3/+5 |
| | |||||
* | Merge pull request #165 from MetaMask/FixTransitions | Dan Finlay | 2016-04-30 | 5 | -40/+37 |
|\ | | | | | Fix transitions | ||||
| * | Fix outdated transitions | Dan Finlay | 2016-04-30 | 5 | -40/+34 |
| | | | | | | | | | | | | | | | | Fixes #151 - Cancelling or completing a tx now goes back to account detail view. - Restoring a vault now does not select an unloaded account, shows account list. - Account list now never selects an item only uses the cells as buttons. | ||||
| * | Bumped changelog for transaction list enhancements | Dan Finlay | 2016-04-30 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #164 from MetaMask/i126 | kumavis | 2016-04-30 | 2 | -0/+16 |
|\ | | | | | inpage - add and remove 'define' from global context | ||||
| * | add changelog note for inpage context guard | kumavis | 2016-04-30 | 1 | -0/+1 |
| | | |||||
| * | inpage - add and remove 'define' from global context. updates #126 | kumavis | 2016-04-30 | 1 | -0/+15 |
|/ | |||||
* | Merge pull request #162 from MetaMask/Identicon | Dan Finlay | 2016-04-30 | 3 | -2/+12 |
|\ | | | | | Identicon support | ||||
| * | Merge branch 'master' into Identicon | Dan Finlay | 2016-04-30 | 7 | -19/+236 |
| |\ | |/ |/| | |||||
* | | Merge pull request #161 from MetaMask/FixSlackLink | Dan Finlay | 2016-04-30 | 2 | -1/+2 |
|\ \ | | | | | | | Fix slack link | ||||
| * | | Bump changelog | Dan Finlay | 2016-04-30 | 1 | -0/+1 |
| | | | |||||
| * | | Fix slack link | Dan Finlay | 2016-04-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #159 from MetaMask/i137 | kumavis | 2016-04-29 | 5 | -14/+221 |
|\ \ \ | | | | | | | | | idmgmt - eth_sign support + notifications | ||||
| * | | | idmgmt - eth_sign support + notifications | kumavis | 2016-04-29 | 5 | -14/+221 |
|/ / / | |||||
* | | | Merge pull request #158 from MetaMask/eth_Sign | kumavis | 2016-04-29 | 3 | -6/+15 |
|\ \ \ | |/ / |/| | | tx list - bug fix - fixes #143 | ||||
| * | | tx list - bug fix - fixes #143 | kumavis | 2016-04-29 | 3 | -6/+15 |
|/ / | |||||
| * | Convert icons to identicons | Dan Finlay | 2016-04-30 | 3 | -2/+12 |
|/ | |||||
* | Merge pull request #152 from MetaMask/FilterTransactionList | Dan Finlay | 2016-04-28 | 7 | -16/+45 |
|\ | | | | | Filter transaction list for current network | ||||
| * | Fix test | Dan Finlay | 2016-04-28 | 1 | -4/+8 |
| | | |||||
| * | Filter transaction list for current blockchain network | Dan Finlay | 2016-04-28 | 4 | -23/+26 |
| | | | | | | | | | | | | | | | | | | | | 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 |
| | | |||||
| * | Fix explorer link generation | Dan Finlay | 2016-04-28 | 2 | -1/+15 |
| | | |||||
* | | provider - use provider-engine zero | kumavis | 2016-04-27 | 3 | -67/+2 |
|/ | |||||
* | Merge pull request #147 from MetaMask/DefaultToList | Dan Finlay | 2016-04-26 | 1 | -2/+3 |
|\ | | | | | When no account is selected, show accounts view | ||||
| * | When no account is selected, show accounts view | Dan Finlay | 2016-04-26 | 1 | -2/+3 |
|/ | |||||
* | Merge pull request #142 from MetaMask/DetailViewFirst | kumavis | 2016-04-26 | 11 | -56/+97 |
|\ | | | | | Make account detail view into main view | ||||
| * | Bump changelog | Dan Finlay | 2016-04-26 | 1 | -0/+1 |
| | | |||||
| * | Persist selected account | Dan Finlay | 2016-04-26 | 5 | -24/+32 |
| | | | | | | | | | | | | 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! | ||||
| * | Bump changelog | Dan Finlay | 2016-04-26 | 1 | -0/+4 |
| | | |||||
| * | Fixed some loading bugs | Dan Finlay | 2016-04-26 | 1 | -3/+1 |
| | | |||||
| * | Fix test | Dan Finlay | 2016-04-26 | 1 | -2/+0 |
| | | |||||
| * | Make account detail view the primary view | Dan Finlay | 2016-04-26 | 9 | -48/+80 |
|/ | | | | | | | | - 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 | 2 | -1/+3 |
| | |||||
* | Merge pull request #136 from MetaMask/ChangeRpcButton | Dan Finlay | 2016-04-23 | 2 | -5/+34 |
|\ | | | | | Add new rpc save button to config view | ||||
| * | Resolve changelog order conflict | Dan Finlay | 2016-04-23 | 4 | -4/+35 |
| |\ | |/ |/| | |||||
* | | Merge pull request #135 from MetaMask/DeprecateRawTestRpc | Dan Finlay | 2016-04-23 | 4 | -4/+35 |
|\ \ | | | | | | | Migrate all users off `rawtestrpc` test rpc | ||||
| * | | Bump changelog | Dan Finlay | 2016-04-23 | 1 | -0/+1 |
| | | | |||||
| * | | Add migration to actual migration array, fix test | Dan Finlay | 2016-04-23 | 2 | -3/+10 |
| | | | |||||
| * | | Corrected migration order | Dan Finlay | 2016-04-23 | 2 | -10/+10 |
| | | | |||||
| * | | Deprecate rawtestrpc.metamask.io | Dan Finlay | 2016-04-23 | 3 | -7/+30 |
|/ / | | | | | | | 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`. | ||||
| * | Bump changelog | Dan Finlay | 2016-04-23 | 1 | -0/+3 |
| | | |||||
| * | Add RPC config buttons and styles | Dan Finlay | 2016-04-23 | 1 | -5/+31 |
|/ | | | | | | - Add save button for custom RPC input field - Add button for RPC at `localhost:8545`. - Improve `Current RPC` display. | ||||
* | Merge pull request #125 from MetaMask/TransactionList | kumavis | 2016-04-21 | 12 | -40/+162 |
|\ | | | | | Add transaction history to account detail view | ||||
| * | Store metamaskId on metaTx instead of getTxWithParams method. | Dan Finlay | 2016-04-21 | 3 | -39/+7 |
| | | |||||
| * | Improve transaction list title | Dan Finlay | 2016-04-20 | 1 | -1/+1 |
| | | |||||
| * | Bumped changelog | Dan Finlay | 2016-04-20 | 1 | -0/+2 |
| | | |||||
| * | Removed logs | Dan Finlay | 2016-04-20 | 1 | -2/+0 |
| | | |||||
| * | Fix floating point input bug | Dan Finlay | 2016-04-20 | 3 | -33/+57 |
| | | | | | | | | | | | | When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals! Put this numeric normalization into a utility function with a test around it and got it working. | ||||
| * | Generate explorer link to match current blockchain | Dan Finlay | 2016-04-20 | 5 | -40/+35 |
| | | |||||
| * | 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 | 2 | -3/+61 |
| | | |||||
| * | Improve some UI formatting | Dan Finlay | 2016-04-20 | 2 | -13/+33 |
| | | |||||
| * | Move transaction list after account panel | Dan Finlay | 2016-04-20 | 1 | -12/+1 |
| | | |||||
| * | Moved transaction-list into its own component | Dan Finlay | 2016-04-20 | 2 | -8/+55 |
| | | |||||
| * | Merge branch 'master' into TransactionList | Dan Finlay | 2016-04-20 | 19 | -55/+178 |
| |\ | |||||
| * | | Prototype Transaction Details in account-detail.js | John Whitton | 2016-04-20 | 1 | -0/+17 |
| | | | | | | | | | | | | Rough prototype with hyperlink | ||||
* | | | Merge pull request #128 from MetaMask/i127 | kumavis | 2016-04-21 | 2 | -0/+2 |
|\ \ \ | |_|/ |/| | | build - post process with dereq | ||||
| * | | build - post process with dereq | kumavis | 2016-04-21 | 2 | -0/+2 |
|/ / | |||||
* | | Merge branch 'master' of github.com:MetaMask/metamask-plugin | Dan Finlay | 2016-04-19 | 1 | -2/+1 |
|\ \ | |||||
| * \ | Merge pull request #118 from MetaMask/AddPersistentTransactionLog | Dan Finlay | 2016-04-19 | 6 | -9/+143 |
| |\ \ | | | | | | | | | Persist transactions to config-manager | ||||
| * \ \ | Merge pull request #117 from MetaMask/i33 | kumavis | 2016-04-19 | 1 | -2/+1 |
| |\ \ \ | | | | | | | | | | | reject unknown tx 'from' address via provider-engine | ||||
| | * | | | deps - bump provider-engine to 7.4.0 | kumavis | 2016-04-19 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | deps - remove unused faux-jax | kumavis | 2016-04-19 | 1 | -1/+0 |
| | | |/ | | |/| | |||||
* | | | | Merge branch 'AddPersistentTransactionLog' | Dan Finlay | 2016-04-19 | 6 | -9/+144 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Bump changelog | Dan Finlay | 2016-04-19 | 1 | -0/+1 |
| | |/ | |/| | |||||
| * | | Fix displayed RPC address | Dan Finlay | 2016-04-19 | 1 | -2/+1 |
| | | | | | | | | | | | | Fixes #119 | ||||
| * | | Bump changelog | Dan Finlay | 2016-04-19 | 1 | -0/+3 |
| | | | |||||
| * | | 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 | 4 | -7/+138 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge pull request #115 from MetaMask/UnifyTestSuites | Dan Finlay | 2016-04-19 | 12 | -43/+31 |
|\| | | | | | | | | Unify test suites | ||||
| * | | Unify test suites | Dan Finlay | 2016-04-19 | 11 | -37/+18 |
| | | | |||||
| * | | Fix plugin tests | Dan Finlay | 2016-04-19 | 3 | -6/+13 |
| |/ | |||||
* | | Merge pull request #116 from MetaMask/i30 | kumavis | 2016-04-19 | 1 | -1/+2 |
|\ \ | |/ |/| | contentscript - append inpage as first child | ||||
| * | 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 | 2 | -1/+3 |
| | | |||||
* | | Merge pull request #112 from MetaMask/AddLeadingZero | Dan Finlay | 2016-04-16 | 3 | -2/+4 |
|\ \ | | | | | | | ui - formatBalance bug | ||||
| * | | Add leading zero to account balances | Dan Finlay | 2016-04-16 | 3 | -2/+4 |
|/ / | |||||
* | | Merge pull request #106 from MetaMask/AddTravisCI | Dan Finlay | 2016-04-16 | 3 | -11/+22 |
|\ \ | | | | | | | Add rudimentary travis.yml | ||||
| * | | Run all UI tests | Dan Finlay | 2016-04-15 | 1 | -8/+5 |
| | | | |||||
| * | | Add build badge | Dan Finlay | 2016-04-15 | 1 | -1/+1 |
| | | | |||||
| * | | Limit test suite to UI for now | Dan Finlay | 2016-04-15 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'master' into AddTravisCI | Dan Finlay | 2016-04-15 | 4 | -77/+26 |
| |\ \ | |||||
| * | | | Remove extraneous build target | Dan Finlay | 2016-04-15 | 1 | -1/+0 |
| | | | | |||||
| * | | | Add travis compiler addons | Dan Finlay | 2016-04-15 | 1 | -0/+6 |
| | | | | |||||
| * | | | Add c++ compiler for travis and node 4+ | Dan Finlay | 2016-04-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements | ||||
| * | | | Bump ethereumjs-utils version | Dan Finlay | 2016-04-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add rudimentary travis.yml | Dan Finlay | 2016-04-14 | 1 | -0/+6 |
| | | | | |||||
* | | | | Merge pull request #111 from MetaMask/i53 | kumavis | 2016-04-15 | 5 | -38/+65 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | inpage sync RPC | ||||
| * | | wiring - move to obj-multiplex | kumavis | 2016-04-15 | 3 | -24/+50 |
| | | | |||||
| * | | ui - util - fixes#110 formatBalance | kumavis | 2016-04-15 | 1 | -2/+2 |
| | | | |||||
| * | | inpage - defaultAccount - fix bug | kumavis | 2016-04-15 | 1 | -12/+13 |
|/ / | |||||
* | | Merge pull request #109 from MetaMask/FixEthResolution | Dan Finlay | 2016-04-15 | 3 | -4/+22 |
|\ \ | | | | | | | Fix eth resolution | ||||
| * | | Bump changelog | Dan Finlay | 2016-04-15 | 1 | -0/+1 |
| | | | |||||
| * | | Fix eth resolution | Dan Finlay | 2016-04-15 | 2 | -4/+21 |
| |/ | | | | | | | | | | | | | | | utils.formatBalance was returning rounded ether, was not useful for displaying account balances. Now returns four decimal points, and is easily configurable for more, with passing tests. Spoiler alert: Don't you dare divide bignumber wei. Bignumber does not have decimals. Keep it as wei, format it as ether. | ||||
* | | Merge pull request #108 from MetaMask/i32 | kumavis | 2016-04-15 | 1 | -73/+4 |
|\ \ | |/ |/| | set defaultAccount on web3 | ||||
| * | web3 - set defaultAccount | kumavis | 2016-04-15 | 1 | -3/+4 |
| | | |||||
| * | clean - inpage remove unused xhr mitm code | kumavis | 2016-04-15 | 1 | -70/+0 |
|/ | |||||
* | Remove private throughput graph | Dan Finlay | 2016-04-14 | 1 | -2/+0 |
| | |||||
* | Merge pull request #105 from MetaMask/MergeWithUI | Dan Finlay | 2016-04-14 | 56 | -14/+4367 |
|\ | | | | | Merge metamask-ui into metamask plugin | ||||
| * | Add waffle metrics to the README for fun | Dan Finlay | 2016-04-14 | 1 | -0/+2 |
| | | |||||
| * | Remove metamask-ui dependency | Dan Finlay | 2016-04-14 | 1 | -1/+0 |
| | | |||||
| * | Add merge to changelog | Dan Finlay | 2016-04-14 | 1 | -0/+1 |
| | | |||||
| * | Move UI deps into main plugin package.json | Dan Finlay | 2016-04-14 | 4 | -76/+58 |
| | | | | | | | | | | Also move UI test scripts into main plugin Also move testing explanation to main plugin README. | ||||
| * | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 55 | -9/+4378 |
|/ | |||||
* | Corrected changelog note | Dan Finlay | 2016-04-14 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin | Dan Finlay | 2016-04-14 | 7 | -6/+45 |
|\ | |||||
| * | Merge pull request #104 from MetaMask/TargetEtherscanAtOurRpc | Dan Finlay | 2016-04-13 | 7 | -6/+45 |
| |\ | | | | | | | Re-target production RPC endpoint | ||||
| | * | 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 | 3 | -0/+28 |
| | | | |||||
* | | | Bump manifest to 1.5.0 | Dan Finlay | 2016-04-14 | 1 | -1/+1 |
| | | | |||||
* | | | Bump changelog for 1.5.0 | Dan Finlay | 2016-04-14 | 1 | -0/+2 |
|/ / | |||||
* / | Bump changelog | Dan Finlay | 2016-04-13 | 1 | -0/+1 |
|/ | |||||
* | Bump changelog | Dan Finlay | 2016-04-13 | 1 | -0/+1 |
| | |||||
* | Add sending funds to changelog | Dan Finlay | 2016-04-13 | 1 | -0/+3 |
| | |||||
* | Bump version and changelog | Dan Finlay | 2016-04-09 | 2 | -1/+5 |
| | |||||
* | popup - fix web3 plumbing | kumavis | 2016-04-09 | 3 | -17/+31 |
| | |||||
* | Merge pull request #92 from MetaMask/ExportKey | Dan Finlay | 2016-04-07 | 3 | -0/+13 |
|\ | | | | | Add ability to export private keys | ||||
| * | Add ability to export private keys | Dan Finlay | 2016-04-07 | 3 | -0/+13 |
|/ | |||||
* | Updated changelog for current master | Dan Finlay | 2016-04-06 | 1 | -0/+4 |
| | |||||
* | Updated changelog | Dan Finlay | 2016-04-06 | 1 | -0/+14 |
| | |||||
* | Bump version1.3.2 | Dan Finlay | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #90 from MetaMask/IndicateFauceting | Dan Finlay | 2016-04-05 | 1 | -0/+17 |
|\ | | | | | Add mayBeFauceting boolean to account object | ||||
| * | 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. | ||||
* | Merge pull request #89 from MetaMask/SupportUndefinedAddressSelection | Dan Finlay | 2016-04-05 | 2 | -1/+6 |
|\ | | | | | Support undefined address selection | ||||
| * | 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 |
|/ | |||||
* | Merge pull request #87 from SilentCicero/master | Dan Finlay | 2016-04-04 | 1 | -0/+1 |
|\ | | | | | Add Chrome "file://" protocol to MetaMask manifest | ||||
| * | 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 | 5 | -17/+105 |
|\ | | | | | Etherscan provider | ||||
| * | Revert "Revert "Etherscan provider"" | Dan Finlay | 2016-04-01 | 5 | -17/+105 |
| | | |||||
* | | Merge pull request #86 from MetaMask/CallbackRestoreErrors | Dan Finlay | 2016-04-02 | 1 | -1/+5 |
|\ \ | |/ |/| | Call back with wallet restore errors | ||||
| * | Call back with wallet restore errors | Dan Finlay | 2016-04-02 | 1 | -1/+5 |
|/ | |||||
* | Merge pull request #83 from MetaMask/revert-82-EtherscanProvider | Dan Finlay | 2016-04-01 | 5 | -105/+17 |
|\ | | | | | Revert "Etherscan provider" | ||||
| * | Revert "Etherscan provider" | Dan Finlay | 2016-04-01 | 5 | -105/+17 |
|/ | |||||
* | Merge pull request #82 from MetaMask/EtherscanProvider | Dan Finlay | 2016-04-01 | 5 | -17/+105 |
|\ | | | | | Etherscan provider | ||||
| * | Got etherscan working, bump version | Dan Finlay | 2016-04-01 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Merge pull request #81 from MetaMask/MigratableConfig | Dan Finlay | 2016-04-01 | 9 | -48/+270 |
|\ | | | | | Migratable config | ||||
| * | 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 | 8 | -103/+266 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+64 |
|/ | |||||
* | Merge pull request #78 from MetaMask/AutoFaucet | Dan Finlay | 2016-03-30 | 3 | -7/+30 |
|\ | | | | | Add auto-fauceting | ||||
| * | 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 |
| | |||||
* | Merge pull request #76 from MetaMask/ReturnStateToRestore | Dan Finlay | 2016-03-29 | 2 | -2/+2 |
|\ | | | | | Return updated state after restoring vault | ||||
| * | Version bump | Dan Finlay | 2016-03-29 | 1 | -1/+1 |
| | | |||||
| * | Return updated state after restoring vault | Dan Finlay | 2016-03-29 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #73 from MetaMask/Bip44 | Dan Finlay | 2016-03-26 | 8 | -108/+156 |
|\ | | | | | Bip44-compliant HD Tree Generation | ||||
| * | Remove unused reference | Dan Finlay | 2016-03-26 | 1 | -1/+0 |
| | | |||||
| * | Removed unused dependency | Dan Finlay | 2016-03-26 | 1 | -1/+0 |
| | | |||||
| * | Bumped version | Dan Finlay | 2016-03-26 | 1 | -1/+1 |
| | | |||||
| * | Remove broken npm script | Dan Finlay | 2016-03-26 | 1 | -2/+1 |
| | | |||||
| * | Correct the bip44 test account | Dan Finlay | 2016-03-26 | 1 | -5/+5 |
| | | |||||
| * | 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 | 4 | -63/+84 |
| | | | | | | | | 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 | 3 | -24/+70 |
| | | | | | | | | | | | | 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. | ||||
| * | Added basic es6 mocha test suite | Dan Finlay | 2016-03-25 | 5 | -41/+18 |
|/ | |||||
* | Merge pull request #69 from MetaMask/ImproveVaultManagement | Dan Finlay | 2016-03-25 | 4 | -51/+91 |
|\ | | | | | Improve vault management | ||||
| * | 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. | ||||
* | Added changelog and deploy docs | Dan Finlay | 2016-03-23 | 2 | -0/+14 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #64 from MetaMask/readme_gulp_grunt | Dan Finlay | 2016-03-14 | 1 | -4/+2 |
|\ | | | | | grunt to gulp readme changes | ||||
| * | grunt to gulp readme changes | Simon de la Rouviere | 2016-03-14 | 1 | -4/+2 |
|/ | |||||
* | Merge pull request #59 from MetaMask/notif | Dan Finlay | 2016-03-12 | 5 | -7/+101 |
|\ | | | | | notifications - add tx confirm+cancel buttons | ||||
| * | notifications - add tx confirm+cancel buttons | kumavis | 2016-03-12 | 5 | -7/+101 |
|/ | |||||
* | build - use gulp, remove grunt | kumavis | 2016-03-12 | 4 | -327/+8 |
| | |||||
* | unsig tx - show notification on new tx | kumavis | 2016-03-11 | 2 | -2/+17 |
| | |||||
* | plumbing - fix rpc feedback loop bug | kumavis | 2016-03-11 | 2 | -9/+9 |
| | |||||
* | popup.js - set web3 on global | kumavis | 2016-03-11 | 1 | -0/+2 |
| | |||||
* | plumbing - pipe web3 to the popup.js | kumavis | 2016-03-11 | 4 | -22/+106 |
| | |||||
* | Bumped version for info page deploy | Dan Finlay | 2016-03-10 | 1 | -2/+2 |
| | |||||
* | deps - bump metamask-ui | kumavis | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | config - add config starting with rpc endpoint | kumavis | 2016-03-09 | 1 | -4/+31 |
| | |||||
* | deps - bump ui and provider-engine | kumavis | 2016-03-09 | 2 | -4/+4 |
| | |||||
* | inpage - web3 class injection | kumavis | 2016-03-06 | 1 | -0/+5 |
| | |||||
* | idStore - normalize hex format before signing | kumavis | 2016-03-06 | 1 | -1/+7 |
| | |||||
* | Added gulp cli documentation | Dan Finlay | 2016-03-04 | 1 | -0/+12 |
| | |||||
* | deps - add gulp deps | kumavis | 2016-03-03 | 1 | -2/+9 |
| | |||||
* | build - add gulp build process | kumavis | 2016-03-03 | 4 | -21/+1355 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #9 from MetaMask/AddLockImages | kumavis | 2016-03-03 | 2 | -0/+0 |
|\ | | | | | Add lock images to static repo. | ||||
| * | Add lock images to static repo. | Dan Finlay | 2016-03-03 | 2 | -0/+0 |
|/ | | | | | | | Having the ui in one project but the static resources in this one is a good sign that either: - We should have the UI in this project. - We should find a way to keep the static resources in the UI repo. | ||||
* | Merge pull request #8 from MetaMask/WatchUI | kumavis | 2016-03-03 | 2 | -2/+18 |
|\ | | | | | Watch metamask-ui for changes during grunt dev | ||||
| * | Add grunt watch to web3-provider-engine | Dan Finlay | 2016-03-03 | 2 | -4/+6 |
| | | |||||
| * | Watch metamask-ui for changes during grunt dev | Dan Finlay | 2016-03-03 | 2 | -2/+16 |
|/ | |||||
* | web3-provider - add nonce tracker | kumavis | 2016-03-02 | 2 | -2/+7 |
| | |||||
* | Merge pull request #7 from MetaMask/rawtx_fix | kumavis | 2016-02-23 | 1 | -6/+6 |
|\ | | | | | Fix issue with raw transaction injection. | ||||
| * | Fix issue with raw transaction injected. | Simon de la Rouviere | 2016-02-23 | 1 | -6/+6 |
|/ |