]> Untitled Git - bdk/commitdiff
docs: update README to deprecate the bdk lib
authorSteve Myers <steve@notmandatory.org>
Mon, 6 Jan 2025 21:13:55 +0000 (15:13 -0600)
committerSteve Myers <steve@notmandatory.org>
Wed, 8 Jan 2025 03:42:24 +0000 (21:42 -0600)
README.md
src/lib.rs

index 446166f3c425c553e07972316ba1c36db5ef0495..106610d42a622b5b4af0f356bb752cebdc1a61d9 100644 (file)
--- a/README.md
+++ b/README.md
   </h4>
 </div>
 
+## !! DEPRECATED !!
+
+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/). 
+
+The BDK team will continue to publish `bdk` `0.30.x` bug fix releases as needed, but only for a limited time.
+
 ## About
 
 The `bdk` library aims to be the core building block for Bitcoin wallets of any kind.
index 93179932239a555cb9d5115e00dd406c4b1773dd..80481b4af9887b6916ddeeace4a8dd2655147387 100644 (file)
 
 //! A modern, lightweight, descriptor-based wallet library written in Rust.
 //!
+//! ## !! DEPRECATED !!
+//!
+//! 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/).
+//!
+//! The BDK team will continue to publish `bdk` `0.30.x` bug fix releases as needed, but only for a
+//! limited time.
+//!
 //! # About
 //!
 //! The BDK library aims to be the core building block for Bitcoin wallets of any kind.