Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify test suites | Dan Finlay | 2016-04-19 | 7 | -454/+0 |
| | |||||
* | Add leading zero to account balances | Dan Finlay | 2016-04-16 | 1 | -1/+1 |
| | |||||
* | Fix eth resolution | Dan Finlay | 2016-04-15 | 1 | -2/+14 |
| | | | | | | | | utils.formatBalance was returning rounded ether, was not useful for displaying account balances. Now returns four decimal points, and is easily configurable for more, with passing tests. Spoiler alert: Don't you dare divide bignumber wei. Bignumber does not have decimals. Keep it as wei, format it as ether. | ||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 7 | -0/+442 |