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

Multiple aggregators on a Mithril Network PoC #2238

Open
4 tasks
jpraynaud opened this issue Jan 22, 2025 · 0 comments
Open
4 tasks

Multiple aggregators on a Mithril Network PoC #2238

jpraynaud opened this issue Jan 22, 2025 · 0 comments
Labels
epic ⚔️ Epic that gathers related tasks

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Jan 22, 2025

Why

We want to allow multiple aggregators to run on the same Mithril network. Before going through a fully decentralized implementation, we want to implement a prototype version of the Centralized signer registration and broadcast architecture.

Image

What

  • The Mithril aggregator can run either in the master or the slave role in a Mithril network depending on configuration parameters.
  • The master aggregator is registered in the slave aggregators.
  • The slave aggregator synchronize its signer registrations with the master aggregator at epoch transition (and feed its store with the next signers registration information)
  • The slave aggregator never accepts signer registration on its REST API
  • The slave aggregators is able to produce its own independent certificate chain and artifacts for the Mithril data types (in devnet and testnets only).
  • The Mithril clients can interact seamlessly with any of the aggregators to download and verify Cardano database, transactions or stake distribution snapshots.
  • The certificate chain and protocol parameters synchronization will be implemented in a future issue

How

@jpraynaud jpraynaud added the epic ⚔️ Epic that gathers related tasks label Jan 22, 2025
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

1 participant