docs: download-genesis command#1461
Conversation
WalkthroughThe recent update enhances user experience by streamlining the process of downloading the Changes
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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- nodes/consensus-node.md (1 hunks)
Additional comments: 1
nodes/consensus-node.md (1)
- 83-96: The introduction of the
celestia-appd download-genesiscommand for different chain IDs (Mainnet Beta, Mocha, Arabica) is a significant improvement in simplifying the setup process for Celestia nodes. This change automates the download and placement of thegenesis.jsonfile, which is crucial for node configuration. It's important to ensure that the command syntax and chain IDs provided are accurate and up-to-date with the latestcelestia-appdversion and network configurations. Additionally, consider adding a note or tip about verifying the download for extra security, such as checking the file's integrity or hash.
|
LGTM! thanks @rootulp |
celestia-appd has had a
download-genesiscommand since 1.4.0 so I think it's safe to suggest doing that instead of manuallycurling the genesis file and copying it over.Screenshot
and it works on my machine
Summary by CodeRabbit
genesis.jsonfile for different chain IDs, enhancing clarity for users.