aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/util_test.js
Commit message (Collapse)AuthorAgeFilesLines
* correctly displaying small balances with testsZac Mitton2016-05-261-5/+30
|
* Add full precision to send tx value field.Dan Finlay2016-05-201-0/+14
|
* Increase send value precisionDan Finlay2016-05-201-0/+8
|
* Add address capitalization checksummingDan Finlay2016-05-201-0/+46
|
* Fix floating point input bugDan Finlay2016-04-201-27/+41
| | | | | | When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals! Put this numeric normalization into a utility function with a test around it and got it working.
* Unify test suitesDan Finlay2016-04-191-0/+114