When Vyper ships, 🐍 snekmate ships too. You know, at Vyper, we build _with_ each other, not from ivory towers. We're in the trenches _together_. So what's the TLDR for this release: I target now the latest `0.4.3` Vyper version and have shipped mainly two new features: - Utility functions for contract deployments using `CREATE`, `CREATE2`, and `CREATE3`. - A `block_hash` function that extends access to historical block hashes _beyond_ the native 256-block limit (using EIP-2935). Please note that this release will make all 🐍 snekmate contracts now target the new Vyper default EVM version `prague`. I genuinely believe Vyper is still one of the most underappreciated tech in Ethereum. I really encourage people to try it; the snake 🐍 is friendly, promise😄!
Vyper
Vyper24.6.2025
vyper 0.4.3 was released this week! .. also 0.4.2 was released 3 weeks ago, but we decided to ship more features instead of tweeting about it 😅 highlights are: - raw_create allows low level access to creation opcodes - raw_return allows bypassing ABI encoding for proxy use cases - pragma nonreentrancy on enables nonreentrancy by default
Release:
14K