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
Add explicit type annotations to make sure we serialize `BigUint` like a
`Vec<u32>`. If we ever change the internal representation, we still
need to remain compatible with serialized data.
Also, deserializing `BigUint` and `BigInt` now uses their normal
constructor methods, to make sure they are normalized. We shouldn't
assume that all incoming data is already well-formed.
0 commit comments