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

When dealing with very large numbers (>= 1e+21), result in the send() method fails to convert scientific notation to a number, creating downstream BigNumber conversion errors #16

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

check if result is a number, is a string, and is not a hex string

36b33cb
Select commit
Loading
Failed to load commit list.
Open

When dealing with very large numbers (>= 1e+21), result in the send() method fails to convert scientific notation to a number, creating downstream BigNumber conversion errors #16

check if result is a number, is a string, and is not a hex string
36b33cb
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs