Replies: 1 comment
-
There aren’t any changes planned for v5 as most of my energy is going into v6. I am focused mainly on major bugs and security for v5. The easiest way to specify numbers like that in v5 is probably |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Both Solidity and Javascript support underscore as a numeric separator. It makes it a lot easier to read big numbers.
It would be great if
BigNumber.from()
also supported these.I think the method only has to ignore the underscores.
Beta Was this translation helpful? Give feedback.
All reactions