ApeWorX / ape-solidity

Solidity compiler plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
17 stars 23 forks source link

Customizable solc output [APE-1316] #119

Open bilbeyt opened 1 year ago

bilbeyt commented 1 year ago

Currently there is no way to specify which fields in abi is needed. For example when AST added to output files our abi folder size grew 5 times comparing to old one. If we can select which fields do we want in output that would be great. (really mandatory ones can be protected like abi, runtimeBytecode, deploymentBytecode these are really the most important ones.)

antazoey commented 1 year ago

Ideally, we would offer different artifacts for hosting (publishing) and different artifacts for development