-
Notifications
You must be signed in to change notification settings - Fork 318
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
Conversation
- 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
📝 WalkthroughWalkthroughThe 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
Possibly related PRs
Suggested labels
Suggested reviewers
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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
Documentation and Community
|
There was a problem hiding this 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
📒 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.
…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/)
Fix typos in transaction-related terms:
Fix grammar:
Update environment variable name for consistency:
Fix apostrophe usage:
Update minikube documentation link: