You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #1791: Update bdk 0.30.x README docs to deprecate the bdk library
6d2e243 release: bump version to 0.30.1 (Steve Myers)
e52c911 docs: update README to deprecate the bdk lib (Steve Myers)
Pull request description:
### Description
This is needed to direct new and existing users to upgrade to the new `bdk_wallet`1.0 library.
I also used this PR to bump the version and changelog to v0.30.1 so we're ready to publish the fix in #1782.
### Checklists
#### All Submissions:
* [x] I've signed all my commits
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
* [x] I ran `cargo fmt` and `cargo clippy` before committing
ACKs for top commit:
thunderbiscuit:
ACK 6d2e243.
Tree-SHA512: b5d5eb8ae2df719e18430a7629970f0ec06e023d07a7ff1ea03bb7fb43b5bcb27d5975473cc2c1a310afe16b64263551ce2d25c2a44a0302cfdacd9a41f597d7
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@
24
24
</h4>
25
25
</div>
26
26
27
+
## !! DEPRECATED !!
28
+
29
+
The [bdk](https://crates.io/crates/bdk) library is now deprecated and replaced by [bdk_wallet](https://crates.io/crates/bdk_wallet). All projects should migrate to [bdk_wallet 1.0.0](https://crates.io/crates/bdk_wallet/1.0.0) or newer as soon as possible. For migration instructions see the ["Book of BDK"](https://bitcoindevkit.github.io/book-of-bdk/) chapter on ["Migrating from 0.x"](https://bitcoindevkit.github.io/book-of-bdk/getting-started/migrating/).
30
+
31
+
The BDK team will continue to publish `bdk``0.30.x` bug fix releases as needed, but only for a limited time.
32
+
27
33
## About
28
34
29
35
The `bdk` library aims to be the core building block for Bitcoin wallets of any kind.
0 commit comments