Skip to content

Conversation

@nghiangovan
Copy link
Contributor

@nghiangovan nghiangovan commented Nov 18, 2025

Update link source download versions snapshots

Summary by CodeRabbit

  • Documentation
    • Updated node snapshot download URLs for Full Node and Archive Node configurations to new locations
    • Added reference to snapshots hub for accessing regularly updated node snapshots (updated approximately every 20 days)

@coderabbitai
Copy link

coderabbitai bot commented Nov 18, 2025

Walkthrough

Documentation URLs for Full Node and Archive Node snapshots are updated from download.xinfin.network and downloads.xinfin.network domains to rpc.xdc.network/snapshots/mainnet/ endpoints. A reference note is also updated to include the snapshots hub URL.

Changes

Cohort / File(s) Summary
Documentation snapshot URL updates
docs/xdcchain/developers/node_operators/masternode.md
Updated Full Node snapshot URL to https://rpc.xdc.network/snapshots/mainnet/full/, Archive Node snapshot URL to https://rpc.xdc.network/snapshots/mainnet/archive/, and added snapshots hub reference URL (https://rpc.xdc.network/snapshots/) to the snapshot update note.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • No logic or structural changes present; purely informational content updates
  • Straightforward URL replacements and text additions in documentation

Poem

🐰 The links have hopped to a newer place,
From old domains to rpc's embrace,
Snapshots now rest at the hub so bright,
Where Full and Archive nodes find their light! ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Update-source-download-snapshots' accurately reflects the main change: updating snapshot download URLs and references in the documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

📝 Customizable high-level summaries are now available in beta!

You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.

  • Provide your own instructions using the high_level_summary_instructions setting.
  • Format the summary however you like (bullet lists, tables, multi-section layouts, contributor stats, etc.).
  • Use high_level_summary_in_walkthrough to move the summary from the description to the walkthrough section.

Example instruction:

"Divide the high-level summary into five sections:

  1. 📝 Description — Summarize the main change in 50–60 words, explaining what was done.
  2. 📓 References — List relevant issues, discussions, documentation, or related PRs.
  3. 📦 Dependencies & Requirements — Mention any new/updated dependencies, environment variable changes, or configuration updates.
  4. 📊 Contributor Summary — Include a Markdown table showing contributions:
    | Contributor | Lines Added | Lines Removed | Files Changed |
  5. ✔️ Additional Notes — Add any extra reviewer context.
    Keep each section concise (under 200 words) and use bullet or numbered lists for clarity."

Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later.


Comment @coderabbitai help to get the list of available commands and usage tips.

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

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2775c36 and 36ef778.

📒 Files selected for processing (1)
  • docs/xdcchain/developers/node_operators/masternode.md (1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
docs/xdcchain/developers/node_operators/masternode.md

522-522: Bare URL used

(MD034, no-bare-urls)


524-524: Bare URL used

(MD034, no-bare-urls)


526-526: Bare URL used

(MD034, no-bare-urls)

🔇 Additional comments (1)
docs/xdcchain/developers/node_operators/masternode.md (1)

564-604: Disregard this review comment — the analysis is reversed.

The official mainnet snapshot URL is https://download.xinfin.network/xdcchain.tar, which is what line 576 correctly contains. https://rpc.xdc.network is an RPC endpoint for JSON-RPC queries, not a snapshot server, so updating line 576 to use rpc.xdc.network/snapshots/mainnet/full/ would break the documentation by replacing a valid endpoint with an invalid one.

The actual inconsistency in the file is in the earlier "Setup XDC Masternode(Full Node)/Standby node using Snapshots" section, which incorrectly references https://rpc.xdc.network/snapshots/mainnet/full/. However, that is not what this review identified.

Likely an incorrect or invalid review comment.

@AnilChinchawale AnilChinchawale merged commit eca43bf into XinFinOrg:main Nov 18, 2025
2 checks passed
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