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

Decide relaying strategy #66

Open
gjermundgaraba opened this issue Sep 2, 2024 · 0 comments
Open

Decide relaying strategy #66

gjermundgaraba opened this issue Sep 2, 2024 · 0 comments
Milestone

Comments

@gjermundgaraba
Copy link
Collaborator

For counterparty chain relaying, we need to use the sidecar for relaying, but for the attestation chain we could potentially enshrine the relaying as part of the vote extension process.

Pros for enshrined relaying:

  • No need for fees
  • Faster (same block as update client)

Cons for enshrined relaying

  • Need to implement, monitor two separate relaying strategies (since we need it for the counterparty chain in any case)
  • Potentially some performance issues with putting too much work into the vote extensions
    • That said, we can hopefully prepare everything in the sidecar so we won't need to do any queries in the vote extension processes
@gjermundgaraba gjermundgaraba added this to the V1 milestone Sep 6, 2024
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

No branches or pull requests

1 participant