Skip to content

Commit

Permalink
deploy: 3f37bc0
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed May 13, 2024
1 parent ceba16d commit 287a5d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -5164,6 +5164,8 @@ <h3 id="gaslimit-uint64"><a class="header" href="#gaslimit-uint64"><code>gasLimi
<p>The gas limit of the L2 blocks is configured through the system config.
Changes to the L2 gas limit are fully applied in the first L2 block with the L1 origin that introduced the change,
as opposed to the 1/1024 adjustments towards a target as seen in limit updates of L1 blocks.</p>
<p>The gas limit may not be set to a value larger than <code>200_000_000</code>. This is to ensure that the L2 blocks are fault
provable and of reasonable size to be processed by the client software. Over time, this value will be increased.</p>
<h3 id="unsafeblocksigner-address"><a class="header" href="#unsafeblocksigner-address"><code>unsafeBlockSigner</code> (<code>address</code>)</a></h3>
<p>Blocks are gossiped around the p2p network before they are made available on L1.
To prevent denial of service on the p2p layer, these unsafe blocks must be
Expand Down
2 changes: 2 additions & 0 deletions protocol/system_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ <h3 id="gaslimit-uint64"><a class="header" href="#gaslimit-uint64"><code>gasLimi
<p>The gas limit of the L2 blocks is configured through the system config.
Changes to the L2 gas limit are fully applied in the first L2 block with the L1 origin that introduced the change,
as opposed to the 1/1024 adjustments towards a target as seen in limit updates of L1 blocks.</p>
<p>The gas limit may not be set to a value larger than <code>200_000_000</code>. This is to ensure that the L2 blocks are fault
provable and of reasonable size to be processed by the client software. Over time, this value will be increased.</p>
<h3 id="unsafeblocksigner-address"><a class="header" href="#unsafeblocksigner-address"><code>unsafeBlockSigner</code> (<code>address</code>)</a></h3>
<p>Blocks are gossiped around the p2p network before they are made available on L1.
To prevent denial of service on the p2p layer, these unsafe blocks must be
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 287a5d9

Please sign in to comment.