ApeWorX / ape-solidity

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

feat: standard input JSON support [APE-963] #104

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

Allows compiling using standard input JSON technique. This is required to do anything useful with the evm source map output.

How I did it

How to verify it

Checklist

antazoey commented 1 year ago

oddly enough, this is also needed for proper flattened contract support...

antazoey commented 1 year ago

id like to also test with verification but want this merged first so i can: https://github.com/ApeWorX/ape-etherscan/pull/89