-
Notifications
You must be signed in to change notification settings - Fork 10
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
[1.0.1] Add missing data to block_header_state and change verify_qc_claim to use block_header_state data rather than only looking up a block_state in the fork database #719
Conversation
…`get_active_finalizer_policy_generation`
…e strong digest).
Note:start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, your PR description says "all needed info is in the root block_header_state
" but it should say "all needed info is in the parent block_header_state
".
Resolves #694.
Implements updates described in issue #694:
block_ref
of thefinality_core
latest_qc_claim_block_active_finalizer_policy
inblock_header_state
v8
) which adds these new members.v7
format of spring 1.0 is unsupported.block_ref
struct has two new members.chain_head.dat
file and do not load existing version.block_header_state
verify_spring_1_0_block_compatibitity
) validating that this PR's changes do not affect the block ids generated.