Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add early return in
ComputeTxEnv
for state sync transactions (#12315)
`ComputeTxEnv` relied on `txIndex < len(block.Transactions())` which is violated by Polygon's state sync event transaction. We handle this case by adding an early return for this case, returning only ibs and blockContext which is used during state sync event tracing. Fixes #11701, #12007
- Loading branch information