1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
metamask-extension/test/unit
Dan Finlay d6ab6bb4fa Fix floating point input bug
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.
2016-04-19 18:56:22 -07:00
..
actions Unify test suites 2016-04-18 11:41:29 -07:00
config-manager-test.js Add extra tx methods to configManager 2016-04-19 17:32:09 -07:00
idStore-test.js Correct the bip44 test account 2016-03-25 15:38:20 -07:00
migrations-test.js Unify test suites 2016-04-18 11:41:29 -07:00
util_test.js Fix floating point input bug 2016-04-19 18:56:22 -07:00