Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix linting warnings | Thomas Huang | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | Add alternate UI for pending personal_sign messages | Dan Finlay | 2017-02-24 | 1 | -1/+2 |
| | |||||
* | id mgmt - update to latest eth_sign spec | kumavis | 2017-02-04 | 1 | -8/+27 |
| | |||||
* | messageManager - move view state to obs-store | kumavis | 2017-02-03 | 1 | -32/+20 |
| | |||||
* | emit a update badge | Frankie | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | put updateBadge back in | Frankie | 2017-02-02 | 1 | -0/+1 |
| | |||||
* | swap out set state for updateState | Frankie | 2017-02-02 | 1 | -4/+1 |
| | |||||
* | code clan up and tests | Frankie | 2017-02-02 | 1 | -22/+20 |
| | |||||
* | Clean up message manger includes: | Frankie | 2017-01-29 | 1 | -10/+67 |
| | | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern | ||||
* | Rewrite message controller to fit controller pattern | Frankie | 2017-01-28 | 1 | -48/+45 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -10/+10 |
| | |||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -0/+61 |
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. |