File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 25
25
* ` lightning-background-processor ` ` std ` is now optional in async mode (#1962 ).
26
26
* ` create_phantom_invoice ` can now be used in ` no-std ` (#1985 ).
27
27
* 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 ).
28
29
* Get ` historical_estimated_channel_liquidity_probabilities ` was added (#1961 ).
29
30
* ` ChannelManager::fail_htlc_backwards_with_reason ` was added (#1948 ).
30
31
* Macros which implement serialization using TLVs or straight writing of struct
50
51
* ` KeysInterface::get_secure_random_bytes ` is roughly 200x faster (#1974 ).
51
52
52
53
## 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 ).
53
59
* Fixed a panic in ` KeysManager ` when the high bit of ` starting_time_nanos `
54
60
is set (#1935 ).
55
61
* Resolved a memory leak when using ` ChannelManager::send_probe ` (#2037 ).
You can’t perform that action at this time.
0 commit comments