vyperlang / titanoboa

a vyper interpreter
https://titanoboa.readthedocs.io
Other
247 stars 49 forks source link

Allow using boa with Vyper master branch #145

Closed DanielSchiavini closed 3 months ago

DanielSchiavini commented 6 months ago

Vyper does not get updated very often. It should be possible to use boa to test all the new Vyper features

DanielSchiavini commented 6 months ago

A branch has been created https://github.com/vyperlang/titanoboa/tree/vyper-0.4.0

@charles-cooper: it compiles some simple contracts i'm still testing it compilation caching is busted now since we have to get a fingerprint for the entire dependency tree of a contract, not just the source code