You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2048,33 +2102,6 @@ The configuration options are case-sensitive and can be defined only once unless
2048
2102
2049
2103
The hash of the genesis block. If not specified, the genesis block validity is not checked which is useful in the case of ad hoc test/private networks. Defaults to `null`.
2050
2104
2051
-
-#### `Init.IsMining`\{#init-ismining\}
2052
-
2053
-
<TabsgroupId="usage">
2054
-
<TabItemvalue="cli"label="CLI">
2055
-
```
2056
-
--init-ismining [true|false]
2057
-
--Init.IsMining [true|false]
2058
-
```
2059
-
</TabItem>
2060
-
<TabItemvalue="env"label="Environment variable">
2061
-
```
2062
-
NETHERMIND_INITCONFIG_ISMINING=true|false
2063
-
```
2064
-
</TabItem>
2065
-
<TabItemvalue="config"label="Configuration file">
2066
-
```json
2067
-
{
2068
-
"Init": {
2069
-
"IsMining": true|false
2070
-
}
2071
-
}
2072
-
```
2073
-
</TabItem>
2074
-
</Tabs>
2075
-
2076
-
Whether to seal/mine new blocks. Allowed values: `true``false`. Defaults to `false`.
Enable strict parsing rules for Block Params and Hashas in RPC requests. this will decrease compatibility but increase compliance with the spec. Allowed values: `true``false`. Defaults to `true`.
3372
+
3319
3373
-#### `JsonRpc.Timeout`\{#jsonrpc-timeout\}
3320
3374
3321
3375
<TabsgroupId="usage">
@@ -5359,7 +5413,7 @@ The configuration options are case-sensitive and can be defined only once unless
5359
5413
</TabItem>
5360
5414
</Tabs>
5361
5415
5362
-
Maximimum number of block worth of unpersisted state in memory. Default is 297, which is number of mainnet block per hour. Defaults to `297`.
5416
+
Maximum number of blocks worth of unpersisted state in memory. Default is 297, which is the number of mainnet blocks per hour. Defaults to `297`.
The maximum depth (in blocks) for serving snap sync requests. Higher values allow serving requests for older blocks, useful for networks with fast block times like Arbitrum. Defaults to `128`.
7210
+
7103
7211
-#### `Sync.SnapSync`\{#sync-snapsync\}
7104
7212
7105
7213
<TabsgroupId="usage">
@@ -7450,6 +7558,33 @@ The configuration options are case-sensitive and can be defined only once unless
Whether to require the max fee per blob gas to be greater than or equal to the current blob base fee when adding a blob transaction to the pool. Allowed values: `true``false`. Defaults to `true`.
7587
+
7453
7588
-#### `TxPool.GasLimit`\{#txpool-gaslimit\}
7454
7589
7455
7590
<TabsgroupId="usage">
@@ -7666,6 +7801,33 @@ The configuration options are case-sensitive and can be defined only once unless
7666
7801
7667
7802
The minimal percentage of the current base fee that must be surpassed by the max fee (`max_fee_per_gas`) for the transaction to be broadcasted. Defaults to `70`.
0 commit comments