Open
Description
In general if a ChannelMonitor fails to persist we're screwed. Currently there's a bunch of code to let the user return failure but there's ultimately no way to handle many of them - if we fail to persist eg a payment preimage we're screwed and may lose funds. With some of the ongoing async work if the user fails to persist a monitor update, we may have some other channel that gets hung waiting for a persistence to complete.
We should rip out all the handling and tell users to either infinite-loop trying to persist or panic.
Metadata
Metadata
Assignees
Labels
No labels