Skip to content

[Splicing] Tx negotiation during splicing #3736

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

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a88bf56
Separate out channel context accessors into new trait
optout21 Apr 15, 2025
3e999f8
Put V2 transaction negotiation behind a trait
optout21 Apr 15, 2025
c675ca1
New RefundingScope; FundedChannel can act as pending
optout21 Apr 15, 2025
a0caa50
Extend begin_interactive_...() with splicing-specific parameter
optout21 Apr 15, 2025
c3778bc
Implement transaction negotiation during splicing
optout21 Apr 15, 2025
0f8acd3
fix: Merge PedingSpliceInit struct into PendingSplice struct, with ex…
optout21 Apr 30, 2025
2655f83
fix Get rid of swap_out_dual_funding_context_inputs
optout21 May 5, 2025
daa0ec6
fix Proper error instead of panic in tx_add_input
optout21 May 5, 2025
f87e67b
fix Proper error instead of panic in tx_add_input
optout21 May 5, 2025
866368d
fix Get rid of Results in FundingTxConstructorV2
optout21 May 5, 2025
37c7f43
fix Move get_input_of_previous_funding to FundedChannel
optout21 May 5, 2025
62ec2b0
fix Update pubkeys with tweak when splicing
optout21 May 12, 2025
2f9a0c1
fix Get rid of unfunded_context reference in Refunding
optout21 May 12, 2025
d2554a8
fix Set new channel reserve values based on new channel value (v2)
optout21 May 12, 2025
6e8aa63
fix Rename DualFundingContext
optout21 May 13, 2025
0430313
fix Misc smaller fixes, rename
optout21 May 15, 2025
650fa26
fix Move is_splice() to the FundingTxConstructorV2 trait
optout21 May 15, 2025
fea86b8
fix New funding_scope_for_splice helper for common logic
optout21 May 15, 2025
6845e4f
Forced error at the end of use case
optout21 May 15, 2025
2d2e38d
fix Merge RefundingScope into PendingSplice, renames
optout21 May 15, 2025
7b7c8e8
fix Use NegotiatingV2ChannelView for both funded and pending channel
optout21 May 15, 2025
54ddcbe
fix Drop the FundingTxConstructorV2 trait
optout21 May 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading