Skip to content

Commit d2cb165

Browse files
Merge pull request #1296 from ethereum-optimism/bradleycamacho-patch-1
Update `miner.recommit` default
2 parents 54fcb30 + cdec3fa commit d2cb165

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/builders/node-operators/configuration/execution-config.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,12 +1206,12 @@ Specify the maximum time allowance for creating a new payload. The default value
12061206

12071207
#### miner.recommit
12081208

1209-
Time interval to recreate the block being mined. The default value is `2s`.
1209+
Time interval to recreate the block being mined. The default value is `100ms`.
12101210

12111211
<Tabs items={['Syntax', 'Example', 'Environment Variable']}>
12121212
<Tabs.Tab>`--miner.recommit=<value>`</Tabs.Tab>
1213-
<Tabs.Tab>`--miner.recommit=2s`</Tabs.Tab>
1214-
<Tabs.Tab>`GETH_MINER_RECOMMIT=2s`</Tabs.Tab>
1213+
<Tabs.Tab>`--miner.recommit=100ms`</Tabs.Tab>
1214+
<Tabs.Tab>`GETH_MINER_RECOMMIT=100ms`</Tabs.Tab>
12151215
</Tabs>
12161216

12171217
### Miscellaneous

pages/stack/features/send-raw-transaction-conditional.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The "cost" of a given conditional is *approximately* determined by the number of
3535
<Callout type="info">
3636
Since the sequencer is not compensated for the additional state checks, otherwise through the GAS of the transaction, a configured rate limit is applied to this cost.
3737

38-
To also disincentivize the use of this endpoint for MEV in comparison to `eth_sendRawTransaction`, the conditional is checked against the parent of the latest block.
38+
To also discourage the use of this endpoint for MEV in comparison to `eth_sendRawTransaction`, the conditional is checked against the parent of the latest block.
3939
</Callout>
4040

4141
This conditional is checked once at the RPC layer prior to mempool submission. If rejected against chain state, the RPC will return an error with the following spec

0 commit comments

Comments
 (0)