[0.16.0] - 2026-03-02: "Darkness on the Edge of the Mempool"
Added
- Internal:
- RPC:
clboss-feemon-history: returns per-peer fee modifier history
(baseline, size/balance/price multipliers, earnings). ([#296])clboss-feemon-peers: returns peer node IDs with fee monitor data,
with optional time window filtering. ([#296])clboss-earnings-history: added "all" (by-node) aggregation mode.
([#292])
- Contrib scripts:
fee-log-parser: parses DEBUG-level logs into SQLite. ([#291])plot-fees: plots per-peer fee time series. ([#291])plot-aggregate: plots aggregate percentile summaries across
peers. ([#291])plot-balance-price,plot-size-balance,plot-size-price: fee
modifier analysis visualizations. ([#295])feemon-validate: validates fee monitor data integrity. ([#296])
- Build:
Changed
InvoicePayernow uses CLN's nativedecodeRPC instead of manual
parsing. ([#301])
Fixed
fundpsbtdeprecated integer argument handling. ([#288])Initiatormodule handles both old and newlistconfigsRPC output
formats. ([#300])- Backtrace capture disabled under valgrind to fix
make check
failures. ([#279]) - Fixed duplicate earnings report sections in README. ([#277])
- Fixed outdated
setchannelfeereference tosetchannelin README.
([#290]) - Replaced deprecated
std::result_ofwithstd::invoke_result_tfor
C++20 compatibility (fixes build on FreeBSD 14+ / clang 18). ([#305])
Credits
Many thanks (!!) to contributors to this release:
- @JosephGoulden
- @lduchosal
- @raphaellueckl
- @smolting
- @tank-welder
- @ZmnSCPxj