Skip to content

Commit

Permalink
PR 7403: add autogenerated files
Browse files Browse the repository at this point in the history
Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
  • Loading branch information
Lagrang3 committed Aug 9, 2024
1 parent 32d81ae commit 2b35ec8
Show file tree
Hide file tree
Showing 6 changed files with 393 additions and 364 deletions.
5 changes: 5 additions & 0 deletions .msggen.json
Original file line number Diff line number Diff line change
Expand Up @@ -2841,6 +2841,7 @@
"RenePay.amount_msat": 2,
"RenePay.description": 6,
"RenePay.dev_use_shadow": 8,
"RenePay.exclude": 9,
"RenePay.invstring": 1,
"RenePay.label": 7,
"RenePay.maxdelay": 4,
Expand Down Expand Up @@ -10092,6 +10093,10 @@
"added": "pre-v0.10.1",
"deprecated": null
},
"RenePay.exclude": {
"added": "v24.08",
"deprecated": null
},
"RenePay.invstring": {
"added": "pre-v0.10.1",
"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.

3 changes: 3 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.

18 changes: 18 additions & 0 deletions contrib/msggen/msggen/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26202,6 +26202,24 @@
"Used to attach a label to payments, and is returned in lightning-listpays(7) and lightning-listsendpays(7)."
]
},
"exclude": {
"added": "v24.08",
"type": "array",
"description": [
"*exclude* is a JSON array of short-channel-id/direction (e.g. [ '564334x877x1/0', '564195x1292x0/1' ]) or pubkey which should be excluded from consideration for routing."
],
"default": "not to exclude any channels or nodes",
"items": {
"oneOf": [
{
"type": "short_channel_id_dir"
},
{
"type": "pubkey"
}
]
}
},
"dev_use_shadow": {
"hidden": true,
"type": "boolean"
Expand Down
728 changes: 364 additions & 364 deletions contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py

Large diffs are not rendered by default.

0 comments on commit 2b35ec8

Please sign in to comment.