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 13
13
` Event::ConnectionNeeded ` may be raised, indicating a direct connection
14
14
should be made to a payee or an introduction point. This event is expected to
15
15
be removed once onion message forwarding is widespread in the network (#2723 )
16
+ * Scoring data decay now happens via ` ScoreUpDate::time_passed ` , called from
17
+ ` lightning-background-processor ` . ` process_events_async ` now takes a new
18
+ time-fetch function, and ` ScoreUpDate ` methods now take the current time as a
19
+ ` Duration ` argument. This avoids fetching time during pathfinding (#2656 ).
16
20
* Receiving payments to multi-hop blinded paths is now supported (#2688 ).
17
21
* ` lightning-transaction-sync ` now supports Electrum-based sync (#2685 ).
18
22
* ` Confirm::get_relevant_txids ` now returns the height at which a transaction
You can’t perform that action at this time.
0 commit comments