Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix vault encrypting & unlocking bug | Dan Finlay | 2016-12-01 | 1 | -6/+19 |
| | | | | | | | | This is only a bug in dev, but was committed yesterday. Sometimes the `encrypt` method was being passed values other than the password as the encryption key, leading to un-unlockable vaults. To find this, and avoid it for all time hereafter, I added several more steps to our oft-neglected integration test suite, which now fully initializes a vault, locks it, and unlocks it again, to make sure all of those steps definitely work always. | ||||
* | Add integration tests for logging out and back in | Dan Finlay | 2016-12-01 | 1 | -1/+2 |
| | |||||
* | Made integration test create a first vault | Dan Finlay | 2016-12-01 | 1 | -1/+2 |
| | |||||
* | Fix proper behavior for restoring accounts when password forgotten. | Kevin Serrano | 2016-11-24 | 1 | -0/+1 |
| | |||||
* | Merge pull request #858 from MetaMask/i842-WaitForSeedWord | kumavis | 2016-11-23 | 1 | -2/+4 |
|\ | | | | | I842 wait for seed word | ||||
| * | Use callback in placeSeedWord method. | Dan Finlay | 2016-11-22 | 1 | -2/+4 |
| | | | | | | | | | | | | When displaying seed words, we were not using a callback, which had some race condition potential. This is simply a little cleaner and more correct. Fixes #842 | ||||
* | | Fix camel casing on setSelectedAccount action. | Dan Finlay | 2016-11-22 | 1 | -2/+2 |
| | | |||||
* | | Change fauceting to become a response of an emit. | Kevin Serrano | 2016-11-22 | 1 | -2/+2 |
| | | |||||
* | | change all instances of selectedAddress to selectedAccount. | Kevin Serrano | 2016-11-22 | 1 | -4/+4 |
| | | |||||
* | | Remove entropy from encryption and project. | Kevin Serrano | 2016-11-22 | 1 | -2/+2 |
|/ | |||||
* | Revert one cb to previous state. | Kevin Serrano | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | Minimize dispatches by using emitters and relying on state updates. | Kevin Serrano | 2016-11-16 | 1 | -19/+6 |
| | |||||
* | Linting to the max. | Kevin Serrano | 2016-11-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into i328-MultiVault | Frankie | 2016-11-11 | 1 | -13/+8 |
|\ | |||||
| * | Unify warning functions. | Kevin G. Serrano | 2016-11-08 | 1 | -14/+9 |
| | | |||||
* | | Add reveal of seed words. | Kevin Serrano | 2016-11-02 | 1 | -0/+23 |
| | | |||||
* | | Fixed bugs related to clearing caches when restoring to a new vault | Dan Finlay | 2016-11-02 | 1 | -2/+3 |
| | | |||||
* | | Fix seed phrase restore | Dan Finlay | 2016-11-02 | 1 | -1/+0 |
| | | |||||
* | | Made progress on parity for MultiVault | Kevin Serrano | 2016-11-02 | 1 | -6/+17 |
| | | | | | | | | | | | | | | | | | | - Deleted some unused items - Renamed files and paths to match with new locations. - Modified keyring controller logic to separate concerns. - Fix account naming issues. - Enable creation of new vault with default HD keyring. - Formatting issues. | ||||
* | | Implement seed word confirmation page. | Kevin Serrano | 2016-11-01 | 1 | -0/+16 |
| | | | | | | | | | | Remove logs. Move HD render files to ui/app. | ||||
* | | Make case condition more consistent. Remove extra action. Fix incorrect ↵ | Kevin Serrano | 2016-10-31 | 1 | -1/+1 |
| | | | | | | | | display of network. | ||||
* | | Configure BIP44 Keychain as default one | Dan Finlay | 2016-10-29 | 1 | -1/+16 |
| | | |||||
* | | Phase out extra warning screen. | Kevin Serrano | 2016-10-26 | 1 | -23/+0 |
| | | |||||
* | | Improved simple account generation | Dan Finlay | 2016-10-21 | 1 | -1/+1 |
| | | |||||
* | | Began adding first basic keyring | Dan Finlay | 2016-10-21 | 1 | -0/+16 |
| | | |||||
* | | Fix tests | Dan Finlay | 2016-10-21 | 1 | -2/+2 |
| | | |||||
* | | Linted & added salting to vault | Dan Finlay | 2016-10-21 | 1 | -1/+1 |
| | | |||||
* | | Fix state updating after vault creation and unlocking | Dan Finlay | 2016-10-21 | 1 | -2/+8 |
| | | |||||
* | | Change actions reference to keyringController to background | Dan Finlay | 2016-10-21 | 1 | -24/+24 |
| | | |||||
* | | Git merge resolution. | Kevin Serrano | 2016-10-20 | 1 | -6/+8 |
|\| | |||||
| * | Create callback and Clean-up details | Frankie | 2016-10-14 | 1 | -6/+8 |
| | | |||||
| * | Fix gasPrice range | Frankie | 2016-10-14 | 1 | -1/+1 |
| | | |||||
* | | Intermediary commit. | Kevin Serrano | 2016-10-20 | 1 | -24/+24 |
| | | |||||
* | | Initial work on UI side | Kevin Serrano | 2016-10-16 | 1 | -0/+10 |
| | | |||||
* | | Add minimal method signatures to new keyring controller | Dan Finlay | 2016-10-13 | 1 | -1/+2 |
| | | |||||
* | | Remove additional deprecated action | Dan Finlay | 2016-10-13 | 1 | -15/+0 |
| | | |||||
* | | Remove opinionated seed word code | Dan Finlay | 2016-10-13 | 1 | -65/+1 |
|/ | | | | | | Completely breaking all account maangement, I have removed the opinionated seed-word code from the UI. Web3 injection still seems to work. | ||||
* | Drop the buy button in the confTx view if account does not have enough eth | Frankie | 2016-09-16 | 1 | -1/+2 |
| | |||||
* | Add qrcode-npm to package.json and swap out Qr Code generator api for ↵ | Frankie | 2016-09-13 | 1 | -39/+11 |
| | | | | node-module | ||||
* | Show loading indication during unlocking. | Dan Finlay | 2016-09-09 | 1 | -0/+2 |
| | |||||
* | Show conf screen after send request | Dan Finlay | 2016-09-02 | 1 | -2/+1 |
| | |||||
* | Add a back button on lock screen to go back to init menu | Frankie | 2016-08-26 | 1 | -0/+18 |
| | |||||
* | Create a ShapeShift tx in tx History | Frankie | 2016-08-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into shapeshiftTx | Frankie | 2016-08-19 | 1 | -0/+19 |
|\ | |||||
| * | linting and ignoring. | Kevin Serrano | 2016-08-17 | 1 | -5/+0 |
| | | |||||
| * | Merge master. | Kevin Serrano | 2016-08-16 | 1 | -0/+161 |
| |\ | |||||
| * | | Did not previously call functions before! | Kevin Serrano | 2016-08-10 | 1 | -0/+3 |
| | | | |||||
| * | | Fix default value. Add loading indication for async. | Kevin Serrano | 2016-08-10 | 1 | -0/+4 |
| | | | |||||
| * | | currency now selectable and save-able. | Kevin Serrano | 2016-08-05 | 1 | -2/+0 |
| | | | |||||
| * | | Fix merge conflicts. Fix typos. Ensure currency immediately updated on load. | Kevin Serrano | 2016-07-23 | 1 | -0/+35 |
| |\ \ | |||||
| * | | | Linting! | Kevin Serrano | 2016-07-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add date access throughout the data flow. | Kevin Serrano | 2016-07-22 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add data field to pass up parameters up to reducer. | Kevin Serrano | 2016-07-22 | 1 | -1/+5 |
| | | | | |||||
| * | | | Add fiat actions to metamask controllere and actions. | Kevin Serrano | 2016-07-22 | 1 | -0/+14 |
| | | | | |||||
* | | | | WIP: ShapeShift tx | Frankie | 2016-08-19 | 1 | -0/+29 |
| |_|/ |/| | | |||||
* | | | Remove ethereum classic provider | Dan Finlay | 2016-08-15 | 1 | -2/+1 |
| | | | | | | | | | | | | Fixes #542 | ||||
* | | | Add multi message capability to Qr view for market info | Frankie | 2016-08-13 | 1 | -3/+4 |
| | | | |||||
* | | | Change buy forms so that they are their own view and add Qr-code | Frankie | 2016-08-13 | 1 | -9/+37 |
| | | | |||||
* | | | Fix merge mess | Frankie | 2016-08-11 | 1 | -1/+0 |
| | | | |||||
* | | | Merge branch 'master' into buyForm | Frankie | 2016-08-11 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Buy button (#474) | Frankie | 2016-07-22 | 1 | -0/+35 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* / | Create "buy form" add shape shift | Frankie | 2016-08-11 | 1 | -0/+169 |
|/ | |||||
* | Move main drop-down state to component state | Dan Finlay | 2016-07-02 | 1 | -19/+0 |
| | |||||
* | Fix broken action reference | Dan Finlay | 2016-07-01 | 1 | -0/+5 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -7/+21 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -57/+56 |
| | |||||
* | Fix disclaimer approving action | Dan Finlay | 2016-06-17 | 1 | -1/+2 |
| | |||||
* | Add disclaimer consent action | Dan Finlay | 2016-06-17 | 1 | -0/+13 |
| | |||||
* | Merge branch 'master' into display_network | Dan Finlay | 2016-06-04 | 1 | -1/+26 |
|\ | |||||
| * | Added seed word recovery to config screen | Dan Finlay | 2016-06-03 | 1 | -1/+26 |
| | | |||||
* | | network status getting set upon start-up and showing in title bar but not ↵ | Zac Mitton | 2016-06-02 | 1 | -0/+8 |
|/ | | | | auto-updating yet | ||||
* | Add clicking txs in list shows tx conf screen | Dan Finlay | 2016-05-27 | 1 | -0/+9 |
| | |||||
* | actions - remove use of 'this' | kumavis | 2016-05-26 | 1 | -70/+70 |
| | |||||
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 1 | -0/+18 |
| | | | | 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 | 1 | -0/+15 |
| | | | | | | | | 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. | ||||
* | Add dynamic list item styles | Dan Finlay | 2016-05-19 | 1 | -0/+9 |
| | |||||
* | Add animated sandwich button | Dan Finlay | 2016-05-19 | 1 | -0/+11 |
| | |||||
* | Streamlined some transition logic | Dan Finlay | 2016-05-13 | 1 | -11/+13 |
| | | | | | | | | 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. | ||||
* | Fix more transition bugs | Dan Finlay | 2016-05-12 | 1 | -6/+7 |
| | |||||
* | Make default providers more easiliy configurable for metamask devs | Dan Finlay | 2016-05-11 | 1 | -0/+10 |
| | | | | | | | | 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. | ||||
* | Fix transition bugs after vault restore | Dan Finlay | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | Restored signTx action | Dan Finlay | 2016-05-07 | 1 | -0/+15 |
| | |||||
* | Fix routing bug | Dan Finlay | 2016-05-05 | 1 | -1/+0 |
| | | | | Where sometimes the account list was shown when first unlocking, after momentarily showing the detail panel. | ||||
* | Show any pending txs when unlocking | Dan Finlay | 2016-05-04 | 1 | -1/+0 |
| | | | | Before the unlock action hard-routed to the home route, now it has a condition where it will show pending transactions instead. | ||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -6/+12 |
| | | | | | | | | | | 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. | ||||
* | Fix outdated transitions | Dan Finlay | 2016-04-30 | 1 | -12/+6 |
| | | | | | | | | 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. | ||||
* | Persist selected account | Dan Finlay | 2016-04-26 | 1 | -7/+11 |
| | | | | | | 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 | -10/+15 |
| | | | | | | | | - 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. | ||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 1 | -0/+418 |