input-output-hk / mithril

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

Warmup import Cardano transactions at node startup #1692

Closed jpraynaud closed 1 month ago

jpraynaud commented 2 months ago

Why

We want to avoid that the activation of the signature of Cardano transactions blocks the network and prevents it to create new certificates. Also we'd like to take advantage of the 2 epochs delay for newcomers in the protocol before they can sign after their first registration.

What

Implement a warm-up in the signer and aggregator that imports Cardano transactions in a different thread wait node startup.

How

Later