Home > web3.0 > body text

Ethereum Set for Overhaul of Crucial Programming Standard With 'EVM Object Format'

王林
Release: 2024-08-14 21:25:11
Original
936 people have browsed it

The EOF proposal is a series of planned changes aiming to update the ubiquitous Ethereum Virtual Machine (EVM) – the programming environment that executes smart contracts on the blockchain, and an evolving industry standard in its own right.

Ethereum Set for Overhaul of Crucial Programming Standard With 'EVM Object Format'

Ethereum developers are preparing for a hard fork that will introduce a new version of the EVM, aiming to make smart contracts more developer-friendly.

The Ethereum Improvement Proposal (EIP) known as EVM Object Format (EOF) has been a subject of discussion among developers this year, with some expressing concerns about possible security risks.

The EOF proposal, which is set to be included in a major package of changes expected later this year or early next, aims to update the Ethereum Virtual Machine (EVM) – the programming environment that executes smart contracts on the blockchain.

Specifically, EOF would make smart contracts more developer friendly, especially for those building decentralized applications in Solidity or Vyper programming languages.

However, the series of changes are also incredibly delicate that can break existing smart contracts, so developers have added in a new version, allowing dapp builders to choose which version of the EVM to use when deploying their code.

“EOF will be the first major EVM related change in years,” said Parithosh Jayanthi, a core developer at the Ethereum Foundation, in a text message on Telegram to CoinDesk.

“It sets the stage for future upgrades to the EVM and showcases the base layers intent to continue to improving the EVM.”

As the first and largest smart-contract blockchain, Ethereum has defined the programming standard that many other blockchains have adopted.

Other layer-1 blockchains have also found ways to be compatible with the EVM, recognizing how important this piece of technology is in the blockchain industry.

But developers are now looking to introduce a newer version of the EVM, so they can write more secure smart contracts and dapps.

With this, some developers have a few concerns that the procedure might create some unintended consequences for the network.

Currently, the EOF component of the Pectra upgrade, Ethereum’s next hard fork, consists of 11 Ethereum Improvement Proposals (EIPs).

EOF proposals were suggested in the previous upgrade, Dencun, but when Ethereum developers wanted to be heads-down working on proto-danksharding – another crucial innovation that makes data storage on the blockchain cheaper and faster – they pushed EOF out and suggested to revisit it for Pectra.

One notable critic of EOF was the core developer Marius Van Der Wijden.

“The problem that I see is that now performing these operations, performing these verifications, these checks, is also part of the consensus," he told CoinDesk in an interview at the Ethereum Community Conference in Brussels.

"That means if there's a bug in there, and we deploy something that passes our verification, but has a bug in it, then it will later on crash in a very unexpected way.”

Van Der Wijden’s high-level concern with EOF is that “the big disadvantage that we will have is to maintain this EVM alongside the old one. Because the old one is not going to go anywhere, right? And everyone has sort of been making use of the old one.”

Most of the core developers, however, say that EOF will bring benefits to the Ethereum ecosystem that outweigh the risks.

“EOF is ready, implementations are complete, and downstream users such as Solidity are advocating for it,” Danno Ferrin, an independent contributor to the client team Besu, told CoinDesk in a message over Telegram.

“When the feature is ready and done it's time to ship it or to permanently mothball it. EOF also fixes a large amount of technical debt the EVM has had since its inception,” Ferrin said.

The above is the detailed content of Ethereum Set for Overhaul of Crucial Programming Standard With 'EVM Object Format'. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!