consensus-shipyard / ipc

🌳 Spawn multi-level trees of customized, scalable, EVM-compatible networks with IPC. L2++ powered by FVM, Wasm, libp2p, IPFS/IPLD, and CometBFT.
https://ipc.space
Apache License 2.0
44 stars 39 forks source link

fix: fix HumanReadable serialization error #1189

Closed cryptoAtwill closed 2 weeks ago

cryptoAtwill commented 3 weeks ago

Fix a human readable serialisation error from testing new topdown checkpointing. I think I have fixed this before in one of the PRs, but somehow the commit is lost.

Basically the fix is about when Human Readable serialiser is used, it should be doing a check instead of using string serialisation all the way.