Merge bitcoindevkit/bdk-ffi#162: Update BDK to version 0.19.0
0a3347b85aUpdate BDK to version 0.19.0 (Steve Myers) Pull request description: Update BDK to version 0.19.0 - fixes #155, sqlite-db issue causing wrong balance - adds experimental taproot descriptor and PSBT support ACKs for top commit: thunderbiscuit: Tested ACK [0a3347b](0a3347b85a). Tree-SHA512: c94ee13f948996350f1079a5fb9be73225e40a930b982dcd7d6826bc19ae3d5ed76d4d3b78ebebf1ce78092570a26a53c93bcc6edf3eeca731142921cf297f83
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user