Skip to content

v0.2.0

Compare
Choose a tag to compare
@crypdoughdoteth crypdoughdoteth released this 10 Oct 05:22
· 12 commits to master since this release

The initial release of Vyper-rs!

  • Compiler version management with or w/o a virtual environment
  • Installation detection
  • Version detection
  • Compile to a specific EVM version
  • Blueprint parsing and compilation
  • Concurrent compilation of multiple contracts
  • ABI generation
  • Opcodes + rt
  • Generate external interface for contract
  • AST representation
  • Storage layout

Special thank you to @ControlCplusControlV for contributing to the initial release!