Skip to content

Commit

Permalink
Stop tracking funding outpoints for in-flight monitor updates
Browse files Browse the repository at this point in the history
We no longer need the funding outpoints as we can fully rely on the
channel IDs instead to track them. This acts as a breaking change, as we
will no longer write the legacy version of in-flight monitor updates,
preventing downgrades to versions that only supported such. Along the
way, we clean up `handle_new_monitor_update` and
`MonitorUpdateRegeneratedOnStartup` now that their `funding_txo`
parameter is unused.
  • Loading branch information
wpaulino committed Jan 21, 2025
1 parent f4fff42 commit 1c7a0a1
Showing 1 changed file with 54 additions and 79 deletions.
Loading

0 comments on commit 1c7a0a1

Please sign in to comment.