lightning-askrene-age

lightning-askrene-age -- Command for expiring information in a layer

SYNOPSIS

askrene-age layer cutoff

DESCRIPTION

Command added in v24.11.

The askrene-age RPC command tells askrene that information added to a layer by askrene-inform-channel beyond a certain age is less useful. It currently completely forgets constraints older than cutoff.

  • layer (string): The name of the layer to apply this change to.
  • cutoff (u64): The UNIX timestamp: constraints older than this will be forgotten.

RETURN VALUE

On success, an object is returned, containing:

  • layer (string): The layer parameter provided.
  • num_removed (u64): The number of constraints removed from layer

AUTHOR

Rusty Russell <[email protected]> is mainly responsible.

SEE ALSO

lightning-getroutes(7), lightning-askrene-inform-channel(7), lightning-askrene-listlayers(7)

RESOURCES

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

EXAMPLES

Example 1:

Request:

lightning-cli askrene-age -k "layer"="test_layers" "cutoff"=1738000000
{
  "id": "example:askrene-age#1",
  "method": "askrene-age",
  "params": {
    "layer": "test_layers",
    "cutoff": 1738000000
  }
}

Response:

{
  "layer": "test_layers",
  "num_removed": 1
}

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.