Skip to content
Draft
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ plugins/cln-grpc
plugins/clnrest
plugins/wss-proxy
plugins/cln-bip353
plugins/currencyrate
.clangd
.cargo/

Expand Down
44 changes: 44 additions & 0 deletions .msggen.json
Original file line number Diff line number Diff line change
Expand Up @@ -2236,6 +2236,7 @@
},
"ListconfigsConfigs": {
"ListConfigs.configs.accept-htlc-tlv-types": 65,
"ListConfigs.configs.add-source": 72,
"ListConfigs.configs.addr": 47,
"ListConfigs.configs.alias": 30,
"ListConfigs.configs.allow-deprecated-apis": 14,
Expand All @@ -2260,6 +2261,7 @@
"ListConfigs.configs.disable-dns": 53,
"ListConfigs.configs.disable-mpp": 4,
"ListConfigs.configs.disable-plugin": 16,
"ListConfigs.configs.disable-source": 73,
"ListConfigs.configs.encrypted-hsm": 56,
"ListConfigs.configs.experimental-anchors": 27,
"ListConfigs.configs.experimental-dual-fund": 21,
Expand Down Expand Up @@ -2311,6 +2313,11 @@
"ListConfigs.configs.accept-htlc-tlv-types.source": 2,
"ListConfigs.configs.accept-htlc-tlv-types.value_str": 1
},
"ListconfigsConfigsAdd-source": {
"ListConfigs.configs.add-source.plugin": 3,
"ListConfigs.configs.add-source.sources[]": 2,
"ListConfigs.configs.add-source.values_str[]": 1
},
"ListconfigsConfigsAddr": {
"ListConfigs.configs.addr.sources[]": 2,
"ListConfigs.configs.addr.values_str[]": 1
Expand Down Expand Up @@ -2408,6 +2415,11 @@
"ListConfigs.configs.disable-plugin.sources[]": 2,
"ListConfigs.configs.disable-plugin.values_str[]": 1
},
"ListconfigsConfigsDisable-source": {
"ListConfigs.configs.disable-source.plugin": 3,
"ListConfigs.configs.disable-source.sources[]": 2,
"ListConfigs.configs.disable-source.values_str[]": 1
},
"ListconfigsConfigsEncrypted-hsm": {
"ListConfigs.configs.encrypted-hsm.set": 1,
"ListConfigs.configs.encrypted-hsm.source": 2
Expand Down Expand Up @@ -8976,6 +8988,22 @@
"added": "pre-v0.10.1",
"deprecated": null
},
"ListConfigs.configs.add-source": {
"added": "v26.04",
"deprecated": null
},
"ListConfigs.configs.add-source.plugin": {
"added": "v26.04",
"deprecated": null
},
"ListConfigs.configs.add-source.sources[]": {
"added": "v26.04",
"deprecated": null
},
"ListConfigs.configs.add-source.values_str[]": {
"added": "v26.04",
"deprecated": null
},
"ListConfigs.configs.addr": {
"added": "pre-v0.10.1",
"deprecated": null
Expand Down Expand Up @@ -9268,6 +9296,22 @@
"added": "pre-v0.10.1",
"deprecated": null
},
"ListConfigs.configs.disable-source": {
"added": "v26.04",
"deprecated": null
},
"ListConfigs.configs.disable-source.plugin": {
"added": "v26.04",
"deprecated": null
},
"ListConfigs.configs.disable-source.sources[]": {
"added": "v26.04",
"deprecated": null
},
"ListConfigs.configs.disable-source.values_str[]": {
"added": "v26.04",
"deprecated": null
},
"ListConfigs.configs.encrypted-hsm": {
"added": "pre-v0.10.1",
"deprecated": null
Expand Down
Loading
Loading