simulated.NewBackend
does not support Shanghai (invalid opcode: PUSH0
)
#31203
Labels
simulated.NewBackend
does not support Shanghai (invalid opcode: PUSH0
)
#31203
System information
Geth version:
v1.14.13
OS & Version: MacOS 14.1.2 (23B92)
Expected behaviour
A contract compiled with solc >0.8.19 is deployed using the
simulated.NewBackend(...)
.Actual behaviour
An error
invalid opcode: PUSH0
is received.Steps to reproduce the behaviour
Also, it was confirmed that if the contract is compiled with solc v0.8.19, it IS DEPLOYED successfully.
This may be related to #28144
The text was updated successfully, but these errors were encountered: