Skip to content

Remove spurious interactive-tx commit_sig retransmission #737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented Dec 13, 2024

We fully implement lightning/bolts#1214 to stop retransmitting commit_sig when our peer has already received it. We also correctly set next_commitment_number to let our peer know whether we have received their commit_sig or not.

Should only be merged once ACINQ/eclair#2966 has been deployed to the ACINQ node, which will likely happen this week.

@t-bast t-bast force-pushed the dont-send-spurious-commit-sig branch from 59a7972 to 808d281 Compare January 17, 2025 09:57
@t-bast t-bast force-pushed the dont-send-spurious-commit-sig branch from 808d281 to 0b7e86c Compare February 26, 2025 16:01
We fully implement lightning/bolts#1214 to stop
retransmitting `commit_sig` when our peer has already received it. We
also correctly set `next_commitment_number` to let our peer know whether
we have received their `commit_sig` or not.
@t-bast t-bast marked this pull request as ready for review April 9, 2025 15:15
@t-bast t-bast force-pushed the dont-send-spurious-commit-sig branch from 0b7e86c to 1c3be14 Compare April 9, 2025 15:17
@t-bast t-bast requested review from pm47 and remyers April 9, 2025 15:17
Copy link
Contributor

@remyers remyers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but I have a question about sending tx_abort.

Copy link
Contributor

@remyers remyers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@t-bast t-bast merged commit feb19a9 into master Apr 29, 2025
2 checks passed
@t-bast t-bast deleted the dont-send-spurious-commit-sig branch April 29, 2025 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants