[DONOTMERGE] FSM update to proper handle validators that aren't in union ( or have no realm assignment ) #104
[DONOTMERGE] FSM update to proper handle validators that aren't in union ( or have no realm assignment ) #104
Conversation
There was a problem hiding this comment.
Pull request overview
This PR reorders conditional checks in the FSM (Finite State Machine) worker to handle validators that aren't in the union or have no realm assignment. The change moves the can_proceed check to execute after the validators union check, allowing the system to process validators union status even when the node lacks a realm assignment or when the network is paused.
Changes:
- Moved the
can_proceedcheck from before the validators union check to after it - This allows
handle_not_part_of_validators_unionto be called even whenrealm_id == 0or the network is paused
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
PASS [ 44.480s] (3/3) lit_node::test toxiproxy::perf_tests::load_with_no_latency |
No description provided.