]> Untitled Git - bdk-cli/commitdiff
Merge bitcoindevkit/bdk-cli#129: Bump bdk version to 0.24.0
authorSteve Myers <steve@notmandatory.org>
Tue, 15 Nov 2022 19:05:24 +0000 (13:05 -0600)
committerSteve Myers <steve@notmandatory.org>
Tue, 15 Nov 2022 19:06:08 +0000 (13:06 -0600)
b66773879307a5bebd8578f37a862c99d297262b Bump bdk-reserves version to 0.24 (Steve Myers)
b21fb4bcfae25718e09e02968020ce97149f563a Fix wasm compiler descriptor translate_pk (Steve Myers)
b1b2a2aa78a1846afeb26214f9db36b815a04f87 Bump bdk version to 0.24.0 (Steve Myers)

Pull request description:

  ### Description

  Update BDK to the latest version, 0.24.0.

  ### Notes to the reviewers

  I also had to add `base64` as a new dependency because it's not exported by `bdk`.

  There's probably a more elegant way to fix the `wasm.rs` compiler function for descriptor.translate_pk, and I don't
  know how create a unit test it since it only runs on wasm32. But at least it builds so I think that's close enough for now.

  ### 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

ACKs for top commit:
  rajarshimaitra:
    tACK b66773879307a5bebd8578f37a862c99d297262b

Tree-SHA512: f68e6302c882a0080baa7c670bbf76e735ae3b315c47568f1b643dec1d929c161925bf4e1eaa321e8cb3e186e77a31a4576391aeebcc8823e0b04b42bcea7fc8


Trivial merge