@@ -58,9 +58,9 @@ futures = {version = "0.3.30"}
58
58
bip39 = { version = " 2.0.0" , features = [ " rand" , " serde" ] }
59
59
miniscript = " 12.2"
60
60
rand = { version = " 0.8.5" , features = [ " std" , " std_rng" ] }
61
- bdk_wallet = { package = " bdk_wallet" , version = " 1.0.0" , git = " https://github.com/acidbunny21/bdk.git " , rev = " 7bfde8de554b260214a380fb301f5cfa9966d95e " }
62
- bdk_esplora = { package = " bdk_esplora" , version = " 0.20.1" , features = [ " std" , " async-https-rustls" , " tokio" ], default-features = false , git = " https://github.com/acidbunny21/bdk.git " , rev = " 7bfde8de554b260214a380fb301f5cfa9966d95e " }
63
- bdk_bitcoind_rpc = { package = " bdk_bitcoind_rpc" , version = " 0.18.0 " , git = " https://github.com/acidbunny21/bdk.git " , rev = " 7bfde8de554b260214a380fb301f5cfa9966d95e " }
61
+ bdk_wallet = { package = " bdk_wallet" , version = " 1.0.0" }
62
+ bdk_esplora = { package = " bdk_esplora" , version = " 0.20.1" , features = [ " std" , " async-https-rustls" , " tokio" ], default-features = false }
63
+ bdk_bitcoind_rpc = { package = " bdk_bitcoind_rpc" , version = " 0.17.1 " }
64
64
# tracing and monitoring
65
65
opentelemetry = " 0.27.1"
66
66
opentelemetry_sdk = { version = " 0.27.0" , features = [" tracing" , " rt-tokio" ] }
@@ -69,3 +69,22 @@ opentelemetry-semantic-conventions = { version = "0.27.0", features = ["semconv_
69
69
tracing = { version = " 0.1.41" , features = [" std" , " attributes" ] }
70
70
tracing-opentelemetry = " 0.28.0"
71
71
tracing-subscriber = { version = " 0.3.19" , features = [" std" , " registry" , " ansi" , " fmt" , " env-filter" ] }
72
+
73
+ # bdk dep overrides (should be replaced under # bitcoin category later)
74
+ [patch .crates-io .bdk_wallet ]
75
+ package = " bdk_wallet"
76
+ version = " 1.0.0"
77
+ git = " https://github.com/stevenroose/bdk.git"
78
+ rev = " fa11b2763b50a41f11217caf52ffa322ccb018a3"
79
+ [patch .crates-io .bdk_esplora ]
80
+ package = " bdk_esplora"
81
+ version = " 0.20.1"
82
+ features = [ " std" , " async-https-rustls" , " tokio" ]
83
+ default-features = false
84
+ git = " https://github.com/stevenroose/bdk.git"
85
+ rev = " fa11b2763b50a41f11217caf52ffa322ccb018a3"
86
+ [patch .crates-io .bdk_bitcoind_rpc ]
87
+ package = " bdk_bitcoind_rpc"
88
+ version = " 0.17.1"
89
+ git = " https://github.com/stevenroose/bdk.git"
90
+ rev = " fa11b2763b50a41f11217caf52ffa322ccb018a3"
0 commit comments