You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to move further toward decentralization of the Mithril protocol where multiple aggregators will be able to operate, we need to decentralize the signature orchestration and make it happen independently on all the signers and aggregators.
What
Develop a signature orchestration mechanism which is compatible with a decentralized Mithril network. The implementation will work both with the current centralized setup for production, and with an experimental decentralized setup:
The Mithril signer and aggregator nodes are able to compute independently the beacon which determines the messages to sign and certify.
The Mithril aggregator does not advertise the pending certificates anymore (the pending certificate is deprecated and temporarily kept alive for legacy signer nodes and until sufficient adoption of the new version is reached)
The Mithril aggregator buffers the individual signatures from signers until it has computed the associated beacon, and it will try to aggregate them thereafter.
Why
In order to move further toward decentralization of the Mithril protocol where multiple aggregators will be able to operate, we need to decentralize the signature orchestration and make it happen independently on all the signers and aggregators.
What
Develop a signature orchestration mechanism which is compatible with a decentralized Mithril network. The implementation will work both with the current centralized setup for production, and with an experimental decentralized setup:
How
The text was updated successfully, but these errors were encountered: