Skip to content

Commit 3692dc4

Browse files
committed
Bump rust-lightning revision to ed275648
Update all `rust-lightning` crate references and patch overrides to `ed27564855b399b5eecd59f2547d667d6f48c4f7`, the latest commit on `tnull/rust-lightning` branch `2026-03-lsps2-bolt12-alt`. Co-Authored-By: HAL 9000
1 parent dedda2d commit 3692dc4

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

Cargo.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -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/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc", features = ["std"] }
43-
lightning-types = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
44-
lightning-invoice = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc", features = ["std"] }
45-
lightning-net-tokio = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
46-
lightning-persister = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc", features = ["tokio"] }
47-
lightning-background-processor = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
48-
lightning-rapid-gossip-sync = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
49-
lightning-block-sync = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc", features = ["rest-client", "rpc-client", "tokio"] }
50-
lightning-transaction-sync = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc", features = ["esplora-async-https", "time", "electrum-rustls-ring"] }
51-
lightning-liquidity = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc", features = ["std"] }
52-
lightning-macros = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
42+
lightning = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7", features = ["std"] }
43+
lightning-types = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
44+
lightning-invoice = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7", features = ["std"] }
45+
lightning-net-tokio = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
46+
lightning-persister = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7", features = ["tokio"] }
47+
lightning-background-processor = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
48+
lightning-rapid-gossip-sync = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
49+
lightning-block-sync = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7", features = ["rest-client", "rpc-client", "tokio"] }
50+
lightning-transaction-sync = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7", features = ["esplora-async-https", "time", "electrum-rustls-ring"] }
51+
lightning-liquidity = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7", features = ["std"] }
52+
lightning-macros = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
5353

5454
bdk_chain = { version = "0.23.0", default-features = false, features = ["std"] }
5555
bdk_esplora = { version = "0.22.0", default-features = false, features = ["async-https-rustls", "tokio"]}
@@ -85,7 +85,7 @@ bitcoin-payment-instructions = { git = "https://github.com/jkczyz/bitcoin-paymen
8585
winapi = { version = "0.3", features = ["winbase"] }
8686

8787
[dev-dependencies]
88-
lightning = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc", features = ["std", "_test_utils"] }
88+
lightning = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7", features = ["std", "_test_utils"] }
8989
rand = { version = "0.9.2", default-features = false, features = ["std", "thread_rng", "os_rng"] }
9090
proptest = "1.0.0"
9191
regex = "1.5.6"
@@ -172,14 +172,14 @@ harness = false
172172
#vss-client-ng = { git = "https://github.com/lightningdevkit/vss-client", branch = "main" }
173173
#
174174
[patch."https://github.com/lightningdevkit/rust-lightning"]
175-
lightning = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
176-
lightning-types = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
177-
lightning-invoice = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
178-
lightning-net-tokio = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
179-
lightning-persister = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
180-
lightning-background-processor = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
181-
lightning-rapid-gossip-sync = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
182-
lightning-block-sync = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
183-
lightning-transaction-sync = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
184-
lightning-liquidity = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
185-
lightning-macros = { git = "https://github.com/tnull/rust-lightning", rev = "c26cafa86424de9e6199b2907e1a41674b1c6dcc" }
175+
lightning = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
176+
lightning-types = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
177+
lightning-invoice = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
178+
lightning-net-tokio = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
179+
lightning-persister = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
180+
lightning-background-processor = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
181+
lightning-rapid-gossip-sync = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
182+
lightning-block-sync = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
183+
lightning-transaction-sync = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
184+
lightning-liquidity = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }
185+
lightning-macros = { git = "https://github.com/tnull/rust-lightning", rev = "ed27564855b399b5eecd59f2547d667d6f48c4f7" }

0 commit comments

Comments
 (0)