@@ -39,17 +39,17 @@ default = []
3939# lightning-liquidity = { version = "0.2.0", features = ["std"] }
4040# lightning-macros = { version = "0.2.0" }
4141
42- lightning = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " , features = [" std" ] }
43- lightning-types = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " }
44- lightning-invoice = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " , features = [" std" ] }
45- lightning-net-tokio = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " }
46- lightning-persister = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " , features = [" tokio" ] }
47- lightning-background-processor = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " }
48- lightning-rapid-gossip-sync = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " }
49- lightning-block-sync = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50- lightning-transaction-sync = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51- lightning-liquidity = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " , features = [" std" ] }
52- lightning-macros = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " }
42+ lightning = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " , features = [" std" ] }
43+ lightning-types = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " }
44+ lightning-invoice = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " , features = [" std" ] }
45+ lightning-net-tokio = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " }
46+ lightning-persister = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " , features = [" tokio" ] }
47+ lightning-background-processor = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " }
48+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " }
49+ lightning-block-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51+ lightning-liquidity = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " , features = [" std" ] }
52+ lightning-macros = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " }
5353
5454bdk_chain = { version = " 0.23.0" , default-features = false , features = [" std" ] }
5555bdk_esplora = { version = " 0.22.0" , default-features = false , features = [" async-https-rustls" , " tokio" ]}
@@ -85,7 +85,7 @@ bitcoin-payment-instructions = { git = "https://github.com/jkczyz/bitcoin-paymen
8585winapi = { version = " 0.3" , features = [" winbase" ] }
8686
8787[dev-dependencies ]
88- lightning = { git = " https://github.com/tnull /rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0 " , features = [" std" , " _test_utils" ] }
88+ lightning = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " dcf0c203e166da2348bef12b2e5eff4a250cdec7 " , features = [" std" , " _test_utils" ] }
8989rand = { version = " 0.9.2" , default-features = false , features = [" std" , " thread_rng" , " os_rng" ] }
9090proptest = " 1.0.0"
9191regex = " 1.5.6"
@@ -157,30 +157,19 @@ harness = false
157157# lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
158158# lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
159159
160- # lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
161- # lightning-types = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
162- # lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
163- # lightning-net-tokio = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
164- # lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
165- # lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
166- # lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
167- # lightning-block-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
168- # lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
169- # lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
170- # lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
160+ [patch ."https://github .com/lightningdevkit/rust-lightning" ]
161+ lightning = { git = " https://github.com/tnull/rust-lightning" , rev = " fe77246afe56c80ed08221a50dfd487f2a811c9b" }
162+ lightning-types = { git = " https://github.com/tnull/rust-lightning" , rev = " fe77246afe56c80ed08221a50dfd487f2a811c9b" }
163+ lightning-invoice = { git = " https://github.com/tnull/rust-lightning" , rev = " fe77246afe56c80ed08221a50dfd487f2a811c9b" }
164+ lightning-net-tokio = { git = " https://github.com/tnull/rust-lightning" , rev = " fe77246afe56c80ed08221a50dfd487f2a811c9b" }
165+ lightning-persister = { git = " https://github.com/tnull/rust-lightning" , rev = " fe77246afe56c80ed08221a50dfd487f2a811c9b" }
166+ lightning-background-processor = { git = " https://github.com/tnull/rust-lightning" , rev = " fe77246afe56c80ed08221a50dfd487f2a811c9b" }
167+ lightning-rapid-gossip-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " fe77246afe56c80ed08221a50dfd487f2a811c9b" }
168+ lightning-block-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " fe77246afe56c80ed08221a50dfd487f2a811c9b" }
169+ lightning-transaction-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " fe77246afe56c80ed08221a50dfd487f2a811c9b" }
170+ lightning-liquidity = { git = " https://github.com/tnull/rust-lightning" , rev = " fe77246afe56c80ed08221a50dfd487f2a811c9b" }
171+ lightning-macros = { git = " https://github.com/tnull/rust-lightning" , rev = " fe77246afe56c80ed08221a50dfd487f2a811c9b" }
171172
172173# vss-client-ng = { path = "../vss-client" }
173174# vss-client-ng = { git = "https://github.com/lightningdevkit/vss-client", branch = "main" }
174175#
175- [patch ."https://github .com/lightningdevkit/rust-lightning" ]
176- lightning = { git = " https://github.com/tnull/rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0" }
177- lightning-types = { git = " https://github.com/tnull/rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0" }
178- lightning-invoice = { git = " https://github.com/tnull/rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0" }
179- lightning-net-tokio = { git = " https://github.com/tnull/rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0" }
180- lightning-persister = { git = " https://github.com/tnull/rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0" }
181- lightning-background-processor = { git = " https://github.com/tnull/rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0" }
182- lightning-rapid-gossip-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0" }
183- lightning-block-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0" }
184- lightning-transaction-sync = { git = " https://github.com/tnull/rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0" }
185- lightning-liquidity = { git = " https://github.com/tnull/rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0" }
186- lightning-macros = { git = " https://github.com/tnull/rust-lightning" , rev = " 71242155f2b90007e850be89daef4db78d8508f0" }
0 commit comments