当 Vyper 发货时,🐍也会船。你知道,在 Vyper,我们是互相建造的,而不是从象牙塔上建造的。我们一起在战壕里。那么这个版本的 TLDR 是什么:我现在的目标是最新的“0.4.3”Vyper 版本,主要提供了两个新功能: - 使用“CREATE”、“CREATE2”和“CREATE3”进行合约部署的实用函数。 - 一个“block_hash”函数,可扩展对历史区块哈希的访问,“超出”原生 256 个区块限制(使用 EIP-2935)。 请注意,此版本将使所有 🐍 snekmate 合约现在都针对新的 Vyper 默认 EVM 版本“prague”。 我真诚地相信 Vyper 仍然是以太坊中最被低估的技术之一。我真的鼓励人们尝试一下;蛇🐍很友好,保证!😄
Vyper
Vyper2025年6月24日
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
释放:
14.11K