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

CIP for Mithril signature diffusion through Cardano network #1775

Open
1 task
jpraynaud opened this issue Jun 25, 2024 · 0 comments
Open
1 task

CIP for Mithril signature diffusion through Cardano network #1775

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

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Jun 25, 2024

Why

We want to decentralize Mithril networks and have the capability of running multiple aggregators:

  • Avoid the need to build and configure an alternate networking/relaying mechanism
  • Strengthen security of Mithril system by isolating the signer from the outside world
  • Enable development of independent alternate aggregators

Note

At this stage of the Mithril-Cardano integration process, we won't consider integration of Mithril signer capabilities in the core Cardano node.

Bootstrap generic diffusion protocol

While in the short term this system would serve Mithril's needs, it seems a relatively generic mechanism to diffuse messages across the network would benefit other planned features.
In particular, Ouroboros Peras and Leios will necessitate such a feature to propagate votes.

Mithril signature figures

The mithril signer process requires some resources:

  • RAM < 50MB w/ spike at 1GB when signing
  • CPU ~1% (Current mean use, 50-70% upon signing
  • Disk space ~2GB

Network Resources for signatures diffusion:

  • Size of signatures: ~500B - 2KB
  • Number of signatures broadcast / round: ~3,000
  • Frequency of signatures: every 1 min
    => Overall throughput ~50-100KB/s

Other Questions/Remarks

  • The signature diffusion does not need 100% guarantee of delivery
  • What would be the impact of Mithril integration on the attack surface area of the Cardano node?
  • How to avoid tight coupling between Mithril and Cardano?
  • How to align Mithril integration with Cardano being designed towards a multi-implementation system?

What

Design Mithril signature diffusion with the Cardano network:

  • First step of Mithril integration with Cardano:
  • Leverage Cardano network for individual single signatures diffusion

How

  • Design and redact a draft CIP
@jpraynaud jpraynaud self-assigned this Jun 25, 2024
@jpraynaud jpraynaud added the epic ⚔️ Epic that gathers related tasks label Jun 25, 2024
@rezabaram rezabaram changed the title CIP for Mithril signature diffusion by Cardano network CIP for Mithril signature diffusion through Cardano network Jun 25, 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

1 participant