Skip to content

Vyper 0.2.3

Compare
Choose a tag to compare
@fubuloubu fubuloubu released this 16 Jul 22:26
· 1706 commits to master since this release
006968f

Non-breaking changes and improvements:

  • Show contract names in raised exceptions (#2103)
  • Adjust function offsets to not include decorators (#2102)
  • Raise certain exception types immediately during module-scoped type checking (#2101)

Fixes:

  • Pop for loop values from stack prior to returning (#2110)
  • Type checking non-literal array index values (#2108)
  • Meaningful output during for loop type checking (#2096)