Conversation
ijonele
commented
Nov 21, 2025
- Replaced the latest binary version with v0.7.3 across the docs
- Added v0.7.3 upgrade instructions for Barra and Mainnet
- Added a warning about re-generating addresses in network overviews and upgrade instructions.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
📝 WalkthroughWalkthroughThe PR updates docs to reference the v0.7.3 wardend binary: replaces v0.7.2 links with v0.7.3, adds v0.7.3 rows to Mainnet and Barra version histories, introduces v0.7.3 upgrade pages for Mainnet and Barra, and adds warnings that keys generated with v0.7.2 are invalid and must be rotated. Changes
Sequence Diagram(s)sequenceDiagram
participant Operator as Operator
participant Node as Node (wardend)
participant Filesystem as Filesystem
rect `#E8F0FF`
Note over Operator,Node: Upgrade to v0.7.3 (doc-described flow)
end
Operator->>Node: Stop wardend
Node-->>Operator: Confirm stopped
Operator->>Filesystem: Replace binary with wardend v0.7.3
Filesystem-->>Operator: Binary updated
Operator->>Node: Start wardend v0.7.3
Node-->>Operator: Running v0.7.3
rect `#FFF4E6`
Note over Operator: If keys were generated with v0.7.2\n -> Generate new keys with v0.7.3+ and move funds
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Potential attention points:
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (3)
🧰 Additional context used📓 Path-based instructions (1)**/*.md⚙️ CodeRabbit configuration file
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 4
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (9)
docs/developer-docs/docs/learn/warden-networks.md(2 hunks)docs/developer-docs/docs/operate-a-node/barra-testnet/barra-overview.md(1 hunks)docs/developer-docs/docs/operate-a-node/barra-testnet/join-barra.md(1 hunks)docs/developer-docs/docs/operate-a-node/barra-testnet/upgrade/v0.7.1.md(1 hunks)docs/developer-docs/docs/operate-a-node/barra-testnet/upgrade/v0.7.3.md(1 hunks)docs/developer-docs/docs/operate-a-node/mainnet/join-mainnet.md(1 hunks)docs/developer-docs/docs/operate-a-node/mainnet/mainnet-overview.md(1 hunks)docs/developer-docs/docs/operate-a-node/mainnet/upgrade/v0.7.1.md(1 hunks)docs/developer-docs/docs/operate-a-node/mainnet/upgrade/v0.7.3.md(1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
**/*.md
⚙️ CodeRabbit configuration file
**/*.md: "Assess the documentation for misspellings, grammatical errors, missing documentation and correctness"
Files:
docs/developer-docs/docs/operate-a-node/barra-testnet/join-barra.mddocs/developer-docs/docs/operate-a-node/mainnet/join-mainnet.mddocs/developer-docs/docs/learn/warden-networks.mddocs/developer-docs/docs/operate-a-node/barra-testnet/upgrade/v0.7.3.mddocs/developer-docs/docs/operate-a-node/mainnet/mainnet-overview.mddocs/developer-docs/docs/operate-a-node/barra-testnet/barra-overview.mddocs/developer-docs/docs/operate-a-node/mainnet/upgrade/v0.7.3.mddocs/developer-docs/docs/operate-a-node/mainnet/upgrade/v0.7.1.mddocs/developer-docs/docs/operate-a-node/barra-testnet/upgrade/v0.7.1.md
🪛 LanguageTool
docs/developer-docs/docs/operate-a-node/barra-testnet/upgrade/v0.7.3.md
[grammar] ~12-~12: Ensure spelling is correct
Context: ...** or newer and move any existing funds threre. **Keys generated with v0.7.2 are not vali...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
docs/developer-docs/docs/operate-a-node/mainnet/mainnet-overview.md
[grammar] ~21-~21: Ensure spelling is correct
Context: ...** or newer and move any existing funds threre. **Keys generated with v0.7.2 are not vali...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
docs/developer-docs/docs/operate-a-node/barra-testnet/barra-overview.md
[grammar] ~22-~22: Ensure spelling is correct
Context: ...** or newer and move any existing funds threre. **Keys generated with v0.7.2 are not vali...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
docs/developer-docs/docs/operate-a-node/mainnet/upgrade/v0.7.3.md
[grammar] ~12-~12: Ensure spelling is correct
Context: ...** or newer and move any existing funds threre. **Keys generated with v0.7.2 are not vali...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Analyze (go)
🔇 Additional comments (7)
docs/developer-docs/docs/operate-a-node/barra-testnet/upgrade/v0.7.1.md (1)
1-9: LGTM!The trailing newline addition is a standard cleanup with no content changes. The upgrade instruction is clear and correct.
docs/developer-docs/docs/operate-a-node/mainnet/upgrade/v0.7.1.md (1)
1-9: LGTM!Consistent with the Barra v0.7.1 page. The trailing newline cleanup is standard; content remains unchanged and correct.
docs/developer-docs/docs/learn/warden-networks.md (1)
18-18: LGTM!Binary version links are correctly updated from v0.7.2 to v0.7.3 for both Mainnet and Barra testnet. Formatting is consistent and links are properly structured.
Also applies to: 63-63
docs/developer-docs/docs/operate-a-node/mainnet/join-mainnet.md (1)
30-30: LGTM!Binary download link correctly updated to v0.7.3. The change is consistent with the PR-wide updates and maintains proper link formatting.
docs/developer-docs/docs/operate-a-node/mainnet/mainnet-overview.md (1)
13-18: LGTM!The version history table is properly updated with v0.7.3, the Binary section correctly references the latest version, and the new Endpoints section provides clear, well-organized information with helpful guidance. The EVM recommendation and chain.json reference are valuable additions.
Also applies to: 26-28, 30-59
docs/developer-docs/docs/operate-a-node/barra-testnet/join-barra.md (1)
30-30: LGTM!Binary download link correctly updated to v0.7.3, consistent with the mainnet and PR-wide updates.
docs/developer-docs/docs/operate-a-node/barra-testnet/barra-overview.md (1)
19-29: Version history and binary reference updates look good.The v0.7.3 table entry is properly formatted and consistent with existing entries. The warning block clearly communicates the critical information about v0.7.2 key invalidation, and the binary section correctly references v0.7.3. All documentation sections (endpoints, chain ID, denomination, faucet) are present and comprehensive.