Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accounting for unparsed header bytes #2151

Open
wants to merge 4 commits into
base: v5.0.22
Choose a base branch
from
Open

Accounting for unparsed header bytes #2151

wants to merge 4 commits into from

Conversation

kushti
Copy link
Member

@kushti kushti commented Apr 17, 2024

close #2150

Currently , adding new header bytes is supported by header serialization, but unparsed bytes are not stored in Header, thus roundtrip property is broken. There is need to add unparsed bytes to Header and then at some point in when nearly all the nodes are updated it will be secure to add new bytes.

This done in this PR, with new bytes being accounted by clients >= 5.0.22 version only after 7.0 protocol activation (so 7.0 would be breaking for clients < 5.0.22)

@kushti kushti changed the base branch from master to v5.0.22 April 24, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store unparsed header bytes
3 participants