-
Notifications
You must be signed in to change notification settings - Fork 51
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
Fields that take a number supports scientific notation #151
Labels
🐛bug
Something isn't working
Comments
Same issue in honeycomb as well |
Hey @onbjerg, -Founding proposal,
Should we clean the field as negative numbers? |
Yes, it doesn't make sense to have an infinite request amount, the transaction will just revert. Sorry for the delayed response. |
It was solved? Need help? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fields that take a number generally accepts scientific notation (e.g. 1e18 or just e) and other "invalid" inputs such as "-10" and so on.
Areas affected:
Low priority bug since the user will have to input this intentionally and transactions will revert in the case that the number is out of range (amount < 0 or amount > balance).
Credit to @anthonyoliai for reporting it on Discord first
The text was updated successfully, but these errors were encountered: