Update bitcoinconsensus dependency#1165
Merged
sanket1729 merged 1 commit intorust-bitcoin:masterfrom Aug 4, 2022
Merged
Conversation
We recently released a couple of new versions of `rust-bitcoinconsensus`, the first was mainly to move to git subtree, included in this release was a bump of the patch version of bitcoin core. The next release updated bitcoin core major version to 0.20.2 Update our bitcoinconsensus dependency to `0.20.2-0.5.0`.
3 tasks
apoelstra
approved these changes
Aug 4, 2022
apoelstra
added a commit
that referenced
this pull request
Aug 8, 2022
110b5d8 Bump version to v0.29.0 (Tobin C. Harding) Pull request description: Add changelog notes and bump the version number to v0.29.0. ## Notes I attempted to go through all the PRs since last release, please sing out if you had a PR merged that is not mentioned and you would like it mentioned. The changelog notes can be changed or improved, please do not take me writing them to imply I know exactly what goes on round here - I just made an effort to save others having to do it. ## TODO - [x] merge all 'required' PRs - #1131 - #1137 - #1129 - #1151 - #1165 (add release notes still) - [x] Ensure all green from the CI run on: rust-bitcoin/rust-miniscript#450 - [ ] Carry out (and improve) the #1106 ACKs for top commit: tcharding: ACK 110b5d8 Kixunil: ACK 110b5d8 apoelstra: ACK 110b5d8 sanket1729: reACK 110b5d8 Tree-SHA512: d00c70534476794c01cd694ea9a23affef947c4f913b14344405272bc99cc00763f1ac755cc677e7afbd3dbef573d786251c9093d5dbafd76ee0cf86ca3b0ebd
Collaborator
|
Oh, this one broke |
Member
|
Oof. Could we get CI to check on this? TBH I don't know anyone personally who is using |
Member
Author
Its the "incompatible feature combinations" thing you are referring to, right? |
Collaborator
|
@tcharding no, I guess the |
Member
Author
|
Oh, ok. I'll take a look. |
Member
Author
|
Please see: #1352 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We recently released a couple of new versions of
rust-bitcoinconsensus, the first was mainly to move to git subtree,included in this release was a bump of the patch version of bitcoin
core. The next release updated bitcoin core major version to 0.20.2
Update our bitcoinconsensus dependency to
0.20.2-0.5.0.