rust-lightning/lightning
Jeffrey Czyz cae893af64
Rewrite ChannelManager::signer_unblocked
Exposing ChannelPhase in ChannelManager has led to verbose match
statements, which need to be modified each time a ChannelPhase is added.
Making ChannelPhase an implementation detail of Channel would help avoid
this.

As a step in this direction, update ChannelManager::signer_unblocked to
use ChannelPhase::as_funded and a new method on ChannelPhase dispatching
to each variant's signer_maybe_unblocked method.
2025-01-10 11:16:11 -06:00
..
src Rewrite ChannelManager::signer_unblocked 2025-01-10 11:16:11 -06:00
Cargo.toml Drop log-limiting features 2024-12-03 17:26:49 +01:00