Conversation
Reviewers can confirm by inspecting the raw block on https://arabica.celenium.io/block/5975265 and https://arabica.celenium.io/block/5975266 where the app version was increased to 4
WalkthroughThe upgrade schedule table in the network upgrade process documentation was updated to specify the date, time, and upgrade height for the Arabica network's Lotus v4 upgrade. Previously, these values were marked as "TBD." No changes were made to other networks or to any code or public declarations. Changes
Poem
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
how-to-guides/network-upgrade-process.md (1)
84-89: Fix markdown table pipe style to comply with lint rules
The added table uses leading pipes, which triggers MD055 (unexpected leading pipe). Remove the leading pipe on each line (and ensure no trailing pipe) so that the table conforms to the “no_leading_or_trailing” style:- | Network | Chain ID | Date and time | Upgrade height | Delay period + Network | Chain ID | Date and time | Upgrade height | Delay period - |-------------|------------|------------------------|----------------|------------- + -------------|------------|------------------------|----------------|------------- - | Arabica | arabica-11 | 2025/05/16 07:51:35 UTC| 5975265 | 1 day + Arabica | arabica-11 | 2025/05/16 07:51:35 UTC | 5975265 | 1 day - | Mocha | mocha-4 | TBD | TBD | 2 days + Mocha | mocha-4 | TBD | TBD | 2 days - | Mainnet Beta| celestia | TBD | TBD | 7 days + Mainnet Beta| celestia | TBD | TBD | 7 days🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
84-84: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_only; Unexpected leading pipe(MD055, table-pipe-style)
85-85: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_only; Unexpected leading pipe(MD055, table-pipe-style)
86-86: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_only; Unexpected leading pipe(MD055, table-pipe-style)
87-87: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_only; Unexpected leading pipe(MD055, table-pipe-style)
88-88: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_only; Unexpected leading pipe(MD055, table-pipe-style)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
📒 Files selected for processing (1)
how-to-guides/network-upgrade-process.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
how-to-guides/network-upgrade-process.md
84-84: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_only; Unexpected leading pipe
(MD055, table-pipe-style)
85-85: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_only; Unexpected leading pipe
(MD055, table-pipe-style)
86-86: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_only; Unexpected leading pipe
(MD055, table-pipe-style)
87-87: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_only; Unexpected leading pipe
(MD055, table-pipe-style)
88-88: Table pipe style
Expected: no_leading_or_trailing; Actual: leading_only; Unexpected leading pipe
(MD055, table-pipe-style)
Reviewers can confirm by inspecting the raw block on https://arabica.celenium.io/block/5975265 and https://arabica.celenium.io/block/5975266 where the app version was increased to 4
Summary by CodeRabbit