Skip to content

Commit

Permalink
sendonion: add auto generated files
Browse files Browse the repository at this point in the history
This commit can be squashed with the previous commit after PR review.

Changelog-None

Signed-off-by: Lagrang3 <[email protected]>
  • Loading branch information
Lagrang3 committed Jan 20, 2025
1 parent bdfa058 commit 7be5a67
Show file tree
Hide file tree
Showing 6 changed files with 906 additions and 889 deletions.
7 changes: 6 additions & 1 deletion .msggen.json
Original file line number Diff line number Diff line change
Expand Up @@ -3319,7 +3319,8 @@
"SendOnion.onion": 1,
"SendOnion.partid": 6,
"SendOnion.payment_hash": 3,
"SendOnion.shared_secrets[]": 5
"SendOnion.shared_secrets[]": 5,
"SendOnion.total_amount_msat": 15
},
"SendonionResponse": {
"SendOnion.amount_msat": 4,
Expand Down Expand Up @@ -11881,6 +11882,10 @@
"added": "pre-v0.10.1",
"deprecated": null
},
"SendOnion.total_amount_msat": {
"added": "v25.02",
"deprecated": null
},
"SendOnion.updated_index": {
"added": "v23.11",
"deprecated": null
Expand Down
1 change: 1 addition & 0 deletions cln-grpc/proto/node.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cln-grpc/src/convert.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cln-rpc/src/model.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions contrib/msggen/msggen/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31254,6 +31254,13 @@
"Used to annotate the payment, and is returned by *waitsendpay* and *listsendpays*."
]
},
"total_amount_msat": {
"type": "msat",
"description": [
"This is the full amount requested by the destination in the invoice. It is needed internally for multi-part payments. "
],
"added": "v25.02"
},
"destination": {
"type": "pubkey",
"description": [
Expand Down
1,776 changes: 888 additions & 888 deletions contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py

Large diffs are not rendered by default.

0 comments on commit 7be5a67

Please sign in to comment.