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

Requirements should support uint64 #1020

Open
AidanWelch opened this issue Oct 15, 2024 · 0 comments
Open

Requirements should support uint64 #1020

AidanWelch opened this issue Oct 15, 2024 · 0 comments

Comments

@AidanWelch
Copy link

As of now, any number larger than 18446744073709550591((2^64)-1024) loses precision enough that its rounded up to 18446744073709552000 which is then larger than uint64 max and could cause runtime errors, especially as runtime spec won't match the written spec without warning.

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

No branches or pull requests

1 participant