Skip to content

Update celestia-node RPC reference through v0.31.4 - #2555

Merged
jcstein merged 4 commits into
mainfrom
jcstein/update-openrpc-v0313
Aug 10, 2026
Merged

Update celestia-node RPC reference through v0.31.4#2555
jcstein merged 4 commits into
mainfrom
jcstein/update-openrpc-v0313

Conversation

@jcstein

@jcstein jcstein commented Aug 7, 2026

Copy link
Copy Markdown
Member

Summary

  • add the missing mainnet OpenRPC snapshots for celestia-node v0.30.2, v0.31.3, and v0.31.4, with v0.31.4 as the default reference
  • remove the stale fraud namespace from the current Node API overview and correct node.Info.type to string in the v0.31.x schemas
  • document the v0.31.3 config-update requirement and 16 MiB RPC request limit
  • refresh the LLM resource links and public agent skill to target v0.31.4

Why

The published Node API reference was pinned to v0.28.4 even though the documented Mainnet Beta node version is v0.31.4. This left removed fraud RPC methods visible and omitted current response-shape and server-limit behavior.

The upstream v0.31.3 and v0.31.4 openrpc.json release assets also contain a docgen warning before the JSON document and describe node.Info.type as an integer despite the released type's JSON marshaler returning strings. These snapshots remove the warning and correct that schema field while otherwise preserving the release output.

Validation

  • parsed all three new specifications with jq
  • confirmed v0.30.2 matches the official release asset after JSON normalization
  • confirmed the only semantic change from the sanitized v0.31.3 and v0.31.4 assets is node.Info.type: integer to string
  • yarn lint — passes with one pre-existing warning
  • yarn build — passes, including static generation, LLM output generation, and Pagefind indexing
  • verified the generated site copies all three specs byte-for-byte and includes the new operator guidance
  • verified the new v0.31.3 release link returns HTTP 200

yarn check-links remains blocked locally by the repository's existing Node 26 glob/minimatch ESM mismatch (GLOBSTAR is not exported).

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🚀 Preview Deployment

Your preview is ready: https://celestiaorg.github.io/docs-preview/pr-2555/

@jcstein jcstein left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

lgtm, will make issues re: issue on celestia-node with the openrpcgen

@devin-ai-integration devin-ai-integration Bot left a comment

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.

Devin Review found 1 potential issue.

Open in Devin Review

Comment thread app/operate/data-availability/install-celestia-node/page.mdx
@mergify

mergify Bot commented Aug 10, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@jcstein
jcstein merged commit 0da11b6 into main Aug 10, 2026
9 checks passed
@jcstein
jcstein deleted the jcstein/update-openrpc-v0313 branch August 10, 2026 15:48
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