Skip to content

Commit

Permalink
feat: Use ConfirmationTarget::Background to claim settle TX outputs
Browse files Browse the repository at this point in the history
There is actually no protocol pressure to claim these outputs quickly,
so it seems foolish to pay a possibly very high price for these claim
transactions.

See get10101/rust-dlc@906cb4d.
  • Loading branch information
luckysori committed Oct 28, 2024
1 parent 48d17cf commit f78de4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ resolver = "2"
# We are using our own fork of `rust-dlc` at least until we can drop all the LN-DLC features. Also,
# `p2pderivatives/rust-dlc#master` is missing certain patches that can only be found in the LN-DLC
# branch.
dlc-manager = { git = "https://github.com/get10101/rust-dlc", rev = "81090c4" }
dlc-messages = { git = "https://github.com/get10101/rust-dlc", rev = "81090c4" }
dlc = { git = "https://github.com/get10101/rust-dlc", rev = "81090c4" }
p2pd-oracle-client = { git = "https://github.com/get10101/rust-dlc", rev = "81090c4" }
dlc-trie = { git = "https://github.com/get10101/rust-dlc", rev = "81090c4" }
dlc-manager = { git = "https://github.com/get10101/rust-dlc", rev = "906cb4d" }
dlc-messages = { git = "https://github.com/get10101/rust-dlc", rev = "906cb4d" }
dlc = { git = "https://github.com/get10101/rust-dlc", rev = "906cb4d" }
p2pd-oracle-client = { git = "https://github.com/get10101/rust-dlc", rev = "906cb4d" }
dlc-trie = { git = "https://github.com/get10101/rust-dlc", rev = "906cb4d" }

# We should usually track the `p2pderivatives/split-tx-experiment[-10101]` branch. For now we depend
# on a special fork which removes a panic in `rust-lightning`.
Expand Down

0 comments on commit f78de4f

Please sign in to comment.