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
If I special-case the encoding for BigIntegers that fit into 8 byte normal integers, then c248ffffffffffffffff won't round-trip. My suggestion is to just set roundtrip to false for this case.
The text was updated successfully, but these errors were encountered:
1bffffffffffffffff
has to turn into a BigInteger in JavaScript when decoded. When re-encoded, that turns intoc248ffffffffffffffff
:If I special-case the encoding for BigIntegers that fit into 8 byte normal integers, then
c248ffffffffffffffff
won't round-trip. My suggestion is to just setroundtrip
to false for this case.The text was updated successfully, but these errors were encountered: