Skip to content

Commit

Permalink
Deployed 52aa13d to main with MkDocs 1.6.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2024
1 parent 8b7ed6e commit 3513a69
Show file tree
Hide file tree
Showing 260 changed files with 265 additions and 266 deletions.
1 change: 1 addition & 0 deletions main/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14650,6 +14650,7 @@ <h3 id="framework">🛠️ Framework<a class="headerlink" href="#framework" titl
<li>✨ Added a new flag <code>--solc-version</code> to the <code>fill</code> command, which allows the user to specify the version of the Solidity compiler to use when compiling Yul source code; this version will now be automatically downloaded by <code>fill</code> via <a href="https://github.com/crytic/solc-select"><code>solc-select</code></a> (<a href="https://github.com/ethereum/execution-spec-tests/pull/772">#772</a>).</li>
<li>🐞 Fix usage of multiple <code>@pytest.mark.with_all*</code> markers which shared parameters, such as <code>with_all_call_opcodes</code> and <code>with_all_create_opcodes</code> which shared <code>evm_code_type</code>, and now only parametrize compatible values (<a href="https://github.com/ethereum/execution-spec-tests/pull/762">#762</a>).</li>
<li>✨ Added <code>selector</code> and <code>marks</code> fields to all <code>@pytest.mark.with_all*</code> markers, which allows passing lambda functions to select or mark specific parametrized values (see <a href="https://ethereum.github.io/execution-spec-tests/main/writing_tests/test_markers/#covariant-marker-keyword-arguments">documentation</a> for more information) (<a href="https://github.com/ethereum/execution-spec-tests/pull/762">#762</a>).</li>
<li>✨ Improves consume input flags for develop and stable fixture releases, fixes <code>--help</code> flag for consume (<a href="https://github.com/ethereum/execution-spec-tests/pull/745">#745</a>).</li>
</ul>
<h3 id="evm-tools">🔧 EVM Tools<a class="headerlink" href="#evm-tools" title="Permanent link">&para;</a></h3>
<h3 id="misc">📋 Misc<a class="headerlink" href="#misc" title="Permanent link">&para;</a></h3>
Expand Down
14 changes: 6 additions & 8 deletions main/getting_started/executing_tests_command_line/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13918,9 +13918,10 @@ <h2 id="custom-fill-command-line-options">Custom <code>fill</code> Command-Line
[--solc-version SOLC_VERSION] [--evm-bin EVM_BIN] [--traces]
[--verify-fixtures] [--verify-fixtures-bin VERIFY_FIXTURES_BIN]
[--filler-path FILLER_PATH] [--output OUTPUT] [--flat-output]
[--single-fixture-per-file] [--no-html] [--build-name BUILD_NAME]
[--index] [--evm-dump-dir EVM_DUMP_DIR] [--forks] [--fork FORK]
[--from FROM] [--until UNTIL] [--test-help]
[--single-fixture-per-file] [--no-html] [--strict-alloc]
[--ca-start CA_START] [--ca-incr CA_INCR] [--build-name BUILD_NAME]
[--evm-dump-dir EVM_DUMP_DIR] [--forks] [--fork FORK] [--from FROM]
[--until UNTIL]

options:
-h, --help show this help message and exit
Expand Down Expand Up @@ -13990,10 +13991,6 @@ <h2 id="custom-fill-command-line-options">Custom <code>fill</code> Command-Line
--from FROM Fill tests from and including the specified fork.
--until UNTIL Fill tests until and including the specified fork.

Arguments related to running execution-spec-tests:
--test-help Only show help options specific to a specific execution-
spec-tests command and exit.

Exit: After displaying help.
</code></pre></div>

Expand Down Expand Up @@ -14023,7 +14020,8 @@ <h2 id="custom-fill-command-line-options">Custom <code>fill</code> Command-Line

<a href="mailto:[email protected]">Dan</a>,
<a href="mailto:[email protected]">Mario Vega</a>,
<a href="mailto:[email protected]">Mukul Kolpe</a>
<a href="mailto:[email protected]">Mukul Kolpe</a>,
<a href="mailto:[email protected]">spencer</a>
</nav>
</span>

Expand Down
2 changes: 1 addition & 1 deletion main/search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/tests/berlin/eip2930_access_list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13710,7 +13710,7 @@


<h1 id="eip-2930-access-list">EIP-2930 Access List<a class="headerlink" href="#eip-2930-access-list" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/berlin/eip2930_access_list"><code>tests/berlin/eip2930_access_list</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/berlin/eip2930_access_list"><code>tests/berlin/eip2930_access_list</code></a>.</p>
<div class="admonition example">
<p class="admonition-title">Generate fixtures for these test cases with:</p>
<div class="highlight"><pre><span></span><code><span class="go">fill -v tests/berlin/eip2930_access_list</span>
Expand Down
2 changes: 1 addition & 1 deletion main/tests/berlin/eip2930_access_list/test_acl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13721,7 +13721,7 @@


<h1 id="test-acl">Test ACL<a class="headerlink" href="#test-acl" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/berlin/eip2930_access_list/test_acl.py"><code>tests/berlin/eip2930_access_list/test_acl.py</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/berlin/eip2930_access_list/test_acl.py"><code>tests/berlin/eip2930_access_list/test_acl.py</code></a>.</p>
<div class="admonition example">
<p class="admonition-title">Generate fixtures for these test cases with:</p>
<div class="highlight"><pre><span></span><code><span class="go">fill -v tests/berlin/eip2930_access_list/test_acl.py</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13707,7 +13707,7 @@
<h1 id="test-acl-test-cases">Test ACL - Test Cases<a class="headerlink" href="#test-acl-test-cases" title="Permanent link">&para;</a></h1>
<div class="admonition example">
<p class="admonition-title">Test cases generated from <code>tests/berlin/eip2930_access_list/test_acl.py</code></p>
<p>Parametrized test cases generated from the test module <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/berlin/eip2930_access_list/test_acl.py"><code>tests/berlin/eip2930_access_list/test_acl.py</code></a>:</p>
<p>Parametrized test cases generated from the test module <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/berlin/eip2930_access_list/test_acl.py"><code>tests/berlin/eip2930_access_list/test_acl.py</code></a>:</p>
<div class="highlight"><pre><span></span><code>test_access_list[fork_Berlin-blockchain_test]
test_access_list[fork_Berlin-state_test]
test_access_list[fork_London-blockchain_test]
Expand Down
2 changes: 1 addition & 1 deletion main/tests/berlin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13708,7 +13708,7 @@


<h1 id="berlin">Berlin<a class="headerlink" href="#berlin" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/berlin"><code>tests/berlin</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/berlin"><code>tests/berlin</code></a>.</p>
<div class="admonition example">
<p class="admonition-title">Generate fixtures for these test cases with:</p>
<div class="highlight"><pre><span></span><code><span class="go">fill -v tests/berlin</span>
Expand Down
2 changes: 1 addition & 1 deletion main/tests/byzantium/eip198_modexp_precompile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13710,7 +13710,7 @@


<h1 id="eip-198-modexp-precompile">EIP-198 Modexp Precompile<a class="headerlink" href="#eip-198-modexp-precompile" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/byzantium/eip198_modexp_precompile"><code>tests/byzantium/eip198_modexp_precompile</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/byzantium/eip198_modexp_precompile"><code>tests/byzantium/eip198_modexp_precompile</code></a>.</p>
<div class="admonition example">
<p class="admonition-title">Generate fixtures for these test cases with:</p>
<div class="highlight"><pre><span></span><code><span class="go">fill -v tests/byzantium/eip198_modexp_precompile</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13721,7 +13721,7 @@


<h1 id="test-modexp">Test Modexp<a class="headerlink" href="#test-modexp" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/byzantium/eip198_modexp_precompile/test_modexp.py"><code>tests/byzantium/eip198_modexp_precompile/test_modexp.py</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/byzantium/eip198_modexp_precompile/test_modexp.py"><code>tests/byzantium/eip198_modexp_precompile/test_modexp.py</code></a>.</p>
<div class="admonition example">
<p class="admonition-title">Generate fixtures for these test cases with:</p>
<div class="highlight"><pre><span></span><code><span class="go">fill -v tests/byzantium/eip198_modexp_precompile/test_modexp.py</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13707,7 +13707,7 @@
<h1 id="test-modexp-test-cases">Test Modexp - Test Cases<a class="headerlink" href="#test-modexp-test-cases" title="Permanent link">&para;</a></h1>
<div class="admonition example">
<p class="admonition-title">Test cases generated from <code>tests/byzantium/eip198_modexp_precompile/test_modexp.py</code></p>
<p>Parametrized test cases generated from the test module <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/byzantium/eip198_modexp_precompile/test_modexp.py"><code>tests/byzantium/eip198_modexp_precompile/test_modexp.py</code></a>:</p>
<p>Parametrized test cases generated from the test module <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/byzantium/eip198_modexp_precompile/test_modexp.py"><code>tests/byzantium/eip198_modexp_precompile/test_modexp.py</code></a>:</p>
<div class="highlight"><pre><span></span><code>test_modexp[fork_Byzantium-blockchain_test-ModExpInput_base_-exponent_-modulus_02-ExpectedOutput_call_return_code_0x01-returned_data_0x01]
test_modexp[fork_Byzantium-blockchain_test-ModExpInput_base_-exponent_-modulus_0002-ExpectedOutput_call_return_code_0x01-returned_data_0x0001]
test_modexp[fork_Byzantium-blockchain_test-ModExpInput_base_00-exponent_00-modulus_02-ExpectedOutput_call_return_code_0x01-returned_data_0x01]
Expand Down
2 changes: 1 addition & 1 deletion main/tests/byzantium/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13708,7 +13708,7 @@


<h1 id="byzantium">Byzantium<a class="headerlink" href="#byzantium" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/byzantium"><code>tests/byzantium</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/byzantium"><code>tests/byzantium</code></a>.</p>
<div class="admonition example">
<p class="admonition-title">Generate fixtures for these test cases with:</p>
<div class="highlight"><pre><span></span><code><span class="go">fill -v tests/byzantium</span>
Expand Down
2 changes: 1 addition & 1 deletion main/tests/cancun/eip1153_tstore/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13710,7 +13710,7 @@


<h1 id="eip-1153-tstore">EIP-1153 Tstore<a class="headerlink" href="#eip-1153-tstore" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/cancun/eip1153_tstore"><code>tests/cancun/eip1153_tstore</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/cancun/eip1153_tstore"><code>tests/cancun/eip1153_tstore</code></a>.</p>
<div class="admonition example">
<p class="admonition-title">Generate fixtures for these test cases with:</p>
<div class="highlight"><pre><span></span><code><span class="go">fill -v tests/cancun/eip1153_tstore</span>
Expand Down
2 changes: 1 addition & 1 deletion main/tests/cancun/eip1153_tstore/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13777,7 +13777,7 @@


<h1 id="spec">Spec<a class="headerlink" href="#spec" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/cancun/eip1153_tstore/spec.py"><code>tests/cancun/eip1153_tstore/spec.py</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/cancun/eip1153_tstore/spec.py"><code>tests/cancun/eip1153_tstore/spec.py</code></a>.</p>


<div class="doc doc-object doc-module">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13757,7 +13757,7 @@


<h1 id="test-basic-tload">Test Basic Tload<a class="headerlink" href="#test-basic-tload" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/cancun/eip1153_tstore/test_basic_tload.py"><code>tests/cancun/eip1153_tstore/test_basic_tload.py</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/cancun/eip1153_tstore/test_basic_tload.py"><code>tests/cancun/eip1153_tstore/test_basic_tload.py</code></a>.</p>
<div class="admonition example">
<p class="admonition-title">Generate fixtures for these test cases with:</p>
<div class="highlight"><pre><span></span><code><span class="go">fill -v tests/cancun/eip1153_tstore/test_basic_tload.py</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13707,7 +13707,7 @@
<h1 id="test-basic-tload-test-cases">Test Basic Tload - Test Cases<a class="headerlink" href="#test-basic-tload-test-cases" title="Permanent link">&para;</a></h1>
<div class="admonition example">
<p class="admonition-title">Test cases generated from <code>tests/cancun/eip1153_tstore/test_basic_tload.py</code></p>
<p>Parametrized test cases generated from the test module <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/cancun/eip1153_tstore/test_basic_tload.py"><code>tests/cancun/eip1153_tstore/test_basic_tload.py</code></a>:</p>
<p>Parametrized test cases generated from the test module <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/cancun/eip1153_tstore/test_basic_tload.py"><code>tests/cancun/eip1153_tstore/test_basic_tload.py</code></a>:</p>
<div class="highlight"><pre><span></span><code>test_basic_tload_transaction_begin[fork_Cancun-blockchain_test]
test_basic_tload_transaction_begin[fork_Cancun-blockchain_test_engine]
test_basic_tload_transaction_begin[fork_Cancun-state_test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13721,7 +13721,7 @@


<h1 id="test-tload-calls">Test Tload Calls<a class="headerlink" href="#test-tload-calls" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/cancun/eip1153_tstore/test_tload_calls.py"><code>tests/cancun/eip1153_tstore/test_tload_calls.py</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/cancun/eip1153_tstore/test_tload_calls.py"><code>tests/cancun/eip1153_tstore/test_tload_calls.py</code></a>.</p>
<div class="admonition example">
<p class="admonition-title">Generate fixtures for these test cases with:</p>
<div class="highlight"><pre><span></span><code><span class="go">fill -v tests/cancun/eip1153_tstore/test_tload_calls.py</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13707,7 +13707,7 @@
<h1 id="test-tload-calls-test-cases">Test Tload Calls - Test Cases<a class="headerlink" href="#test-tload-calls-test-cases" title="Permanent link">&para;</a></h1>
<div class="admonition example">
<p class="admonition-title">Test cases generated from <code>tests/cancun/eip1153_tstore/test_tload_calls.py</code></p>
<p>Parametrized test cases generated from the test module <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/cancun/eip1153_tstore/test_tload_calls.py"><code>tests/cancun/eip1153_tstore/test_tload_calls.py</code></a>:</p>
<p>Parametrized test cases generated from the test module <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/cancun/eip1153_tstore/test_tload_calls.py"><code>tests/cancun/eip1153_tstore/test_tload_calls.py</code></a>:</p>
<div class="highlight"><pre><span></span><code>test_tload_calls[fork_Cancun-blockchain_test-call_type_CALL]
test_tload_calls[fork_Cancun-blockchain_test-call_type_CALLCODE]
test_tload_calls[fork_Cancun-blockchain_test-call_type_DELEGATECALL]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13721,7 +13721,7 @@


<h1 id="test-tload-reentrancy">Test Tload Reentrancy<a class="headerlink" href="#test-tload-reentrancy" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/cancun/eip1153_tstore/test_tload_reentrancy.py"><code>tests/cancun/eip1153_tstore/test_tload_reentrancy.py</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/cancun/eip1153_tstore/test_tload_reentrancy.py"><code>tests/cancun/eip1153_tstore/test_tload_reentrancy.py</code></a>.</p>
<div class="admonition example">
<p class="admonition-title">Generate fixtures for these test cases with:</p>
<div class="highlight"><pre><span></span><code><span class="go">fill -v tests/cancun/eip1153_tstore/test_tload_reentrancy.py</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13707,7 +13707,7 @@
<h1 id="test-tload-reentrancy-test-cases">Test Tload Reentrancy - Test Cases<a class="headerlink" href="#test-tload-reentrancy-test-cases" title="Permanent link">&para;</a></h1>
<div class="admonition example">
<p class="admonition-title">Test cases generated from <code>tests/cancun/eip1153_tstore/test_tload_reentrancy.py</code></p>
<p>Parametrized test cases generated from the test module <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/cancun/eip1153_tstore/test_tload_reentrancy.py"><code>tests/cancun/eip1153_tstore/test_tload_reentrancy.py</code></a>:</p>
<p>Parametrized test cases generated from the test module <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/cancun/eip1153_tstore/test_tload_reentrancy.py"><code>tests/cancun/eip1153_tstore/test_tload_reentrancy.py</code></a>:</p>
<div class="highlight"><pre><span></span><code>test_tload_reentrancy[fork_Cancun-blockchain_test-call_dest_type_CallDestType.REENTRANCY-call_return_RETURN-call_type_CALL]
test_tload_reentrancy[fork_Cancun-blockchain_test-call_dest_type_CallDestType.REENTRANCY-call_return_RETURN-call_type_CALLCODE]
test_tload_reentrancy[fork_Cancun-blockchain_test-call_dest_type_CallDestType.REENTRANCY-call_return_RETURN-call_type_DELEGATECALL]
Expand Down
2 changes: 1 addition & 1 deletion main/tests/cancun/eip1153_tstore/test_tstorage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13766,7 +13766,7 @@


<h1 id="test-tstorage">Test Tstorage<a class="headerlink" href="#test-tstorage" title="Permanent link">&para;</a></h1>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/59379a87cb91db792d23bbbf188bc52a79aed01a/tests/cancun/eip1153_tstore/test_tstorage.py"><code>tests/cancun/eip1153_tstore/test_tstorage.py</code></a>.</p>
<p>Documentation for <a href="https://github.com/ethereum/execution-spec-tests/blob/52aa13d90725daf45eaf9f128660771847cc9385/tests/cancun/eip1153_tstore/test_tstorage.py"><code>tests/cancun/eip1153_tstore/test_tstorage.py</code></a>.</p>
<div class="admonition example">
<p class="admonition-title">Generate fixtures for these test cases with:</p>
<div class="highlight"><pre><span></span><code><span class="go">fill -v tests/cancun/eip1153_tstore/test_tstorage.py</span>
Expand Down
Loading

0 comments on commit 3513a69

Please sign in to comment.