News list for "pythonic"

Pythonic EVM smart contract language Vyper released 0.4.0 version

The Pythonic EVM smart contract language Vyper has been released 0.4.0 version. This version introduces a new module system that improves code reusability for smart contracts. The system has two types of library modules: stateless modules and stateful modules. Stateless modules can define functions, events, and constants across contracts without preserving state between calls or transactions. On the other hand, stateful modules can bundle functions and variables together and support ownership sy...

clock
2024-06-25 08:55:34
Pythonic EVM智能合约语言Vyper发布0.4.0版本

Pythonic EVM智能合约语言Vyper发布0.4.0版本。该版本引入了一个新的模块系统,提高了智能合约的代码重用性。该系统有两种类型的库模块:无状态模块和有状态模块。无状态模块可以跨合约定义函数、事件和常量,而不会在调用或交易之间保留状态。 另一方面,有状态模块可以将函数和变量捆绑在一起,并支持在模块内管理访问和权限的所有权系...

clock
2024-06-25 08:55:34