Skip to content

Isthmus notice page template #1491

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 7 commits into from
Apr 5, 2025
Merged

Isthmus notice page template #1491

merged 7 commits into from
Apr 5, 2025

Conversation

bradleycamacho
Copy link
Member

Creates a skeleton draft for the Isthmus notice page

@bradleycamacho bradleycamacho requested a review from a team as a code owner March 11, 2025 22:05
@bradleycamacho bradleycamacho marked this pull request as draft March 11, 2025 22:05
Copy link

netlify bot commented Mar 11, 2025

Deploy Preview for docs-optimism ready!

Name Link
🔨 Latest commit 5b2fd91
🔍 Latest deploy log https://app.netlify.com/sites/docs-optimism/deploys/67f074cafee27c000875fa8d
😎 Deploy Preview https://deploy-preview-1491--docs-optimism.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@krofax
Copy link
Collaborator

krofax commented Mar 11, 2025

Opps, didn't see the draft, thought it was available for review.
I will come back here, once this is ready for review.🙏🏻

@sbvegan sbvegan marked this pull request as ready for review April 5, 2025 00:06
Copy link
Contributor

coderabbitai bot commented Apr 5, 2025

📝 Walkthrough

Walkthrough

This pull request expands the documentation for network upgrades by adding a new upgrade notice entry in pages/notices/_meta.json keyed as "upgrade-15" for the Isthmus Hard Fork. A corresponding markdown file (pages/notices/upgrade-15.mdx) has been created, outlining the activation date (April 17, 2025), detailing breaking changes, and providing upgrade instructions for chain and node operators including configuration adjustments and new features such as the introduction of Prague features on the OP Stack. Additionally, updates in the Superchain documentation (superchain-registry.mdx and superchain-upgrades.mdx) now describe the automatic inheritance of hard fork activation times for networks opting in. The pull request also appends two new entries, "Devs" and "Isthumus", to the words.txt file.

Possibly related PRs

  • Sb/blob fee bug notice #1515: The changes in the main PR and the retrieved PR are related as both involve adding new entries to the same JSON object in pages/notices/_meta.json, although they introduce different keys and values.
  • Upgrade 14: MT-Cannon and Isthmus L1 Contracts Notice #1534: The changes in the main PR, which add a new entry for "upgrade-15" in the same JSON file as the retrieved PR's "upgrade-14" entry, indicate a direct relationship at the code level.
  • Sb/u13 notice page #1519: The changes in the main PR are related to the addition of a new upgrade notice for "Upgrade 15," while the retrieved PR introduces a similar upgrade notice for "Upgrade 13," both modifying the same JSON file to include new entries for their respective upgrades.

Suggested labels

do-not-merge

Suggested reviewers

  • krofax

🪧 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.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate unit testing code.
    • @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.

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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @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.

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
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)
words.txt (1)

182-182: Possible Spelling Inconsistency for "Isthumus".
The term "Isthumus" is added here, but elsewhere in the PR (e.g. in the upgrade notice and metadata) the term "Isthmus" is used. Please verify the intended spelling for consistency.

pages/superchain/superchain-registry.mdx (1)

45-48: Refinement of the Hard Fork Activation Inheritance Section.
This new section is a useful addition. However, note the following minor points for improvement:

  • In line 46, the phrase "You can use then use the ..." contains a redundant "use"; consider revising it to "You can use the...".
  • In line 48, the wording "Networks who have utilize this mechanism" should be corrected to "Networks that have utilized this mechanism" for grammatical accuracy.
    These changes will help improve clarity and maintain a professional tone.
pages/notices/upgrade-15.mdx (2)

1-16: Frontmatter Completeness and Consistency.
All required frontmatter fields are present and non-empty. However, note that the title uses "Upgrade 15 - Isthumus Hard Fork" while other references (e.g. in _meta.json) use "Isthmus." Consider aligning the spelling across files for consistency.


24-24: Fix Markdown Link Syntax.
The markdown link in line 24 appears malformed:

