We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Splicing messages
The following messages should be added: Splicing:
splice
splice_ack
splice_locked
Quiescence -- is this in this scope?:
stfu
The interactive transaction negotiation messages are already present (see PR mentioned above).
Note: the simplified proto in this repo (https://github.com/optout21/rust-lightning/tree/splicing-hapa1) also has splice_signed, but that is covered by the interaction tx negotiation messages.
The text was updated successfully, but these errors were encountered:
Note: splice has type 74 in lightning/bolts#863 , but txabort also has 74 in lightning/bolts#851 . Using value 84 for now.
74
txabort
84
Sorry, something went wrong.
Housekeeping: was added upstream long time ago (via lightningdevkit#2544 )
No branches or pull requests
Splicing messages
The following messages should be added:
Splicing:
splice
(74)splice_ack
(76)splice_locked
(77)Quiescence -- is this in this scope?:
stfu
(2)The interactive transaction negotiation messages are already present (see PR mentioned above).
Note: the simplified proto in this repo (https://github.com/optout21/rust-lightning/tree/splicing-hapa1) also has splice_signed, but that is covered by the interaction tx negotiation messages.
The text was updated successfully, but these errors were encountered: