File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
split out in anticipation of future schnorr/taproot support (#1967 ).
11
11
* The catch-all ` KeysInterface ` was split into ` EntropySource ` , ` NodeSigner ` ,
12
12
and ` SignerProvider ` . ` KeysManager ` implements all three (#1910 , #1930 ).
13
+ * ` KeysInterface::get_node_secret ` is now ` KeysManager::get_node_secret_key `
14
+ and is no longer required for external signers (#1951 , #2070 ).
13
15
* A ` lightning-transaction-sync ` crate has been added which implements keeping
14
16
LDK in sync with the chain via an esplora server (#1870 ). Note that it can
15
17
only be used on nodes that * never* ran a previous version of LDK.
21
23
* A ` lightning-custom-message ` crate has been added to make combining multiple
22
24
custom messages into one enum/handler easier (#1832 ).
23
25
* ` Event::PaymentPathFailure ` is now generated for failure to send an HTLC
24
- over the first hop on our local channel (#2014 , 2043).
26
+ over the first hop on our local channel (#2014 , # 2043 ).
25
27
* ` lightning-net-tokio ` no longer requires an ` Arc ` on ` PeerManager ` (#1968 ).
26
28
* ` ChannelManager::list_recent_payments ` was added (#1873 ).
27
29
* ` lightning-background-processor ` ` std ` is now optional in async mode (#1962 ).
You can’t perform that action at this time.
0 commit comments