EspressoSystems / espresso-sequencer

96 stars 68 forks source link

Reference tests for `Payload` struct #1587

Closed ggutoski closed 3 months ago

ggutoski commented 3 months ago

reference_tests.rs is missing a test for Payload struct. PR #1499 introduced a breaking change to serialization for this struct that was not detected in reference_tests.rs. Create a test that passes against main branch immediately prior to #1499 . Then modify the current tip of main to pass that test.