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: handle possible idx err [APE-883] #76

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

fixes: https://github.com/ApeWorX/ape/issues/1400 fixes: APE-880

How I did it

check bounds

How to verify it

idk!

Checklist

antazoey commented 1 year ago

im still trying to repro and figure out exactly what is going on so i can ensure both this is the right move and that it works