Skip to content
New issue

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

BigInt changes to core Nightfall #620

Merged
merged 4 commits into from
Apr 19, 2022
Merged

Conversation

IlyasRidhuan
Copy link
Contributor

Off-chain endpoint and the transaction-checker are updated to not cast to a Number. Currently these are truncated given the new uint112

This can be tested by modifying the truffle migrations file to increase the token supply and minted amounts to > 2**64 and attempting to spend.

Finally, there is still a Number cast reference in the various getWalletBalance calls in client. Unfortunately this is a large, albeit mechanical, change as the function is used in all the test files.

@Westlad Westlad merged commit 98ab0fe into westlad/decimals-struct Apr 19, 2022
@Westlad Westlad deleted the ilyas/core-big-int branch April 19, 2022 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants