Skip to content

Commit 9498053

Browse files
committed
Update rust-lightning to the latest 0.3
Align all LDK crates and payment instructions with the latest revision of the 0.3 branch. AI assistance: OpenAI Codex.
1 parent 685d038 commit 9498053

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,18 @@ uniffi-default = [
8686
#lightning-macros = { version = "0.2.0" }
8787
#lightning-dns-resolver = { version = "0.3.0" }
8888

89-
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a", features = ["std"] }
90-
lightning-types = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a" }
91-
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a", features = ["std"] }
92-
lightning-net-tokio = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a" }
93-
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a", features = ["tokio"], optional = true }
94-
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a" }
95-
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a" }
96-
lightning-block-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a", features = ["rest-client", "rpc-client", "tokio"], optional = true }
97-
lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a", optional = true }
98-
lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a", features = ["std"] }
99-
lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a" }
100-
lightning-dns-resolver = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a", optional = true }
89+
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e", features = ["std"] }
90+
lightning-types = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e" }
91+
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e", features = ["std"] }
92+
lightning-net-tokio = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e" }
93+
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e", features = ["tokio"], optional = true }
94+
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e" }
95+
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e" }
96+
lightning-block-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e", features = ["rest-client", "rpc-client", "tokio"], optional = true }
97+
lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e", optional = true }
98+
lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e", features = ["std"] }
99+
lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e" }
100+
lightning-dns-resolver = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e", optional = true }
101101

102102
bdk_chain = { version = "0.23.3", default-features = false, features = ["std"] }
103103
bdk_esplora = { version = "0.22.2", default-features = false, features = ["async-https-rustls", "tokio"], optional = true }
@@ -132,14 +132,14 @@ postgres-native-tls = { version = "0.5", default-features = false, features = ["
132132
vss-client = { package = "vss-client-ng", version = "0.6", optional = true }
133133
prost = { version = "0.11.6", default-features = false, optional = true}
134134
#bitcoin-payment-instructions = { version = "0.6" }
135-
bitcoin-payment-instructions = { git = "https://github.com/jkczyz/bitcoin-payment-instructions", rev = "c359b125e972ff49b5c2e9f6865afb11500286a0", optional = true }
135+
bitcoin-payment-instructions = { git = "https://github.com/benthecarman/bitcoin-payment-instructions", rev = "632f2ce8de7ea2035d5c83d7d745a52ea3e1fe70", optional = true }
136136

137137
[target.'cfg(windows)'.dependencies]
138138
winapi = { version = "0.3", features = ["winbase"] }
139139

140140
[dev-dependencies]
141-
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a", features = ["std", "_test_utils"] }
142-
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4219131b05e44663a1b417e4f6cf09c7740ead2a", features = ["tokio"] }
141+
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e", features = ["std", "_test_utils"] }
142+
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "697a239f2beff8ecadd4ddaffbcff8f1e5b3d09e", features = ["tokio"] }
143143
rand = { version = "0.9.2", default-features = false, features = ["std", "thread_rng", "os_rng"] }
144144
proptest = "1.0.0"
145145
regex = "1.5.6"

0 commit comments

Comments
 (0)