Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 1 | -6/+12 |
| | | | | via a provider. | ||||
* | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 1 | -7/+7 |
| | | | | t() call; t is just available on props. | ||||
* | Handle i18n with redux. | Dan | 2018-03-16 | 1 | -6/+6 |
| | |||||
* | get t imported in all files currently using i18n | Nick Doiron | 2018-01-25 | 1 | -0/+1 |
| | |||||
* | first steps to i18n | Nick Doiron | 2018-01-23 | 1 | -9/+5 |
| | |||||
* | Make eth_sign deprecation warning more useful | Dan Finlay | 2017-09-06 | 1 | -2/+13 |
| | | | | Link to descriptive article that demonstrates the new preferred method. | ||||
* | Fix eth sign formatting | Dan Finlay | 2017-08-18 | 1 | -1/+4 |
| | |||||
* | Revert old style message sighing | Frankie | 2017-02-10 | 1 | -0/+9 |
| | |||||
* | clean - appease the linting machine | kumavis | 2016-06-25 | 1 | -6/+1 |
| | |||||
* | svg notif now work for msg signatures | kumavis | 2016-06-25 | 1 | -24/+8 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -3/+0 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -5/+4 |
| | |||||
* | Improve tx UI | Dan Finlay | 2016-05-04 | 1 | -0/+7 |
| | |||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -0/+65 |
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. |