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

Add binary format version 1 #82

Merged
merged 5 commits into from
Jan 15, 2025
Merged

Add binary format version 1 #82

merged 5 commits into from
Jan 15, 2025

Conversation

RCasatta
Copy link
Owner

Change the position of the byte size of the block, so that clients could
potentially avoid instantiating bitcoin::Block and use the serialized block
as Vec<u8> instead.

Change the position of the byte size of the block, so that clients could
potentially avoid instantiating `bitcoin::Block` and use the serialized block
as `Vec<u8>` instead.
the major bump is because the binary format changed, the new version can
read the old serialization format but if the old version program try to
read a new serialization format it will error on version.
@RCasatta RCasatta merged commit 0112982 into master Jan 15, 2025
6 of 10 checks passed
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.

1 participant