TownSquareXYZ / tonconnect-ui-vue

TonConnect UI Vue is a Vue UI kit for TonConnect SDK.
Apache License 2.0
21 stars 6 forks source link

Precision errors #19

Open nonlin-lin-chaos-order-etc-etal opened 1 month ago

nonlin-lin-chaos-order-etc-etal commented 1 month ago

I specified to send 1 nanoTON, and Tonkeeper sent 8 nanoTON. That's wrong.

BTW Flutter darttonconnect package doesn't have this precision error, and Tonkeeper sends exactly 1 nanoTON. So this must be a non-Tonkeeper glitch.

Transaction: https://testnet.tonviewer.com/transaction/ffc90609be841b89c448083008aed400165012330a018ab1a4b1b093bd5bb7e5

Versions:

    "@ton-community/assets-sdk": "^0.0.4",
    "@ton/core": "^0.56.3",
    "@ton/crypto": "^3.2.0",
    "@ton/ton": "^14.0.0",
    "@townsquarelabs/ui-vue": "^2.0.11-beta.0",
nonlin-lin-chaos-order-etc-etal commented 1 month ago

Sometimes it sends 1 nanoTON as requested, hmm.