From 7463fa7720f333f995c1fcc9c01669d4c72311d6 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Mon, 23 Oct 2023 11:49:31 -0400 Subject: [PATCH] docs: add warning for 1.0 migration to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8a461af..dd71835 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Chat on Discord

+## 🚨 Warning 🚨 +The `master` branch of this repository is being migrated to the [bdk 1.0 API](https://github.com/bitcoindevkit/bdk) and is incomplete. For production-ready libraries, use the [`0.30.X`](https://github.com/bitcoindevkit/bdk-ffi/tree/release/0.30) releases. + +## Readme The workspace in this repository creates the `libbdkffi` multi-language library for the Rust-based [bdk] library from the [Bitcoin Dev Kit] project.