aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ui - account list - fix select accountkumavis2016-05-113-2/+12
|
* ui - redesign - app header + accounts selectionkumavis2016-05-1126-43/+10777
|
* Version 1.8.1Dan Finlay2016-05-112-1/+3
|
* Merge pull request #182 from MetaMask/EasilyConfigurableProvidersDan Finlay2016-05-117-14/+84
|\ | | | | Easily configurable providers
| * Fix testDan Finlay2016-05-111-1/+2
| |
| * Make default providers more easiliy configurable for metamask devsDan Finlay2016-05-116-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 fileskumavis2016-05-1110-0/+0
|
* Version 1.8.0Dan Finlay2016-05-112-2/+4
|
* Merge pull request #181 from MetaMask/PostPresentationFixupDan Finlay2016-05-113-5/+5
|\ | | | | Post presentation fixup
| * Remove test only statementDan Finlay2016-05-111-1/+1
| |
| * Fix transition bugs after vault restoreDan Finlay2016-05-112-3/+3
| |
| * Fix account loading bugDan Finlay2016-05-111-1/+1
|/
* Merge pull request #180 from MetaMask/PrettierTransactionListkumavis2016-05-077-87/+160
|\ | | | | Prettier transaction list
| * Restored signTx actionDan Finlay2016-05-071-0/+15
| |
| * Style transaction list using new panel componentDan Finlay2016-05-073-27/+50
| |
| * Move account panel style into reusable componentDan Finlay2016-05-074-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 changeDan Finlay2016-05-071-0/+1
|
* Merge pull request #179 from MetaMask/i103Dan Finlay2016-05-066-17/+92
|\ | | | | Automatic dapp reload
| * inpage - automatic dapp reloadkumavis2016-05-066-17/+92
|/
* Merge pull request #178 from MetaMask/AlwaysShowTransactionListkumavis2016-05-062-18/+11
|\ | | | | Always show transaction list
| * Always show transaction listDan Finlay2016-05-062-18/+11
|/
* Merge pull request #176 from MetaMask/RestoreAccountDetailBackButtonDan Finlay2016-05-062-4/+4
|\ | | | | Put accounts view back on account "back" button?
| * Fix account navigation linkDan Finlay2016-05-061-3/+1
| |
| * Restored back button to account detail view.Dan Finlay2016-05-062-4/+6
|/ | | | The `Change Acct` button was confusing multiple users, reverted that bit.
* Merge pull request #171 from MetaMask/MoveAccountExportToSubviewDan Finlay2016-05-068-70/+158
|\ | | | | Move account export into own view
| * Bump changelogDan Finlay2016-05-051-0/+1
| |
| * Merge branch 'MoveAccountExportToSubview' into FixButtonStyleBugDan Finlay2016-05-055-67/+147
| |\
| | * Bump changelogDan Finlay2016-05-051-0/+2
| | |
| | * Move account export to subviewDan Finlay2016-05-054-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 bugDan Finlay2016-05-053-2/+8
| | | | | | | | Fixes #160
| * Fix routing bugDan Finlay2016-05-052-1/+2
|/ | | | Where sometimes the account list was shown when first unlocking, after momentarily showing the detail panel.
* Merge pull request #169 from MetaMask/ImplementEthSignkumavis2016-05-0516-150/+392
|\ | | | | implement eth_sign
| * Show any pending txs when unlockingDan Finlay2016-05-044-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 UIDan Finlay2016-05-044-2/+18
| |
| * Add UI for Signing MessagesDan Finlay2016-05-0415-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 changelogDan Finlay2016-04-301-1/+1
|
* Version 1.7.0Dan Finlay2016-04-302-3/+5
|
* Merge pull request #165 from MetaMask/FixTransitionsDan Finlay2016-04-305-40/+37
|\ | | | | Fix transitions
| * Fix outdated transitionsDan Finlay2016-04-305-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 enhancementsDan Finlay2016-04-301-0/+3
|/
* Merge pull request #164 from MetaMask/i126kumavis2016-04-302-0/+16
|\ | | | | inpage - add and remove 'define' from global context
| * add changelog note for inpage context guardkumavis2016-04-301-0/+1
| |
| * inpage - add and remove 'define' from global context. updates #126kumavis2016-04-301-0/+15
|/
* Merge pull request #162 from MetaMask/IdenticonDan Finlay2016-04-303-2/+12
|\ | | | | Identicon support
| * Merge branch 'master' into IdenticonDan Finlay2016-04-307-19/+236
| |\ | |/ |/|
* | Merge pull request #161 from MetaMask/FixSlackLinkDan Finlay2016-04-302-1/+2
|\ \ | | | | | | Fix slack link
| * | Bump changelogDan Finlay2016-04-301-0/+1
| | |
| * | Fix slack linkDan Finlay2016-04-301-1/+1
| | |
* | | Merge pull request #159 from MetaMask/i137kumavis2016-04-295-14/+221
|\ \ \ | | | | | | | | idmgmt - eth_sign support + notifications
| * | | idmgmt - eth_sign support + notificationskumavis2016-04-295-14/+221
|/ / /
* | | Merge pull request #158 from MetaMask/eth_Signkumavis2016-04-293-6/+15
|\ \ \ | |/ / |/| | tx list - bug fix - fixes #143
| * | tx list - bug fix - fixes #143kumavis2016-04-293-6/+15
|/ /
| * Convert icons to identiconsDan Finlay2016-04-303-2/+12
|/
* Merge pull request #152 from MetaMask/FilterTransactionListDan Finlay2016-04-287-16/+45
|\ | | | | Filter transaction list for current network
| * Fix testDan Finlay2016-04-281-4/+8
| |
| * Filter transaction list for current blockchain networkDan Finlay2016-04-284-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 transactionDan Finlay2016-04-281-6/+14
| |
| * Fix explorer link generationDan Finlay2016-04-282-1/+15
| |
* | provider - use provider-engine zerokumavis2016-04-273-67/+2
|/
* Merge pull request #147 from MetaMask/DefaultToListDan Finlay2016-04-261-2/+3
|\ | | | | When no account is selected, show accounts view
| * When no account is selected, show accounts viewDan Finlay2016-04-261-2/+3
|/
* Merge pull request #142 from MetaMask/DetailViewFirstkumavis2016-04-2611-56/+97
|\ | | | | Make account detail view into main view
| * Bump changelogDan Finlay2016-04-261-0/+1
| |
| * Persist selected accountDan Finlay2016-04-265-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 changelogDan Finlay2016-04-261-0/+4
| |
| * Fixed some loading bugsDan Finlay2016-04-261-3/+1
| |
| * Fix testDan Finlay2016-04-261-2/+0
| |
| * Make account detail view the primary viewDan Finlay2016-04-269-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 versionDan Finlay2016-04-232-1/+3
|
* Merge pull request #136 from MetaMask/ChangeRpcButtonDan Finlay2016-04-232-5/+34
|\ | | | | Add new rpc save button to config view
| * Resolve changelog order conflictDan Finlay2016-04-234-4/+35
| |\ | |/ |/|
* | Merge pull request #135 from MetaMask/DeprecateRawTestRpcDan Finlay2016-04-234-4/+35
|\ \ | | | | | | Migrate all users off `rawtestrpc` test rpc
| * | Bump changelogDan Finlay2016-04-231-0/+1
| | |
| * | Add migration to actual migration array, fix testDan Finlay2016-04-232-3/+10
| | |
| * | Corrected migration orderDan Finlay2016-04-232-10/+10
| | |
| * | Deprecate rawtestrpc.metamask.ioDan Finlay2016-04-233-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 changelogDan Finlay2016-04-231-0/+3
| |
| * Add RPC config buttons and stylesDan Finlay2016-04-231-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/TransactionListkumavis2016-04-2112-40/+162
|\ | | | | Add transaction history to account detail view
| * Store metamaskId on metaTx instead of getTxWithParams method.Dan Finlay2016-04-213-39/+7
| |
| * Improve transaction list titleDan Finlay2016-04-201-1/+1
| |
| * Bumped changelogDan Finlay2016-04-201-0/+2
| |
| * Removed logsDan Finlay2016-04-201-2/+0
| |
| * Fix floating point input bugDan Finlay2016-04-203-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 blockchainDan Finlay2016-04-205-40/+35
| |
| * Add completed tx hash to persisted tx logDan Finlay2016-04-201-0/+4
| |
| * Fix config manager methodDan Finlay2016-04-201-1/+1
| |
| * Add extra tx methods to configManagerDan Finlay2016-04-202-3/+61
| |
| * Improve some UI formattingDan Finlay2016-04-202-13/+33
| |
| * Move transaction list after account panelDan Finlay2016-04-201-12/+1
| |
| * Moved transaction-list into its own componentDan Finlay2016-04-202-8/+55
| |
| * Merge branch 'master' into TransactionListDan Finlay2016-04-2019-55/+178
| |\
| * | Prototype Transaction Details in account-detail.jsJohn Whitton2016-04-201-0/+17
| | | | | | | | | | | | Rough prototype with hyperlink
* | | Merge pull request #128 from MetaMask/i127kumavis2016-04-212-0/+2
|\ \ \ | |_|/ |/| | build - post process with dereq
| * | build - post process with dereqkumavis2016-04-212-0/+2
|/ /
* | Merge branch 'master' of github.com:MetaMask/metamask-pluginDan Finlay2016-04-191-2/+1
|\ \
| * \ Merge pull request #118 from MetaMask/AddPersistentTransactionLogDan Finlay2016-04-196-9/+143
| |\ \ | | | | | | | | Persist transactions to config-manager
| * \ \ Merge pull request #117 from MetaMask/i33kumavis2016-04-191-2/+1
| |\ \ \ | | | | | | | | | | reject unknown tx 'from' address via provider-engine
| | * | | deps - bump provider-engine to 7.4.0kumavis2016-04-191-1/+1
| | | | |
| | * | | deps - remove unused faux-jaxkumavis2016-04-191-1/+0
| | | |/ | | |/|
* | | | Merge branch 'AddPersistentTransactionLog'Dan Finlay2016-04-196-9/+144
|\ \ \ \ | |/ / / |/| | |
| * | | Bump changelogDan Finlay2016-04-191-0/+1
| | |/ | |/|
| * | Fix displayed RPC addressDan Finlay2016-04-191-2/+1
| | | | | | | | | | | | Fixes #119
| * | Bump changelogDan Finlay2016-04-191-0/+3
| | |
| * | Emit transaction list to UIDan Finlay2016-04-191-0/+1
| | |
| * | Fix method of emitting unconfirmedTxs to UIDan Finlay2016-04-192-1/+1
| | |
| * | Persist transactions to config-managerDan Finlay2016-04-194-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/UnifyTestSuitesDan Finlay2016-04-1912-43/+31
|\| | | | | | | | Unify test suites
| * | Unify test suitesDan Finlay2016-04-1911-37/+18
| | |
| * | Fix plugin testsDan Finlay2016-04-193-6/+13
| |/
* | Merge pull request #116 from MetaMask/i30kumavis2016-04-191-1/+2
|\ \ | |/ |/| contentscript - append inpage as first child
| * contentscript - append inpage as first childkumavis2016-04-191-1/+2
|/
* Merge pull request #113 from MetaMask/i53kumavis2016-04-167-77/+263
|\ | | | | publicConfigStore for sync provider and selected address
| * inpage - use publicConfigStore for selectedAccount and sync providerkumavis2016-04-163-35/+94
| |
| * wiring - trusted-untrusted features + remote-storekumavis2016-04-166-51/+178
| |
* | Bump version to 1.5.1Dan Finlay2016-04-162-1/+3
| |
* | Merge pull request #112 from MetaMask/AddLeadingZeroDan Finlay2016-04-163-2/+4
|\ \ | | | | | | ui - formatBalance bug
| * | Add leading zero to account balancesDan Finlay2016-04-163-2/+4
|/ /
* | Merge pull request #106 from MetaMask/AddTravisCIDan Finlay2016-04-163-11/+22
|\ \ | | | | | | Add rudimentary travis.yml
| * | Run all UI testsDan Finlay2016-04-151-8/+5
| | |
| * | Add build badgeDan Finlay2016-04-151-1/+1
| | |
| * | Limit test suite to UI for nowDan Finlay2016-04-151-1/+2
| | |
| * | Merge branch 'master' into AddTravisCIDan Finlay2016-04-154-77/+26
| |\ \
| * | | Remove extraneous build targetDan Finlay2016-04-151-1/+0
| | | |
| * | | Add travis compiler addonsDan Finlay2016-04-151-0/+6
| | | |
| * | | Add c++ compiler for travis and node 4+Dan Finlay2016-04-151-0/+2
| | | | | | | | | | | | | | | | https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
| * | | Bump ethereumjs-utils versionDan Finlay2016-04-151-1/+1
| | | |
| * | | Add rudimentary travis.ymlDan Finlay2016-04-141-0/+6
| | | |
* | | | Merge pull request #111 from MetaMask/i53kumavis2016-04-155-38/+65
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| inpage sync RPC
| * | wiring - move to obj-multiplexkumavis2016-04-153-24/+50
| | |
| * | ui - util - fixes#110 formatBalancekumavis2016-04-151-2/+2
| | |
| * | inpage - defaultAccount - fix bugkumavis2016-04-151-12/+13
|/ /
* | Merge pull request #109 from MetaMask/FixEthResolutionDan Finlay2016-04-153-4/+22
|\ \ | | | | | | Fix eth resolution
| * | Bump changelogDan Finlay2016-04-151-0/+1
| | |
| * | Fix eth resolutionDan Finlay2016-04-152-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/i32kumavis2016-04-151-73/+4
|\ \ | |/ |/| set defaultAccount on web3
| * web3 - set defaultAccountkumavis2016-04-151-3/+4
| |
| * clean - inpage remove unused xhr mitm codekumavis2016-04-151-70/+0
|/
* Remove private throughput graphDan Finlay2016-04-141-2/+0
|
* Merge pull request #105 from MetaMask/MergeWithUIDan Finlay2016-04-1456-14/+4367
|\ | | | | Merge metamask-ui into metamask plugin
| * Add waffle metrics to the README for funDan Finlay2016-04-141-0/+2
| |
| * Remove metamask-ui dependencyDan Finlay2016-04-141-1/+0
| |
| * Add merge to changelogDan Finlay2016-04-141-0/+1
| |
| * Move UI deps into main plugin package.jsonDan Finlay2016-04-144-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 stackDan Finlay2016-04-1455-9/+4378
|/
* Corrected changelog noteDan Finlay2016-04-141-1/+2
|
* Merge branch 'master' of github.com:MetaMask/metamask-pluginDan Finlay2016-04-147-6/+45
|\
| * Merge pull request #104 from MetaMask/TargetEtherscanAtOurRpcDan Finlay2016-04-137-6/+45
| |\ | | | | | | Re-target production RPC endpoint
| | * Point rawtestrpc at new testrpcDan Finlay2016-04-132-3/+3
| | |
| | * Migrate etherscan configs to our new production RPC.Dan Finlay2016-04-133-4/+15
| | |
| | * Migrate etherscan providers to our RPCDan Finlay2016-04-133-0/+28
| | |
* | | Bump manifest to 1.5.0Dan Finlay2016-04-141-1/+1
| | |
* | | Bump changelog for 1.5.0Dan Finlay2016-04-141-0/+2
|/ /
* / Bump changelogDan Finlay2016-04-131-0/+1
|/
* Bump changelogDan Finlay2016-04-131-0/+1
|
* Add sending funds to changelogDan Finlay2016-04-131-0/+3
|
* Bump version and changelogDan Finlay2016-04-092-1/+5
|
* popup - fix web3 plumbingkumavis2016-04-093-17/+31
|
* Merge pull request #92 from MetaMask/ExportKeyDan Finlay2016-04-073-0/+13
|\ | | | | Add ability to export private keys
| * Add ability to export private keysDan Finlay2016-04-073-0/+13
|/
* Updated changelog for current masterDan Finlay2016-04-061-0/+4
|
* Updated changelogDan Finlay2016-04-061-0/+14
|
* Bump version1.3.2Dan Finlay2016-04-051-1/+1
|
* Merge pull request #90 from MetaMask/IndicateFaucetingDan Finlay2016-04-051-0/+17
|\ | | | | Add mayBeFauceting boolean to account object
| * Add mayBeFauceting boolean to account objectDan Finlay2016-04-051-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/SupportUndefinedAddressSelectionDan Finlay2016-04-052-1/+6
|\ | | | | Support undefined address selection
| * Support undefined address selectionDan Finlay2016-04-051-0/+5
| | | | | | | | If `setSelectedAddress` is called on the IdStore, the first account is automatically selected.
| * Bump versionDan Finlay2016-04-041-1/+1
|/
* Merge pull request #87 from SilentCicero/masterDan Finlay2016-04-041-0/+1
|\ | | | | Add Chrome "file://" protocol to MetaMask manifest
| * Add Chrome "file://" protocol to MetaMask manifestNick Dodson2016-04-041-0/+1
|/
* Merge pull request #84 from MetaMask/revert-83-revert-82-EtherscanProviderkumavis2016-04-025-17/+105
|\ | | | | Etherscan provider
| * Revert "Revert "Etherscan provider""Dan Finlay2016-04-015-17/+105
| |
* | Merge pull request #86 from MetaMask/CallbackRestoreErrorsDan Finlay2016-04-021-1/+5
|\ \ | |/ |/| Call back with wallet restore errors
| * Call back with wallet restore errorsDan Finlay2016-04-021-1/+5
|/
* Merge pull request #83 from MetaMask/revert-82-EtherscanProviderDan Finlay2016-04-015-105/+17
|\ | | | | Revert "Etherscan provider"
| * Revert "Etherscan provider"Dan Finlay2016-04-015-105/+17
|/
* Merge pull request #82 from MetaMask/EtherscanProviderDan Finlay2016-04-015-17/+105
|\ | | | | Etherscan provider
| * Got etherscan working, bump versionDan Finlay2016-04-012-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 Finlay2016-04-012-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 Finlay2016-04-013-14/+45
|/ | | | Committing and pushing to get feedback.
* Merge pull request #81 from MetaMask/MigratableConfigDan Finlay2016-04-019-48/+270
|\ | | | | Migratable config
| * Do not cache the seed, retrieve it from the decrypted walletDan Finlay2016-04-012-15/+21
| |
| * Remove unnecessary abstractionDan Finlay2016-04-011-5/+1
| |
| * Removed logsDan Finlay2016-03-311-6/+0
| |
| * Bump versionDan Finlay2016-03-311-1/+1
| |
| * Made configuration migrateableDan Finlay2016-03-318-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 Finlay2016-03-302-1/+64
|/
* Merge pull request #78 from MetaMask/AutoFaucetDan Finlay2016-03-303-7/+30
|\ | | | | Add auto-fauceting
| * Fix signing bugDan Finlay2016-03-301-2/+2
| |
| * Add auto-faucetingDan Finlay2016-03-303-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 destructuringDan Finlay2016-03-302-2/+4
|
* Bump version to 1.1.1Dan Finlay2016-03-291-1/+1
|
* Merge pull request #76 from MetaMask/ReturnStateToRestoreDan Finlay2016-03-292-2/+2
|\ | | | | Return updated state after restoring vault
| * Version bumpDan Finlay2016-03-291-1/+1
| |
| * Return updated state after restoring vaultDan Finlay2016-03-291-1/+1
|/
* Merge pull request #73 from MetaMask/Bip44Dan Finlay2016-03-268-108/+156
|\ | | | | Bip44-compliant HD Tree Generation
| * Remove unused referenceDan Finlay2016-03-261-1/+0
| |
| * Removed unused dependencyDan Finlay2016-03-261-1/+0
| |
| * Bumped versionDan Finlay2016-03-261-1/+1
| |
| * Remove broken npm scriptDan Finlay2016-03-261-2/+1
| |
| * Correct the bip44 test accountDan Finlay2016-03-261-5/+5
| |
| * Cleaned up how we pass hdString to LightwalletDan Finlay2016-03-261-4/+11
| |
| * Implemented BIP44 compliance test.Dan Finlay2016-03-264-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 hdTreesDan Finlay2016-03-263-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 suiteDan Finlay2016-03-255-41/+18
|/
* Merge pull request #69 from MetaMask/ImproveVaultManagementDan Finlay2016-03-254-51/+91
|\ | | | | Improve vault management
| * Bump versionDan Finlay2016-03-251-1/+1
| |
| * Gave lock a callback for better loading indicationDan Finlay2016-03-251-2/+3
| |
| * Add seed word caching during confirmation screenDan Finlay2016-03-253-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 docsDan Finlay2016-03-232-0/+14
|
* Version 0.14.0Dan Finlay2016-03-231-1/+1
|
* stream-provider - addd isConnected methodkumavis2016-03-211-0/+4
|
* 0.13.0kumavis2016-03-161-1/+1
|
* add vault recoverykumavis2016-03-162-5/+21
|
* Merge pull request #64 from MetaMask/readme_gulp_gruntDan Finlay2016-03-141-4/+2
|\ | | | | grunt to gulp readme changes
| * grunt to gulp readme changesSimon de la Rouviere2016-03-141-4/+2
|/
* Merge pull request #59 from MetaMask/notifDan Finlay2016-03-125-7/+101
|\ | | | | notifications - add tx confirm+cancel buttons
| * notifications - add tx confirm+cancel buttonskumavis2016-03-125-7/+101
|/
* build - use gulp, remove gruntkumavis2016-03-124-327/+8
|
* unsig tx - show notification on new txkumavis2016-03-112-2/+17
|
* plumbing - fix rpc feedback loop bugkumavis2016-03-112-9/+9
|
* popup.js - set web3 on globalkumavis2016-03-111-0/+2
|
* plumbing - pipe web3 to the popup.jskumavis2016-03-114-22/+106
|
* Bumped version for info page deployDan Finlay2016-03-101-2/+2
|
* deps - bump metamask-uikumavis2016-03-091-1/+1
|
* config - add config starting with rpc endpointkumavis2016-03-091-4/+31
|
* deps - bump ui and provider-enginekumavis2016-03-092-4/+4
|
* inpage - web3 class injectionkumavis2016-03-061-0/+5
|
* idStore - normalize hex format before signingkumavis2016-03-061-1/+7
|
* Added gulp cli documentationDan Finlay2016-03-041-0/+12
|
* deps - add gulp depskumavis2016-03-031-2/+9
|
* build - add gulp build processkumavis2016-03-034-21/+1355
|
* tx sig - it works againkumavis2016-03-032-141/+95
|
* background - use provider-engine zero clientkumavis2016-03-032-63/+8
|
* Merge pull request #9 from MetaMask/AddLockImageskumavis2016-03-032-0/+0
|\ | | | | Add lock images to static repo.
| * Add lock images to static repo.Dan Finlay2016-03-032-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/WatchUIkumavis2016-03-032-2/+18
|\ | | | | Watch metamask-ui for changes during grunt dev
| * Add grunt watch to web3-provider-engineDan Finlay2016-03-032-4/+6
| |
| * Watch metamask-ui for changes during grunt devDan Finlay2016-03-032-2/+16
|/
* web3-provider - add nonce trackerkumavis2016-03-022-2/+7
|
* Merge pull request #7 from MetaMask/rawtx_fixkumavis2016-02-231-6/+6
|\ | | | | Fix issue with raw transaction injection.
| * Fix issue with raw transaction injected.Simon de la Rouviere2016-02-231-6/+6
|/
* deps - bump provider enginekumavis2016-02-181-1/+1
|
* idStore - add createNewVaultkumavis2016-02-172-14/+18
|
* deps - bump metamask-uikumavis2016-02-171-1/+1
|
* manifest - rm unused permissionskumavis2016-02-171-2/+0
|
* logs - silence logkumavis2016-02-161-1/+0
|
* idStore - add isInitialized flagkumavis2016-02-161-0/+1
|
* internal rpc - add isMetamaskInternal flagkumavis2016-02-161-1/+1
|
* deps - bump metamask-ui to 1.1.0kumavis2016-02-161-1/+1
|