Commit Graph

2 Commits

Author SHA1 Message Date
Serban Iorga 4cd9e2fe79 Add unit tests for the equivocation detection loop (#2571)
* Add unit tests for the equivocation detection loop

* clippy

* use std::future::pending()
2024-04-10 10:28:37 +02:00
Serban Iorga c102e812eb Equivocation detection loop: Reorganize block checking logic as state machine (#2555) (#2557)
* Split `reconnect_failed_client()` logic

* Reorganize block checking logic as state machine

This way we'll be able to save the state in case of a failure
2024-04-10 10:28:37 +02:00