Skip to content

Conversation

@BlueLeadger
Copy link

Changes: Fixed typos, standardized formatting, improved clarity, and consistent capitalization.

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Documentation (updates documentation on the project)
  • chore (Updates on dependencies, gitignore, etc)
  • test (For updates on tests)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Changes: Fixed typos, standardized formatting, improved clarity, and consistent capitalization.
@coderabbitai
Copy link

coderabbitai bot commented Aug 16, 2025

Walkthrough

The pull request updates README.MD with editorial and formatting changes: adds a "Description of Changes" section, rewrites multiple phrases for consistency (including pluralizations), standardizes capitalization and Markdown styling, converts several sections to bulleted lists with Markdown links, reformats persistent peers as code-styled items, and refines the Testnet Oro description. No functional data, exported/public declarations, or external interfaces were modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.
    • 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.
  • 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 the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

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

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

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

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • 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.

@BlueLeadger
Copy link
Author

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented Aug 16, 2025

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Copy link

@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: 1

🧹 Nitpick comments (3)
README.MD (3)

7-15: Move “Description of Changes” to PR body or CHANGELOG

Per convention, change summaries belong in the PR description or a CHANGELOG, not in the README.

Apply this diff to remove the section:

-**Description of Changes:**
-
-* Fixed typos (e.g., “Rest” → “REST”, capitalization inconsistencies).
-* Standardized formatting for endpoints and peer entries.
-* Improved clarity and readability of sentences.
-* Added consistent capitalization for headings and proper nouns.
-* Updated phrasing to be more professional and concise.
-* Fixed minor Markdown inconsistencies (extra spaces, bullet formatting).
-

44-49: Prefer subheadings over bold for endpoint groups

Using “#### Uno” and “#### Dos” improves navigability and ToC generation over bold text.

Apply this diff:

-**Uno**:
+#### Uno
@@
-**Dos**:
+#### Dos

Also applies to: 56-58


70-73: Fix capitalization in link label

Use “KiiChain” for consistency with branding.

Apply this diff:

