Skip to content

Commit

Permalink
add autogenerated files
Browse files Browse the repository at this point in the history
Changelog-none

Signed-off-by: Lagrang3 <[email protected]>
  • Loading branch information
Lagrang3 committed Nov 14, 2024
1 parent ffb3472 commit f77f0d2
Show file tree
Hide file tree
Showing 7 changed files with 651 additions and 634 deletions.
5 changes: 5 additions & 0 deletions .msggen.json
Original file line number Diff line number Diff line change
Expand Up @@ -2314,6 +2314,7 @@
"ListPeerChannels.channels[].state": 3,
"ListPeerChannels.channels[].state_changes[]": 42,
"ListPeerChannels.channels[].status[]": 43,
"ListPeerChannels.channels[].their_max_htlc_value_in_flight_msat": 61,
"ListPeerChannels.channels[].their_reserve_msat": 31,
"ListPeerChannels.channels[].their_to_self_delay": 38,
"ListPeerChannels.channels[].to_us_msat": 23,
Expand Down Expand Up @@ -8783,6 +8784,10 @@
"added": "v23.02",
"deprecated": null
},
"ListPeerChannels.channels[].their_max_htlc_value_in_flight_msat": {
"added": "v24.11",
"deprecated": null
},
"ListPeerChannels.channels[].their_reserve_msat": {
"added": "v23.02",
"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.

1 change: 1 addition & 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 @@ -24551,6 +24551,13 @@
"Max amount accept in a single payment."
]
},
"their_max_htlc_value_in_flight_msat": {
"type": "msat",
"added": "v24.11",
"description": [
"Cap on total value of outstanding HTLCs offered by the remote node."
]
},
"their_reserve_msat": {
"type": "msat",
"description": [
Expand Down
1,268 changes: 634 additions & 634 deletions contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions contrib/pyln-testing/pyln/testing/grpc2py.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ def listpeerchannels_channels2py(m):
"scratch_txid": hexlify(m.scratch_txid), # PrimitiveField in generate_composite
"short_channel_id": m.short_channel_id, # PrimitiveField in generate_composite
"spendable_msat": amount2msat(m.spendable_msat), # PrimitiveField in generate_composite
"their_max_htlc_value_in_flight_msat": amount2msat(m.their_max_htlc_value_in_flight_msat), # PrimitiveField in generate_composite
"their_reserve_msat": amount2msat(m.their_reserve_msat), # PrimitiveField in generate_composite
"their_to_self_delay": m.their_to_self_delay, # PrimitiveField in generate_composite
"to_us_msat": amount2msat(m.to_us_msat), # PrimitiveField in generate_composite
Expand Down

0 comments on commit f77f0d2

Please sign in to comment.