### Issue Implement the certification of the Mithril Verification Keys in the Signer and the Aggregator ### Tasks - [x] Use new key registration functions that use `KES Secret Key` and `Operational Certificate` to provide Mithril keys certification - [x] Implement a `KES Period` requester inside the `Chain Observer` - [x] Implement a hybrid mode: `Certified` and `Legacy` to allow for smooth transition (no breaking changes) - [x] Adapt Aggregator key registration - [x] Adapt Signer key registration - [x] Adapt Signer individual signatures registration - [x] Update crypto tests helpers from Common to handle hybrid modes (and add a `test_only` feature for them) - [x] Update `devnet` - [x] Update `test lab` and make it able to verify that Signers from both modes are able to contribute to signatures - [x] Add **Verified Signer** badge on the Explorer for certified signers ### Depends Depends on #384