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
ethereum-optimism/optimism#7559 defines a new binary serialization format for the State and Memory structs, specifically for the snapshots. This should alleviate some of the pain in the Go <> Rust JSON interoperability (context: golang/go#37711 - tl;dr golang does not marshal nil slices as [] in JSON by default.)
Move the serialization of State and Memory over to this format once (or if) this PR is merged.
The text was updated successfully, but these errors were encountered:
Overview
ethereum-optimism/optimism#7559 defines a new binary serialization format for the
State
andMemory
structs, specifically for the snapshots. This should alleviate some of the pain in the Go <> Rust JSON interoperability (context: golang/go#37711 - tl;dr golang does not marshal nil slices as[]
in JSON by default.)Move the serialization of
State
andMemory
over to this format once (or if) this PR is merged.The text was updated successfully, but these errors were encountered: