You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mithril-aggregator/src/runtime/state_machine.rs
+95-18Lines changed: 95 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,9 @@ impl Display for AggregatorState {
51
51
52
52
/// The AggregatorRuntime responsibility is to create a state machine to handle
53
53
/// all actions required by the process of getting multi-signatures.
54
-
/// See the [documentation](https://mithril.network/doc/mithril/mithril-network/aggregator#under-the-hood) for more explanations about the Aggregator state machine.
message:"not enough signature yet to create a certificate, waiting…".to_string(),
281
309
nested_error:None,
282
310
})?;
283
-
284
-
// Every error raised below this comment must be raised to critical in order to trigger an aggregator restart which will avoid a dead loop in the state machine
285
-
// TODO: Implement a graceful retry mechanism for artifact creation and label open messages with `is_artifact_created` (to keep track of certified but without artifacts open messages)
0 commit comments