lightning-deprecations

lightning-deprecations -- Command to enable/disable deprecated APIs

SYNOPSIS

deprecations enable

DESCRIPTION

Command added in v24.02.

The deprecations RPC command is used to override global config option allow-deprecated-apis for further RPC commands on this same connection. This can be useful for developer testing to ensure you don't accidentally rely on deprecated features.

  • enable (boolean): Flag to enable or disable deprecated APIs. Setting it to false will neither accept deprecated parameters or commands, nor output deprecated fields.

RETURN VALUE

On success, an empty object is returned.

ERRORS

On failure, one of the following error codes may be returned:

  • -32602: Error in given parameters.

AUTHOR

Rusty Russell <[email protected]> wrote the initial version of this man page.

SEE ALSO

lightningd-config(5), lightning-notifications(7)

RESOURCES

Main web site: https://github.com/ElementsProject/lightning

EXAMPLES

Example 1:

Request:

lightning-cli deprecations -k "enable"=True
{
  "id": "example:deprecations#1",
  "method": "deprecations",
  "params": {
    "enable": true
  }
}

Response:

{}

Example 2:

Request:

lightning-cli deprecations -k "enable"=False
{
  "id": "example:deprecations#2",
  "method": "deprecations",
  "params": {
    "enable": false
  }
}

Response:

{}

Core Lightning (previously c-lightning) is a lightweight, highly customizable and standard compliant implementation of the Lightning Network protocol.

© 2023 Core Lightning
All rights reserved.

Discussion Forum

The official Core Lightning forum is hosted at discuss.corelightning.org

BuildonL2 Community

The official BuildOnL2 community lives at community.corelightning.org. Join us and build the future of bitcoin on lightning.

Mailing List

For general discussions about CLN implementation, use [email protected]. For the Lightning Network, use [email protected]

Telegram

Community-driven telegram group where most of the node operators hang out. Go to https://t.me/lightningd to join.

Discord

Community-driven discord server where the devs flock together. Go to https://discord.gg/w27fMFESMN to join.

Internet Relay Chat

Don't hesitate to reach out to us on IRC at #lightning-dev @ libera.chat, #c-lightning @ libera.chat.