mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-10 17:44:22 +01:00
CHANGELOG: Fix up Added order, add note about htlc_maximum_msat.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -11,9 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
- JSON API: `listpeers` has new field `scratch_txid`: the latest tx in channel.
|
||||
- JSON API: `listpeers` has new array `htlcs`: the current live payments.
|
||||
- JSON API: `listchannels` has two new fields: `message_flags` and `channel_flags`. This replaces `flags`.
|
||||
- JSON API: `invoice` now adds route hint to invoices for incoming capacity (RouteBoost), and warns if insufficient capacity.
|
||||
- Bitcoind: more parallelism in requests, for very slow nodes.
|
||||
- Testing: fixed logging, cleaner interception of bitcoind, minor fixes.
|
||||
- JSON API: `invoice` now adds route hint to invoices for incoming capacity (RouteBoost), and warns if insufficient capacity.
|
||||
- Protocol: we set and handle the new `htlc_maximum_msat` channel_update field.
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user