Skip to content

Commit bc61106

Browse files
committed
chore: use synonymdev/rust-lightning fork
1 parent c8e459b commit bc61106

3 files changed

Lines changed: 447 additions & 426 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
(e.g., after migration overwrote newer monitors with stale backup data). When enabled,
2727
force-syncs stale monitor update_ids during build, defers chain sync, and sends probes to
2828
trigger commitment round-trips that heal the monitor state. Depends on a patched rust-lightning
29-
fork (`ovitrif/rust-lightning#0.2.2-accept-stale-monitors-v2`).
29+
fork (`synonymdev/rust-lightning#0.2.2-accept-stale-monitors`).
3030
- Fixed cumulative change-address derivation index leak during fee estimation and dry-run
3131
transaction builds. BDK's `TxBuilder::finish()` advances the internal (change) keychain index
3232
each time it's called; repeated fee estimations would burn through change addresses without

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,17 @@ name = "payments"
124124
harness = false
125125

126126
[patch.crates-io]
127-
lightning = { git = "https://github.com/ovitrif/rust-lightning", branch = "0.2.2-accept-stale-monitors-v2" }
128-
lightning-types = { git = "https://github.com/ovitrif/rust-lightning", branch = "0.2.2-accept-stale-monitors-v2" }
129-
lightning-invoice = { git = "https://github.com/ovitrif/rust-lightning", branch = "0.2.2-accept-stale-monitors-v2" }
130-
lightning-net-tokio = { git = "https://github.com/ovitrif/rust-lightning", branch = "0.2.2-accept-stale-monitors-v2" }
131-
lightning-persister = { git = "https://github.com/ovitrif/rust-lightning", branch = "0.2.2-accept-stale-monitors-v2" }
132-
lightning-background-processor = { git = "https://github.com/ovitrif/rust-lightning", branch = "0.2.2-accept-stale-monitors-v2" }
133-
lightning-rapid-gossip-sync = { git = "https://github.com/ovitrif/rust-lightning", branch = "0.2.2-accept-stale-monitors-v2" }
134-
lightning-block-sync = { git = "https://github.com/ovitrif/rust-lightning", branch = "0.2.2-accept-stale-monitors-v2" }
135-
lightning-transaction-sync = { git = "https://github.com/ovitrif/rust-lightning", branch = "0.2.2-accept-stale-monitors-v2" }
136-
lightning-liquidity = { git = "https://github.com/ovitrif/rust-lightning", branch = "0.2.2-accept-stale-monitors-v2" }
137-
lightning-macros = { git = "https://github.com/ovitrif/rust-lightning", branch = "0.2.2-accept-stale-monitors-v2" }
127+
lightning = { git = "https://github.com/synonymdev/rust-lightning", branch = "0.2.2-accept-stale-monitors" }
128+
lightning-types = { git = "https://github.com/synonymdev/rust-lightning", branch = "0.2.2-accept-stale-monitors" }
129+
lightning-invoice = { git = "https://github.com/synonymdev/rust-lightning", branch = "0.2.2-accept-stale-monitors" }
130+
lightning-net-tokio = { git = "https://github.com/synonymdev/rust-lightning", branch = "0.2.2-accept-stale-monitors" }
131+
lightning-persister = { git = "https://github.com/synonymdev/rust-lightning", branch = "0.2.2-accept-stale-monitors" }
132+
lightning-background-processor = { git = "https://github.com/synonymdev/rust-lightning", branch = "0.2.2-accept-stale-monitors" }
133+
lightning-rapid-gossip-sync = { git = "https://github.com/synonymdev/rust-lightning", branch = "0.2.2-accept-stale-monitors" }
134+
lightning-block-sync = { git = "https://github.com/synonymdev/rust-lightning", branch = "0.2.2-accept-stale-monitors" }
135+
lightning-transaction-sync = { git = "https://github.com/synonymdev/rust-lightning", branch = "0.2.2-accept-stale-monitors" }
136+
lightning-liquidity = { git = "https://github.com/synonymdev/rust-lightning", branch = "0.2.2-accept-stale-monitors" }
137+
lightning-macros = { git = "https://github.com/synonymdev/rust-lightning", branch = "0.2.2-accept-stale-monitors" }
138138

139139
#[patch.crates-io]
140140
#lightning = { path = "../rust-lightning/lightning" }

0 commit comments

Comments
 (0)