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

server/v2: failed to restart node with exported genesis #21634

Closed
akhilkumarpilli opened this issue Sep 10, 2024 · 1 comment · Fixed by #21678
Closed

server/v2: failed to restart node with exported genesis #21634

akhilkumarpilli opened this issue Sep 10, 2024 · 1 comment · Fixed by #21678
Labels
C:server/v2 Issues related to server/v2 T:Bug

Comments

@akhilkumarpilli
Copy link
Contributor

Below issue encountered when testing genesis export in v2:

  • After exporting genesis, ran unsafe-reset-all command, replaced the original genesis file with the exported one, and tried restarting the node.
  • The node fails to start with this error: failed to start servers: error during handshake: error on replay: validator set is nil in genesis and still empty after InitChain.
@julienrbrt
Copy link
Member

julienrbrt commented Sep 11, 2024

I think after @sontrinh16 refactors in genesis handling for genesis validators, we can re-add genesis validators in Genutil v2 exported state.

Then it should fix this I believe.

@julienrbrt julienrbrt moved this from 📋 Backlog to 👀 Waiting / In review in Cosmos-SDK Sep 23, 2024
@julienrbrt julienrbrt linked a pull request Sep 23, 2024 that will close this issue
12 tasks
@github-project-automation github-project-automation bot moved this from 👀 Waiting / In review to 🥳 Done in Cosmos-SDK Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:server/v2 Issues related to server/v2 T:Bug
Projects
Status: 🥳 Done
Development

Successfully merging a pull request may close this issue.

2 participants