Skip to content

Remove all the mentions of the wordl tutorial #576

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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

pthmas
Copy link
Contributor

@pthmas pthmas commented Jun 26, 2025

Overview

Since the wordl tutorial is removed of the repo we needed to do some housekeeping to point to the right tutorial.

Summary by CodeRabbit

  • Documentation
    • Updated all tutorials and guides to reference "gm-world" instead of "wordle," including file paths, directory names, commands, and links.
    • Expanded directory tree examples and clarified instructions for resetting chain state.
    • Updated Docker Compose and related instructions to align with the "gm-world" chain.
    • Removed a deprecated tutorial overview and corrected documentation links.
    • Minor adjustments to example commands and output for consistency.
    • Removed a deprecated method from the DA interface documentation.

Copy link
Contributor

coderabbitai bot commented Jun 26, 2025

Walkthrough

References to the "wordle" example chain have been systematically updated to "gm-world" across multiple guides and tutorials. This includes changes to tutorial links, directory and file paths, Docker configurations, rollup IDs, and command-line instructions. Additionally, a method was removed from a documented interface, and one tutorial file was deleted.

Changes

Files/Paths Change Summary
guides/reset-state.md Updated all references from "wordle" to "gm-world," adjusted directory structure and commands.
tutorials/docker-compose.md, tutorials/da/local-da.md Updated chain name, rollup IDs, tutorial links, and command examples from "wordle" to "gm-world."
tutorials/da/overview.md Removed MaxBlobSize from DA interface; updated tutorial link to "gm-world."
learn/building-and-deploying-a-rollup.md Deleted tutorial overview document.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Docs
    participant CLI

    User->>Docs: Follow updated tutorial links (gm-world)
    User->>CLI: Run updated commands (e.g., gmd start, gmd tendermint unsafe-reset-all)
    CLI-->>User: Chain starts/reset using gm-world configs
Loading

Possibly related PRs

Suggested labels

documentation

Suggested reviewers

  • Manav-Aggarwal
  • yarikbratashchuk
  • tuxcanfly

Poem

In docs where "wordle" once did dwell,
Now "gm-world" rings the update bell.
Docker, commands, and guides align,
With new rollup paths—how they shine!
Bunnies bounce through markdown fields,
Cheering for clarity each update yields.
🐇✨


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @pthmas, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily serves as a housekeeping effort to remove all references to the deprecated 'wordle' tutorial and replace them with the new 'gm-world' tutorial. This involves updating links, command examples, directory names, and Docker configurations across several documentation files to ensure consistency and accuracy. Additionally, an unrelated change was observed where a function was removed from a DA interface definition.

Highlights

  • Documentation Updates: All instances of the 'wordle' tutorial references have been updated to point to the 'gm-world' tutorial across various guides and tutorials.
  • Configuration & Command Adjustments: Command examples, directory paths, and Docker configurations (image names, container names, rollup IDs) have been updated to reflect the new 'gm-world' chain naming and associated binaries/directories (e.g., .wordle to .gm, rollkit to gmd for certain commands).
  • Data Directory Structure: The reset-state.md guide now includes updated information about the .gm directory structure, including new cache and tx_index.db entries, and adjusts the paths for data deletion.
  • DA Interface Definition Change: The MaxBlobSize function was removed from the DA interface definition in tutorials/da/overview.md. This change appears to be unrelated to the primary goal of updating wordle references.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

github-actions bot commented Jun 26, 2025

PR Preview Action v1.6.1
Preview removed because the pull request was closed.
2025-06-26 15:44 UTC

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request removes mentions of the wordl tutorial and replaces them with the gm-world tutorial. The changes involve updating links, directory names, and commands in the documentation. There are a few typos and inconsistencies that need to be addressed.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

🧹 Nitpick comments (3)
tutorials/da/overview.md (1)

61-61: Use a consistent permalink style for internal docs

Most pages link to tutorials without the “.md” suffix (e.g. /tutorials/quick-start). This line introduces the suffix for gm-world, which breaks the convention and may create two distinct routes depending on the site generator’s configuration.

-You might have noticed that we did not define any DA layer during the [quick start](../quick-start.md) or [build a chain](/tutorials/gm-world.md) tutorials.
+You might have noticed that we did not define any DA layer during the [quick start](../quick-start.md) or [build a chain](/tutorials/gm-world) tutorials.

Please confirm which style the site expects and apply it consistently.

tutorials/da/local-da.md (1)

12-12: Align link style with the rest of the docs

Same permalink inconsistency as in overview.md—consider dropping the “.md” to stay uniform.

-Before proceeding, ensure that you have completed the [quick start](/tutorials/quick-start) or [build a chain](/tutorials/gm-world.md) tutorial
+Before proceeding, ensure that you have completed the [quick start](/tutorials/quick-start) or [build a chain](/tutorials/gm-world) tutorial
guides/reset-state.md (1)

