@@ -27,17 +27,29 @@ panic = 'abort' # Abort on panic
2727default = []
2828
2929[dependencies ]
30- lightning = { version = " 0.2.0-rc1" , features = [" std" ] }
31- lightning-types = { version = " 0.3.0-rc1" }
32- lightning-invoice = { version = " 0.34.0-rc1" , features = [" std" ] }
33- lightning-net-tokio = { version = " 0.2.0-rc1" }
34- lightning-persister = { version = " 0.2.0-rc1" , features = [" tokio" ] }
35- lightning-background-processor = { version = " 0.2.0-rc1" }
36- lightning-rapid-gossip-sync = { version = " 0.2.0-rc1" }
37- lightning-block-sync = { version = " 0.2.0-rc1" , features = [" rest-client" , " rpc-client" , " tokio" ] }
38- lightning-transaction-sync = { version = " 0.2.0-rc1" , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
39- lightning-liquidity = { version = " 0.2.0-rc1" , features = [" std" ] }
40- lightning-macros = { version = " 0.2.0-rc1" }
30+ # lightning = { version = "0.2.0-rc1", features = ["std"] }
31+ # lightning-types = { version = "0.3.0-rc1" }
32+ # lightning-invoice = { version = "0.34.0-rc1", features = ["std"] }
33+ # lightning-net-tokio = { version = "0.2.0-rc1" }
34+ # lightning-persister = { version = "0.2.0-rc1", features = ["tokio"] }
35+ # lightning-background-processor = { version = "0.2.0-rc1" }
36+ # lightning-rapid-gossip-sync = { version = "0.2.0-rc1" }
37+ # lightning-block-sync = { version = "0.2.0-rc1", features = ["rest-client", "rpc-client", "tokio"] }
38+ # lightning-transaction-sync = { version = "0.2.0-rc1", features = ["esplora-async-https", "time", "electrum-rustls-ring"] }
39+ # lightning-liquidity = { version = "0.2.0-rc1", features = ["std"] }
40+ # lightning-macros = { version = "0.2.0-rc1" }
41+
42+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" , features = [" std" ] }
43+ lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" }
44+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" , features = [" std" ] }
45+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" }
46+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" , features = [" tokio" ] }
47+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" }
48+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" }
49+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" , features = [" rest-client" , " rpc-client" , " tokio" ] }
50+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51+ lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" , features = [" std" ] }
52+ lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370" }
4153
4254bdk_chain = { version = " 0.23.0" , default-features = false , features = [" std" ] }
4355bdk_esplora = { version = " 0.22.0" , default-features = false , features = [" async-https-rustls" , " tokio" ]}
@@ -70,7 +82,7 @@ prost = { version = "0.11.6", default-features = false}
7082winapi = { version = " 0.3" , features = [" winbase" ] }
7183
7284[dev-dependencies ]
73- lightning = { version = " 0.2.0-rc1 " , features = [" std" , " _test_utils" ] }
85+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning " , rev = " bb5504ec62d4b7e9d5626d8b1a6de60d71e8d370 " , features = [" std" , " _test_utils" ] }
7486proptest = " 1.0.0"
7587regex = " 1.5.6"
7688criterion = { version = " 0.7.0" , features = [" async_tokio" ] }
0 commit comments