Skip to content

Commit c833789

Browse files
committed
deps: bump bdk to beta-2
temp 2 impl wallet no persist enable default constructor on wallet type test: fix jvm tests add tx methods new errors feat: expose correct errors remove macros for in-memory connection tests(python): add in-memory connection tests(swift, kotlin): add tests with swift failures lib: bump to bdk-wallet 1.0.0-beta2 various fixes
1 parent 3454331 commit c833789

29 files changed

+488
-746
lines changed

bdk-ffi/Cargo.lock

Lines changed: 53 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bdk-ffi/Cargo.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ path = "uniffi-bindgen.rs"
1818
default = ["uniffi/cli"]
1919

2020
[dependencies]
21-
bdk_wallet = { version = "1.0.0-alpha.13", features = ["all-keys", "keys-bip39"] }
22-
bdk_esplora = { version = "0.15.0", default-features = false, features = ["std", "blocking", "blocking-https-rustls"] }
23-
# NOTE: This is a temporary workaround to use the electrum-client with the use-rustls-ring feature. It points to a fork
24-
# of bdk in which the bdk_electrum library uses the electrum-client with the use-rustls-ring feature.
25-
bdk_electrum = { git = "https://github.com/thunderbiscuit/bdk/", package = "bdk_electrum", branch = "feature/electrum-client-ring-ffi-alpha13", default-features = false, features = ["use-rustls-ring"] }
26-
# bdk_electrum = { version = "0.15.0" }
27-
bdk_sqlite = { version = "0.2.0" }
28-
bdk_bitcoind_rpc = { version = "0.12.0" }
21+
bdk_wallet = { version = "1.0.0-beta.2", features = ["all-keys", "keys-bip39", "rusqlite"] }
22+
bdk_core = { version = "0.1.0" }
23+
bdk_esplora = { version = "0.17.0", default-features = false, features = ["std", "blocking", "blocking-https-rustls"] }
24+
bdk_electrum = { version = "0.17.0", default-features = false, features = ["use-rustls-ring"] }
25+
bdk_bitcoind_rpc = { version = "0.14.0" }
2926
bitcoin-internals = { version = "0.2.0", features = ["alloc"] }
3027

3128
uniffi = { version = "=0.28.0" }

0 commit comments

Comments
 (0)