@@ -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 = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" std" ] }
43- lightning-types = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " }
44- lightning-invoice = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" std" ] }
45- lightning-net-tokio = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " }
46- lightning-persister = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" tokio" ] }
47- lightning-background-processor = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " }
48- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " }
49- lightning-block-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50- lightning-transaction-sync = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51- lightning-liquidity = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" std" ] }
52- lightning-macros = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " }
42+ lightning = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " , features = [" std" ] }
43+ lightning-types = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
44+ lightning-invoice = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " , features = [" std" ] }
45+ lightning-net-tokio = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
46+ lightning-persister = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " , features = [" tokio" ] }
47+ lightning-background-processor = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
48+ lightning-rapid-gossip-sync = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
49+ lightning-block-sync = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50+ lightning-transaction-sync = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51+ lightning-liquidity = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " , features = [" std" ] }
52+ lightning-macros = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
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/tnull/bitcoin-payment
8585winapi = { version = " 0.3" , features = [" winbase" ] }
8686
8787[dev-dependencies ]
88- lightning = { git = " https://github.com/lightningdevkit /rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" std" , " _test_utils" ] }
88+ lightning = { git = " https://github.com/vincenzopalazzo /rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " , 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"
@@ -172,15 +172,15 @@ harness = false
172172# vss-client-ng = { path = "../vss-client" }
173173# vss-client-ng = { git = "https://github.com/lightningdevkit/vss-client", branch = "main" }
174174#
175- # [patch."https://github.com/lightningdevkit/rust-lightning"]
176- # lightning = { path = "../ rust-lightning/lightning " }
177- # lightning-types = { path = "../ rust-lightning/lightning-types " }
178- # lightning-invoice = { path = "../ rust-lightning/lightning-invoice " }
179- # lightning-net-tokio = { path = "../ rust-lightning/lightning-net-tokio " }
180- # lightning-persister = { path = "../ rust-lightning/lightning-persister " }
181- # lightning-background-processor = { path = "../ rust-lightning/lightning-background-processor " }
182- # lightning-rapid-gossip-sync = { path = "../ rust-lightning/lightning-rapid-gossip-sync " }
183- # lightning-block-sync = { path = "../ rust-lightning/lightning-block-sync " }
184- # lightning-transaction-sync = { path = "../ rust-lightning/lightning-transaction-sync " }
185- # lightning-liquidity = { path = "../ rust-lightning/lightning-liquidity " }
186- # lightning-macros = { path = "../ rust-lightning/lightning-macros " }
175+ [patch ."https://github .com/lightningdevkit/rust-lightning" ]
176+ lightning = { git = " https://github.com/vincenzopalazzo/ rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
177+ lightning-types = { git = " https://github.com/vincenzopalazzo/ rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
178+ lightning-invoice = { git = " https://github.com/vincenzopalazzo/ rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
179+ lightning-net-tokio = { git = " https://github.com/vincenzopalazzo/ rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
180+ lightning-persister = { git = " https://github.com/vincenzopalazzo/ rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
181+ lightning-background-processor = { git = " https://github.com/vincenzopalazzo/ rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
182+ lightning-rapid-gossip-sync = { git = " https://github.com/vincenzopalazzo/ rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
183+ lightning-block-sync = { git = " https://github.com/vincenzopalazzo/ rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
184+ lightning-transaction-sync = { git = " https://github.com/vincenzopalazzo/ rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
185+ lightning-liquidity = { git = " https://github.com/vincenzopalazzo/ rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
186+ lightning-macros = { git = " https://github.com/vincenzopalazzo/ rust-lightning" , rev = " d5baee83aee0e2674020700f77918f46b3925ab6 " }
0 commit comments