-
Notifications
You must be signed in to change notification settings - Fork 63
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
Clarify validator responsibilities #13
Comments
Agreed. We should also outline how validators should propose blocks -- i.e. they should still request against local EL in case the external builder fails, there should be some mechanism to force local EL block if the previous
|
Sending the validator registration once an epoch might be a good starting point. |
Validators are expected to periodically (once per epoch? once per N epochs?) submit a
SignedValidatorRegistration
to builder software but I do not think this is document anywhere outside of the comment in the https://github.com/ethereum/beacon-APIsWe should craft a
spec/validator.md
that contains some light prose on the expected validator flow to be able to participate in the external builder network.The text was updated successfully, but these errors were encountered: