Skip to content

Commit

Permalink
msggen: add missing rpc commands new to 24.11
Browse files Browse the repository at this point in the history
Changelog-None
  • Loading branch information
daywalker90 authored and rustyrussell committed Nov 28, 2024
1 parent 703c115 commit 2ba05ef
Show file tree
Hide file tree
Showing 9 changed files with 11,214 additions and 5,095 deletions.
1,739 changes: 1,569 additions & 170 deletions .msggen.json

Large diffs are not rendered by default.

441 changes: 441 additions & 0 deletions cln-grpc/proto/node.proto

Large diffs are not rendered by default.

1,402 changes: 1,208 additions & 194 deletions cln-grpc/src/convert.rs

Large diffs are not rendered by default.

704 changes: 704 additions & 0 deletions cln-grpc/src/server.rs

Large diffs are not rendered by default.

9,183 changes: 5,261 additions & 3,922 deletions cln-rpc/src/model.rs

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions contrib/msggen/msggen/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"DelInvoice",
"Dev-Forget-Channel",
"EmergencyRecover",
"GetEmergencyRecoverData",
"ExposeSecret",
"Recover",
"RecoverChannel",
"Invoice",
Expand Down Expand Up @@ -60,6 +62,7 @@
"DelPay",
"DelForward",
"DisableOffer",
"EnableOffer",
"Disconnect",
"Feerates",
"FetchInvoice",
Expand All @@ -70,6 +73,7 @@
"GetLog",
"FunderUpdate",
"GetRoute",
"ListAddresses",
"ListForwards",
"ListOffers",
"ListPays",
Expand Down Expand Up @@ -98,6 +102,7 @@
"Splice_Init",
"Splice_Signed",
"Splice_Update",
"Dev-Splice",
"UnreserveInputs",
"UpgradeWallet",
"WaitBlockHeight",
Expand All @@ -116,10 +121,27 @@
"Bkpr-ListAccountEvents",
"Bkpr-ListBalances",
"Bkpr-ListIncome",
"Bkpr-EditDescriptionByPaymentId",
"Bkpr-EditDescriptionByOutpoint",
"BlacklistRune",
"CheckRune",
"CreateRune",
"ShowRunes",
"AskRene-Unreserve",
"AskRene-ListLayers",
"AskRene-Create-Layer",
"AskRene-Remove-Layer",
"AskRene-Reserve",
"AskRene-Age",
"GetRoutes",
"AskRene-Disable-Node",
"AskRene-Inform-Channel",
"AskRene-Create-Channel",
"AskRene-Update-Channel",
"AskRene-Bias-Channel",
"AskRene-ListReservations",
"InjectPaymentOnion",
"Xpay",
]

grpc_notification_names = [
Expand Down
1,752 changes: 943 additions & 809 deletions contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py

Large diffs are not rendered by default.

726 changes: 726 additions & 0 deletions contrib/pyln-grpc-proto/pyln/grpc/node_pb2_grpc.py

Large diffs are not rendered by default.

Loading

0 comments on commit 2ba05ef

Please sign in to comment.