Skip to content

docs(specs): update OpenRPC specifications from Daikon [Bot]#1148

Closed
alchemy-bot wants to merge 8 commits intomainfrom
bot/daikon-specs-update
Closed

docs(specs): update OpenRPC specifications from Daikon [Bot]#1148
alchemy-bot wants to merge 8 commits intomainfrom
bot/daikon-specs-update

Conversation

@alchemy-bot
Copy link
Contributor

🤖 Automated update of OpenRPC specs

This PR updates JSON-RPC method references based on the latest Daikon config. See this comprehensive guide

44 chains created or updated:

  • ADI
  • Arbitrum
  • Astar
  • Avalanche
  • Base
  • Bitcoin
  • Blast
  • BNB Smart Chain
  • BOB
  • CelestiaBridge (NEW)
  • Celo
  • Ethereum
  • Gensyn
  • Gnosis
  • HyperEVM
  • Ink
  • Jovay
  • Linea
  • Mantle
  • Polygon PoS
  • Metis
  • Mode
  • Mythos
  • opBNB
  • OP Mainnet
  • Pharos
  • Plasma
  • Scroll
  • Settlus
  • Shape
  • Solana
  • Soneium
  • Sonic
  • Stable
  • Sui
  • Superseed
  • Tempo
  • Tron
  • Unichain
  • World Chain
  • X Layer
  • ZetaChain
  • ZKsync
  • Zora

This workflow run:

  • Uses references to shared components for methods
  • Creates new OpenRPC specs and updates existing ones
  • For new chains, adds them to docs navigation
  • Respects x-bot-ignore arrays to exclude specific methods from automation

Something look wrong? If you are an Alchemy employee please open a PR with changes in Daikon. If you are a member of the public please reach out to our team.

@alchemy-bot alchemy-bot requested a review from a team as a code owner March 20, 2026 19:48
@github-actions
Copy link

github-actions bot commented Mar 20, 2026

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ❌ Failed Mar 20, 2026, 7:49 PM

@dslovinsky
Copy link
Collaborator

test

@dslovinsky dslovinsky closed this Mar 20, 2026
@dslovinsky dslovinsky deleted the bot/daikon-specs-update branch March 20, 2026 19:51
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 45a34e88d2

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +57 to +58
../_components/polkadot/methods.yaml#/components/methods/chain_getFinalizedHead
- $ref: ../_components/polkadot/methods.yaml#/components/methods/chain_getHeader

Choose a reason for hiding this comment

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

P1 Badge Point Astar at a checked-in component source

These two new Astar methods resolve through ../_components/polkadot/methods.yaml, but there is no src/openrpc/chains/_components/polkadot/ directory in this repo. From a clean checkout, generate-rpc cannot dereference the Astar schema, so the chain_* endpoints added by this PR never make it into the generated spec or docs.

Useful? React with 👍 / 👎.

Comment on lines +79 to +80
../_components/pchain/methods.yaml#/components/methods/platform.getAllValidatorsAt
- $ref: ../_components/pchain/methods.yaml#/components/methods/platform.getBalance

Choose a reason for hiding this comment

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

P1 Badge Use the existing Avalanche P-chain component path

The new platform.* refs are pointing at ../_components/pchain/..., but this tree only contains src/openrpc/chains/_components/avalanche-p/ (the standalone avalanche-p spec already uses that path). With the path as written here, the Avalanche OpenRPC spec cannot dereference these additions, so the new P-chain endpoints will be missing from generated docs.

Useful? React with 👍 / 👎.

Comment on lines +56 to +57
../_components/tron/methods.yaml#/components/methods//wallet/accountpermissionupdate
- $ref: ../_components/tron/methods.yaml#/components/methods//wallet/broadcasthex

Choose a reason for hiding this comment

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

P1 Badge Restore the missing Tron OpenRPC component file

These new /wallet* methods all depend on ../_components/tron/methods.yaml, but there is no src/openrpc/chains/_components/tron/ directory in the repository. On a clean build the Tron OpenRPC schema can no longer be dereferenced, so the overview links added in this PR won't have generated endpoint pages behind them.

Useful? React with 👍 / 👎.

Comment on lines +15 to +16
- $ref: ../_components/celestiabridge/methods.yaml#/components/methods/blob.Get
- $ref: ../_components/celestiabridge/methods.yaml#/components/methods/blob.GetAll

Choose a reason for hiding this comment

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

P1 Badge Add the missing CelestiaBridge method components

This new chain starts by dereferencing ../_components/celestiabridge/methods.yaml, but no such component file exists under src/openrpc/chains/_components/. That means the CelestiaBridge spec cannot be generated from a clean checkout, so the new api-name: celestiabridge section added in content/docs.yml will have no backing API spec to index.

Useful? React with 👍 / 👎.


## CelestiaBridge APIs

📙 Get started with our [CelestiaBridge API Quickstart Guide](/docs/reference/celestiabridge-api-quickstart).

Choose a reason for hiding this comment

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

P2 Badge Remove or add the CelestiaBridge quickstart target

This CTA points to /docs/reference/celestiabridge-api-quickstart, but a repo-wide search only finds this single reference—there is no MDX page or redirect for that slug. As shipped, the new CelestiaBridge overview sends readers to a 404 for the primary getting-started link.

Useful? React with 👍 / 👎.

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