Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC Documents Consolidation #6995

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ tests/plugins/test_selfdisable_after_getmanifest

# Ignore generated files
devtools/features
doc/schemas/lightning-sql.json
doc/lightning-*.7.md
doc/lightning*.[1578]
doc/reckless*.[1578]
*_sqlgen.[ch]
Expand Down
48 changes: 48 additions & 0 deletions .msggen.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@
"ONCHAIN": 8,
"OPENINGD": 0
},
"ListpeersLevel": {
"debug": 1,
"info": 2,
"io": 0,
"unusual": 3
},
"ListpeersPeersChannelsHtlcsDirection": {
"in": 0,
"out": 1
Expand Down Expand Up @@ -334,6 +340,9 @@
"complete": 1,
"pending": 0
},
"StopResult": {
"Shutdown complete": 0
},
"WaitIndexname": {
"created": 0,
"deleted": 2,
Expand Down Expand Up @@ -490,6 +499,9 @@
"DatastoreUsage.datastoreusage.key": 1,
"DatastoreUsage.datastoreusage.total_bytes": 2
},
"DatastoreusageRequest": {
"DatastoreUsage.key": 1
},
"DatastoreusageResponse": {
"DatastoreUsage.datastoreusage": 1
},
Expand Down Expand Up @@ -1206,6 +1218,7 @@
"ListPeerChannels.channels[].peer_id": 1,
"ListPeerChannels.channels[].private": 18,
"ListPeerChannels.channels[].receivable_msat": 34,
"ListPeerChannels.channels[].reestablished": 58,
"ListPeerChannels.channels[].scratch_txid": 4,
"ListPeerChannels.channels[].short_channel_id": 8,
"ListPeerChannels.channels[].spendable_msat": 33,
Expand Down Expand Up @@ -1406,6 +1419,7 @@
"ListSendPays.payments[].amount_sent_msat": 8,
"ListSendPays.payments[].bolt11": 10,
"ListSendPays.payments[].bolt12": 11,
"ListSendPays.payments[].completed_at": 18,
"ListSendPays.payments[].created_at": 7,
"ListSendPays.payments[].created_index": 16,
"ListSendPays.payments[].description": 14,
Expand Down Expand Up @@ -1563,6 +1577,7 @@
"SendonionRequest": {
"SendOnion.amount_msat": 12,
"SendOnion.bolt11": 7,
"SendOnion.description": 14,
"SendOnion.destination": 9,
"SendOnion.first_hop": 2,
"SendOnion.groupid": 11,
Expand Down Expand Up @@ -1595,13 +1610,15 @@
"SendpayRequest": {
"SendPay.amount_msat": 10,
"SendPay.bolt11": 5,
"SendPay.description": 13,
"SendPay.groupid": 9,
"SendPay.label": 3,
"SendPay.localinvreqid": 11,
"SendPay.localofferid": 8,
"SendPay.msatoshi": 4,
"SendPay.partid": 7,
"SendPay.payment_hash": 2,
"SendPay.payment_metadata": 12,
"SendPay.payment_secret": 6,
"SendPay.route[]": 1
},
Expand Down Expand Up @@ -1687,6 +1704,9 @@
"StaticbackupResponse": {
"StaticBackup.scb[]": 1
},
"StopResponse": {
"Stop.result": 1
},
"TxdiscardRequest": {
"TxDiscard.txid": 1
},
Expand Down Expand Up @@ -2198,6 +2218,10 @@
"added": "v23.11",
"deprecated": false
},
"DatastoreUsage.key": {
"added": "v23.11",
"deprecated": false
},
"Decode": {
"added": "v23.05",
"deprecated": null
Expand Down Expand Up @@ -4678,6 +4702,10 @@
"added": "v23.02",
"deprecated": false
},
"ListPeerChannels.channels[].reestablished": {
"added": "v24.02",
"deprecated": false
},
"ListPeerChannels.channels[].scratch_txid": {
"added": "v23.02",
"deprecated": false
Expand Down Expand Up @@ -5226,6 +5254,10 @@
"added": "pre-v0.10.1",
"deprecated": false
},
"ListSendPays.payments[].completed_at": {
"added": "pre-v0.10.1",
"deprecated": false
},
"ListSendPays.payments[].created_at": {
"added": "pre-v0.10.1",
"deprecated": false
Expand Down Expand Up @@ -5658,6 +5690,10 @@
"added": "v23.11",
"deprecated": false
},
"SendOnion.description": {
"added": "v0.11.0",
"deprecated": false
},
"SendOnion.destination": {
"added": "pre-v0.10.1",
"deprecated": false
Expand Down Expand Up @@ -5758,6 +5794,10 @@
"added": "v23.11",
"deprecated": false
},
"SendPay.description": {
"added": "v0.11.0",
"deprecated": false
},
"SendPay.destination": {
"added": "pre-v0.10.1",
"deprecated": false
Expand Down Expand Up @@ -5790,6 +5830,10 @@
"added": "pre-v0.10.1",
"deprecated": false
},
"SendPay.payment_metadata": {
"added": "v0.11.0",
"deprecated": false
},
"SendPay.payment_preimage": {
"added": "pre-v0.10.1",
"deprecated": false
Expand Down Expand Up @@ -5982,6 +6026,10 @@
"added": "pre-v0.10.1",
"deprecated": null
},
"Stop.result": {
"added": "v24.05",
"deprecated": false
},
"TxDiscard": {
"added": "pre-v0.10.1",
"deprecated": null
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ RUN apt-get update -qq && \
libev-dev \
libevent-dev \
qemu-user-static \
wget
wget \
jq

RUN wget -q https://zlib.net/fossils/zlib-1.2.13.tar.gz \
&& tar xvf zlib-1.2.13.tar.gz \
Expand Down
36 changes: 27 additions & 9 deletions cln-grpc/proto/node.proto

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

Loading
Loading