-
Notifications
You must be signed in to change notification settings - Fork 58
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
docs: update celestia-da for changes on GM #438
Conversation
1. Now that GM tutorial uses Kurtosis, Ignite is not installed once someone goes through GM tutorial. This PR updates the prerequisites so that the user installs the correct version of ignite. I hit issues #421 (comment) when installing newer version from ignite's site on this tutorial. 2. Adds the `--rollkit.da_address` flag and explains what it is so that user can communicate with default light node setup easily.
WalkthroughThe documentation for setting up a light node in the Celestia ecosystem has been updated. Key changes include a clearer prerequisites section detailing installation requirements for the Changes
Poem
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 Configuration File (
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
tutorials/celestia-da.md (1)
28-29
: Fix markdown linting issue.Change the unordered list style from asterisk to dash for consistency.
-* `rollkit` CLI installed from the [GM world rollup](/tutorials/gm-world) tutorial. -* `ignite` CLI v28.4.0 installed `curl https://get.ignite.com/[email protected]! | bash` +- `rollkit` CLI installed from the [GM world rollup](/tutorials/gm-world) tutorial. +- `ignite` CLI v28.4.0 installed `curl https://get.ignite.com/[email protected]! | bash`Tools
Markdownlint
28-28: Expected: dash; Actual: asterisk
Unordered list style(MD004, ul-style)
29-29: Expected: dash; Actual: asterisk
Unordered list style(MD004, ul-style)
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- tutorials/celestia-da.md (4 hunks)
Additional context used
Markdownlint
tutorials/celestia-da.md
28-28: Expected: dash; Actual: asterisk
Unordered list style(MD004, ul-style)
29-29: Expected: dash; Actual: asterisk
Unordered list style(MD004, ul-style)
Additional comments not posted (2)
tutorials/celestia-da.md (2)
148-153
: LGTM!The addition of the DA address configuration is clear and helpful.
165-165
: LGTM!The addition of the
--rollkit.da_address
flag is correct and aligns with the new DA address configuration section.
Related: ignite/cli#4318 |
--rollkit.da_address
flag and explains what it is so that user can communicate with default light node setup easily.Overview
Summary by CodeRabbit
rollkit
andignite
CLIs, specifying the required version ofignite
CLI (v28.4.0).