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
feat(fuzz): verify serialization stability in block_roundtrip
Improve the block_roundtrip fuzz target to test that serialization is
deterministic by verifying that deserialize -> serialize -> deserialize
-> serialize produces identical output.
0 commit comments