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

Upgrade fixes #3232

Merged
merged 4 commits into from
May 28, 2024
Merged

Upgrade fixes #3232

merged 4 commits into from
May 28, 2024

Conversation

ss-es
Copy link
Contributor

@ss-es ss-es commented May 28, 2024

No linked issue

This PR:

Fixes some miscellaneous issues related to proposing blank blocks during the upgrade process that seem to have appeared between moving the consensus functionality around and integrating the builder in the transactions task.

This led to some simplifications: notably, the explicit null block override when we are between versions is moved from the proposal logic in consensus into the transaction task, though the voting logic remains unchanged.

This PR does not:

Key places to review:

@ss-es ss-es marked this pull request as ready for review May 28, 2024 21:11
@@ -372,76 +372,6 @@ pub(crate) async fn parent_leaf_and_state<TYPES: NodeType>(
Ok((parent_leaf, Arc::clone(state)))
}

/// Send a proposal for the view `view` from the latest high_qc given an upgrade cert. This is a special
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice I'm glad we can merge these two functions

@ss-es ss-es merged commit d56a69a into main May 28, 2024
24 checks passed
@ss-es ss-es deleted the upgrade-fixes branch May 28, 2024 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants