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
According to EthDebug spec the environment and instructions fields are required, but solc omits them for interfaces and abstract contracts. See: https://ethdebug.github.io/format/spec/program/
Description
According to EthDebug spec the
environment
andinstructions
fields are required, but solc omits them for interfaces and abstract contracts. See: https://ethdebug.github.io/format/spec/program/Environment
Steps to Reproduce
solc --standard-json input.json --pretty-json > ouput.json
input.json
output.json
The text was updated successfully, but these errors were encountered: