NikitaMishin/vyper-plugin

First update to partially support Vyper 0.4.0

DanielSchiavini opened this issue · 0 comments

  • Many new features, modules etc. were introduced that need to be supported
  • We probably need to implement a FileTypeFactory to detect the version from the pragma
  • Add checks to give nice error messages when the features from the wrong version are used
  • After #27 we should update the docker images to 0.4, too