Files
ethereum-rpc-docker/op
Claude Agent c07fb81a56 op-node: default L1 RPC kind basic -> standard (eth_getBlockReceipts)
Our L1 geth (e.g. rpc-de-31 ethereum-mainnet-geth) returns null for the
per-tx receipt path on historical blocks but serves eth_getBlockReceipts
fine. op-node's 'basic' kind only uses the per-tx batch, so chains
deriving from genesis (e.g. Katana) hit the broken path immediately;
chains already synced past it don't. 'standard' uses eth_getBlockReceipts
and keeps the per-tx batch as fallback (strict superset of 'basic'), so
it is safe for every OP-stack node.

Flips OP_NODE_L1_RPC_KIND default across all 176 op-node compose files.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 03:26:02 +00:00
..
2025-04-23 08:07:45 +07:00
2026-01-31 11:57:38 +07:00
2025-09-10 15:22:13 +07:00
2025-05-24 19:07:19 +07:00
2025-12-12 12:07:47 +07:00
2026-01-11 16:39:47 +07:00
fix
2025-04-14 19:41:22 +07:00
2025-05-19 21:33:29 +07:00
fix
2025-04-14 19:39:06 +07:00