Skip to content

Commit ea256d4

Browse files
committed
f - move NetworkGraph persistence to API Update
1 parent fa9d415 commit ea256d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
the connecting peer in the `init` message (#1326).
4242
* `ChannelManager::accept_inbound_channel` now takes a `user_channel_id`, which
4343
is used in a similar manner as in outbound channels. (#1381).
44+
* `BackgroundProcessor` now persists `NetworkGraph` on a timer and upon
45+
shutdown as part of a new `Persister` trait, which also includes
46+
`ChannelManager` persistence (#1376).
4447
* `ProbabilisticScoringParameters` now has a `base_penalty_msat` option, which
4548
default to 500 msats. It is applied at each hop to help avoid longer paths
4649
(#1375).
@@ -72,9 +75,6 @@
7275
* Reduced time spent processing `channel_update` messages by checking
7376
signatures after checking if no newer messages have already been processed
7477
(#1380).
75-
* `BackgroundProcessor` now persists `NetworkGraph` on a timer and upon
76-
shutdown as part of a new `Persister` trait, which also includes
77-
`ChannelManager` persistence (#1376).
7878
* Fixed a few issues in `find_route` which caused preferring paths with a
7979
higher cost (#1398).
8080
* Fixed an issue in `ProbabilisticScorer` where a channel with not enough

0 commit comments

Comments
 (0)