Skip to content

Commit db756c6

Browse files
committed
DROPME: Use upstream corepc-node PR retrying initial connection
1 parent 5ef6c68 commit db756c6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Cargo.toml

+7-3
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,18 @@ proptest = "1.0.0"
9898
regex = "1.5.6"
9999

100100
[target.'cfg(not(no_download))'.dev-dependencies]
101-
electrsd = { version = "0.31.0", default-features = false, features = ["legacy", "esplora_a33e97e1", "corepc-node_27_2"] }
101+
#electrsd = { version = "0.31.0", default-features = false, features = ["legacy", "esplora_a33e97e1", "corepc-node_27_2"] }
102+
electrsd = { git = "https://github.com/tnull/electrsd.git", branch = "2025-03-corepc-retry-pr-2", default-features = false, features = ["legacy", "esplora_a33e97e1", "corepc-node_27_2"] }
102103

103104
[target.'cfg(no_download)'.dev-dependencies]
104-
electrsd = { version = "0.31.0", default-features = false, features = ["legacy"] }
105-
corepc-node = { version = "0.6.1", default-features = false, features = ["27_2"] }
105+
#electrsd = { version = "0.31.0", default-features = false, features = ["legacy"] }
106+
#corepc-node = { version = "0.6.1", default-features = false, features = ["27_2"] }
107+
electrsd = { git = "https://github.com/tnull/electrsd.git", branch = "2025-03-corepc-retry-pr-2", default-features = false, features = ["legacy"] }
108+
corepc-node = { git = "https://github.com/tnull/corepc.git", branch = "2025-03-retry-initial-client-connections-2", default-features = false, features = ["27_2"] }
106109

107110
[target.'cfg(cln_test)'.dev-dependencies]
108111
clightningrpc = { version = "0.3.0-beta.8", default-features = false }
112+
corepc-client = { git = "https://github.com/tnull/corepc.git", branch = "2025-03-retry-initial-client-connections-2", features = ["client-sync"] }
109113

110114
[target.'cfg(lnd_test)'.dev-dependencies]
111115
lnd_grpc_rust = { version = "2.10.0", default-features = false }

0 commit comments

Comments
 (0)