Kaiak / kaiak-wallet

A secure and fast way to send and receive Nano cryptocurrency in KaiOS.
https://kaiak.cc
GNU General Public License v2.0
33 stars 9 forks source link

Use bignumber #162

Closed aspic closed 3 years ago

aspic commented 3 years ago

Uses a proper lib to deal with the nano → string → number conversion. Does not mask the input in the "amount" to send field anymore, to prevent any rounding errors there. Fixes #158

Most of this PR is adding tests, and the test scaffolding.