Skip to content

Commit ed90b7e

Browse files
authored
docs: add state-history (#1647)
1 parent c04105b commit ed90b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/evm/config/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Configuration is provided as a JSON object. All fields are optional unless other
132132
| Option | Type | Description | Default |
133133
|--------|------|-------------|---------|
134134
| `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` |
135136

136137
## Transaction Pool Configuration
137138

0 commit comments

Comments
 (0)