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 apparently the native behavior of serde_json. #1616 adds the serde_json arbitrary_precision feature to enable serde_json to correctly deserialize values like this to serde_json::Value.
Unlike U256, which is serialized as a hex string.
This may cause issues with some JSON implementations that deserialize numbers as floating point.
The text was updated successfully, but these errors were encountered: