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
The EthDebug Info Schema has a required field programs. The compiler currently omits this field. solc instead stores the programs under contracts.${filename}.${contract_name}.evm.bytecode.ethdebug and contract.${filename}.${contract_name}.evm.deployedBytecode.ethdebug.
Description
The EthDebug Info Schema has a required field
programs
. The compiler currently omits this field. solc instead stores the programs undercontracts.${filename}.${contract_name}.evm.bytecode.ethdebug
andcontract.${filename}.${contract_name}.evm.deployedBytecode.ethdebug
.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: