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
The fork database changed for Savanna.
It can now be either a block_state_legacy and/or a block_state container, and the root stores a block_state instead of a block_header_state.
block_state_legacy
block_state
root
block_header_state
We need to support a new file format which will store either one fork_db (either legacy or not) or two fork_ds (as will exist during the transition).
Leap 5 file format stored only the header part of the root block_state_legacy. This was changed in the hotstuff_integration branch (see #2284).
hotstuff_integration
Test tests/ship_streamer_if_test should also be re-enabled (uncomment in CMakeLists.txt).
tests/ship_streamer_if_test
The text was updated successfully, but these errors were encountered:
Comment out ship_streamer_if_test again, as it requires issue #2285.
ship_streamer_if_test
5fb0cd6
greg7mdp
Successfully merging a pull request may close this issue.
The fork database changed for Savanna.
It can now be either a
block_state_legacy
and/or ablock_state
container, and theroot
stores ablock_state
instead of ablock_header_state
.We need to support a new file format which will store either one fork_db (either legacy or not) or two fork_ds (as will exist during the transition).
Leap 5 file format stored only the header part of the root
block_state_legacy
. This was changed in thehotstuff_integration
branch (see #2284).Test
tests/ship_streamer_if_test
should also be re-enabled (uncomment in CMakeLists.txt).The text was updated successfully, but these errors were encountered: