@@ -9,12 +9,13 @@ description = "A ready-to-go node implementation based on LDK."
9
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
10
11
11
[dependencies ]
12
- # lightning = { version = "0.0.112", features = ["max_level_trace", "std"] }
13
- # lightning-invoice = { version = "0.20" }
14
- # lightning-net-tokio = { version = "0.0.112" }
15
- # lightning-persister = { version = "0.0.112" }
16
- # lightning-background-processor = { version = "0.0.112" }
17
- # lightning-rapid-gossip-sync = { version = "0.0.112" }
12
+ lightning = { version = " 0.0.114" , features = [" max_level_trace" , " std" ] }
13
+ lightning-invoice = { version = " 0.22" }
14
+ lightning-net-tokio = { version = " 0.0.114" }
15
+ lightning-persister = { version = " 0.0.114" }
16
+ lightning-background-processor = { version = " 0.0.114" }
17
+ lightning-rapid-gossip-sync = { version = " 0.0.114" }
18
+ lightning-transaction-sync = { version = " 0.0.114" , features = [" esplora-async" ] }
18
19
19
20
# lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["max_level_trace", "std"] }
20
21
# lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
@@ -24,13 +25,13 @@ description = "A ready-to-go node implementation based on LDK."
24
25
# lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
25
26
# lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["esplora-async"] }
26
27
27
- lightning = { git = " https://github.com/tnull/rust-lightning" , branch =" 2022-11-add-transaction-sync-crate-pre-rebase" , features = [" max_level_trace" , " std" ] }
28
- lightning-invoice = { git = " https://github.com/tnull/rust-lightning" , branch =" 2022-11-add-transaction-sync-crate-pre-rebase" }
29
- lightning-net-tokio = { git = " https://github.com/tnull/rust-lightning" , branch =" 2022-11-add-transaction-sync-crate-pre-rebase" }
30
- lightning-persister = { git = " https://github.com/tnull/rust-lightning" , branch =" 2022-11-add-transaction-sync-crate-pre-rebase" }
31
- lightning-background-processor = { git = " https://github.com/tnull/rust-lightning" , branch =" 2022-11-add-transaction-sync-crate-pre-rebase" }
32
- lightning-rapid-gossip-sync = { git = " https://github.com/tnull/rust-lightning" , branch =" 2022-11-add-transaction-sync-crate-pre-rebase" }
33
- lightning-transaction-sync = { git = " https://github.com/tnull/rust-lightning" , branch =" 2022-11-add-transaction-sync-crate-pre-rebase" , features = [" esplora-async" ] }
28
+ # lightning = { git = "https://github.com/tnull/rust-lightning", branch="2022-11-add-transaction-sync-crate-pre-rebase", features = ["max_level_trace", "std"] }
29
+ # lightning-invoice = { git = "https://github.com/tnull/rust-lightning", branch="2022-11-add-transaction-sync-crate-pre-rebase" }
30
+ # lightning-net-tokio = { git = "https://github.com/tnull/rust-lightning", branch="2022-11-add-transaction-sync-crate-pre-rebase" }
31
+ # lightning-persister = { git = "https://github.com/tnull/rust-lightning", branch="2022-11-add-transaction-sync-crate-pre-rebase" }
32
+ # lightning-background-processor = { git = "https://github.com/tnull/rust-lightning", branch="2022-11-add-transaction-sync-crate-pre-rebase" }
33
+ # lightning-rapid-gossip-sync = { git = "https://github.com/tnull/rust-lightning", branch="2022-11-add-transaction-sync-crate-pre-rebase" }
34
+ # lightning-transaction-sync = { git = "https://github.com/tnull/rust-lightning", branch="2022-11-add-transaction-sync-crate-pre-rebase", features = ["esplora-async"] }
34
35
35
36
# lightning = { path = "../rust-lightning/lightning", features = ["max_level_trace", "std"] }
36
37
# lightning-invoice = { path = "../rust-lightning/lightning-invoice" }
@@ -40,7 +41,7 @@ lightning-transaction-sync = { git = "https://github.com/tnull/rust-lightning",
40
41
# lightning-rapid-gossip-sync = { path = "../rust-lightning/lightning-rapid-gossip-sync" }
41
42
# lightning-transaction-sync = { path = "../rust-lightning/lightning-transaction-sync", features = ["esplora-async"] }
42
43
43
- bdk = { version = " 0.26.0 " , default-features = false , features = [" async-interface" , " use-esplora-async" , " key-value-db" ]}
44
+ bdk = { version = " 0.27.1 " , default-features = false , features = [" async-interface" , " use-esplora-async" , " key-value-db" ]}
44
45
bitcoin = " 0.29.2"
45
46
46
47
rand = " 0.8.5"
0 commit comments