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

Stop implementing elements::Encodable with bitcoin::Encodable #212

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

RCasatta
Copy link
Collaborator

Following bitcoin versions change io with bitcoin_io, upgrading would then require changing also elements::Encodable to match.

Instead, we are re-implementing what is needed.

Makes #209 easier

@RCasatta
Copy link
Collaborator Author

I think this needs also to copy ReadExt and WriteExt from bitcoin...

Following bitcoin versions change `io` with `bitcoin_io`, upgrading
would then require changing also elements::Encodable to match.

Instead, we are re-implementing what is needed.
@RCasatta RCasatta force-pushed the avoid_btcenc branch 2 times, most recently from d29bf4d to 53eca25 Compare August 19, 2024 12:42
Otherwise we miss them when upgrading to 0.32
Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK c08382c successfully ran local tests; a bit redundant but I think this is the right way to go

@apoelstra apoelstra merged commit f91e70c into master Aug 20, 2024
3 of 5 checks passed
@apoelstra apoelstra deleted the avoid_btcenc branch August 20, 2024 18:20
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.

2 participants