input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
115 stars 36 forks source link

Non blocking artifact production in aggregator #1792

Open jpraynaud opened 4 days ago

jpraynaud commented 4 days ago

Why

We need to avoid blocking the signature of new open messages when the aggregator is computing the artifact for a signed entity type (an operation which can take up to several hours). In particular, this will help have a consistent certification of the Cardano transactions which is occurring at a faster pace.

What

Update the artifact production so that:

How