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

Wire rollback command in v2 cometbft server #23613

Open
julienrbrt opened this issue Feb 4, 2025 · 2 comments · May be fixed by #23618
Open

Wire rollback command in v2 cometbft server #23613

julienrbrt opened this issue Feb 4, 2025 · 2 comments · May be fixed by #23618
Labels
C:server/v2 Issues related to server/v2

Comments

@julienrbrt
Copy link
Member

The only missing command in v2 is the rollback command.
We should add it in the cometbft server, as it is cometbft specific.

Currently in v1 it is <appd> rollback, when we add it in the cometbft server it will be <appd> comet rollback.

@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK Feb 4, 2025
@github-actions github-actions bot added the needs-triage Issue that needs to be triaged label Feb 4, 2025
@julienrbrt julienrbrt added C:server/v2 Issues related to server/v2 and removed needs-triage Issue that needs to be triaged labels Feb 4, 2025
@wonderfan
Copy link
Contributor

I compiled the latest codes and rollback command is missed. Let me fix it.

@wonderfan
Copy link
Contributor

It is back after code updates

Available Commands:
  bootstrap-state  Bootstrap CometBFT state at an arbitrary block height using a light client
  reset-state      Remove all the data and WAL
  rollback         rollback CometBFT state by one height

@wonderfan wonderfan linked a pull request Feb 6, 2025 that will close this issue
12 tasks
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
Projects
Status: 📋 Backlog
Development

Successfully merging a pull request may close this issue.

2 participants