We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04105b commit ed90b7eCopy full SHA for ed90b7e
plugin/evm/config/config.md
@@ -132,6 +132,7 @@ Configuration is provided as a JSON object. All fields are optional unless other
132
| Option | Type | Description | Default |
133
|--------|------|-------------|---------|
134
| `historical-proof-query-window` | uint64 | Number of blocks before last accepted for proof queries (archive mode only, ~24 hours) | `43200` |
135
+| `state-history` | uint64 | Number of most recent states that are accesible on disk (pruning mode only) | `32` |
136
137
## Transaction Pool Configuration
138
0 commit comments