@@ -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/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" std" ] }
43- lightning-types = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " }
44- lightning-invoice = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" std" ] }
45- lightning-net-tokio = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " }
46- lightning-persister = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" tokio" ] }
47- lightning-background-processor = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " }
48- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " }
49- lightning-block-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50- lightning-transaction-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51- lightning-liquidity = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" std" ] }
52- lightning-macros = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " }
42+ lightning = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " , features = [" std" ] }
43+ lightning-types = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " }
44+ lightning-invoice = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " , features = [" std" ] }
45+ lightning-net-tokio = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " }
46+ lightning-persister = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " , features = [" tokio" ] }
47+ lightning-background-processor = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " }
48+ lightning-rapid-gossip-sync = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " }
49+ lightning-block-sync = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50+ lightning-transaction-sync = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51+ lightning-liquidity = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " , features = [" std" ] }
52+ lightning-macros = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " }
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" ]}
@@ -84,7 +84,7 @@ bitcoin-payment-instructions = { git = "https://github.com/jkczyz/bitcoin-paymen
8484winapi = { version = " 0.3" , features = [" winbase" ] }
8585
8686[dev-dependencies ]
87- lightning = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" std" , " _test_utils" ] }
87+ lightning = { git = " https://github.com/tnull /rust-lightning" , branch = " 2025-11-lsps1-refactor " , features = [" std" , " _test_utils" ] }
8888rand = { version = " 0.9.2" , default-features = false , features = [" std" , " thread_rng" , " os_rng" ] }
8989proptest = " 1.0.0"
9090regex = " 1.5.6"
@@ -170,15 +170,16 @@ harness = false
170170# vss-client-ng = { path = "../vss-client" }
171171# vss-client-ng = { git = "https://github.com/lightningdevkit/vss-client", branch = "main" }
172172#
173- # [patch."https://github.com/lightningdevkit/rust-lightning"]
174- # lightning = { path = "../rust-lightning/lightning" }
175- # lightning-types = { path = "../rust-lightning/lightning-types" }
176- # lightning-invoice = { path = "../rust-lightning/lightning-invoice" }
177- # lightning-net-tokio = { path = "../rust-lightning/lightning-net-tokio" }
178- # lightning-persister = { path = "../rust-lightning/lightning-persister" }
179- # lightning-background-processor = { path = "../rust-lightning/lightning-background-processor" }
180- # lightning-rapid-gossip-sync = { path = "../rust-lightning/lightning-rapid-gossip-sync" }
181- # lightning-block-sync = { path = "../rust-lightning/lightning-block-sync" }
182- # lightning-transaction-sync = { path = "../rust-lightning/lightning-transaction-sync" }
183- # lightning-liquidity = { path = "../rust-lightning/lightning-liquidity" }
184- # lightning-macros = { path = "../rust-lightning/lightning-macros" }
173+ [patch ."https://github .com/lightningdevkit/rust-lightning" ]
174+ lightning = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
175+ lightning-types = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
176+ lightning-invoice = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
177+ lightning-net-tokio = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
178+ lightning-persister = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
179+ lightning-background-processor = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
180+ lightning-rapid-gossip-sync = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
181+ lightning-block-sync = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
182+ lightning-transaction-sync = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
183+ lightning-liquidity = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
184+ lightning-macros = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
185+ possiblyrandom = { git = " https://github.com/tnull/rust-lightning" , branch = " 2025-11-lsps1-refactor" }
0 commit comments