aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/util_test.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-081-4/+17
|\
| * Revert back to original formatBalanceFrankie2016-07-081-5/+17
| |
* | Merged latest balance formatting codeDan Finlay2016-07-071-17/+4
|\|
| * Add decimal hendeling to ETH balanceFrankie2016-07-071-17/+5
| |
* | Began reworking tx conf viewDan Finlay2016-07-071-0/+6
| |
* | Simplify empty account balance renderingDan Finlay2016-07-061-1/+1
|/
* added a failing case and fixed it by refactoring everything to stringsZac Mitton2016-06-211-1/+15
|
* Fix hashed address validationDan Finlay2016-06-031-3/+3
|
* Add test case for sample hashed addressDan Finlay2016-06-021-0/+7
|
* 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