Skip to content

Commit f8145e3

Browse files
committed
Improve EOF summary
1 parent 3bebc2c commit f8145e3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ <h1>EOF</h1>
4444
<header class="major">
4545
<h2>Introduction to EVM Object Format</h2>
4646
</header>
47-
<p>EVM Object Format (EOF) introduces a way to structure EVM bytecode, defining
48-
a clear separation of sections (i.e. code, data, etc), it also allow to create
49-
new EOF versions without breaking backwards compatibility. Another benefit is
50-
that EOF Bytecode is validated at deploy time, instead of validating each time
51-
the code is executed as in current EVM bytecode.</p>
47+
<p>The EVM Object Format (EOF) is an important upgrade for the Ethereum Virtual Machine, comprising a series of
48+
EIPs. It introduces an extensible and versioned container format for EVM bytecode with a once-off
49+
validation at deploy time, focusing on separating code and data, enhancing code validation, and improving
50+
overall efficiency. </p>
5251
</div>
5352
<span class="image"><img src="images/pic01.png" alt="" /></span>
5453
</div>

0 commit comments

Comments
 (0)