Skip to content

Commit

Permalink
Deployed dda0f6a to v1.0.1b1-refactor-4844-specs with MkDocs 1.4.3 an…
Browse files Browse the repository at this point in the history
…d mike 1.1.2
  • Loading branch information
danceratopz committed Jul 12, 2023
1 parent 056f3d9 commit c4c9e38
Show file tree
Hide file tree
Showing 58 changed files with 234 additions and 272 deletions.
38 changes: 19 additions & 19 deletions v1.0.1b1-refactor-4844-specs/library/ethereum_test_tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5867,8 +5867,8 @@ <h3 id="ethereum_test_tools.code.code.Code.bytecode" class="doc doc-heading">
<code class="highlight language-python"><span class="n">bytecode</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">bytes</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.code.code.Code.bytecode" class="headerlink" title="Permanent link">&para;</a></h3>
Expand All @@ -5894,8 +5894,8 @@ <h3 id="ethereum_test_tools.code.code.Code.name" class="doc doc-heading">
<code class="highlight language-python"><span class="n">name</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">str</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.code.code.Code.name" class="headerlink" title="Permanent link">&para;</a></h3>
Expand Down Expand Up @@ -7532,7 +7532,7 @@ <h2 id="ethereum_test_tools.BlockchainTest" class="doc doc-heading">

<div class="doc doc-contents ">
<p class="doc doc-class-bases">
Bases: <code><a class="autorefs autorefs-internal" title="ethereum_test_tools.spec.base_test.BaseTest" href="../pytest_plugins/test_filler/#pytest_plugins.test_filler.test_filler.BaseTest">BaseTest</a></code></p>
Bases: <code><a class="autorefs autorefs-internal" title="ethereum_test_tools.spec.base_test.BaseTest" href="#ethereum_test_tools.BaseTest">BaseTest</a></code></p>


<p>Filler type that tests multiple blocks (valid or invalid) in a chain.</p>
Expand Down Expand Up @@ -9294,7 +9294,7 @@ <h2 id="ethereum_test_tools.StateTest" class="doc doc-heading">

<div class="doc doc-contents ">
<p class="doc doc-class-bases">
Bases: <code><a class="autorefs autorefs-internal" title="ethereum_test_tools.spec.base_test.BaseTest" href="../pytest_plugins/test_filler/#pytest_plugins.test_filler.test_filler.BaseTest">BaseTest</a></code></p>
Bases: <code><a class="autorefs autorefs-internal" title="ethereum_test_tools.spec.base_test.BaseTest" href="#ethereum_test_tools.BaseTest">BaseTest</a></code></p>


