input-output-hk / mithril

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

Lock signature of signed entity types during warm-up #1693

Closed jpraynaud closed 1 month ago

jpraynaud commented 2 months ago

Why

During the warm-up phase of the signer/aggregator we need to have the associated signed entity type locked and not attempting to create signatures.

What

Implement a lock mechanism which prevents the signed entity type being warmed-up to be signed when a lock is in place.

How