Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1,011 changes: 976 additions & 35 deletions .msggen.json

Large diffs are not rendered by default.

392 changes: 373 additions & 19 deletions cln-grpc/proto/node.proto

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cln-grpc/proto/primitives.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ enum ChannelState {
ChanneldAwaitingSplice = 11;
DualopendOpenCommitted = 12;
DualopendOpenCommittReady = 13;
Closed = 14;
}

enum HtlcState {
Expand Down
636 changes: 624 additions & 12 deletions cln-grpc/src/convert.rs

Large diffs are not rendered by default.

Loading
Loading