Skip to content

Commit 8a7b116

Browse files
committed
f new upstream changes in release notes
1 parent 1c1589d commit 8a7b116

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* `lightning-background-processor` `std` is now optional in async mode (#1962).
2626
* `create_phantom_invoice` can now be used in `no-std` (#1985).
2727
* The required final CLTV delta on inbound payments is now configurable (#1878)
28+
* bitcoind RPC error code and message are now surfaced in `block-sync` (#2057).
2829
* Get `historical_estimated_channel_liquidity_probabilities` was added (#1961).
2930
* `ChannelManager::fail_htlc_backwards_with_reason` was added (#1948).
3031
* Macros which implement serialization using TLVs or straight writing of struct
@@ -50,6 +51,11 @@
5051
* `KeysInterface::get_secure_random_bytes` is roughly 200x faster (#1974).
5152

5253
## Bug Fixes
54+
* Fixed a bug where a delay in processing a `PaymentSent` event longer than the
55+
time taken to persist a `ChannelMonitor` update, when ocurring immediately
56+
prior to a crash, may result in the `PaymentSent` event being lost (#2048).
57+
* Fixed spurious rejections of rapid gossip sync data when the graph has been
58+
updated by other means between gossip syncs (#2046).
5359
* Fixed a panic in `KeysManager` when the high bit of `starting_time_nanos`
5460
is set (#1935).
5561
* Resolved a memory leak when using `ChannelManager::send_probe` (#2037).

0 commit comments

Comments
 (0)