You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a shadow fork, If I call eth_getTransactionByHash using a txHash that is in the real sepolia network, I get the field "type" in the response but If I send a tx in the shadow fork network, and I get the tx, the field "type" is missing. This is causing crashes in different components such as the erigon node.
Component
Anvil
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (883bb1c 2024-09-25T00:21:35.504891493Z)
What command(s) is the bug in?
anvil --block-time 12 --port 8545 --fork-url https://sepolia.infura.io/v3/ --fork-block-number 6941368
Operating System
Linux
Describe the bug
When I create a shadow fork, If I call eth_getTransactionByHash using a txHash that is in the real sepolia network, I get the field "type" in the response but If I send a tx in the shadow fork network, and I get the tx, the field "type" is missing. This is causing crashes in different components such as the erigon node.
ShadowFork Tx missing the field type:
Tx in sepolia with the field type:
The text was updated successfully, but these errors were encountered: