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
This is not a Bug Report, Feature Request, or related to Documentation
I have searched the existing issues
Is there an existing issue for this?
I have searched the existing issues
What's up?
Fix serious issue in .toString(16)
The hex encoding of some numbers is wrong. Since the string representation
is also used for interoperability between BigInt libraries, this bug is
causing a number modification when a BN.js number is converted into
another BigInt class, for example the BigNumber of ethers.js.
This is not a Bug Report, Feature Request, or related to Documentation
Is there an existing issue for this?
What's up?
.toString(16)
The hex encoding of some numbers is wrong. Since the string representation
is also used for interoperability between BigInt libraries, this bug is
causing a number modification when a BN.js number is converted into
another BigInt class, for example the BigNumber of ethers.js.
indutny/bn.js@042ab62
Currently it will install:
Examples/References
No response
The text was updated successfully, but these errors were encountered: