aboutsummaryrefslogtreecommitdiff
path: root/src/amounts.ts
AgeCommit message (Collapse)Author
2018-07-05amounts: more tests and closer behavior to reference implFlorian Dold
2018-07-05avoid floating point imprecision with amountsFlorian Dold
2018-07-05remove wrong toFloat functionFlorian Dold
Amounts should never be converted to floats, the one use of the function was bogus.
2018-04-09make linter happyFlorian Dold
2018-01-29change protocol to string amount network formatFlorian Dold
2018-01-03fix lint issues and separate message types into multiple filesFlorian Dold