Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix UI Dev Mode for Tx Approval | Dan Finlay | 2017-02-21 | 1 | -1/+1 |
| | | | | | | | | | | The state object had been changed, but our mock states for tx approval were using the old keys. Rather than try to muck about and figure out each and every change, I've re-generated a UI dev state for tx approval, which should help @zanibas on his current project. We can continue adding new dev states as needed from here. If anyone catches a state that doesn't render correctly, it's worth checking if a new snapshot doesn't solve things. Debugged by adding new debugging loggers, and I've left them in place for easier future debugging. | ||||
* | Set default log levels | Dan Finlay | 2017-02-21 | 1 | -0/+1 |
| | |||||
* | Add debug logging to ui routing logic. | Dan Finlay | 2017-02-21 | 1 | -0/+2 |
| | |||||
* | test - mock-dev - expose metamaskController for debugging | kumavis | 2017-02-02 | 1 | -0/+1 |
| | |||||
* | tests - mock-dev - remove persistence | kumavis | 2017-02-01 | 1 | -15/+1 |
| | |||||
* | mock-dev - cleanup missing polyfill | kumavis | 2017-01-25 | 1 | -3/+0 |
| | |||||
* | obs-store - use published module | kumavis | 2017-01-25 | 1 | -6/+9 |
| | |||||
* | background - move pojo migrator to outside of metamask controller | kumavis | 2017-01-12 | 1 | -61/+33 |
| | |||||
* | background - introduce ObservableStore | kumavis | 2017-01-12 | 1 | -3/+5 |
| | |||||
* | First pass at revision requests | Frances Pangilinan | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Fix integration test suite | Dan Finlay | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | Fix background connection references | Dan Finlay | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | Intermediary commit. | Kevin Serrano | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Add state selector to mock-dev server used by UI tests | Dan Finlay | 2016-08-12 | 1 | -0/+3 |
| | |||||
* | Add mock dev mode | Dan Finlay | 2016-07-22 | 1 | -0/+157 |