nakatoshi
nakatoshi copied to clipboard
Bump bitcoin from 0.27.1 to 0.29.1
Bumps bitcoin from 0.27.1 to 0.29.1.
Changelog
Sourced from bitcoin's changelog.
0.29.1 - 2022-08-12
This unpublishes some internal macros that were not intended to be public.
0.29 - 2022-07-20 "Edition 2018 Release"
As promised, this is our quick release to bring on edition 2018 by increasing our MSRV to Rust 1.41.1 #983
This work saw a bunch of new language features become available to us. At the same time we were able to start using
rustfmt
. We also started linting as part of CI.Breaking changes
There are numerous breaking changes in this release related to the new language features but also other improvements such as more newtypes added. Note that not all changes cause compilation failure! For example,
Witness
serialization was changed to support human-readable formats.Detailed list of breaking changes
Highlights
- Added support for BIP 152 #1088
- Edition 2018 improvements
- Implement
TryFrom
#1007- Add
non_exhaustive
to all error enums #1026- Various other improvements, see tracking issue for more information.
- Enable
clippy
on CI #1061- Taproot improvements #950 #936
- serde improvements/changes #1006 #905 #1071 []
- Performance improvements #1033 #996 #1053 #1023
- PSBT improvements #853 #951 (rust-bitcoin/rust-bitcoin#951) #940
- Script improvements #1021 #954
- New types that may be of interest
- Improve pubkey sorting: #1084
- Introduce
rustfmt
#1040- Dependencies
... (truncated)
Commits
87d8f4d
Release version 0.29.1ca0d9fe
Remove accidentally-exported internal macrosdb1e00a
Fix clippy warnings9a606fc
Merge rust-bitcoin/rust-bitcoin#1178: Pinserde
to 1.0.1427a28a56
Pinserde
to 1.0.1428a30169
Merge rust-bitcoin/rust-bitcoin#1109: Release tracking PR - v0.29.0995c83c
Merge rust-bitcoin/rust-bitcoin#1171: RemoveMAX_SEQUENCE
constantb6c5fc3
Remove MAX_SEQUENCE const110b5d8
Bump version to v0.29.09bac1a0
Merge rust-bitcoin/rust-bitcoin#1165: Update bitcoinconsensus dependency- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)