Crypto News – The expected new version of the Ethereum programming language Vyper is now available.
Ethereum Programming Language Vyper Performance-Oriented Version v0.3.10 Released
V0.3.10 is a performance-focused version, according to the documentation. It introduces a new code-size optimization option and new #pragma directives unique to Vyper. Uses the Cancun MCOPY opcode for some compiler-generated code and produces selector tables with O(1) efficiency.
What is Vyper?
The more recent language for developing Ethereum is Vyper. It was published in 2018 and is a statically typed language like Solidity. Unlike Solidity code, it is written in the same syntax as the Python programming language. Smart contracts are highly secure because of this language. This language is less susceptible to security risks since it has fewer features than Solidity.
What has Changed with the Update?
The changes experienced can be analyzed in two different ways: breaking and non-breaking.
- Breaking changes:
To initcode, add the runtime code layout.
Release EVM versions via Istanbul.
Get rid of the Vyper signature during runtime.
- Non-breaking changes and improvements:
Selector tables with O(1).
Put bound= to use in ranges.
The Vyper compiler should be given optimization mode.
Boost batch copy efficiency.
Leave a comment