Skip to content

Fix Flashbots relay endpoint#888

Merged
metachris merged 1 commit intodevelopfrom
ilya/fix-fb-relay-url
Mar 3, 2026
Merged

Fix Flashbots relay endpoint#888
metachris merged 1 commit intodevelopfrom
ilya/fix-fb-relay-url

Conversation

@ilyaluk
Copy link
Copy Markdown
Contributor

@ilyaluk ilyaluk commented Mar 3, 2026

📝 Summary

Previously included endpoint was internal without stability guarantees, switch to public-facing one.

💡 Motivation and Context


✅ I have completed the following steps:

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

Previously included endpoint was internal without stability guarantees, switch to public-facing one.
@ilyaluk ilyaluk requested review from ZanCorDX and dvush as code owners March 3, 2026 12:34
@claude
Copy link
Copy Markdown
Contributor

claude bot commented Mar 3, 2026

Claude finished @ilyaluk's task in 1m 10s —— View job


PR Review: Fix Flashbots relay endpoint

  • Gather context and read changed files
  • Review the code change
  • Post review feedback

Review

LGTM. This is a clean, single-line change that replaces an internal AWS ELB endpoint (http://k8s-default-boostrel-...amazonaws.com) with the public Flashbots relay endpoint (https://...@boost-relay.flashbots.net).

Two improvements in one line:

  • HTTP → HTTPS: Better security for relay communication.
  • Internal K8s endpoint → public endpoint: More stable and appropriate for a public-facing default configuration.

The hex value in the URL (0xac6e77...) is the well-known Flashbots relay public key used for relay identification — not a secret.

No issues found.

@metachris metachris merged commit af5b52d into develop Mar 3, 2026
7 checks passed
@metachris metachris deleted the ilya/fix-fb-relay-url branch March 3, 2026 13:50
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.

2 participants