... please reach out to developer support]\([https://github.com/ethereum-optimism/developers/discussions](https://github.com/ethereum-optimism/developers/discussions)).

Please remove the extraneous bracket and ensure the link is formatted as [developer support](https://github.com/ethereum-optimism/developers/discussions).

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6b9a605 and 1a88a45.

📒 Files selected for processing (5)
  • pages/notices/_meta.json (1 hunks)
  • pages/notices/upgrade-15.mdx (1 hunks)
  • pages/superchain/superchain-registry.mdx (1 hunks)
  • pages/superchain/superchain-upgrades.mdx (1 hunks)
  • words.txt (2 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
`**/*.mdx`: "ALWAYS review Markdown content THOROUGHLY with the following criteria: - First, check the frontmatter section at the top of the file: 1. For regular pages, ensure AL...

**/*.mdx: "ALWAYS review Markdown content THOROUGHLY with the following criteria:

  • First, check the frontmatter section at the top of the file:
    1. For regular pages, ensure ALL these fields are present and not empty:
    ---
    title: [non-empty]
    lang: [non-empty]
    description: [non-empty]
    topic: [non-empty]
    personas: [non-empty array]
    categories: [non-empty array]
    content_type: [valid type]
    ---
    1. For landing pages (index.mdx or files with ), only these fields are required:
    ---
    title: [non-empty]
    lang: [non-empty]
    description: [non-empty]
    topic: [non-empty]
    ---
    1. If any required fields are missing or empty, comment:
      'This file appears to be missing required metadata. Please check keywords.config.yaml for valid options and add the required fields manually. You can validate your changes by running:
    pnpm validate-metadata
    ```'
  • Use proper nouns in place of personal pronouns like 'We' and 'Our' to maintain consistency in communal documentation.
  • Avoid gender-specific language and use the imperative form.
  • Monitor capitalization for emphasis. Avoid using all caps, italics, or bold for emphasis.
  • Ensure proper nouns are capitalized in sentences.
  • Apply the Oxford comma.
  • Use proper title case for buttons, tab names, page names, and links. Sentence case should be used for body content and short phrases, even in links.
  • Use correct spelling and grammar at all times (IMPORTANT).
  • For H1, H2, and H3 headers:
    1. Use sentence case, capitalizing only the first word.
    2. Preserve the capitalization of proper nouns, technical terms, and acronyms as defined in the 'nouns.txt' file located in the root directory of the project.
    3. Do not automatically lowercase words that appear in the 'nouns.txt' file, regardless of their position in the header.
  • Flag any headers that seem to inconsistently apply these rules for manual review.
  • When reviewing capitalization, always refer to the 'nouns.txt' file for the correct capitalization of proper nouns and technical terms specific to the project.
    "
  • pages/superchain/superchain-registry.mdx
  • pages/notices/upgrade-15.mdx
  • pages/superchain/superchain-upgrades.mdx
🪛 LanguageTool
pages/superchain/superchain-registry.mdx

[grammar] ~50-~50: The verb form ‘utilize’ does not seem to be suitable in this context.
Context: ...tivation timestamps. Networks who have utilize this mechanism will activate network ha...

(HAVE_VB)

pages/notices/upgrade-15.mdx

[duplication] ~62-~62: Possible typo: you repeated a word.
Context: ... has been determined. * op-node at v1.13.0 * [op-geth at v1.101503.2](https://github.com/ether...

(ENGLISH_WORD_REPEAT_RULE)


[style] ~76-~76: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...oth op-node and op-geth. These will need to be set on op-node and op-geth for t...

(REP_NEED_TO_VB)

🔇 Additional comments (4)
words.txt (1)

98-98: New entry "Devs" added.
The entry "Devs" is correctly capitalized and aligns with the intention to include developer-related keywords.

pages/notices/_meta.json (1)

1-2: New upgrade notice entry added.
The key "upgrade-15": "Upgrade 15: Isthmus Hard Fork" has been introduced. Ensure that the description exactly matches the content in the corresponding upgrade notice file and maintains consistency in spelling (i.e. "Isthmus") across the documentation.

pages/superchain/superchain-upgrades.mdx (1)

55-56: Clarification of Activation Inheritance Behavior.
The added line clarifies that networks opting into the hard fork inheritance behavior will automatically inherit activation rules from the Superchain Registry. Verify that the linked reference (i.e. /superchain/superchain-registry#hard-fork-activation-inheritance-behavior) is correct and consider mentioning what happens for networks that do not opt in.

pages/notices/upgrade-15.mdx (1)

20-22: Content Clarity in the Introduction.
The introductory section clearly describes the upgrade details and provides links to the related proposals and governance vote. Ensure that any activation timestamps or deadlines are kept up to date as the timeline finalizes.

@sbvegan sbvegan merged commit 6cf3981 into main Apr 5, 2025
8 checks passed
@sbvegan sbvegan deleted the isthmus-notice branch April 5, 2025 00:13
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 (6)
pages/notices/upgrade-15.mdx (6)

20-20: Header Consistency Issue:
The H1 header reads “Upgrade 15: Isthumus Hard Fork,” but later references (e.g., line 27) use “Isthmus.” Please ensure the spelling is consistent throughout the document.


31-37: Section "What's included in Isthmus" – Consistency & Punctuation:
This section clearly lists the main changes. However, note the following:

  • There is an inconsistency between “Isthumus” (in the frontmatter and header) and “Isthmus” (in the body).
  • In the Operator Fee bullet (line 37), consider inserting a comma after “OP Stack” and using the possessive form for clarity.
    A suggested diff below addresses these points:
-*   **Operator Fee**: A new component to the fee formula for the OP Stack which is a first step towards better resource pricing. This improves the OP Stack ability to support chains using Alt-DA or using ZK proving. Learn more about this [here](https://gov.optimism.io/t/proposal-preview-operator-fee/9715).
+*   **Operator Fee**: A new component to the fee formula for the OP Stack, which is a first step towards better resource pricing. This improves the OP Stack's ability to support chains using Alt-DA or ZK proving. Learn more about this [here](https://gov.optimism.io/t/proposal-preview-operator-fee/9715).
🧰 Tools
🪛 LanguageTool

[uncategorized] ~37-~37: Possible missing comma found.
Context: ...component to the fee formula for the OP Stack which is a first step towards better re...

(AI_HYDRA_LEO_MISSING_COMMA)


47-49: Sentence Structure Improvement:
The text on line 49 starts with “In addition to the upgrade 14 contract updates.” as a standalone sentence, which fragments the thought. Consider merging it into a single sentence. For example:

-In addition to the upgrade 14 contract updates. Chains running permissionless fault proofs will need to deploy new dispute game contracts with new absolute prestates.
+In addition to the upgrade 14 contract updates, chains running permissionless fault proofs will need to deploy new dispute game contracts with new absolute prestates.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~49-~49: Possible missing comma found.
Context: ...roof enabled chains In addition to the upgrade 14 contract updates. Chains running per...

(AI_HYDRA_LEO_MISSING_COMMA)


51-55: Node Operators Instructions Clarity:
Line 55 currently reads, “These following steps are necessary for every node operator:” which can be streamlined. Consider revising it to:

-These following steps are necessary for every node operator:
+The following steps are necessary for every node operator:

57-64: Steps Block – Release Details Review:
The steps for updating nodes are well laid out, with clear bullet points for the latest op-node and op-geth releases. A minor note from static analysis hints at potential duplication in wording; please verify that the details are succinct and free of repetitive phrasing.

🧰 Tools
🪛 LanguageTool

[duplication] ~62-~62: Possible typo: you repeated a word.
Context: ... has been determined. * op-node at v1.13.0 * [op-geth at v1.101503.2](https://github.com/ether...

(ENGLISH_WORD_REPEAT_RULE)


75-77: Option 2 Phrasing Consistency:
The Option 2 instructions repeat similar phrasing when stating the necessity for configuration on both op-node and op-geth. To reduce redundancy, consider rephrasing as follows:

-*   **Option 2:** Set the activation time via overrides (CLI) in both `op-node` and `op-geth`. These will need to be set on `op-node` and `op-geth` for the sequencer and all other nodes.
+*   **Option 2:** Configure the activation time using CLI overrides for both `op-node` and `op-geth`, applicable to the sequencer and all other nodes.
🧰 Tools
🪛 LanguageTool

[style] ~76-~76: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...oth op-node and op-geth. These will need to be set on op-node and op-geth for t...

(REP_NEED_TO_VB)

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1a88a45 and 5b2fd91.

📒 Files selected for processing (2)
  • pages/notices/superchain-withdrawal-pause-test.mdx (1 hunks)
  • pages/notices/upgrade-15.mdx (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • pages/notices/superchain-withdrawal-pause-test.mdx
🧰 Additional context used
📓 Path-based instructions (1)
`**/*.mdx`: "ALWAYS review Markdown content THOROUGHLY with the following criteria: - First, check the frontmatter section at the top of the file: 1. For regular pages, ensure AL...

**/*.mdx: "ALWAYS review Markdown content THOROUGHLY with the following criteria:

  • First, check the frontmatter section at the top of the file:
    1. For regular pages, ensure ALL these fields are present and not empty:
    ---
    title: [non-empty]
    lang: [non-empty]
    description: [non-empty]
    topic: [non-empty]
    personas: [non-empty array]
    categories: [non-empty array]
    content_type: [valid type]
    ---
    1. For landing pages (index.mdx or files with ), only these fields are required:
    ---
    title: [non-empty]
    lang: [non-empty]
    description: [non-empty]
    topic: [non-empty]
    ---
    1. If any required fields are missing or empty, comment:
      'This file appears to be missing required metadata. Please check keywords.config.yaml for valid options and add the required fields manually. You can validate your changes by running:
    pnpm validate-metadata
    ```'
  • Use proper nouns in place of personal pronouns like 'We' and 'Our' to maintain consistency in communal documentation.
  • Avoid gender-specific language and use the imperative form.
  • Monitor capitalization for emphasis. Avoid using all caps, italics, or bold for emphasis.
  • Ensure proper nouns are capitalized in sentences.
  • Apply the Oxford comma.
  • Use proper title case for buttons, tab names, page names, and links. Sentence case should be used for body content and short phrases, even in links.
  • Use correct spelling and grammar at all times (IMPORTANT).
  • For H1, H2, and H3 headers:
    1. Use sentence case, capitalizing only the first word.
    2. Preserve the capitalization of proper nouns, technical terms, and acronyms as defined in the 'nouns.txt' file located in the root directory of the project.
    3. Do not automatically lowercase words that appear in the 'nouns.txt' file, regardless of their position in the header.
  • Flag any headers that seem to inconsistently apply these rules for manual review.
  • When reviewing capitalization, always refer to the 'nouns.txt' file for the correct capitalization of proper nouns and technical terms specific to the project.
    "
  • pages/notices/upgrade-15.mdx
🪛 LanguageTool
pages/notices/upgrade-15.mdx

[uncategorized] ~37-~37: Possible missing comma found.
Context: ...component to the fee formula for the OP Stack which is a first step towards better re...

(AI_HYDRA_LEO_MISSING_COMMA)


[uncategorized] ~49-~49: Possible missing comma found.
Context: ...roof enabled chains In addition to the upgrade 14 contract updates. Chains running per...

(AI_HYDRA_LEO_MISSING_COMMA)


[duplication] ~62-~62: Possible typo: you repeated a word.
Context: ... has been determined. * op-node at v1.13.0 * [op-geth at v1.101503.2](https://github.com/ether...

(ENGLISH_WORD_REPEAT_RULE)


[style] ~76-~76: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ...oth op-node and op-geth. These will need to be set on op-node and op-geth for t...

(REP_NEED_TO_VB)

⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: Redirect rules - docs-optimism
  • GitHub Check: Header rules - docs-optimism
  • GitHub Check: Pages changed - docs-optimism
🔇 Additional comments (6)
pages/notices/upgrade-15.mdx (6)

1-16: Frontmatter and Metadata Check:
The frontmatter section includes all required fields (title, description, lang, content_type, topic, personas, and categories) with valid, non‑empty values.


18-18: Import Statement Verification:
The import of { Steps, Callout } from nextra/components is correct and appropriate for this template.


22-24: Introductory Content Clarity:
The opening paragraph clearly states the purpose of the page, provides the necessary links to the upgrade proposal and governance vote, and uses accessible language.


26-29: Callout Block Evaluation:
The Callout effectively emphasizes the activation date and key information. The bold formatting of the date and inclusion of a Unix timestamp ensures critical details are highlighted.


41-45: For Chain Operators Section:
The instructions for chain operators are concise and actionable. The content clearly outlines the upgrade requirements.


78-85: Configuration Verification Section:
The "Verify Your Configuration" section clearly outlines the checks operators should perform. The step-by-step guidance on reviewing startup logs for both op-node and op-geth is clear and actionable.

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.

3 participants