docs: prefer reset-state over unsafe-reset-all - #1697
Conversation
WalkthroughThe changes involve updating the error handling instructions for consensus node upgrades in the Celestia documentation. The command for resetting the node state has been revised from Changes
Assessment against linked issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Actionable comments posted: 1
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- nodes/consensus-node.md (1 hunks)
- nodes/validator-node.md (1 hunks)
Additional context used
LanguageTool
nodes/validator-node.md
[uncategorized] ~256-~256: Use a comma before ‘but’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...etwork has upgraded to a new app version but your consensus node was not prepared fo...(COMMA_COMPOUND_SENTENCE_2)
nodes/consensus-node.md
[uncategorized] ~436-~436: Use a comma before ‘but’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...etwork has upgraded to a new app version but your consensus node was not prepared fo...(COMMA_COMPOUND_SENTENCE_2)
Additional comments not posted (1)
nodes/consensus-node.md (1)
436-436: LGTM!The code changes are approved. Using
celestia-appd tendermint reset-stateinstead ofcelestia-appd tendermint unsafe-reset-allis a safer approach for resetting the node state, as it preserves critical files likepriv_validator_state.json.Tools
LanguageTool
[uncategorized] ~436-~436: Use a comma before ‘but’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...etwork has upgraded to a new app version but your consensus node was not prepared fo...(COMMA_COMPOUND_SENTENCE_2)
Closes #1690
Summary by CodeRabbit