-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
fix: replace computed max u64 constant with literal #27765
Conversation
Codecov Report
@@ Coverage Diff @@
## master #27765 +/- ##
=========================================
+ Coverage 76.9% 77.3% +0.4%
=========================================
Files 48 55 +7
Lines 2505 2889 +384
Branches 355 402 +47
=========================================
+ Hits 1927 2234 +307
- Misses 448 514 +66
- Partials 130 141 +11 |
Nice. And we could go even further by converting that to |
Problem
Some bundlers convert
**
toMath.pow
which breaks bigint exponentiation used in the web3 sdkSummary of Changes
Fixes #