<p>Filler type that tests transactions over the period of a single block.</p>
Expand Down Expand Up @@ -12940,8 +12940,8 @@ <h3 id="ethereum_test_tools.code.generators.CodeGasMeasure.overhead_cost" class=
<code class="highlight language-python"><span class="n">overhead_cost</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">0</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.code.generators.CodeGasMeasure.overhead_cost" class="headerlink" title="Permanent link">&para;</a></h3>
Expand All @@ -12967,8 +12967,8 @@ <h3 id="ethereum_test_tools.code.generators.CodeGasMeasure.extra_stack_items" cl
<code class="highlight language-python"><span class="n">extra_stack_items</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">0</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.code.generators.CodeGasMeasure.extra_stack_items" class="headerlink" title="Permanent link">&para;</a></h3>
Expand Down Expand Up @@ -12996,8 +12996,8 @@ <h3 id="ethereum_test_tools.code.generators.CodeGasMeasure.sstore_key" class="do
<code class="highlight language-python"><span class="n">sstore_key</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">0</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.code.generators.CodeGasMeasure.sstore_key" class="headerlink" title="Permanent link">&para;</a></h3>
Expand Down Expand Up @@ -14036,8 +14036,8 @@ <h3 id="ethereum_test_tools.common.types.Account.storage" class="doc doc-heading
<code class="highlight language-python"><span class="n">storage</span><span class="p">:</span> <span class="n">Storage</span> <span class="o">|</span> <span class="kc">None</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Account.storage" class="headerlink" title="Permanent link">&para;</a></h3>
Expand Down Expand Up @@ -14519,8 +14519,8 @@ <h3 id="ethereum_test_tools.common.types.Account.nonce" class="doc doc-heading">
<code class="highlight language-python"><span class="n">nonce</span><span class="p">:</span> <span class="nb">int</span> <span class="o">|</span> <span class="kc">None</span> <span class="o">=</span> <span class="n">nonce</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Account.nonce" class="headerlink" title="Permanent link">&para;</a></h3>
Expand Down Expand Up @@ -14548,8 +14548,8 @@ <h3 id="ethereum_test_tools.common.types.Account.balance" class="doc doc-heading
<code class="highlight language-python"><span class="n">balance</span><span class="p">:</span> <span class="nb">int</span> <span class="o">|</span> <span class="kc">None</span> <span class="o">=</span> <span class="n">balance</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Account.balance" class="headerlink" title="Permanent link">&para;</a></h3>
Expand All @@ -14575,8 +14575,8 @@ <h3 id="ethereum_test_tools.common.types.Account.code" class="doc doc-heading">
<code class="highlight language-python"><span class="n">code</span><span class="p">:</span> <span class="nb">str</span> <span class="o">|</span> <span class="nb">bytes</span> <span class="o">|</span> <span class="n">Code</span> <span class="o">|</span> <span class="kc">None</span> <span class="o">=</span> <span class="n">code</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Account.code" class="headerlink" title="Permanent link">&para;</a></h3>
Expand Down Expand Up @@ -16491,8 +16491,8 @@ <h3 id="ethereum_test_tools.common.types.Transaction.ty" class="doc doc-heading"
<code class="highlight language-python"><span class="n">ty</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">int</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Transaction.ty" class="headerlink" title="Permanent link">&para;</a></h3>
Expand Down Expand Up @@ -17994,8 +17994,8 @@ <h3 id="ethereum_test_tools.common.types.Block.rlp" class="doc doc-heading">
<code class="highlight language-python"><span class="n">rlp</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">bytes</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Block.rlp" class="headerlink" title="Permanent link">&para;</a></h3>
Expand Down Expand Up @@ -18024,8 +18024,8 @@ <h3 id="ethereum_test_tools.common.types.Block.rlp_modifier" class="doc doc-head
<code class="highlight language-python"><span class="n">rlp_modifier</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="n">Header</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Block.rlp_modifier" class="headerlink" title="Permanent link">&para;</a></h3>
Expand All @@ -18052,8 +18052,8 @@ <h3 id="ethereum_test_tools.common.types.Block.exception" class="doc doc-heading
<code class="highlight language-python"><span class="n">exception</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">str</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Block.exception" class="headerlink" title="Permanent link">&para;</a></h3>
Expand All @@ -18079,8 +18079,8 @@ <h3 id="ethereum_test_tools.common.types.Block.engine_api_error_code" class="doc
<code class="highlight language-python"><span class="n">engine_api_error_code</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="n">EngineAPIError</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Block.engine_api_error_code" class="headerlink" title="Permanent link">&para;</a></h3>
Expand All @@ -18106,8 +18106,8 @@ <h3 id="ethereum_test_tools.common.types.Block.txs" class="doc doc-heading">
<code class="highlight language-python"><span class="n">txs</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="n">List</span><span class="p">[</span><span class="n">Transaction</span><span class="p">]]</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Block.txs" class="headerlink" title="Permanent link">&para;</a></h3>
Expand All @@ -18133,8 +18133,8 @@ <h3 id="ethereum_test_tools.common.types.Block.ommers" class="doc doc-heading">
<code class="highlight language-python"><span class="n">ommers</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="n">List</span><span class="p">[</span><span class="n">Header</span><span class="p">]]</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Block.ommers" class="headerlink" title="Permanent link">&para;</a></h3>
Expand All @@ -18160,8 +18160,8 @@ <h3 id="ethereum_test_tools.common.types.Block.withdrawals" class="doc doc-headi
<code class="highlight language-python"><span class="n">withdrawals</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="n">List</span><span class="p">[</span><span class="n">Withdrawal</span><span class="p">]]</span> <span class="o">=</span> <span class="kc">None</span></code>

