Commit 4f93543
committed
lightningd: add withheld flag to listpeerchannels and listclosedchannels.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Added: JSON-RPC: `listpeerchannels` `funding` object `withheld` flag, and `listclosedchannels` `funding_withheld` flags, indicating fundchannel_complete was called with the `withheld` parameter true.1 parent 286d308 commit 4f93543
11 files changed
Lines changed: 839 additions & 787 deletions
File tree
- cln-grpc
- proto
- src
- cln-rpc/src
- contrib
- msggen/msggen
- pyln-grpc-proto/pyln/grpc
- pyln-testing/pyln/testing
- doc/schemas
- lightningd
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2057 | 2057 | | |
2058 | 2058 | | |
2059 | 2059 | | |
| 2060 | + | |
2060 | 2061 | | |
2061 | 2062 | | |
2062 | 2063 | | |
| |||
2826 | 2827 | | |
2827 | 2828 | | |
2828 | 2829 | | |
2829 | | - | |
| 2830 | + | |
| 2831 | + | |
2830 | 2832 | | |
2831 | 2833 | | |
2832 | 2834 | | |
| |||
8275 | 8277 | | |
8276 | 8278 | | |
8277 | 8279 | | |
| 8280 | + | |
| 8281 | + | |
| 8282 | + | |
| 8283 | + | |
8278 | 8284 | | |
8279 | 8285 | | |
8280 | 8286 | | |
| |||
10271 | 10277 | | |
10272 | 10278 | | |
10273 | 10279 | | |
| 10280 | + | |
| 10281 | + | |
| 10282 | + | |
| 10283 | + | |
10274 | 10284 | | |
10275 | 10285 | | |
10276 | 10286 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18097 | 18097 | | |
18098 | 18098 | | |
18099 | 18099 | | |
| 18100 | + | |
18100 | 18101 | | |
18101 | 18102 | | |
18102 | 18103 | | |
| |||
18249 | 18250 | | |
18250 | 18251 | | |
18251 | 18252 | | |
| 18253 | + | |
| 18254 | + | |
| 18255 | + | |
| 18256 | + | |
| 18257 | + | |
| 18258 | + | |
| 18259 | + | |
18252 | 18260 | | |
18253 | 18261 | | |
18254 | 18262 | | |
| |||
23999 | 24007 | | |
24000 | 24008 | | |
24001 | 24009 | | |
| 24010 | + | |
| 24011 | + | |
| 24012 | + | |
| 24013 | + | |
| 24014 | + | |
| 24015 | + | |
| 24016 | + | |
24002 | 24017 | | |
24003 | 24018 | | |
24004 | 24019 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
| 937 | + | |
937 | 938 | | |
938 | 939 | | |
939 | 940 | | |
| |||
1092 | 1093 | | |
1093 | 1094 | | |
1094 | 1095 | | |
| 1096 | + | |
1095 | 1097 | | |
1096 | 1098 | | |
1097 | 1099 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
198 | 206 | | |
199 | 207 | | |
200 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
512 | 519 | | |
513 | 520 | | |
514 | 521 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments