Closed robin-near closed 1 month ago
Attention: Patch coverage is 86.95652%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 71.44%. Comparing base (
b3851ac
) to head (0a7dfcd
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@Longarithm Protocol schema check is really awesome! I have a question for it: why don't we include the whole schemas in the protocol_schema.toml file, rather than just hashes? For this change I know I'm changing PeerMessage, but how do I know that I'm changing it in the way I'm intending to?
Closes #11933
This compresses the EpochSyncProof similar to how we compressed ChunkStateWitness. In fact, the code is refactored out to a CompressedData trait so we don't duplicate this code.