Skip to content

Fast relays cfg #568

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

Merged
merged 2 commits into from
Apr 23, 2025
Merged

Fast relays cfg #568

merged 2 commits into from
Apr 23, 2025

Conversation

ZanCorDX
Copy link
Collaborator

📝 Summary

Added a 2 new cfg:

  • Relay cfg has:
    /// critical blocks go only to fast relays. None -> true
    pub is_fast: Option,
  • L1Config:
    /// Bids above this value will only go to fast relays.
    pub fast_bid_threshold_eth: String,
    A block is sent to not fast relays only if its bid is < fast_bid_threshold_eth and it contains no bundle with replacement id.

✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@ZanCorDX ZanCorDX requested review from dvush and ferranbt as code owners April 17, 2025 14:22
@ZanCorDX ZanCorDX merged commit 9b46c9d into develop Apr 23, 2025
4 checks passed
@ZanCorDX ZanCorDX deleted the fast-relay branch April 23, 2025 20:55
@metachris
Copy link
Contributor

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.

3 participants