Skip to content

Commit e619b23

Browse files
committed
f changelog
1 parent 4000aa9 commit e619b23

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
to `lightning::util::config::ChannelConfig::max_dust_htlc_exposure_msat` per
3232
channel (#1009).
3333
* The interval on which
34-
`lightning::ln::peer_handler::PeerManagertimer_tick_occurred` should be
34+
`lightning::ln::peer_handler::PeerManager::timer_tick_occurred` should be
3535
called has been reduced to once every five seconds (#1035) and
3636
`lightning::ln::channelmanager::ChannelManager::timer_tick_occurred` should
3737
now be called on startup in addition to once per minute (#985).
@@ -66,10 +66,13 @@
6666
* Because
6767
`lightning::chain::keysinterface::KeysInterface::get_shutdown_scriptpubkey`
6868
has been updated to return a script instead of only a `PublicKey`,
69-
`ChannelManager`s constructed with 0.0.100 and later versions will not be
70-
readable on previous versions. `ChannelManager`s created with 0.0.99 and
71-
prior versions will remain readable even after the a serialization roundtrip
72-
on 0.0.100, as long as no new channels are opened (#1019).
69+
`ChannelManager`s constructed with custom `KeysInterface` implementations on
70+
0.0.100 and later versions will not be readable on previous versions.
71+
`ChannelManager`s created with 0.0.99 and prior versions will remain readable
72+
even after the a serialization roundtrip on 0.0.100, as long as no new
73+
channels are opened. Further, users using a
74+
`lightning::chain::keysinterface::KeysManager` as their `KeysInterface` will
75+
have `ChannelManager`s which are readable on prior versions as well (#1019).
7376
* `ChannelMonitorUpdate`s created by 0.0.100 and later for channels when
7477
`lightning::util::config::ChannelConfig::commit_upfront_shutdown_pubkey` is
7578
not set may not be readable by versions prior to 0.0.100 (#1019).

0 commit comments

Comments
 (0)