From c8c8e63a64bd6169e7503e686d9c17520cef48aa Mon Sep 17 00:00:00 2001 From: Lucas Soriano del Pino Date: Tue, 7 Nov 2023 13:51:29 +1100 Subject: [PATCH] chore(rust-dlc): Document reason for patch --- Cargo.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 81ed7b158..1251b1da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,12 @@ default-members = [ resolver = "2" [patch.crates-io] -# We should usually track the `p2pderivatives/feature/ln-dlc-channels[-10101]` branch +# We should usually track the `p2pderivatives/feature/ln-dlc-channels[-10101]` branch. +# +# We are currently depending on one patch that will _not_ be merged into +# `p2pderivatives/rust-dlc#feature/ln-dlc-channels`: 4e104b4. This patch ensures backwards +# compatibility for 10101 through the `rust-lightning:0.0.116` upgrade. We will be able to drop it +# once all users have been upgraded and traded once. dlc-manager = { git = "https://github.com/p2pderivatives/rust-dlc", rev = "4e104b4" } dlc-messages = { git = "https://github.com/p2pderivatives/rust-dlc", rev = "4e104b4" } dlc = { git = "https://github.com/p2pderivatives/rust-dlc", rev = "4e104b4" } @@ -25,7 +30,7 @@ p2pd-oracle-client = { git = "https://github.com/p2pderivatives/rust-dlc", rev = dlc-trie = { git = "https://github.com/p2pderivatives/rust-dlc", rev = "4e104b4" } simple-wallet = { git = "https://github.com/p2pderivatives/rust-dlc", rev = "4e104b4" } -# We should usually track the `p2pderivatives/split-tx-experiment[-10101]` branch +# We should usually track the `p2pderivatives/split-tx-experiment[-10101]` branch. lightning = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "a57281b" } lightning-background-processor = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "a57281b" } lightning-transaction-sync = { git = "https://github.com/p2pderivatives/rust-lightning/", rev = "a57281b" } @@ -34,7 +39,7 @@ lightning-persister = { git = "https://github.com/p2pderivatives/rust-lightning/ rust-bitcoin-coin-selection = { git = "https://github.com/p2pderivatives/rust-bitcoin-coin-selection" } -# Waiting for the next release +# Waiting for the next release. xtra = { git = "https://github.com/Restioson/xtra/", rev = "d98393a" } [profile.test.package.proptest]