ApeWorX / ape-vyper

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

fix: index error from vyper 3.8 and non-payable PC detection [APE-878] #77

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

fixes: #https://github.com/ApeWorX/ape/issues/1398

fixed: APE-878

How I did it

finally was able to repro and discovered that this fixes it

How to verify it

Checklist

antazoey commented 1 year ago

oh dang, i think the custom errs are no propagating now, ughhh