We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/aeternity/aepp-sdk-js/blob/2f15b5cbe9426d9170f51e469212b8bcb9bf9228/src/utils/json-big.ts Because of json-bigint implementation we are using, the big values in FSM responses are parsed as strings, but the small ones are parsed as numbers. This is very confusing and error-prone.
json-bigint
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/aeternity/aepp-sdk-js/blob/2f15b5cbe9426d9170f51e469212b8bcb9bf9228/src/utils/json-big.ts
Because of
json-bigint
implementation we are using, the big values in FSM responses are parsed as strings, but the small ones are parsed as numbers. This is very confusing and error-prone.The text was updated successfully, but these errors were encountered: