Skip to content
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: fix transaction typos, grammar and documentation links #4098

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

savvar9991
Copy link
Contributor

  1. Fix typos in transaction-related terms:

    • "transacton" → "transaction"
    • "transcation" → "transaction"
    • "WantMsg" → "WantTx"
  2. Fix grammar:

    • "blobs must be placed is a way" → "blobs must be placed in a way"
  3. Update environment variable name for consistency:

    • "KNUUU_TIMEOUT" → "KNUU_TIMEOUT"
  4. Fix apostrophe usage:

    • "TTL's" → "TTLs"
  5. Update minikube documentation link:

    • Change from French version (kubernetes.io/fr/) to English version (kubernetes.io/docs/)

- Standardize environment variable naming: use `KNUU_TIMEOUT` instead of `KNUUU_TIMEOUT` to match with `KNUU_NAMESPACE`
- Update minikube documentation link to use the English version instead of French
- Fix formatting issues
@savvar9991 savvar9991 requested review from liamsi and a team as code owners December 9, 2024 04:51
@savvar9991 savvar9991 requested review from cmwaters and rach-id and removed request for a team December 9, 2024 04:51
@celestia-bot celestia-bot requested a review from a team December 9, 2024 04:51
Copy link
Contributor

coderabbitai bot commented Dec 9, 2024

📝 Walkthrough

Walkthrough

The pull request introduces clarifications and corrections across several documentation files related to the Content Addressable Transaction Pool (CAT) protocol and data layout for the Celestia blockchain. Changes include refining terminology, correcting typographical errors, and enhancing the clarity of transaction handling and data arrangement rules. The modifications aim to ensure consistent language and improve the overall understanding of the documents without altering their fundamental functionality.

Changes

File Path Change Summary
specs/src/cat_pool.md Clarified semantics of transaction handling, emphasized SeenTx, refined criteria for new transactions, corrected message handling for WantTx, and made minor grammatical corrections.
specs/src/data_square_layout.md Corrected typographical error regarding blob placement, maintained structure, and refined explanations for data layout principles without altering existing rules.
test/e2e/readme.md Corrected "KNUUU_TIMEOUT" to "KNUU_TIMEOUT" and updated Minikube installation link to English; no changes to functionality.

Possibly related PRs

Suggested labels

external

Suggested reviewers

  • liamsi
  • evan-forbes
  • ninabarbakadze
  • rootulp
  • cmwaters

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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • 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 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.

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

🧹 Outside diff range and nitpick comments (2)
specs/src/cat_pool.md (2)

44-44: Fix grammar: "any more" should be "anymore"

Change "any more" to "anymore" as it's being used as an adverb in this context.

-but does not have it any more.
+but does not have it anymore.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~44-~44: Did you mean the adverb “anymore”?
Context: ...had* a transaction but does not have it any more. Semantically it's more appropriate to ...

(ANY_MORE)


56-59: Fix plural/singular agreement: "this criteria" should be "these criteria"

The word "criteria" is plural (singular: criterion), so it should be "these criteria".

-Given this criteria, it is feasible
+Given these criteria, it is feasible
🧰 Tools
🪛 LanguageTool

[grammar] ~59-~59: The singular determiner ‘this’ may not agree with the plural noun ‘criteria’. Did you mean “these”?
Context: ...ubject to the size of the cache) Given this criteria, it is feasible, yet unlikely ...

(THIS_NNS)

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between f11a169 and 9af724d.

📒 Files selected for processing (3)
  • specs/src/cat_pool.md (3 hunks)
  • specs/src/data_square_layout.md (1 hunks)
  • test/e2e/readme.md (2 hunks)
✅ Files skipped from review due to trivial changes (1)
  • specs/src/data_square_layout.md
🧰 Additional context used
🪛 LanguageTool
specs/src/cat_pool.md

[uncategorized] ~44-~44: Did you mean the adverb “anymore”?
Context: ...had* a transaction but does not have it any more. Semantically it's more appropriate to ...

(ANY_MORE)


[grammar] ~59-~59: The singular determiner ‘this’ may not agree with the plural noun ‘criteria’. Did you mean “these”?
Context: ...ubject to the size of the cache) Given this criteria, it is feasible, yet unlikely ...

(THIS_NNS)

test/e2e/readme.md

[style] ~33-~33: To form a complete sentence, be sure to include a subject.
Context: ...ptional parameters**: - KNUU_TIMEOUT can be used to override the default timeout...

(MISSING_IT_THERE)

🔇 Additional comments (3)
specs/src/cat_pool.md (1)

91-91: LGTM: Clear clarification of transaction handling logic

The added clarification about waiting for a Txs message improves the protocol documentation by explicitly stating the timing requirements.

test/e2e/readme.md (2)

33-33: LGTM: Environment variable name correction

The environment variable name has been correctly updated from "KNUUU_TIMEOUT" to "KNUU_TIMEOUT", improving consistency.

🧰 Tools
🪛 LanguageTool

[style] ~33-~33: To form a complete sentence, be sure to include a subject.
Context: ...ptional parameters**: - KNUU_TIMEOUT can be used to override the default timeout...

(MISSING_IT_THERE)


59-59: LGTM: Documentation link update

The Minikube documentation link has been appropriately updated to point to the English version.

@rach-id rach-id changed the title fix transaction typos, grammar and documentation links docs: fix transaction typos, grammar and documentation links Dec 9, 2024
@rootulp rootulp merged commit 521543d into celestiaorg:main Dec 9, 2024
31 of 32 checks passed
rootulp pushed a commit to rootulp/celestia-app that referenced this pull request Dec 9, 2024
…aorg#4098)

1. Fix typos in transaction-related terms:
   - "transacton" → "transaction"
   - "transcation" → "transaction"
   - "WantMsg" → "WantTx"

2. Fix grammar:
   - "blobs must be placed is a way" → "blobs must be placed in a way"

3. Update environment variable name for consistency:
   - "KNUUU_TIMEOUT" → "KNUU_TIMEOUT"

4. Fix apostrophe usage:
   - "TTL's" → "TTLs"

5. Update minikube documentation link:
- Change from French version (kubernetes.io/fr/) to English version
(kubernetes.io/docs/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants