Skip to content

Commit 6c0f5e2

Browse files
committed
dummy commit squash with previous
add autogenerated files Signed-off-by: Lagrang3 <[email protected]>
1 parent 079216f commit 6c0f5e2

File tree

6 files changed

+108
-90
lines changed

6 files changed

+108
-90
lines changed

.msggen.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,6 +1849,7 @@
18491849
"GetRoutes.layers[]": 4,
18501850
"GetRoutes.maxdelay": 8,
18511851
"GetRoutes.maxfee_msat": 5,
1852+
"GetRoutes.maxparts": 9,
18521853
"GetRoutes.source": 1
18531854
},
18541855
"GetroutesResponse": {
@@ -7484,6 +7485,10 @@
74847485
"added": "v24.08",
74857486
"deprecated": null
74867487
},
7488+
"GetRoutes.maxparts": {
7489+
"added": "v25.09",
7490+
"deprecated": null
7491+
},
74877492
"GetRoutes.probability_ppm": {
74887493
"added": "v24.08",
74897494
"deprecated": null

cln-grpc/proto/node.proto

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cln-grpc/src/convert.rs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cln-rpc/src/model.rs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/msggen/msggen/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15107,6 +15107,14 @@
1510715107
"Maximum number of blocks of delay for the route. Cannot be bigger than 2016."
1510815108
],
1510915109
"default": "2016"
15110+
},
15111+
"maxparts": {
15112+
"type": "u32",
15113+
"added": "v25.09",
15114+
"description": [
15115+
"Maximum number of routes in the solution."
15116+
],
15117+
"default": "6"
1511015118
}
1511115119
}
1511215120
},

contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py

Lines changed: 90 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)