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

Implement Mithril Relay in infra #1021

Merged
merged 2 commits into from Jun 29, 2023

Conversation

jpraynaud
Copy link
Member

@jpraynaud jpraynaud commented Jun 29, 2023

Content

This PR includes an optional implementation of a Mithril Relay in the infrastructure.
Here is the list of available signer types after this modification:

  • verified: verified pool ids for signers associated to SPO Cardano Block Producer and Cardano Relay nodes, and uses a Mithril Relay
  • verified-norelay: verified pool ids for signers associated to SPO Cardano Block Producer and Cardano Relay nodes, and without a Mithril Relay
  • unverified: declarative pool ids for signers associated to a non SPO Cardano full node and uses a Mithril Relay (legacy)
  • unverified-norelay: declarative pool ids for signers associated to a non SPO Cardano full node and without a Mithril Relay (legacy)
  • unverified-alone: declarative pool ids for signers which uses the aggregator Cardano node database folder without a Mithril Relay (legacy)

Pre-submit checklist

  • Branch
    • Crates versions are updated (if relevant)
    • Commit sequence broadly makes sense
    • Key commits have useful messages
  • PR
    • No clippy warnings in the CI
    • Self-reviewed the diff
    • Useful pull request description
    • Reviewer requested

Issue(s)

Closes #1018

@jpraynaud jpraynaud self-assigned this Jun 29, 2023
@jpraynaud jpraynaud temporarily deployed to testing-preview June 29, 2023 09:41 — with GitHub Actions Inactive
@jpraynaud jpraynaud merged commit e219aeb into main Jun 29, 2023
24 of 42 checks passed
@jpraynaud jpraynaud deleted the jpraynaud/1018-implement-mithril-relay-infra branch June 29, 2023 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt infrastructure to use Mithril Relay
2 participants