]> Untitled Git - bdk-cli/commitdiff
Merge bitcoindevkit/bdk-cli#73: Update to bdk 0.17.0
authorSteve Myers <steve@notmandatory.org>
Fri, 1 Apr 2022 16:34:06 +0000 (09:34 -0700)
committerSteve Myers <steve@notmandatory.org>
Fri, 1 Apr 2022 16:34:29 +0000 (09:34 -0700)
42f18810b0cb6a082a0649dc4a7eb48679a7a10c Minor cleanup (Steve Myers)
14cbbd147d57855fda5721fe6a66f089a6cf2444 Update bdk-reserves to 0.17 and re-enable ci tests (Steve Myers)
7becf6f8fbac3d5320946582788beae018b6ef6b Fix tests (Steve Myers)
ac8cb347e7a8e6a760c586a0d6f6dcf26d78b8fe Update changelog (Steve Myers)
735be18b33c59ba6a242ab56b65ac2e7e0cc398c Update sync and broadcast sub-commands for bdk 0.17 (Steve Myers)
36aec33f3a0ffc1bbe177dc4927b39320a2d4f34 Update Cargo.lock (Steve Myers)
174b56aa6434ed6f673fb22b634168d913d830df Add verify feature (Steve Myers)
2f843fd317cb580a4edc7a9c99f0b2ffeca5ac66 Bump version to 0.5.0 (Steve Myers)
8afc11588751ca0c89d704e685c821fb1d045ee6 Update bdk version to 0.17 (Steve Myers)
c1c650374db7ef4de06e47723a55b0656c0e82ed [WIP] Update to bdk 0.17.0 (Steve Myers)

Pull request description:

  ### Description

  Fixes #81

  ### Notes to the reviewers

  Also added `verify` feature flag which enables transaction verification against consensus rules during sync.

  I also had to disable the `reserves` tests and that feature will be broken until we can get it updated to use `bdk` `0.17` also.  I created an issue https://github.com/weareseba/bdk-reserves/issues/4.

  ### Checklists

  #### All Submissions:

  * [x] I've signed all my commits
  * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md)
  * [x] I ran `cargo fmt` and `cargo clippy` before committing

  #### New Features:

  * [ ] I've added tests for the new feature
  * [ ] I've added docs for the new feature
  * [x] I've updated `CHANGELOG.md`

Top commit has no ACKs.

Tree-SHA512: 081f795122596e21b196955292bd701ce3097fb3e94e18b1775232b2097c614b955cd1452694542d5a42374a470efdbb3d09043ab22c7b28f5203874bed53b67


Trivial merge