Skip to content

[docs-agent] Remove arbtrace_rawTransaction from docs#1376

Merged
dslovinsky merged 1 commit into
mainfrom
docs/remove-arbtrace-rawtransaction
Jun 11, 2026
Merged

[docs-agent] Remove arbtrace_rawTransaction from docs#1376
dslovinsky merged 1 commit into
mainfrom
docs/remove-arbtrace-rawtransaction

Conversation

@alchemy-bot

Copy link
Copy Markdown
Contributor

Summary

Removes arbtrace_rawTransaction from the docs. Live calls against Alchemy's Arbitrum node return the 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

  • Delete the arbtrace_rawTransaction method block from src/openrpc/chains/_components/arbtrace/methods.yaml.
  • Delete the arbtrace_rawTransaction row from the Arbitrum Trace API CU table in content/api-reference/pricing-resources/pricing/compute-unit-costs.mdx.

No $ref exists in src/openrpc/chains/arb/arb.yaml for this method (chain refs are owned by Daikon per the DOCS-113 playbook), so no chain-spec edit is needed. The standard EVM trace_rawTransaction row elsewhere on the CU page is untouched — that's a separate method.

Validation

  • pnpm run generate:rpc clean
  • pnpm run validate:rpc clean
  • npx prettier --check clean on both files

Out of scope

Dropping the method from OMGWINNING/chain-config's supportedMethodGroups for arbitrum (or from topconfig.yml) is a separate repo and a separate ticket if Daniel wants it.

Linear

DOCS-114

Requested by

@dslovinsky (via Slack thread)

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
@alchemy-bot alchemy-bot requested a review from a team as a code owner June 10, 2026 20:41
@github-actions

github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Jun 10, 2026, 8:42 PM

@dslovinsky dslovinsky merged commit 6d35f41 into main Jun 11, 2026
9 of 10 checks passed
@dslovinsky dslovinsky deleted the docs/remove-arbtrace-rawtransaction branch June 11, 2026 00:20
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.

3 participants