Open
Description
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
- Create bindings for a contract compiled with solc v0.8.20.
- Create a simulated backend with default settings.
- Use this simulated backend to deploy the contract.
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
Activity