rust-lightning/lightning
Jeffrey Czyz c453d04137
Ensure ChannelManager methods are idempotent
During event handling, ChannelManager methods may need to be called as
indicated in the Event documentation. Ensure that these calls are
idempotent for the same event rather than panicking. This allows users
to persist events for later handling without needing to worry about
processing the same event twice (e.g., if ChannelManager is not
persisted but the events were, the restarted ChannelManager would return
some of the same events).
2021-12-06 17:18:33 -06:00
..
src Ensure ChannelManager methods are idempotent 2021-12-06 17:18:33 -06:00
Cargo.toml Add a new log-level for gossip messages. 2021-11-22 18:19:08 +01:00