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
Describe the bug
Trusted Checkpoint Failing to Initialize.
Expected behavior
Within the Trusted Checkpoint input, I'm supposed to input the Block Root hash and its supposed to produce the below image...
Instead it shows:
Steps to Reproduce
According to the video: https://www.youtube.com/watch?v=3O7nNHhdqlc&t=68s
Desktop:
The text was updated successfully, but these errors were encountered:
Hey @jeyakatsa 👋
The format of the trusted checkpoint is
<root>:<epoch>
So you must append the epoch to the root
Sorry, something went wrong.
@jeluard This seems to be a valid issue we need to address. https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#checkpoint
No branches or pull requests
Describe the bug
Trusted Checkpoint Failing to Initialize.
Expected behavior
Within the Trusted Checkpoint input, I'm supposed to input the Block Root hash and its supposed to produce the below image...
Instead it shows:
Steps to Reproduce
According to the video: https://www.youtube.com/watch?v=3O7nNHhdqlc&t=68s
Desktop:
The text was updated successfully, but these errors were encountered: