core-lightning/cln-rpc
michael1011 d32433a553 bkpr: add payment_id parameter to listaccountevents to filter events.
When you have *lots* of events in your bkpr database looking up a
specific event via calling bkpr-listaccountevents and using jq or
grep to filter gets very slow (and wasteful of CPU and disk resources).
This commit adds the paremeter payment_id to the call to filter for a
specific payment id via a where clause in the request to the database of bkpr.

Changelog-Added: Plugins: Add payment_id parameter to bkpr-listaccountevents to filter events.
2024-08-12 10:22:55 -07:00
..
examples cln-rpc: Remove wildcard import from model 2023-07-10 13:47:38 +09:30
src bkpr: add payment_id parameter to listaccountevents to filter events. 2024-08-12 10:22:55 -07:00
Cargo.toml meta: bump rust versions for 24.05 release 2024-06-04 20:23:24 -05:00
Makefile Fix: Add notifications.rs to $(CHECK_GEN_ALL) target 2024-07-02 11:42:14 +09:30
README.md doc: update c-lightning to Core Lightning almost everywhere. 2022-04-07 06:53:26 +09:30

cln-rpc: Talk to Core Lightning