Skip to content
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] Update max-reversible-blocks to only enforce savanna blocks #587

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

heifner
Copy link
Member

@heifner heifner commented Aug 19, 2024

Update the max-reversible-blocks option to only be enforced for blocks after the Savanna transition.

Resolves #579

@heifner heifner requested review from greg7mdp and arhag August 19, 2024 20:11
@heifner heifner added the OCI Work exclusive to OCI team label Aug 19, 2024
@heifner heifner linked an issue Aug 19, 2024 that may be closed by this pull request
@@ -1117,6 +1117,13 @@ struct controller_impl {
return prev->block_num();
}

// returns 0 for legacy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this is guaranteed by the standard?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@heifner heifner merged commit 381726b into release/1.0 Aug 19, 2024
36 checks passed
@heifner heifner deleted the GH-579-max-reversible-blocks-savanna branch August 19, 2024 21:00
@ericpassmore
Copy link
Contributor

Note:start
group: STABILITY
category: INTERNALS
summary: Max reversible blocks only enforced on Savanna blocks.
Note:end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

max-reversible-blocks syncing old blocks
4 participants