-
Notifications
You must be signed in to change notification settings - Fork 396
Closed
bitcoindevkit/rust-electrum-client
#133Labels
apiA breaking API changeA breaking API changenew featureNew feature or requestNew feature or request
Milestone
Description
Describe the enhancement
The LDK team would like to use rust-bitcoin
version 0.32 so BDK should update too. To do so we also need to update the following crates to the versions that depend on rust-bitcoin
0.32:
- rust-miniscript
- rust-bitcoincore-rpc
- bitcoind
- electrsd
- rust-electrum-client
- rust-esplora-client
- rust-hwi
Use case
Updating to rust-bitcoin
0.32 removes the need for a specific no-std
feature, it will be implied by not enabling the std
feature. It also includes a new io crate.
Additional context
https://discord.com/channels/753336465005608961/753367451319926827/1228314439133171795
Metadata
Metadata
Assignees
Labels
apiA breaking API changeA breaking API changenew featureNew feature or requestNew feature or request
Type
Projects
Status
Done