Skip to content

1.5.8

Choose a tag to compare

@github-actions github-actions released this 10 Dec 20:15
· 34 commits to main since this release
1d54543

Added

  • Missing fields to combined JSON output: LLL IR JSON, AST, EraVM assembly
  • The --search-paths option that is propagated to vyper as series of -p flags
  • Documentation for the zkvyper installation and CLI endpoints

Changed

  • The disassembler now only works with files with hexadecimal strings
  • The CLI library from deprecated structopt to clap
  • Updated the minimal proxy with recent LLVM optimizations
  • Updated to Rust v1.82.0

Fixed

  • Calls to precompile 0x04 are not replaced with memcopy anymore
  • Cleared return data after calling CREATE/CREATE2