-* [Discord Kiichain Invitation](https://discord.com/invite/kiichain)
+* [Discord KiiChain Invitation](https://discord.com/invite/kiichain)
📜 Review details

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

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between acabff8 and d74ad33.

📒 Files selected for processing (1)
  • README.MD (1 hunks)
🔇 Additional comments (8)
README.MD (8)

18-23: Nice clarity and structure for resources

Pluralization and concise bullets improve scanability.


26-29: Testnet description reads well

Crisp, accurate phrasing for EVM compatibility and use guidance.


50-53: Good: peers formatted as code in bullets

Readable and copy-paste friendly.


60-63: Good: second persistent peer formatting matches first

Consistent presentation across endpoint groups.


66-69: Faucet guidance is clear and useful

Direct links to Explorer faucet and guide are appreciated.

Also applies to: 74-77


30-33: ✅ Relative link verified in README.MD

The directory ./testnet_oro/ exists, and the link at lines 30–33 in README.MD resolves correctly. No changes needed.


36-39: Docs link verified and approved

The Testnet Oro documentation URL returns a 200 OK response, confirming it’s valid and accessible. Great addition to the README!


46-49: Verify README External Links and Endpoints

The automated HEAD checks produced the following HTTP statuses:

https://rpc.uno.sentry.testnet.v3.kiivalidator.com → 200 OK
https://lcd.uno.sentry.testnet.v3.kiivalidator.com → 501 Not Implemented (HEAD not supported)
https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com → 405 Method Not Allowed (HEAD not supported)
https://rpc.dos.sentry.testnet.v3.kiivalidator.com → 200 OK
https://lcd.dos.sentry.testnet.v3.kiivalidator.com → 501 Not Implemented (HEAD not supported)
https://json-rpc.dos.sentry.testnet.v3.kiivalidator.com → 405 Method Not Allowed (HEAD not supported)
https://docs.kiiglobal.io/docs/build-on-kiichain/testnet-oro → 200 OK
https://explorer.kiichain.io/wallet/accounts → 404 Not Found
https://discord.com/invite/kiichain → 200 OK
https://docs.kiiglobal.io/docs/build-on-kiichain/developer-tools/testnet-faucet → 200 OK

Please address the following:

  • Re-check the REST (LCD) and JSON-RPC endpoints with a GET request (many servers disallow HEAD) and update the README if the URLs have changed or are unreachable.
  • Correct or replace the explorer link (/wallet/accounts) which returns 404.

@BlueLeadger
Copy link
Author

BlueLeadger commented Aug 16, 2025

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented Aug 16, 2025

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Copy link

@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 (1)
README.MD (1)

3-11: Remove “Description of Changes” section from the README (belongs in PR body, not docs).

This meta section is PR-specific and should not live in the repository’s README. Please remove it to keep the README focused on product/user-facing content.

Apply this diff:

-**Description of Changes:**
-
-* Fixed typos (e.g., “Rest” → “REST”, capitalization inconsistencies).
-* Standardized formatting for endpoints and peer entries.
-* Improved clarity and readability of sentences.
-* Added consistent capitalization for headings and proper nouns.
-* Updated phrasing to be more professional and concise.
-* Fixed minor Markdown inconsistencies (extra spaces, bullet formatting).
-
🧹 Nitpick comments (4)
README.MD (4)

14-14: Nit: Streamline the intro sentence to the list.

“such as” is redundant since the list is comprehensive. This reads tighter:

-Here you will find resources such as:
+This repository includes:

22-25: Trim redundancy and tighten Testnet Oro copy.

Avoid repeating “EVM-compatible/compatibility” and keep one concise paragraph.

-KiiChain is a peer-to-peer, decentralized, EVM-compatible network built with the Cosmos SDK. The public testnet is called **KiiChain Testnet Oro**.
-
-Testnet Oro is the permanent testnet with smart contract functionality and EVM compatibility. All hackathons, builds, airdrops, and test deployments should be done on this network.
+KiiChain is a peer-to-peer, decentralized network built with the Cosmos SDK and compatible with the EVM. The public, permanent testnet—**KiiChain Testnet Oro**—supports smart contracts and EVM execution. Use it for hackathons, builds, airdrops, and test deployments.

46-46: Use plural “Persistent peers” for forward-compatibility.

Even when there’s a single entry, “peers” keeps headings consistent as more entries are added.

-Persistent peer:
+Persistent peers:

Also applies to: 56-56


68-68: Fix brand capitalization for “KiiChain”.

Maintain consistent brand capitalization.

-* [Discord Kiichain Invitation](https://discord.com/invite/kiichain)
+* [Discord KiiChain Invite](https://discord.com/invite/kiichain)
📜 Review details

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

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between d74ad33 and ce79e2c.

📒 Files selected for processing (1)
  • README.MD (1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.MD

[grammar] ~5-~5: There might be a mistake here.
Context: ...“REST”, capitalization inconsistencies). * Standardized formatting for endpoints an...

(QB_NEW_EN)


[grammar] ~16-~16: There might be a mistake here.
Context: ...find resources such as: * Genesis files * Onboarding scripts * General chain infor...

(QB_NEW_EN)


[grammar] ~17-~17: There might be a mistake here.
Context: ...s: * Genesis files * Onboarding scripts * General chain information ## Testnet Or...

(QB_NEW_EN)


[grammar] ~42-~42: There might be a mistake here.
Context: ...c.uno.sentry.testnet.v3.kiivalidator.com](https://rpc.uno.sentry.testnet.v3.kiivalidator.com) * REST (LCD): [https://lcd.uno.sentry.testnet.v3.kii...

(QB_NEW_EN)


[grammar] ~43-~43: There might be a mistake here.
Context: ...d.uno.sentry.testnet.v3.kiivalidator.com](https://lcd.uno.sentry.testnet.v3.kiivalidator.com) * JSON-RPC (EVM): [https://json-rpc.uno.sentry.testnet.v...

(QB_NEW_EN)


[grammar] ~52-~52: There might be a mistake here.
Context: ...c.dos.sentry.testnet.v3.kiivalidator.com](https://rpc.dos.sentry.testnet.v3.kiivalidator.com) * REST (LCD): [https://lcd.dos.sentry.testnet.v3.kii...

(QB_NEW_EN)


[grammar] ~53-~53: There might be a mistake here.
Context: ...d.dos.sentry.testnet.v3.kiivalidator.com](https://lcd.dos.sentry.testnet.v3.kiivalidator.com) * JSON-RPC (EVM): [https://json-rpc.dos.sentry.testnet.v...

(QB_NEW_EN)


[grammar] ~68-~68: Ensure spelling is correct
Context: ...hrough our Discord channel: * [Discord Kiichain Invitation](https://discord.com/invite/...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🔇 Additional comments (1)
README.MD (1)

42-45: LGTM: Endpoint formatting is clear and consistent.

Backticked labels and clickable links improve readability and copyability. No issues found.

Also applies to: 52-55

@BlueLeadger BlueLeadger reopened this Aug 16, 2025
@Dwise3310
Copy link

actions check

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