Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decentralization of signature orchestration #1777

Open
4 of 8 tasks
rezabaram opened this issue Jun 25, 2024 · 0 comments
Open
4 of 8 tasks

Decentralization of signature orchestration #1777

rezabaram opened this issue Jun 25, 2024 · 0 comments
Labels
epic ⚔️ Epic that gathers related tasks

Comments

@rezabaram
Copy link
Collaborator

rezabaram commented Jun 25, 2024

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:

  • 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.

How

@jpraynaud jpraynaud added the roadmap 🧭 Roadmap label Jun 25, 2024
@rezabaram rezabaram added epic ⚔️ Epic that gathers related tasks and removed roadmap 🧭 Roadmap labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic ⚔️ Epic that gathers related tasks
Projects
None yet
Development

No branches or pull requests

2 participants