-
Notifications
You must be signed in to change notification settings - Fork 61
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
Consider running builder software through the Merge testing #32
Comments
I'd like to suggest |
yeah I picked the closest power of 2 rounding up to target ~1hr |
Since time is shortening for sepolia, how should be setting this up? should we use https://github.com/flashbots/boost-geth-builder as local EL? Or are you planning to serve a relay for sepolia too? |
We'll have a relay ready for sepolia! |
Thinking more about |
How bad is the option to leave the delay to the relays and signal it via |
We'll disable sending blocks from our relay as well until the agreed time has passed. Just realized that we might need to add a status code to the builder specs in case there's no header available, like 204 No Content 🤔 -> #34 |
yeah, @tbenr is there anything else like this where you are tracking something just around the transition? if not, then perhaps CLs just do best-effort combined w/ the same from the relay |
Remaining testnets before the Merge:
Sepolia@metachris and I would like to consider CL clients running version
v0.1.0
of these specs during the upcoming Sepolia merge as a dress-rehearsal for later testnet merges and ultimately mainnet.There is a trade-off here between shipping a safe merge with reduced code surface and deploying an untested software stack a few epochs into the finalized mainnet merge.
I'm raising this issue as a place for discussion of these various trade offs.
I'll open with the following extension to the
builder-specs
:The text was updated successfully, but these errors were encountered: