aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/controllers
Commit message (Collapse)AuthorAgeFilesLines
* add controllers to root scripts folderDan Finlay2017-02-283-238/+0
|
* Merge branch 'master' into i1144-moarrpcDan Finlay2017-02-281-1/+2
|\
| * Move sigUtil and keyrings to external modulesDan Finlay2017-02-221-1/+1
| | | | | | | | These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util), and allow each of the keyrings to import that, etc.
* | Tested against code to play nice with unit tests.Kevin Serrano2017-02-241-2/+11
| |
* | Implemented functionality for displaying recent custom RPCsKevin Serrano2017-02-231-14/+15
| |
* | Fix namingKevin Serrano2017-02-221-2/+2
| |
* | Basic infrasture for RPC list added.Kevin Serrano2017-02-221-3/+23
|/
* Stop removing old shapeshift txsDan Finlay2017-02-051-16/+0
|
* Do not remove completed shapeshift depositsDan Finlay2017-02-041-1/+2
|
* Fix bug when clearing old shapeshift txsDan Finlay2017-02-041-1/+3
|
* Automatically remove shapeshift txs over 11 minutes old with no paymentDan Finlay2017-02-041-0/+22
|
* Got ShapeShiftController back to workingDan Finlay2017-02-041-12/+7
|
* Mostly got shapeshift tx management into its own controllerDan Finlay2017-02-041-0/+100
| | | | Rendering the list is still having issues, so this isn't done yet.
* migration #9 - break out CurrencyController substatekumavis2017-02-031-0/+70
|
* rename selectedAccount to selectedAddresskumavis2017-01-311-2/+5
|
* preferences - introduce preferences controllerkumavis2017-01-311-0/+30