ApeWorX / ape-vyper

Vyper compiler plugin for the Ape Framework, using VVM
https://www.apeworx.io/
Apache License 2.0
25 stars 9 forks source link

feat: add source map to contract type output #51

Closed ghost closed 1 year ago

ghost commented 1 year ago

This corresponds with https://github.com/ApeWorX/ethpm-types/pull/47 to ensure we have ContractType.sourcemap and ContractType.pcmap available when compiling Vyper contracts

ghost commented 1 year ago

This will facilitate the trace-related features, just wanna make sure I have my changes up so I don't forget about them