Add MonitorUpdatingPersister
authorDom Zippilli <domz@tbd.email>
Wed, 30 Aug 2023 00:42:07 +0000 (17:42 -0700)
committerDominic Zippilli <domz@tbd.email>
Tue, 26 Sep 2023 23:30:07 +0000 (16:30 -0700)
commit0430d3379a7fbc46d447e79a62cf58c46418c5b0
treeefdbef47338a3d28bece18a2ccd0b1618fb28392
parent7ea280e98b526b24231fec4e81cd624e614b4232
Add MonitorUpdatingPersister

MonitorUpdatingPersister is an implementation of Persister that stores
ChannelMonitorUpdates separately from ChannelMonitors. Its RFC is
in #2545, at https://github.com/orgs/lightningdevkit/discussions/2545.

Co-Authored-By: Elias Rohrer <dev@tnull.de>
lightning/src/util/persist.rs
pending_changelog/monitorupdatingpersister.txt [new file with mode: 0644]