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
This issue here details an issue with the spec:
ethereum/consensus-specs#224
We have implemented a method that doesn't underflow or accept blocks until the min_attestation_inclusion_delay'th block.
min_attestation_inclusion_delay
We must match the spec, but the spec is wrong IMO.
Wait until this issue is resolved, then either close this issue or update our code.
The text was updated successfully, but these errors were encountered:
No longer relevant.
Sorry, something went wrong.
No branches or pull requests
Description
This issue here details an issue with the spec:
ethereum/consensus-specs#224
Present Behaviour
We have implemented a method that doesn't underflow or accept blocks until the
min_attestation_inclusion_delay
'th block.Expected Behaviour
We must match the spec, but the spec is wrong IMO.
Steps to resolve
Wait until this issue is resolved, then either close this issue or update our code.
The text was updated successfully, but these errors were encountered: