-
Notifications
You must be signed in to change notification settings - Fork 69
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
IF: Genesis block state finality digest correction #2348
Comments
heifner
added a commit
that referenced
this issue
Mar 28, 2024
heifner
added a commit
that referenced
this issue
Mar 28, 2024
…te_if_genesis_block. Avoid calculating strong_digest twice by providing it to new_valid().
heifner
added a commit
that referenced
this issue
Mar 28, 2024
heifner
added a commit
that referenced
this issue
Mar 29, 2024
heifner
added a commit
that referenced
this issue
Mar 29, 2024
heifner
added a commit
that referenced
this issue
Mar 29, 2024
IF: Calculate IF Genesis Block finality digest correctly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When converting a genesis
block_state_legacy
into ablock_state
, the validation tree constructed for theblock_state
includes a single leaf node (the one for the genesis block).Currently, that leaf node assumes an empty digest for the finality digest of the genesis block. It should instead compute the digest from the constructed
block_header_state
.The text was updated successfully, but these errors were encountered: