Skip to content

Commit 0e3920c

Browse files
Deployed b4e09b1 to main with MkDocs 1.6.0 and mike 1.1.2
1 parent f73d21b commit 0e3920c

File tree

849 files changed

+4183
-2689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

849 files changed

+4183
-2689
lines changed

main/CHANGELOG/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29471,6 +29471,7 @@ <h4 id="fill"><code>fill</code><a class="headerlink" href="#fill" title="Permane
2947129471
<ul>
2947229472
<li>🐞 Fix <code>--fork/from/until</code> for transition forks when using <code>fill</code> <a href="https://github.com/ethereum/execution-spec-tests/pull/1311">#1311</a>.</li>
2947329473
<li>🐞 Fix the node id for state tests marked by transition forks (<a href="https://github.com/ethereum/execution-spec-tests/pull/1313">#1313</a>).</li>
29474+
<li>✨ Add <code>static_filler</code> plug-in which allows to fill static YAML and JSON tests (from <a href="https://github.com/ethereum/tests">ethereum/tests</a>) by adding flag <code>--fill-static-tests</code> to <code>uv run fill</code> (<a href="https://github.com/ethereum/execution-spec-tests/pull/1336">#1336</a>).</li>
2947429475
</ul>
2947529476
<h3 id="misc">📋 Misc<a class="headerlink" href="#misc" title="Permanent link">&para;</a></h3>
2947629477
<ul>

main/filling_tests/index.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28268,6 +28268,15 @@
2826828268
</span>
2826928269
</a>
2827028270

28271+
</li>
28272+
28273+
<li class="md-nav__item">
28274+
<a href="#filling-static-tests-from-ethereumtests" class="md-nav__link">
28275+
<span class="md-ellipsis">
28276+
Filling Static Tests from ethereum/tests
28277+
</span>
28278+
</a>
28279+
2827128280
</li>
2827228281

2827328282
</ul>
@@ -28310,6 +28319,10 @@ <h2 id="limitations-of-filling">Limitations of Filling<a class="headerlink" href
2831028319
<p>Some tests cases, particularly those without straightforward post-checks, such as certain gas calculations, may allow subtle inconsistencies to slip through during filling.</p>
2831128320
<p><strong>Consequently, filling the tests does not ensure the client’s correctness. Clients must consume the tests to be considered correctly tested, even if that client was used to fill the tests.</strong></p>
2831228321
</div>
28322+
<h2 id="filling-static-tests-from-ethereumtests">Filling Static Tests from <a href="https://github.com/ethereum/tests">ethereum/tests</a><a class="headerlink" href="#filling-static-tests-from-ethereumtests" title="Permanent link">&para;</a></h2>
28323+
<p>Filling static test fillers in YAML or JSON formats from <a href="https://github.com/ethereum/tests/tree/develop/src">ethereum/tests</a> is possible by adding the <code>--fill-static-tests</code> to the <code>fill</code> command.</p>
28324+
<p>This functionality is only available for backwards compatibility and copying legacy tests from the <a href="https://github.com/ethereum/tests">ethereum/tests</a> repository into this one.</p>
28325+
<p>Adding new static test fillers is otherwise not allowed.</p>
2831328326

2831428327

2831528328

@@ -28330,11 +28343,12 @@ <h2 id="limitations-of-filling">Limitations of Filling<a class="headerlink" href
2833028343
<span class="md-source-file__fact">
2833128344
<span class="md-icon" title="Contributors">
2833228345

28333-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4Z"/></svg>
28346+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 5.5A3.5 3.5 0 0 1 15.5 9a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8.5 9 3.5 3.5 0 0 1 12 5.5M5 8c.56 0 1.08.15 1.53.42-.15 1.43.27 2.85 1.13 3.96C7.16 13.34 6.16 14 5 14a3 3 0 0 1-3-3 3 3 0 0 1 3-3m14 0a3 3 0 0 1 3 3 3 3 0 0 1-3 3c-1.16 0-2.16-.66-2.66-1.62a5.536 5.536 0 0 0 1.13-3.96c.45-.27.97-.42 1.53-.42M5.5 18.25c0-2.07 2.91-3.75 6.5-3.75s6.5 1.68 6.5 3.75V20h-13v-1.75M0 20v-1.5c0-1.39 1.89-2.56 4.45-2.9-.59.68-.95 1.62-.95 2.65V20H0m24 0h-3.5v-1.75c0-1.03-.36-1.97-.95-2.65 2.56.34 4.45 1.51 4.45 2.9V20Z"/></svg>
2833428347

2833528348
</span>
2833628349
<nav>
2833728350

28351+
<a href="mailto:marioevz@gmail.com">Mario Vega</a>,
2833828352
<a href="mailto:danceratopz@gmail.com">danceratopz</a>
2833928353
</nav>
2834028354
</span>

main/library/ethereum_test_fixtures/index.html

Lines changed: 423 additions & 162 deletions
Large diffs are not rendered by default.

main/library/ethereum_test_forks/index.html

Lines changed: 502 additions & 121 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)