Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Decide relaying strategy #66

@gjermundgaraba

Description

@gjermundgaraba

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions