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

Bump bitcoin from 0.28.1 to 0.29.2 #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2022

Bumps bitcoin from 0.28.1 to 0.29.2.

Changelog

Sourced from bitcoin's changelog.

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
    • Sequence, transaction sequence number #1093
    • ChainHash, as used in Lightning #878
    • LockTime, transaction nLockTime #994
  • Improve pubkey sorting: #1084
  • Introduce rustfmt #1040
  • Dependencies
    • Upgrade to use bitcoinconsensus v0.20.2-0.5.0 #1165
    • Upgrade to use secp256k1 v0.24.0 #1110
    • Upgrade to use bech32 v0.9.0 #1131
    • Remove base64-compat in favour of base64 #993

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) from 0.28.1 to 0.29.2.
- [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases)
- [Changelog](https://github.com/rust-bitcoin/rust-bitcoin/blob/master/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-bitcoin@0.28.1...0.29.2)

---
updated-dependencies:
- dependency-name: bitcoin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants