mithril
mithril copied to clipboard
Handle Epoch gap in Certificate Chain
Issue
The Aggregator and Signers need to be able to produce a valid Certificate Chain
when an Epoch gap
occurs (i.e. when no certificate has been produced for an epoch). In that case, they all need to sign using the last validated Stake Distribution
(that is included in the Next AVK
from the latest Certificate)
Tasks
- [ ] Handle the epoch in the Pending Certificate so that it uses the epoch of the last valid Stake Distribution
- [ ] TBD