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

fix: remove tendermint rollback cmd #1263

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

rootulp
Copy link
Collaborator

@rootulp rootulp commented Jan 18, 2023

Closes #1260

Testing

Only one rollback command in help output

$ celestia-appd --help
Start celestia app

Usage:
  celestia-appd [command]

Available Commands:
  add-genesis-account Add a genesis account to genesis.json
  collect-gentxs      Collect genesis txs and output a genesis.json file
  config              Create or query an application CLI configuration file
  debug               Tool for helping with debugging your application
  export              Export state to JSON
  gentx               Generate a genesis tx carrying a self delegation
  help                Help about any command
  init                Initialize private validator, p2p, genesis, and application configuration files
  keys                Manage your application's keys
  migrate             Migrate genesis to a specified target version
  query               Querying subcommands
  rollback            rollback cosmos-sdk and tendermint state by one height

@rootulp rootulp self-assigned this Jan 18, 2023
@MSevey MSevey requested review from a team and cmwaters and removed request for a team January 18, 2023 21:19
Copy link
Contributor

@cmwaters cmwaters left a comment

Choose a reason for hiding this comment

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

Nice Find

@rootulp rootulp added bug Something isn't working documentation Improvements or additions to documentation labels Jan 19, 2023
@rootulp
Copy link
Collaborator Author

rootulp commented Jan 19, 2023

@rootulp rootulp merged commit 62a333a into celestiaorg:main Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate rollback in help message
2 participants