From 5471e3c0fc0f4e50d4527542457d2e0e51965792 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 18 Oct 2018 13:52:11 +0200 Subject: [PATCH] json-rpc: Mention `listforwards` and stats in CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4cafd6d..53bddfc9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Bitcoind: more parallelism in requests, for very slow nodes. - Testing: fixed logging, cleaner interception of bitcoind, minor fixes. - Protocol: we set and handle the new `htlc_maximum_msat` channel_update field. +- JSON API: `invoice` now adds route hint to invoices for incoming capacity (RouteBoost), and warns if insufficient capacity. +- JSON API: `listforwards` lists all forwarded payments, their associated channels, and fees. ### Changed @@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Config: config file can override `lightning-dir` (makes sense with `--conf`). - Config: `--conf` option is now relative to current directory, not `lightning-dir`. - lightning-cli: `help ` prints basic information even if no man page found. +- JSON API: `getinfo` now reports global statistics about forwarded payments, including total fees earned and amounts routed. ### Deprecated