Skip to content

Commit

Permalink
docs: update README to deprecate the bdk lib
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Jan 8, 2025
1 parent 8081006 commit 8f4e487
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
</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.
Expand Down
11 changes: 11 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@

//! 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.
Expand Down

0 comments on commit 8f4e487

Please sign in to comment.