File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 20
20
missing support for blinded path payments (#1927 , #1908 , #1926 ).
21
21
* A ` lightning-custom-message ` crate has been added to make combining multiple
22
22
custom messages into one enum/handler easier (#1832 ).
23
+ * ` Event::PaymentPathFailure ` is now generated for failure to send an HTLC
24
+ over the first hop on our local channel (#2014 , 2043).
23
25
* ` lightning-net-tokio ` no longer requires an ` Arc ` on ` PeerManager ` (#1968 ).
24
26
* ` ChannelManager::list_recent_payments ` was added (#1873 ).
25
27
* ` lightning-background-processor ` ` std ` is now optional in async mode (#1962 ).
58
60
updated by other means between gossip syncs (#2046 ).
59
61
* Fixed a panic in ` KeysManager ` when the high bit of ` starting_time_nanos `
60
62
is set (#1935 ).
63
+ * Resolved an issue where the ` ChannelManager::get_persistable_update_future `
64
+ future would fail to wake until a second notification occurs (#2064 ).
61
65
* Resolved a memory leak when using ` ChannelManager::send_probe ` (#2037 ).
62
66
* Fixed a deadlock on some platforms at least when using async ` ChannelMonitor `
63
67
updating (#2006 ).
You can’t perform that action at this time.
0 commit comments