aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/metamask.js
Commit message (Collapse)AuthorAgeFilesLines
* Merged master into devDan Finlay2016-12-201-0/+13
|\
| * Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-171-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-221-1/+0
| |
* | Re-enable disclaimer screen. Rename variables to reflect role more clearly.Kevin Serrano2016-11-151-1/+1
| |
* | Phase out extra warning screen.Kevin Serrano2016-10-261-6/+0
|/
* ui - remove unused currentDomain propkumavis2016-09-131-1/+0
|
* Added compliance for tests and properly accounts for N/A conversions.Kevin Serrano2016-08-171-1/+1
|
* Merge master.Kevin Serrano2016-08-161-1/+2
|\
| * Fix ether warning checkbox.Kevin Serrano2016-08-111-1/+2
| |
* | Holding off on select formatting for now. Renamed keys for options.Kevin Serrano2016-08-051-1/+1
| |
* | Create default values for metamask state for conversion. Fix config files ↵Kevin Serrano2016-08-051-0/+3
| | | | | | | | for ui dev.
* | Fix merge conflicts. Fix typos. Ensure currency immediately updated on load.Kevin Serrano2016-07-231-0/+5
|\|
| * Buy button (#474)Frankie2016-07-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Linting!Kevin Serrano2016-07-231-1/+1
| |
* | Add date access throughout the data flow.Kevin Serrano2016-07-221-0/+1
| |
* | Add data field to pass up parameters up to reducer.Kevin Serrano2016-07-221-0/+6
|/
* Manually lintedDan Finlay2016-06-221-8/+10
|
* Auto lintedDan Finlay2016-06-221-93/+92
|
* Create disclaimer approval reducerDan Finlay2016-06-171-0/+5
|
* Added ability to nickname wallets locallyDan Finlay2016-05-211-0/+8
| | | | 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.
* Streamlined some transition logicDan Finlay2016-05-131-1/+7
| | | | | | | | 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 bugsDan Finlay2016-05-121-3/+10
|
* Make default providers more easiliy configurable for metamask devsDan Finlay2016-05-111-1/+11
| | | | | | | | 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.
* Add UI for Signing MessagesDan Finlay2016-05-041-1/+7
| | | | | | | | | | 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.
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+73