From 0a3347b85a8f39bf797e7ec5b48f41be76d36fa0 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 10 Jun 2022 11:23:15 -0700 Subject: [PATCH] Update BDK to version 0.19.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f0901..f7541c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Update BDK to version 0.19.0 + - fixes sqlite-db issue causing wrong balance + - adds experimental taproot descriptor and PSBT support + ## [v0.6.0] - Update BDK to version 0.18.0 diff --git a/Cargo.toml b/Cargo.toml index 87420a0..0aeaaa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["staticlib", "cdylib"] name = "bdkffi" [dependencies] -bdk = { version = "0.18", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] } +bdk = { version = "0.19", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] } uniffi_macros = { version = "0.16.0", features = ["builtin-bindgen"] } uniffi = { version = "0.16.0", features = ["builtin-bindgen"] }