133-134: Minor style polish

Comma before “and” avoids a run-on sentence; also drop the second “again” to remove repetition.

-…will be re-created and you will see your chain starting at block height 1 again.
+…will be re-created, and you will see your chain starting at block height 1.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ec4c866 and 534ade7.

📒 Files selected for processing (5)
  • guides/reset-state.md (2 hunks)
  • learn/building-and-deploying-a-rollup.md (0 hunks)
  • tutorials/da/local-da.md (2 hunks)
  • tutorials/da/overview.md (1 hunks)
  • tutorials/docker-compose.md (9 hunks)
💤 Files with no reviewable changes (1)
  • learn/building-and-deploying-a-rollup.md
🧰 Additional context used
🧠 Learnings (2)
tutorials/docker-compose.md (2)
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/wasmd.Dockerfile:5-6
Timestamp: 2024-10-08T09:18:01.381Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/wasmd.Dockerfile`, the project chooses not to use a `.dockerignore` file during Docker builds.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/wasmd.Dockerfile:5-6
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/wasmd.Dockerfile`, the project chooses not to use a `.dockerignore` file during Docker builds.
guides/reset-state.md (10)
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:1-23
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to use the same mnemonic for both "localwasm" and "stride-internal-1" networks.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:1-23
Timestamp: 2024-10-08T09:26:38.099Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to use the same mnemonic for both "localwasm" and "stride-internal-1" networks.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/relayer.json:1-5
Timestamp: 2024-10-08T09:25:31.642Z
Learning: In the file `guides/assets/hyperlane-use-tia-for-gas/relayer.json`, the settings `"allowLocalCheckpointSyncers": "true"` and `"gasPaymentEnforcement": [{ "type": "none" }]` are intentional.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/relayer.json:1-5
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In the file `guides/assets/hyperlane-use-tia-for-gas/relayer.json`, the settings `"allowLocalCheckpointSyncers": "true"` and `"gasPaymentEnforcement": [{ "type": "none" }]` are intentional.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/hyperlane-use-tia-for-gas.md:77-82
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In the 'hyperlane-use-tia-for-gas.md' guide, it is intentional to include the seed phrase directly in the code examples.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/hyperlane-use-tia-for-gas.md:77-82
Timestamp: 2024-10-08T09:29:26.874Z
Learning: In the 'hyperlane-use-tia-for-gas.md' guide, it is intentional to include the seed phrase directly in the code examples.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml:1-23
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml`, it's intentional to use the same signer phrase across multiple network configurations (`localwasm` and `stride-internal-1`).
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml:1-23
Timestamp: 2024-10-08T09:26:23.244Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml`, it's intentional to use the same signer phrase across multiple network configurations (`localwasm` and `stride-internal-1`).
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:29-37
Timestamp: 2024-10-08T09:27:02.351Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to set the multisig threshold to 1 and to only define validators for the `localwasm` network (domain 963).
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:29-37
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to set the multisig threshold to 1 and to only define validators for the `localwasm` network (domain 963).
🪛 LanguageTool
tutorials/docker-compose.md

