What's Changed
v0.4.3 introduces the @raw_return
decorator which allows contracts to return bytes directly without ABI-encoding, which enables new proxy contract use cases. The default EVM version has been updated to prague
, and several improvements have been made to the Venom optimizer pipeline.
Full release notes hosted at https://docs.vyperlang.org/en/latest/release-notes.html#v0-4-3-buttermilk-racer (source on github).
New Contributors
- @gap-editor made their first contribution in #4680
- @crypdoughdoteth made their first contribution in #4641
Full Changelog: v0.4.2...v0.4.3