-
Notifications
You must be signed in to change notification settings - Fork 517
Channel Splicing (feature 62/63) #1160
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
base: master
Are you sure you want to change the base?
Changes from 1 commit
43b5785
4ce4b9c
aa03076
1d5e0ce
29ca2a8
e587360
765a80e
2822a52
b36ab0c
a821628
e010513
81b89a6
04cdc02
c0d9c52
f9fd539
f6346ba
ea25a7e
f5fcdbf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3387,7 +3387,8 @@ The sending node: | |
|
||
A node: | ||
- if `next_commitment_number` is 1 in both the `channel_reestablish` it | ||
sent and received: | ||
sent and received, and none of those `channel_reestablish` messages | ||
contain `my_current_funding_locked` for a splice transaction: | ||
|
||
- MUST retransmit `channel_ready`. | ||
- otherwise: | ||
- MUST NOT retransmit `channel_ready`, but MAY send `channel_ready` with | ||
|
@@ -3516,10 +3517,10 @@ commitment number 0 is created during opening. | |
`commitment_signed` for commitment number 1 is send and then | ||
the revocation for commitment number 0 is received. | ||
|
||
`channel_ready` is implicitly acknowledged by the start of normal | ||
operation, which is known to have begun after a `commitment_signed` has been | ||
received — hence, the test for a `next_commitment_number` greater | ||
than 1. | ||
`channel_ready` is implicitly acknowledged by the start of normal operation, | ||
which is known to have begun after a `commitment_signed` has been received | ||
(hence, the test for a `next_commitment_number` greater than 1) or after a | ||
splice transaction has been locked. | ||
|
||
A node, which has somehow fallen | ||
behind (e.g. has been restored from old backup), can detect that it has fallen | ||
|
Uh oh!
There was an error while loading. Please reload this page.