ApeWorX / ape-vyper

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

fix: issues with 0.4 imports #122

Closed antazoey closed 5 days ago

antazoey commented 5 days ago

What I did

fixes: issue where couldn't import from root of project in non-relative manner fixes: issue with ethereum builtin namespace imports

How I did it

How to verify it

Checklist

antazoey commented 5 days ago

vyper namespace broke apart in 0.4, I think most migrated to ethereum but there might be 1-2 others

ive seen projects use both!

fubuloubu commented 5 days ago

vyper namespace broke apart in 0.4, I think most migrated to ethereum but there might be 1-2 others

ive seen projects use both!

I asked charles if there were other new ones introduced in 0.4 but i dont think so