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

pd: fast chain init when starting from checkpoint #3103

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Conversation

erwanor
Copy link
Member

@erwanor erwanor commented Sep 26, 2023

This PR closes #3004, and simplifies chain initialization. It splits handling checkpointed genesis states and full genesis configurations. This allows skipping most of the component initialization work when a checkpointed state is provided, while leaving space for upgrade-specific health checks to be performed by each component's init_chain.

@erwanor erwanor temporarily deployed to smoke-test September 26, 2023 02:31 — with GitHub Actions Inactive
@erwanor erwanor merged commit 5d72efb into main Sep 26, 2023
8 checks passed
@erwanor erwanor deleted the 3004_final_handshake branch September 26, 2023 02:49
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.

upgrades: InitChain handshake with comet
1 participant