core-lightning/lightningd/test
Christian Decker 30abda2750 jsonrpc: Allow filtering via bolt11 or payment_hash in listinvoices
A user reported that it is sometimes cumbersome to search an invoice
based on the payment hash or the bolt11 string in the full list, which
may be required when we don't have the label available.

This adds support for querying / filtering based on the `payment_hash`
or `bolt11` string.

Changelog-Added: JSON-RPC: `listinvoices` can now query for an invoice matching a `payment_hash` or a `bolt11` string, in addition to `label`
2021-01-06 18:48:06 +01:00
..
Makefile unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
run-find_my_abspath.c lightningd: group hsm_secret encryption key derivation 2021-01-06 13:50:01 +01:00
run-invoice-select-inchan.c jsonrpc: Allow filtering via bolt11 or payment_hash in listinvoices 2021-01-06 18:48:06 +01:00
run-jsonrpc.c unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
run-log-pruning.c common: add routines for log level names. 2020-10-23 13:53:16 +10:30