node
node copied to clipboard
Optimism `op-reth` error on transaction receipt `unexpected l1 block info tx calldata length found`
-
op-reth version:
ghcr.io/base/node-reth:v0.12.9 -
repro steps below, for the same payload, worked fine on Geth nodes.
- call
eth_getTransactionReceiptmethod
curl -X POST \
'http://localhost:8545' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "eth_getTransactionReceipt",
"params": [
"0x027c398422f046b446c62aec68f0b959312ac5e54f6b71be093f2b7a63cec561"
],
"id": 1,
"jsonrpc": "2.0"
}'
- response error
{
"jsonrpc": "2.0",
"id": 1,
"error": {
"code": -32603,
"message": "unexpected l1 block info tx calldata length found"
}
}
Gm
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.