@@ -41,18 +41,18 @@ postgres = ["dep:tokio-postgres", "dep:native-tls", "dep:postgres-native-tls"]
4141# lightning-macros = { version = "0.2.0" }
4242# lightning-dns-resolver = { version = "0.3.0" }
4343
44- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" std" ] }
45- lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
46- lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" std" ] }
47- lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
48- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" tokio" ] }
49- lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
50- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
51- lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
52- lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
53- lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" std" ] }
54- lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
55- lightning-dns-resolver = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
44+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" std" ] }
45+ lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " }
46+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" std" ] }
47+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " }
48+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" tokio" ] }
49+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " }
50+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " }
51+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" rest-client" , " rpc-client" , " tokio" ] }
52+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
53+ lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" std" ] }
54+ lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " }
55+ lightning-dns-resolver = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " }
5656
5757bdk_chain = { version = " 0.23.3" , default-features = false , features = [" std" ] }
5858bdk_esplora = { version = " 0.22.2" , default-features = false , features = [" async-https-rustls" , " tokio" ]}
@@ -71,6 +71,7 @@ getrandom = { version = "0.3", default-features = false }
7171chrono = { version = " 0.4" , default-features = false , features = [" clock" ] }
7272tokio = { version = " 1.39" , default-features = false , features = [ " rt-multi-thread" , " time" , " sync" , " macros" , " net" ] }
7373esplora-client = { version = " 0.12" , default-features = false , features = [" tokio" , " async-https-rustls" ] }
74+ ldk-esplora-client = { package = " esplora-client" , version = " 0.13" , default-features = false , features = [" tokio" , " async-https-rustls" ] }
7475electrum-client = { version = " 0.25" , default-features = false , features = [" proxy" , " use-rustls-ring" ] }
7576libc = " 0.2"
7677uniffi = { version = " 0.29.5" , features = [" build" ], optional = true }
@@ -85,14 +86,14 @@ postgres-native-tls = { version = "0.5", default-features = false, features = ["
8586vss-client = { package = " vss-client-ng" , version = " 0.6" }
8687prost = { version = " 0.11.6" , default-features = false }
8788# bitcoin-payment-instructions = { version = "0.6" }
88- bitcoin-payment-instructions = { git = " https://github.com/tnull/bitcoin-payment-instructions" , rev = " 0e430be98c09540624a68a68022ee0551e86d1be " }
89+ bitcoin-payment-instructions = { git = " https://github.com/tnull/bitcoin-payment-instructions" , rev = " 1d6ffaa8962391ddc84aeef98bd7439e55ccae9d " }
8990
9091[target .'cfg(windows)' .dependencies ]
9192winapi = { version = " 0.3" , features = [" winbase" ] }
9293
9394[dev-dependencies ]
94- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" std" , " _test_utils" ] }
95- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" tokio" ] }
95+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" std" , " _test_utils" ] }
96+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" tokio" ] }
9697rand = { version = " 0.9.2" , default-features = false , features = [" std" , " thread_rng" , " os_rng" ] }
9798proptest = " 1.0.0"
9899regex = " 1.5.6"
0 commit comments