bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
108 stars 64 forks source link

Bump bdk version to 0.24.0 #129

Closed notmandatory closed 1 year ago

notmandatory commented 1 year ago

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:

notmandatory commented 1 year ago

This is ready to review, but can't be merged until after bdk 0.24.0 is released.

notmandatory commented 1 year ago

This needs to be updated once bitcoindevkit/bdk-reserves#16 is merged and released.