[uncategorized] ~150-~150: Possible missing comma found.
Context: ...er Compose file {#docker-compose-file} Next we need to create our compose.yaml fi...

(AI_HYDRA_LEO_MISSING_COMMA)

guides/reset-state.md

[uncategorized] ~133-~133: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...hese data directories will be re-created and you will see your chain starting at blo...

(COMMA_COMPOUND_SENTENCE)


[style] ~133-~133: This sentence contains multiple usages of the word “again”. Consider removing or replacing it.
Context: ...e your chain starting at block height 1 again.

(REPETITION_OF_AGAIN)

🔇 Additional comments (1)
tutorials/da/local-da.md (1)

38-43: Double-check that the rollup-ID remains the same across all tutorials

Here the rollup is started with --rollkit.sequencer_rollup_id gmd.
In tutorials/docker-compose.md the local sequencer is started with -rollup-id=gm. A mismatch will prevent the chain from submitting blobs to the sequencer.

Make sure both services use the exact same identifier (gmd or gm) everywhere.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

🧹 Nitpick comments (4)
guides/reset-state.md (4)

17-18: Clarify prerequisite sentence & fix capitalization

Minor readability/grammar touch-ups (capitalize tutorial names, avoid double “completed”).

-In order to complete this guide, you will need to have completed either the [quick start tutorial](/tutorials/quick-start.md) or the [build our chain tutorial](/tutorials/gm-world.md).
+In order to complete this guide, you need to have finished either the [Quick Start tutorial](/tutorials/quick-start.md) or the [Build Your Chain tutorial](/tutorials/gm-world.md).

53-56: Tighten wording in gm-world intro

Slight grammatical polish and consistent title-casing.

-When you ran your gm-world chain in the [build your chain tutorial](/tutorials/gm-world.md), it created a `.gm` directory in your `$HOME` directory.
+When you built and ran the gm-world chain in the [Build Your Chain tutorial](/tutorials/gm-world.md), it created a `.gm` directory in your `$HOME` directory.

117-125: Trim trailing spaces & drop empty line inside code block

Trailing spaces in code blocks render oddly in some markdown viewers and the blank line after cache is unnecessary.

 $HOME/.gm/data/application.db
 $HOME/.gm/data/rollkit
-$HOME/.gm/data/snapshots 
-$HOME/.gm/data/cache 
-
+$HOME/.gm/data/snapshots
+$HOME/.gm/data/cache

133-134: Remove duplicate “again” and add comma for compound clause

-When you launch your chain again with your `gmd start <flags>` command, these data directories will be re-created and you will see your chain starting at block height 1 again.
+After you restart your chain with `gmd start <flags>`, these data directories will be recreated, and you will see the chain start at block height 1.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 534ade7 and 74d709b.

📒 Files selected for processing (1)
  • guides/reset-state.md (2 hunks)
🧰 Additional context used
🧠 Learnings (1)
guides/reset-state.md (10)
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:1-23
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to use the same mnemonic for both "localwasm" and "stride-internal-1" networks.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:1-23
Timestamp: 2024-10-08T09:26:38.099Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to use the same mnemonic for both "localwasm" and "stride-internal-1" networks.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/relayer.json:1-5
Timestamp: 2024-10-08T09:25:31.642Z
Learning: In the file `guides/assets/hyperlane-use-tia-for-gas/relayer.json`, the settings `"allowLocalCheckpointSyncers": "true"` and `"gasPaymentEnforcement": [{ "type": "none" }]` are intentional.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/relayer.json:1-5
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In the file `guides/assets/hyperlane-use-tia-for-gas/relayer.json`, the settings `"allowLocalCheckpointSyncers": "true"` and `"gasPaymentEnforcement": [{ "type": "none" }]` are intentional.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/hyperlane-use-tia-for-gas.md:77-82
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In the 'hyperlane-use-tia-for-gas.md' guide, it is intentional to include the seed phrase directly in the code examples.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/hyperlane-use-tia-for-gas.md:77-82
Timestamp: 2024-10-08T09:29:26.874Z
Learning: In the 'hyperlane-use-tia-for-gas.md' guide, it is intentional to include the seed phrase directly in the code examples.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml:1-23
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml`, it's intentional to use the same signer phrase across multiple network configurations (`localwasm` and `stride-internal-1`).
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml:1-23
Timestamp: 2024-10-08T09:26:23.244Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml`, it's intentional to use the same signer phrase across multiple network configurations (`localwasm` and `stride-internal-1`).
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:29-37
Timestamp: 2024-10-08T09:27:02.351Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to set the multisig threshold to 1 and to only define validators for the `localwasm` network (domain 963).
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:29-37
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to set the multisig threshold to 1 and to only define validators for the `localwasm` network (domain 963).
🪛 LanguageTool
guides/reset-state.md

[uncategorized] ~133-~133: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...hese data directories will be re-created and you will see your chain starting at blo...

(COMMA_COMPOUND_SENTENCE)


[style] ~133-~133: This sentence contains multiple usages of the word “again”. Consider removing or replacing it.
Context: ...e your chain starting at block height 1 again.

(REPETITION_OF_AGAIN)

@pthmas pthmas force-pushed the pierrick/remove-wordl-mentions branch from 74d709b to eba488f Compare June 26, 2025 14:46
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

♻️ Duplicate comments (2)
tutorials/docker-compose.md (2)

113-116: .gm directory still not created – build will fail

The build stage never initialises $HOME/.gm, yet the runtime stage copies it.
Docker build will error out with “no such file or directory: /root/.gm”.


124-125: Rollup-ID mismatch (gmd vs gm) will break sequencer ↔ rollup communication

Dockerfile starts the node with --rollkit.sequencer_rollup_id gmd
compose.yaml starts the chain & sequencer with gm.

These strings must be identical. Pick one value (e.g. gmd) and use it everywhere.

-CMD [ "start", "--rollkit.aggregator", "--rollkit.sequencer_rollup_id", "gmd"]
+CMD [ "start", "--rollkit.aggregator", "--rollkit.sequencer_rollup_id", "gm"]
...
        "--rollkit.sequencer_rollup_id",
-        "gm",
+        "gmd",
...
-    command: ["-listen-all", "-rollup-id=gm"]
+    command: ["-listen-all", "-rollup-id=gmd"]

Also applies to: 174-176, 200-201

🧹 Nitpick comments (1)
guides/reset-state.md (1)

17-18: Grammar nitpick – “build our chain” → “build your chain”

-In order to complete this guide, you will need to have completed either the [quick start tutorial](/tutorials/quick-start.md) or the [build our chain tutorial](/tutorials/gm-world.md).
+In order to complete this guide, you will need to have completed either the [quick-start tutorial](/tutorials/quick-start.md) or the [build your chain tutorial](/tutorials/gm-world.md).
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 74d709b and eba488f.

📒 Files selected for processing (5)
  • guides/reset-state.md (2 hunks)
  • learn/building-and-deploying-a-rollup.md (0 hunks)
  • tutorials/da/local-da.md (2 hunks)
  • tutorials/da/overview.md (1 hunks)
  • tutorials/docker-compose.md (9 hunks)
💤 Files with no reviewable changes (1)
  • learn/building-and-deploying-a-rollup.md
🚧 Files skipped from review as they are similar to previous changes (2)
  • tutorials/da/local-da.md
  • tutorials/da/overview.md
🧰 Additional context used
🧠 Learnings (2)
guides/reset-state.md (10)
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:1-23
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to use the same mnemonic for both "localwasm" and "stride-internal-1" networks.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:1-23
Timestamp: 2024-10-08T09:26:38.099Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to use the same mnemonic for both "localwasm" and "stride-internal-1" networks.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/relayer.json:1-5
Timestamp: 2024-10-08T09:25:31.642Z
Learning: In the file `guides/assets/hyperlane-use-tia-for-gas/relayer.json`, the settings `"allowLocalCheckpointSyncers": "true"` and `"gasPaymentEnforcement": [{ "type": "none" }]` are intentional.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/relayer.json:1-5
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In the file `guides/assets/hyperlane-use-tia-for-gas/relayer.json`, the settings `"allowLocalCheckpointSyncers": "true"` and `"gasPaymentEnforcement": [{ "type": "none" }]` are intentional.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/hyperlane-use-tia-for-gas.md:77-82
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In the 'hyperlane-use-tia-for-gas.md' guide, it is intentional to include the seed phrase directly in the code examples.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/hyperlane-use-tia-for-gas.md:77-82
Timestamp: 2024-10-08T09:29:26.874Z
Learning: In the 'hyperlane-use-tia-for-gas.md' guide, it is intentional to include the seed phrase directly in the code examples.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml:1-23
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml`, it's intentional to use the same signer phrase across multiple network configurations (`localwasm` and `stride-internal-1`).
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml:1-23
Timestamp: 2024-10-08T09:26:23.244Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config.yaml`, it's intentional to use the same signer phrase across multiple network configurations (`localwasm` and `stride-internal-1`).
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:29-37
Timestamp: 2024-10-08T09:27:02.351Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to set the multisig threshold to 1 and to only define validators for the `localwasm` network (domain 963).
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml:29-37
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/hyperlane-config-2.yaml`, it's intentional to set the multisig threshold to 1 and to only define validators for the `localwasm` network (domain 963).
tutorials/docker-compose.md (2)
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/wasmd.Dockerfile:5-6
Timestamp: 2024-10-08T09:18:01.381Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/wasmd.Dockerfile`, the project chooses not to use a `.dockerignore` file during Docker builds.
Learnt from: assafmo
PR: rollkit/docs#390
File: guides/assets/hyperlane-use-tia-for-gas/wasmd.Dockerfile:5-6
Timestamp: 2024-10-11T19:05:20.591Z
Learning: In `guides/assets/hyperlane-use-tia-for-gas/wasmd.Dockerfile`, the project chooses not to use a `.dockerignore` file during Docker builds.
🪛 LanguageTool
guides/reset-state.md

[uncategorized] ~133-~133: Use a comma before ‘and’ if it connects two independent clauses (unless they are closely connected and short).
Context: ...hese data directories will be re-created and you will see your chain starting at blo...

(COMMA_COMPOUND_SENTENCE)


[style] ~133-~133: This sentence contains multiple usages of the word “again”. Consider removing or replacing it.
Context: ...e your chain starting at block height 1 again.

(REPETITION_OF_AGAIN)

tutorials/docker-compose.md

[uncategorized] ~150-~150: Possible missing comma found.
Context: ...er Compose file {#docker-compose-file} Next we need to create our compose.yaml fi...

(AI_HYDRA_LEO_MISSING_COMMA)

@pthmas pthmas merged commit 690e278 into main Jun 26, 2025
7 checks passed
@pthmas pthmas deleted the pierrick/remove-wordl-mentions branch June 26, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants