node icon indicating copy to clipboard operation
node copied to clipboard

Optimism `op-reth` error on transaction receipt `unexpected l1 block info tx calldata length found`

Open ella-quicknode opened this issue 2 months ago • 2 comments

  • op-reth version: ghcr.io/base/node-reth:v0.12.9

  • repro steps below, for the same payload, worked fine on Geth nodes.

  1. call eth_getTransactionReceipt method
curl  -X POST \
  'http://localhost:8545' \
  --header 'Content-Type: application/json' \
  --data-raw '{
  "method": "eth_getTransactionReceipt",
  "params": [
    "0x027c398422f046b446c62aec68f0b959312ac5e54f6b71be093f2b7a63cec561"
  ],
  "id": 1,
  "jsonrpc": "2.0"
}'
  1. response error
{
  "jsonrpc": "2.0",
  "id": 1,
  "error": {
    "code": -32603,
    "message": "unexpected l1 block info tx calldata length found"
  }
}

ella-quicknode avatar Oct 03 '25 12:10 ella-quicknode

Gm

Onaysat avatar Oct 03 '25 16:10 Onaysat

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Nov 14 '25 14:11 github-actions[bot]