Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions constants/mainnet_versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app-latest-tag": "v9.0.6",
"app-latest-sha": "6f4b596e47f80683adb1a161ca7cb640dcd9d206",
"node-latest-tag": "v0.31.4",
"node-latest-sha": "275faa430d54848f63f8e3bda7bcb27702fb4d10"
"node-latest-tag": "v0.32.1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Removed RPC methods remain advertised

When node-latest-tag advances to v0.32.1, the site still advertises the removed da RPC methods. Integrations following both guides fail.

Prompt for agents
The v0.32.1 release removes the deprecated da Go package and JSON-RPC namespace, while constants/mainnet_versions.json now drives Mainnet Beta installation and Docker guides to that release. Update the versioned Node API documentation and related RPC guidance for v0.32.1 so current-version users are not offered da methods. Review app/build/rpc/components/NodeAPIContent.tsx, app/build/rpc/node-api/page.mdx, the OpenRPC assets under public/specs, scripts/generate-llms.js, and the canonical .agents/skills/celestia/SKILL.md plus its published public/SKILL.md copy. Preserve older versioned API references for users running v0.31.4.
Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

"node-latest-sha": "8fc6945a38db8af6277d906c5d313a70db33c444"
}
Loading