Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create add token button and template view | Dan Finlay | 2017-06-15 | 1 | -1/+10 |
| | |||||
* | Persist selected account tab | Dan Finlay | 2017-06-15 | 1 | -4/+21 |
| | | | | Also improve error handling with token balances. | ||||
* | ui - remove web3, use eth-query | kumavis | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | Fix linting warnings | Thomas Huang | 2017-04-27 | 1 | -3/+3 |
| | |||||
* | remove updateCoinBaseAmount action | Jared Pereira | 2017-04-24 | 1 | -9/+0 |
| | |||||
* | remove updateBuyAddress action | Jared Pereira | 2017-04-24 | 1 | -9/+0 |
| | |||||
* | add platforms to mascara + move buyEther window open to ui | kumavis | 2017-04-05 | 1 | -3/+5 |
| | |||||
* | Merge pull request #1273 from MetaMask/i1267-seedfix | Dan Finlay | 2017-03-29 | 1 | -1/+3 |
|\ | | | | | Assure that seed words are placed into state tree upon request. | ||||
| * | Assure that seed words are placed into state tree upon request. | Kevin Serrano | 2017-03-28 | 1 | -1/+3 |
| | | |||||
* | | Improve UI gas calculation logic | Dan Finlay | 2017-03-29 | 1 | -0/+1 |
|/ | | | | | | | | - Now striping hex prefixed gas values, which may have been causing mis-estimation. - Unified calculation logic to be entirely functional. - Greatly simplified how the pending-tx form keeps updated form state. Still needs a commit from @kumavis to ensure the background passes in a txMeta.txParams.gasPrice value. | ||||
* | Remove goHome action causing erratic UI behavior. | Kevin Serrano | 2017-03-25 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into i1033-spinnerfix | kumavis | 2017-03-23 | 1 | -8/+16 |
|\ | |||||
| * | Adjust private key confirmation style and logic. | Kevin Serrano | 2017-03-21 | 1 | -9/+17 |
| | | |||||
* | | Add one more loading indication. | Kevin Serrano | 2017-03-23 | 1 | -0/+1 |
| | | |||||
* | | Uncomment lines relating to showing indicator. | Kevin Serrano | 2017-03-22 | 1 | -2/+2 |
| | | |||||
* | | Remove redundant removal of loading indicator. Integrate loading indicator ↵ | Kevin Serrano | 2017-03-22 | 1 | -5/+2 |
| | | | | | | | | disappear with display warning. | ||||
* | | Add action to hide loading indication on an incorrect pw. | Kevin Serrano | 2017-03-21 | 1 | -2/+5 |
|/ | |||||
* | Merge branch 'master' into i1165-predictive | Kevin Serrano | 2017-03-15 | 1 | -4/+4 |
|\ | |||||
| * | Rename variables to proper currency state variables. | Kevin Serrano | 2017-03-15 | 1 | -4/+4 |
| | | |||||
* | | Add comments. | Kevin Serrano | 2017-03-11 | 1 | -0/+1 |
| | | |||||
* | | Allow for adding recently used addresses to address book. | Kevin Serrano | 2017-03-10 | 1 | -0/+14 |
|/ | |||||
* | Fix typo, switch to log.error | Kevin Serrano | 2017-03-09 | 1 | -3/+3 |
| | |||||
* | Remove unneeded setrpc method. | Kevin Serrano | 2017-03-09 | 1 | -20/+8 |
| | |||||
* | Nodeify and promisify calls to background. | Kevin Serrano | 2017-03-09 | 1 | -9/+25 |
| | |||||
* | Refactor of code into separate reducers and actions. | Kevin Serrano | 2017-03-08 | 1 | -21/+9 |
| | |||||
* | Break out rpc update and rpclist into two reducers. | Kevin Serrano | 2017-03-08 | 1 | -6/+24 |
| | |||||
* | More conflict resolution. | Kevin Serrano | 2017-03-02 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'master' into i1144-moarrpc | Dan Finlay | 2017-02-28 | 1 | -31/+64 |
| |\ | |||||
* | \ | Fix merge conflicts. | Kevin Serrano | 2017-03-02 | 1 | -38/+82 |
|\ \ \ | |/ / |/| | | |||||
| * | | Use correct action to update and submit tx | Dan Finlay | 2017-03-01 | 1 | -2/+2 |
| | | | |||||
| * | | Remove gasMultiplier txMeta param | Dan Finlay | 2017-03-01 | 1 | -9/+5 |
| | | | | | | | | | | | | | | | | | | This was used by the custom gas slider on the `send` screen, and it was used to modify the gas value before sending it out, breaking our new custom gas field logic. Removed it and the logic that referred to this now-outdated parameter. | ||||
| * | | Add action for updating and approving a tx in one action | Dan Finlay | 2017-02-28 | 1 | -0/+15 |
| |/ | |||||
| * | Fix cancel msg signing behavior. | Dan Finlay | 2017-02-24 | 1 | -4/+4 |
| | | |||||
| * | Got personal_sign working | Dan Finlay | 2017-02-24 | 1 | -33/+44 |
| | | | | | | | | Also fixed bug where signing would not close popup. | ||||
| * | Add personal sign actions and template | Dan Finlay | 2017-02-23 | 1 | -0/+22 |
| | | |||||
* | | Tested against code to play nice with unit tests. | Kevin Serrano | 2017-02-24 | 1 | -6/+12 |
| | | |||||
* | | Implemented functionality for displaying recent custom RPCs | Kevin Serrano | 2017-02-23 | 1 | -2/+3 |
| | | |||||
* | | Connect to actions. | Kevin Serrano | 2017-02-22 | 1 | -0/+1 |
|/ | |||||
* | Delete all code related to disclaimers. | Kevin Serrano | 2017-02-10 | 1 | -19/+0 |
| | |||||
* | Remove egregious alert | Dan Finlay | 2017-02-07 | 1 | -1/+0 |
| | |||||
* | Mostly got shapeshift tx management into its own controller | Dan Finlay | 2017-02-04 | 1 | -1/+2 |
| | | | | Rendering the list is still having issues, so this isn't done yet. | ||||
* | migration #9 - break out CurrencyController substate | kumavis | 2017-02-03 | 1 | -2/+6 |
| | |||||
* | migration 7 - break off TransactionManager substate | kumavis | 2017-02-03 | 1 | -0/+30 |
| | |||||
* | actions - dont expect background to provide newState, manually update | kumavis | 2017-02-03 | 1 | -12/+27 |
| | |||||
* | rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 1 | -10/+3 |
| | |||||
* | metamask controller - cleanup remote api | kumavis | 2017-01-27 | 1 | -2/+1 |
| | |||||
* | Merge branch 'dev' into i#1048 | kumavis | 2017-01-25 | 1 | -1/+18 |
|\ | |||||
| * | Merge pull request #1051 from MetaMask/hotfix1048 | Frankie | 2017-01-25 | 1 | -2/+2 |
| |\ | | | | | | | hotfix - addNewAccount - dont assume hd keyring position | ||||
| | * | hotfix - dont assume hd keyring position | kumavis | 2017-01-25 | 1 | -2/+2 |
| | | | |||||
| * | | Add ability to import v3 JSON wallets | Dan Finlay | 2017-01-19 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | There is now a menu item labeled "JSON File" for importing, and it can digest either: - v1 MyEtherWallet JSON files - v3 Account files (used by Geth, Mist, and MyEtherWallet). Fixes #715 | ||||
| * | | Added new modular private key import system | Dan Finlay | 2017-01-19 | 1 | -0/+16 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Now any strategy for importing a private key that can be described as a pure function can be very easily turned into a MetaMask import strategy. I've created a generic and reusable UI action called `importNewAccount(strategy, args)`. The `strategy` is a unique identifier defined in `app/scripts/account-import-strategies`, and the `args` will be passed to the member of the `strategies` array whose key matches the strategy string. Strategies return private key hex strings, and are used by the metamask-controller to create a new keyring, and select that new account, before calling back. This also implements @frankiebee's idea of showing the imported account when it's been imported (my oversight!). This commit only moves us to this architecture, keeping feature parity for private key import, but has some untested code for importing geth-style JSON files as well! | ||||
* | | background controller - extract KeyringC.placeSeedWords to MetamaskC | kumavis | 2017-01-25 | 1 | -1/+15 |
| | | |||||
* | | Fix issue where generating a new account would put it in loose keys | Frankie | 2017-01-25 | 1 | -2/+2 |
|/ | |||||
* | Allow importing of private key strings | Dan Finlay | 2017-01-18 | 1 | -1/+9 |
| | | | | | | | | Fixes #1021 A top-right menu item now allows `Account Import`. It has a menu (with one item for now) that allows importing a private key string. Errors are displayed, and a success navigates the user to their account list, where the imported account is labeled `LOOSE`. | ||||
* | Merge branch 'i328-MultiVault-v1' into i715-AddImportMenu | Dan Finlay | 2017-01-18 | 1 | -0/+8 |
|\ | |||||
| * | Linted | Dan Finlay | 2016-11-05 | 1 | -1/+1 |
| | | |||||
| * | Scaffold new account view | Dan Finlay | 2016-11-05 | 1 | -0/+8 |
| | | |||||
* | | Add "import account" menu item + template view | Dan Finlay | 2017-01-18 | 1 | -0/+8 |
| | | |||||
* | | Send update to UI when changing selected account | Dan Finlay | 2017-01-12 | 1 | -5/+4 |
| | | | | | | | | Fixes #981 | ||||
* | | Convert more actions to new simple pattern | Dan Finlay | 2017-01-04 | 1 | -18/+2 |
| | | |||||
* | | Restore missing line | Dan Finlay | 2017-01-04 | 1 | -0/+1 |
| | | |||||
* | | Corrected instances of showWarning to displayWarning | Dan Finlay | 2017-01-04 | 1 | -3/+3 |
| | | |||||
* | | Apply new pattern to repetitive functions | Dan Finlay | 2017-01-04 | 1 | -19/+2 |
| | | |||||
* | | Update account list after adding account | Dan Finlay | 2017-01-04 | 1 | -10/+24 |
| | | | | | | | | | | | | Fixed by finally making a function generator for a pattern we use frequently, communicating to the background process. Fixes #961 | ||||
* | | Make notices confirmation configurable | Dan Finlay | 2016-12-21 | 1 | -0/+12 |
| | | | | | | | | - Confirm button will now dismiss the lost accounts array. | ||||
* | | Merge pull request #937 from MetaMask/i900-forgot-password-flow | Dan Finlay | 2016-12-20 | 1 | -2/+10 |
|\ \ | | | | | | | I900 forgot password flow | ||||
| * | | Modify actions to support better transition. | Kevin Serrano | 2016-12-20 | 1 | -0/+8 |
| | | | |||||
| * | | Lint. | Kevin Serrano | 2016-12-20 | 1 | -2/+2 |
| | | | |||||
* | | | Merged master into dev | Dan Finlay | 2016-12-20 | 1 | -0/+44 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add ability to show notices to user & get confirmation. | Kevin Serrano | 2016-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement generation of markdown for notice files. Create npm command. Enhance notice generation. Add test files to test multiple notices. Add basic markdown support to notices. Interval checks for updates. Add extensionizer and linker Add terms and conditions state file Add link support to disclaimer. Changelog addition. | ||||
| * | | Add ability to show notices to user & get confirmation. | Kevin Serrano | 2016-12-17 | 1 | -0/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement generation of markdown for notice files. Create npm command. Enhance notice generation. Add test files to test multiple notices. Add basic markdown support to notices. Interval checks for updates. Add extensionizer and linker Add terms and conditions state file Add link support to disclaimer. Changelog addition. | ||||
* | | | 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 |