Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
vyper.0.4.3+commit.bff19ea2.windows.exe | 2025-06-18 | 11.5 MB | |
vyper.0.4.3+commit.bff19ea2.linux | 2025-06-18 | 21.5 MB | |
vyper.0.4.3+commit.bff19ea2.darwin | 2025-06-18 | 19.3 MB | |
README.md | 2025-06-18 | 866 Bytes | |
v0.4.3 (_Buttermilk Racer_) source code.tar.gz | 2025-06-18 | 860.2 kB | |
v0.4.3 (_Buttermilk Racer_) source code.zip | 2025-06-18 | 1.1 MB | |
Totals: 6 Items | 54.3 MB | 2 |
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 https://github.com/vyperlang/vyper/pull/4680
- @crypdoughdoteth made their first contribution in https://github.com/vyperlang/vyper/pull/4641
Full Changelog: https://github.com/vyperlang/vyper/compare/v0.4.2...v0.4.3