nifty-wallet/ui/test
Dan Finlay 8527d051b0 Fix eth resolution
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.
2016-04-14 13:20:19 -07:00
..
unit Fix eth resolution 2016-04-14 13:20:19 -07:00
setup.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00