![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
Cryptocurrency News Articles
Ethereum's Fusaka hard fork is expected to take place in the third or fourth quarter of this year
Apr 29, 2025 at 06:13 am
According to an Ethereum Foundation official. In an April 28 X post, Ethereum Foundation co-executive director Tomasz Kajetan Stańczak said that the organization is aiming to deploy the Fusaka Ethereum network upgrade in Q3 or Q4 2025
Ethereum’s Fusaka hard fork is expected to take place in the third or fourth quarter of this year, according to an Ethereum Foundation official.
In an April 28 X post, Ethereum Foundation co-executive director Tomasz Kajetan Stańczak said that the organization is aiming to deploy the Fusaka Ethereum network upgrade in Q3 or Q4 2025. Still, the exact rollout schedule has not been decided yet.
Stańczak said a controversial implementation of the EVM object format (EOF) upgrade for the Ethereum Virtual Machine (EVM) was expected to be a part of the Fusaka network upgrade, which Ethereum core developer Tim Beiko later ruled out.
EOF was removed from the Fusaka network upgrade today, merging the upgrade without it, as there was technical uncertainty around its impact, which may delay the Fusaka rollout, impacting the roadmap.https://t.co/b73782y89a
— Tim Beiko (@TimBeiko) April 28, 2024
The EVM is the software that runs Ethereum smart contracts. EOF would implement a series of protocol changes, known as Ethereum improvement proposals (EIPs), with profound implications for how it operates. EOF introduces an extensible and versioned container format for the smart contract bytecode that is verified once at deployment, separating code and data for efficiency gains.
This structure streamlines EVM operation, allowing for higher efficiency and lower processing overhead. This upgrade would also result in a cleaner developer environment and easier-to-understand deployed smart contracts.
Don’t JUMP, RJUMP instead!
EIP-4200, one of the EOF EIPs, provides an alternative to the JUMP and JUMPI instructions, which allow the program to move execution to any arbitrary byte offset. This kind of execution chain leads to hard-to-spot bugs (the JUMP value being wrong in some instances may not be easy to predict) and makes it easy to hide malware in data blobs and move the execution pointer there.
This practice is known as dynamic jump, and EIP-4750 (under review) proposes disallowing dynamic JUMP/JUMPI inside EOF smart contracts, rejecting them entirely during a later phase of EOF deployment. In its current form, this EIP replaces them with call function (CALLF) and return from function (RETF) function calls. Those new instructions would ensure that destinations are hardcoded into the bytecode, but legacy pre-EOF smart contracts would be unaffected.
Developers who opt to use JUMP or JUMPI after the upgrade will have their bytecode go through deploy-time validation, which ensures that they can never jump into data or the middle of another instruction. This verification would take place via EIP-3670's code-validation rules, plus the jump table (EIP-3690), so every destination is checked.
As an alternative to those functions, EOF implements RJUMP and RJUMPI instead, which require the destination to be hardcoded in the bytecode. Still, not everyone is on board with EOF implementation.
EOF has its haters
EOF is the implementation of 12 EIPs with profound implications for how smart contract developers work. Its supporters argue that it is efficient, more elegant, and allows for easier upgrades down the line.
Still, its detractors argue that it is over-engineered and introduces further complexity into an already complex system such as Ethereum. Ethereum developer Pascal Caversaccio lamented in a March 13 Ethereum Magicians post that “EOF is extremely complex,” as it adds two new semantics and removes and adds over a dozen opcodes. Also, he argued that it is not necessary.
He said all the benefits could be introduced in “more piecemeal, less invasive updates.” He added that the legacy EVM would also need to be maintained, “probably indefinitely.”
Caversaccio also explained that EOF would require a tooling upgrade, which risks introducing new vulnerabilities due to its large attack surface. Also, he said, “EVM contracts get much more complicated due to headers,” while currently empty contracts weigh just 15 bytes. Another developer raised a separate point in the thread:
Caversaccio appears to be in good company in his opposition to EOF. A dedicated poll on the Ethereum polling platform ETHPulse shows that 39 voters holding a total of nearly 17,745 Ether (ETH) are opposed to the upgrade. Only seven holders of under 300 ETH voted in favor.
Disclaimer:info@kdj.com
The information provided is not trading advice. kdj.com does not assume any responsibility for any investments made based on the information provided in this article. Cryptocurrencies are highly volatile and it is highly recommended that you invest with caution after thorough research!
If you believe that the content used on this website infringes your copyright, please contact us immediately (info@kdj.com) and we will delete it promptly.