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

Backport recursion fix to 9.x #566

Merged

Conversation

apoelstra
Copy link
Member

Backport of #546. It looks like we only backported this to 7.x, not to 9.x or 8.x.

I'm not sure who is using 8.x. We should probably backport it there too. But 9.x (well, a slight fork of it) is used by elements-miniscript 1.0.

This is needed because Rust released a stable compiler with rust-lang/rust#110475 even though it breaks code that compiled fine for years and there was an open issue for 3 months.

@apoelstra
Copy link
Member Author

CI is failing because of multiple serde MSRV breakages. Locally I can't really test because of path issues with bitcoind. But the normal unit tests compile and pass.

@sanket1729
Copy link
Member

I thought serde was fixed by a #562 :(

@apoelstra
Copy link
Member Author

@sanket1729 we are merging into the 9.x branch.

LLFourn added a commit to frostsnap/frostsnap that referenced this pull request Jul 17, 2023
LLFourn added a commit to frostsnap/frostsnap that referenced this pull request Jul 17, 2023
LLFourn added a commit to frostsnap/frostsnap that referenced this pull request Jul 17, 2023
LLFourn added a commit to frostsnap/frostsnap that referenced this pull request Jul 17, 2023
LLFourn added a commit to frostsnap/frostsnap that referenced this pull request Jul 17, 2023
LLFourn added a commit to frostsnap/frostsnap that referenced this pull request Jul 17, 2023
darosior added a commit to darosior/liana that referenced this pull request Jul 31, 2023
See rust-lang/rust#110475.

I can't update my upstream rust-miniscript fork until
rust-bitcoin/rust-miniscript#566 is merged.
@apoelstra
Copy link
Member Author

@sanket1729 what needs to be done to move this forward?

Copy link
Member

@sanket1729 sanket1729 left a comment

Choose a reason for hiding this comment

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

ACK f1c1272. Tested locally

@sanket1729 sanket1729 merged commit 1c823e6 into rust-bitcoin:9.x-branch Aug 8, 2023
1 of 8 checks passed
@apoelstra apoelstra deleted the 2023-07--recursion-9.x branch August 8, 2023 22:56
@apoelstra
Copy link
Member Author

Tagged and published.

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