<span class="doc doc-labels">
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
<small class="doc doc-label doc-label-instance-attribute"><code>instance-attribute</code></small>
<small class="doc doc-label doc-label-class-attribute"><code>class-attribute</code></small>
</span>

<a href="#ethereum_test_tools.common.types.Block.withdrawals" class="headerlink" title="Permanent link">&para;</a></h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3728,7 +3728,7 @@ <h2 id="evm_transition_tool.GethTransitionTool" class="doc doc-heading">

<div class="doc doc-contents ">
<p class="doc doc-class-bases">
Bases: <code><a class="autorefs autorefs-internal" title="evm_transition_tool.transition_tool.TransitionTool" href="../pytest_plugins/forks/#pytest_plugins.forks.forks.TransitionTool">TransitionTool</a></code></p>
Bases: <code><a class="autorefs autorefs-internal" title="evm_transition_tool.transition_tool.TransitionTool" href="../pytest_plugins/test_filler/#pytest_plugins.test_filler.test_filler.TransitionTool">TransitionTool</a></code></p>


<p>Go-ethereum <code>evm</code> Transition tool frontend wrapper class.</p>
Expand Down Expand Up @@ -4356,7 +4356,7 @@ <h2 id="evm_transition_tool.EvmOneTransitionTool" class="doc doc-heading">

<div class="doc doc-contents ">
<p class="doc doc-class-bases">
Bases: <code><a class="autorefs autorefs-internal" title="evm_transition_tool.transition_tool.TransitionTool" href="../pytest_plugins/forks/#pytest_plugins.forks.forks.TransitionTool">TransitionTool</a></code></p>
Bases: <code><a class="autorefs autorefs-internal" title="evm_transition_tool.transition_tool.TransitionTool" href="../pytest_plugins/test_filler/#pytest_plugins.test_filler.test_filler.TransitionTool">TransitionTool</a></code></p>


<p>Evmone <code>evmone-t8n</code> Transition tool frontend wrapper class.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4403,7 +4403,7 @@ <h2 id="pytest_plugins.test_filler.test_filler.BlockchainTest" class="doc doc-he

<div class="doc doc-contents ">
<p class="doc doc-class-bases">
Bases: <code><a class="autorefs autorefs-internal" title="ethereum_test_tools.spec.base_test.BaseTest" href="#pytest_plugins.test_filler.test_filler.BaseTest">BaseTest</a></code></p>
Bases: <code><a class="autorefs autorefs-internal" title="ethereum_test_tools.spec.base_test.BaseTest" href="../../ethereum_test_tools/#ethereum_test_tools.BaseTest">BaseTest</a></code></p>


<p>Filler type that tests multiple blocks (valid or invalid) in a chain.</p>
Expand Down Expand Up @@ -7003,7 +7003,7 @@ <h2 id="pytest_plugins.test_filler.test_filler.StateTest" class="doc doc-heading

<div class="doc doc-contents ">
<p class="doc doc-class-bases">
Bases: <code><a class="autorefs autorefs-internal" title="ethereum_test_tools.spec.base_test.BaseTest" href="#pytest_plugins.test_filler.test_filler.BaseTest">BaseTest</a></code></p>
Bases: <code><a class="autorefs autorefs-internal" title="ethereum_test_tools.spec.base_test.BaseTest" href="../../ethereum_test_tools/#ethereum_test_tools.BaseTest">BaseTest</a></code></p>


<p>Filler type that tests transactions over the period of a single block.</p>
Expand Down
2 changes: 1 addition & 1 deletion v1.0.1b1-refactor-4844-specs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified v1.0.1b1-refactor-4844-specs/sitemap.xml.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3217,7 +3217,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/c2b0307ed98eeeacd04d2e153af67f0e77eb7b1f/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/dda0f6aee049ea55627aeffa2f6982259ff9caeb/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
Original file line number Diff line number Diff line change
Expand Up @@ -3226,7 +3226,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/c2b0307ed98eeeacd04d2e153af67f0e77eb7b1f/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/dda0f6aee049ea55627aeffa2f6982259ff9caeb/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
Loading

0 comments on commit c4c9e38

Please sign in to comment.