bitcoindevkit / bitcoindevkit/bdk
Switch `rust-bitcoin` dependencies
Open
- Dominant language
- Rust
- Stars
- 1.1k
- Forks
- 483
- Avg merge
- 20d 3h
- Merged PRs (30d)
- 3
Description
`bitcoin` crate is working towards its next release. In the process, it began outsourcing and isolating components that were previously tightly integrated with the original crate.
Shall we start migrating from `bitcoin` as a dependency towards the newer smaller crates when possible?
I have the following in mind:
- [bitcoin-primitives](https://crates.io/crates/bitcoin-primitives)
- [bitcoin-network-kind](https://crates.io/crates/bitcoin-network-kind)
- [psbt-v2](https://crates.io/crates/psbt-v2)
- [bitcoin-units](https://crates.io/crates/bitcoin-units)
Contributor guide
Assessment
This issue has not been assessed yet.