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

Design and implement generic signing/verification entity services #780

Closed
21 of 23 tasks
jpraynaud opened this issue Mar 2, 2023 · 0 comments
Closed
21 of 23 tasks
Assignees
Labels
D-hard Difficult: hard epic ⚔️ Epic that gathers related tasks generic-data ⚡ Signing generic data mainnet-protocol 🚀 Protocol for mainnet

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Mar 2, 2023

Issue

Design the interfaces and scope of entity services that will be implemented in the aggregator, signer and client nodes to handle different types of data. Each entity service should be able to compute a message given a custom beacon and provide that message to the signing engine. The signing engine is agnostic of the messages that are signed. The certificate chain should be modified to provide a certificate for each new message of each type of data, and link that certificate to the first certificate of the epoch (which will sign the Mithril stake distribution used in the next epoch)

To do

Later

  • Adapt the explorer to handle new aggregator /certificates route
  • Decommission previous snapshot routes from the aggregator REST API

Future

  • Implement the interface for the Cardano Stake Distribution signed entity type
  • Make the signer compute its own open messages
  • Decommission the pending certificate route (and use the epoch settings route for the protocol parameters and signer registrations broadcast)
  • Implement multiple certificates creation at the same time (with parallel runtimes and adaptation of the register signatures routes)

Depends

Issue #779

@jpraynaud jpraynaud added D-hard Difficult: hard epic ⚔️ Epic that gathers related tasks generic-data ⚡ Signing generic data labels Mar 2, 2023
@jpraynaud jpraynaud changed the title Design and implement generic actors Design and implement generic signing/verification entity services Apr 13, 2023
@jpraynaud jpraynaud added this to the Beta Release Mainnet milestone May 4, 2023
@Alenar Alenar self-assigned this May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-hard Difficult: hard epic ⚔️ Epic that gathers related tasks generic-data ⚡ Signing generic data mainnet-protocol 🚀 Protocol for mainnet
Projects
None yet
Development

No branches or pull requests

3 participants