Query listpays by label - #9441
Open
ErikDeSmedt wants to merge 2 commits into
Open
Conversation
`listsendpays` accepts an optional `label` parameter and queries payments by label; `listpays` forwards it. This matches `listinvoices` which already supports lookup by label. Changelog-Added: JSON-RPC: `listpays` and `listsendpays` can now be filtered by `label`. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Run `msggen generate` and protoc to pick up the new `label` request field added to the listpays and listsendpays schemas. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ErikDeSmedt
force-pushed
the
query-listpays-by-label
branch
from
August 19, 2026 10:01
35f9cce to
f8b9fc4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I want to query the status of a payment by
Checklist
Before submitting the PR, ensure the following tasks are completed. If an item is not applicable to your PR, please mark it as checked:
tools/lightning-downgradeI have no clue what
tools/lightning-downgradeis and need help from a maintainer if this is relevant for this PR.