[docs-agent] Remove arbtrace_rawTransaction from docs#1376
Merged
Conversation
The method is not live on Alchemy's Arbitrum node: live calls return `the method arbtrace_rawTransaction does not exist/is not available`. Per Daniel's ask, drop all docs-side mentions. This reverses DOCS-113 / PR #1375. * Delete `arbtrace_rawTransaction` method definition from `src/openrpc/chains/_components/arbtrace/methods.yaml`. * Delete `arbtrace_rawTransaction` row from the Arbitrum Trace API table in `content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx`. No `$ref` exists in `src/openrpc/chains/arb/arb.yaml` (per the DOCS-113 playbook, chain refs are owned by Daikon). Validation: `pnpm run generate:rpc` + `pnpm run validate:rpc` clean. `npx prettier --check` clean on both files. Refs DOCS-114 Requested-by: @dslovinsky
🔗 Preview Mode
|
SahilAujla
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes
arbtrace_rawTransactionfrom the docs. Live calls against Alchemy's Arbitrum node returnthe method arbtrace_rawTransaction does not exist/is not available, so the method should not be advertised on the docs site until/unless the upstream implementation actually lands.This reverses DOCS-113 / #1375, which added the method definition earlier today based on the original ask.
Changes
arbtrace_rawTransactionmethod block fromsrc/openrpc/chains/_components/arbtrace/methods.yaml.arbtrace_rawTransactionrow from the Arbitrum Trace API CU table incontent/api-reference/pricing-resources/pricing/compute-unit-costs.mdx.No
$refexists insrc/openrpc/chains/arb/arb.yamlfor this method (chain refs are owned by Daikon per the DOCS-113 playbook), so no chain-spec edit is needed. The standard EVMtrace_rawTransactionrow elsewhere on the CU page is untouched — that's a separate method.Validation
pnpm run generate:rpccleanpnpm run validate:rpccleannpx prettier --checkclean on both filesOut of scope
Dropping the method from
OMGWINNING/chain-config'ssupportedMethodGroupsfor arbitrum (or fromtopconfig.yml) is a separate repo and a separate ticket if Daniel wants it.Linear
DOCS-114
Requested by
@dslovinsky (via Slack thread)