docs(specs): update OpenRPC specifications from Daikon [Bot]#1015
docs(specs): update OpenRPC specifications from Daikon [Bot]#1015alchemy-bot wants to merge 3 commits intomainfrom
Conversation
🌿 Documentation Preview
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7c840ecf7b
ℹ️ 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".
| ../_components/custom/methods.yaml#/components/methods/eth_createAccessList | ||
| - $ref: ../_components/custom/methods.yaml#/components/methods/eth_feeHistory | ||
| - $ref: ../_components/custom/methods.yaml#/components/methods/eth_fillTransaction | ||
| - $ref: ../_components/custom/methods.yaml#/components/methods/eth_getAccountInfo |
There was a problem hiding this comment.
Fix unresolved eth_getAccountInfo method reference
This new $ref points to ../_components/custom/methods.yaml#/components/methods/eth_getAccountInfo, but there is no eth_getAccountInfo entry under components.methods in src/openrpc/chains/_components/custom/methods.yaml (and no other OpenRPC component defines that EVM method name). That leaves BNB with an unresolved pointer during OpenRPC generation, which scripts/generate-rpc.ts treats as an error via handleDerefErrors, and it also introduces an overview link to an endpoint page that cannot be generated.
Useful? React with 👍 / 👎.
🤖 Automated update of OpenRPC specs
This PR updates JSON-RPC method references based on the latest Daikon config. See this comprehensive guide
1 chain created or updated:
This workflow run:
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.