<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Ethereum Governance Archives - Coin Engineer</title>
	<atom:link href="https://coinengineer.net/blog/tag/ethereum-governance/feed/" rel="self" type="application/rss+xml" />
	<link>https://coinengineer.net/blog/tag/ethereum-governance/</link>
	<description>Btc, Coins, Pre-Sale, DeFi, NFT</description>
	<lastBuildDate>Mon, 28 Apr 2025 16:13:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://coinengineer.net/blog/wp-content/uploads/2024/04/cropped-Coin-Engineer-Logo-Favicon-2-32x32.png</url>
	<title>Ethereum Governance Archives - Coin Engineer</title>
	<link>https://coinengineer.net/blog/tag/ethereum-governance/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ethereum Fusaka Update is Coming: Major Changes Ahead!</title>
		<link>https://coinengineer.net/blog/ethereum-fusaka-update-is-coming-major-changes-ahead/</link>
					<comments>https://coinengineer.net/blog/ethereum-fusaka-update-is-coming-major-changes-ahead/#respond</comments>
		
		<dc:creator><![CDATA[Yigit Taha OZTURK]]></dc:creator>
		<pubDate>Mon, 28 Apr 2025 16:30:03 +0000</pubDate>
				<category><![CDATA[Crypto News]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[EIP-4200]]></category>
		<category><![CDATA[EIP-4750]]></category>
		<category><![CDATA[EOF Upgrade]]></category>
		<category><![CDATA[Ethereum developers]]></category>
		<category><![CDATA[Ethereum Fusaka]]></category>
		<category><![CDATA[Ethereum Governance]]></category>
		<category><![CDATA[Ethereum Hard Fork 2025]]></category>
		<category><![CDATA[EVM Changes]]></category>
		<category><![CDATA[EVM Object Format]]></category>
		<category><![CDATA[Solidity Updates]]></category>
		<guid isPermaLink="false">https://coinengineer.net/blog/?p=40990</guid>

					<description><![CDATA[<p>According to Ethereum Foundation officials, the Ethereum Fusaka hard fork is expected to occur in Q3 or Q4 2025. While the exact date is yet to be finalized, Ethereum Foundation co-executive director Tomasz Kajetan Stańczak confirmed that the upcoming EVM Object Format (EOF) upgrade will be a central component of the Fusaka update. What’s Changing</p>
<p>The post <a href="https://coinengineer.net/blog/ethereum-fusaka-update-is-coming-major-changes-ahead/">Ethereum Fusaka Update is Coming: Major Changes Ahead!</a> appeared first on <a href="https://coinengineer.net/blog">Coin Engineer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="" data-start="2971" data-end="3320">According to Ethereum Foundation officials, the <strong data-start="3019" data-end="3048">Ethereum Fusaka hard fork</strong> is expected to occur in <strong data-start="3073" data-end="3090">Q3 or Q4 2025</strong>. While the exact date is yet to be finalized, Ethereum Foundation co-executive director <strong data-start="3179" data-end="3206">Tomasz Kajetan Stańczak</strong> confirmed that the upcoming <strong data-start="3235" data-end="3262">EVM Object Format (EOF)</strong> upgrade will be a central component of the Fusaka update.</p>
<h2 data-start="3322" data-end="3354">What’s Changing With Fusaka?</h2>
<p class="" data-start="3356" data-end="3480">The Ethereum Virtual Machine (EVM) — responsible for executing smart contracts — will undergo significant protocol upgrades:</p>
<ul>
<li data-start="3484" data-end="3579"><strong data-start="3484" data-end="3508">New container format</strong> for smart contract bytecode, introducing better structure and clarity.</li>
<li data-start="3582" data-end="3657"><strong data-start="3582" data-end="3607">Header (0xEF00 value)</strong> followed by a version number for future upgrades.</li>
<li data-start="3660" data-end="3717"><strong data-start="3660" data-end="3677">Section table</strong> to provide metadata about the contract.</li>
<li data-start="3720" data-end="3804"><strong data-start="3720" data-end="3756">Separated code and data sections</strong>, making contracts easier to analyze and verify.</li>
</ul>
<p class="" data-start="3806" data-end="3959">This structure is designed to streamline EVM operations, increase efficiency, and provide a cleaner development environment for smart contract engineers.</p>
<h2>Goodbye &#8220;JUMP&#8221;, Hello &#8220;RJUMP&#8221;</h2>
<p class="" data-start="3996" data-end="4396">Currently, EVM uses <code data-start="4016" data-end="4022">JUMP</code> and <code data-start="4027" data-end="4034">JUMPI</code> to redirect execution to arbitrary bytecode positions — a method that can conceal malicious code.<br data-start="4132" data-end="4135" />Through <strong data-start="4143" data-end="4155">EIP-4200</strong> and <strong data-start="4160" data-end="4172">EIP-4750</strong>, these dynamic jumps will be replaced by safer alternatives like <strong data-start="4238" data-end="4247">CALLF</strong> (function call) and <strong data-start="4268" data-end="4276">RETF</strong> (return from function). Additionally, <strong data-start="4315" data-end="4324">RJUMP</strong> and <strong data-start="4329" data-end="4339">RJUMPI</strong> will mandate hardcoded destinations within the bytecode.</p>
<hr />
<p data-start="4398" data-end="4429"><strong><em>You Might Be Interested In: <a href="https://coinengineer.net/blog/elon-musk-talks-about-the-name-of-a-new-memecoin/">Elon Musk Talks About the Name of a New Memecoin!</a></em></strong></p>
<hr />
<h2 data-start="4398" data-end="4429">Controversy Surrounding EOF</h2>
<p class="" data-start="4431" data-end="4539">However, not everyone supports EOF.<br data-start="4466" data-end="4469" />Developer <strong data-start="4479" data-end="4501">Pascal Caversaccio</strong> and others have raised concerns that:</p>
<ul>
<li data-start="4543" data-end="4569">EOF is <strong data-start="4550" data-end="4568">overly complex</strong>,</li>
<li data-start="4572" data-end="4638">It <strong data-start="4575" data-end="4602">adds unnecessary layers</strong> to an already intricate EVM system,</li>
<li data-start="4641" data-end="4721">It could <strong data-start="4650" data-end="4678">open new vulnerabilities</strong> by requiring significant tooling upgrades,</li>
<li data-start="4724" data-end="4784">It might <strong data-start="4733" data-end="4765">force indefinite maintenance</strong> of the legacy EVM.</li>
</ul>
<p class="" data-start="4786" data-end="4947">A recent ETHPulse poll revealed that voters holding nearly <strong data-start="4845" data-end="4859">17,745 ETH</strong> oppose the EOF upgrade, while only a few holders with less than <strong data-start="4924" data-end="4935">300 ETH</strong> support it.</p>
<p data-start="4786" data-end="4947"><img fetchpriority="high" decoding="async" class="aligncenter wp-image-154389 size-full" src="https://coinmuhendisi.com/blog/wp-content/uploads/2025/04/ethereum-2.webp" alt="ethereum" width="841" height="397" /></p>
<hr />
<p data-start="4786" data-end="4947"><em>You can also freely share your thoughts and comments about the topic in the comment section. Additionally, don’t forget to follow us on our <a href="https://t.me/coinengineernews" target="_blank" rel="noreferrer noopener nofollow"><strong>Telegram, </strong></a><a href="https://www.youtube.com/@CoinEngineer" target="_blank" rel="noreferrer noopener nofollow"><strong>YouTube</strong></a>, and <a href="https://twitter.com/coinengineers" target="_blank" rel="nofollow noopener"><strong>Twitter</strong></a> channels for the latest <a title="News" href="https://coinengineer.net/blog/news/" data-internallinksmanager029f6b8e52c="7">news</a> and updates.</em></p>
<p>The post <a href="https://coinengineer.net/blog/ethereum-fusaka-update-is-coming-major-changes-ahead/">Ethereum Fusaka Update is Coming: Major Changes Ahead!</a> appeared first on <a href="https://coinengineer.net/blog">Coin Engineer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://coinengineer.net/blog/ethereum-fusaka-update-is-coming-major-changes-ahead/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url='https://coinengineer.net/blog/wp-content/uploads/2025/01/Eric-Conner-Leaves-Ethereum.png' type='image/webp' medium='image' width='1920' height='1080'><media:title type='plain'> <![CDATA[USA]]></media:title><media:thumbnail url='https://coinengineer.net/blog/wp-content/uploads/2025/01/Eric-Conner-Leaves-Ethereum.png' width='58' height='33' /></media:content>	</item>
	</channel>
</rss>
