Closed begmaroman closed 8 months ago
This happens because networks starting with a forkID from Etrog will have their first block containing a particular transaction called Injected TX.
This Injected TX requires a different way to be executed. I've adapted the code to process this particular transaction when tracing it In this commit https://github.com/0xPolygonHermez/zkevm-node/commit/97696723906bb4893d5c6760e1cd318aa456af48
System information
zkEVM Node version:
v0.0.X-RCXX
OS & Version:OSX
Commit hash : 567d1df3b05ec37d6d4eb9a3ef5d0b24764aa826 Network:Mainnet/Testnet
Expected behaviour
After running a network, I can successfully trace a first block using "debug_traceBlockByNumber" endpoint.
Actual behaviour
"debug_traceBlockByNumber" endpoint of the first block returns the following error:
Steps to reproduce the behaviour
Backtrace