-
Notifications
You must be signed in to change notification settings - Fork 155
Bitcoin 0.28.0-rc.2 #324
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
Bitcoin 0.28.0-rc.2 #324
Conversation
Note that this would need to be a single commit to make sure all commits compile and test. Unfortunately, there is no clean way to have atomic commits here. What I typically tend to do in these cases is to have separate branches with 2 PRs, one with atomic commits and one with a single commit. And then locally check that the diff between the two is null. This is not required for this case because the diff is small and I can review it in single commit. |
@sanket1729 working on update |
@dr-orlovsky: One other thing that needs to be fixed here: rust-miniscript/src/psbt/finalizer.rs Line 119 in 1f9affc
&bitcoin::TxOut instead of bitcoin::Txout .
Also, the commit message should be 0.28.0-rc.2 instead of 0.27.0-rc.2. |
@sanket1729 will fix both of the issues once bitcoin gets released and will do a final update to use released version |
Ok, rust-bitcoin rc2 is out |
Updating this one |
- Fix use of generic in Prevouts - Fix to use new *SigHashType APIs - Fix bitcoin API PSBTs switched to secp256k1 keys - Fix broken test with changed error string - Fix API changes in ControlBlock::verify_taproot_commitment
@apoelstra @sanket1729 ready for the review, CI is fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK 08ed922. The commit message still says 0.27, but I can live with it
ouh, sorry for forgetting about that message :( |
Tagged and published. |
This is a draft API adopting new version of rust-bitcoin 0.28.0-rc.2