We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can remove the v2 produce block apis in our next release after the Electra fork on Mainnet
GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}
It makes also sense to deprecate --useProduceBlockV3 CLI flag and eventually remove it in our 2.0 release.
--useProduceBlockV3
See ethereum/beacon-APIs#466
The text was updated successfully, but these errors were encountered:
Could probably tag this as a Fulu so it doesn’t look like this is outstanding for Electra
Sorry, something went wrong.
depends how we wanna categorize it, it's more of a post-electra cleanup that's why I tagged it as electra
No branches or pull requests
We can remove the v2 produce block apis in our next release after the Electra fork on Mainnet
GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}
It makes also sense to deprecate
--useProduceBlockV3
CLI flag and eventually remove it in our 2.0 release.See ethereum/beacon-APIs#466
The text was updated successfully, but these errors were encountered: