Include new EXPIRED status for non-actionable dkg ritual states by nodes.

pull/3345/head
derekpierre 2023-11-15 09:45:11 -05:00 committed by Derek Pierre
parent fb6a3ae800
commit 663cd97eb0
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,7 @@ def test_perform_round_1(
CoordinatorAgent.Ritual.Status.NON_INITIATED,
CoordinatorAgent.Ritual.Status.DKG_AWAITING_AGGREGATIONS,
CoordinatorAgent.Ritual.Status.ACTIVE,
CoordinatorAgent.Ritual.Status.EXPIRED,
CoordinatorAgent.Ritual.Status.DKG_TIMEOUT,
CoordinatorAgent.Ritual.Status.DKG_INVALID,
]
@ -211,6 +212,7 @@ def test_perform_round_2(
CoordinatorAgent.Ritual.Status.NON_INITIATED,
CoordinatorAgent.Ritual.Status.DKG_AWAITING_TRANSCRIPTS,
CoordinatorAgent.Ritual.Status.ACTIVE,
CoordinatorAgent.Ritual.Status.EXPIRED,
CoordinatorAgent.Ritual.Status.DKG_TIMEOUT,
CoordinatorAgent.Ritual.Status.DKG_INVALID,
]