You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bn.js represents about 13% of the total size (35K) of the web3.js bundle. It serves a purpose that's now well-handled by JavaScript's native BigInt – an API supported by most major browsers since Sep 2020.
Proposed Solution
Eliminate dependency on bn.js, replacing it with BigInt
The text was updated successfully, but these errors were encountered:
Because there has been no activity on this issue for 7 days since it was closed, it has been automatically locked. Please open a new issue if it requires a follow up.
Problem
bn.js
represents about 13% of the total size (35K) of theweb3.js
bundle. It serves a purpose that's now well-handled by JavaScript's nativeBigInt
– an API supported by most major browsers since Sep 2020.Proposed Solution
bn.js
, replacing it withBigInt
The text was updated successfully, but these errors were encountered: