N3developertoolkit / neo3-visual-tracker

Neo N3 blockchain explorer that is directly available within Visual Studio Code for developer usage and development scenarios.
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo3-visual-tracker
MIT License
7 stars 11 forks source link

Integers in invoke should allow greater precision #119

Open roadbuilder opened 2 years ago

roadbuilder commented 2 years ago

When calling an invoke with an (integer), the precision seems to be limited to 19 digits. So if I have an 18 decimal NEP17 token and I want to invoke an amount greater than 9 of the tokens (which is 9,000,000,000,000,000,000), such as 100 SFI

image

it gets an error saying: image

if I try and send less such as 9 tokens, it will go through without a problem.

also sending using the Neoline extension in javascript works fine and allows the full precision.