feat(node): --minimal flag (#20960)

This commit is contained in:
Alexey Shekhirin
2026-01-13 12:54:26 +00:00
committed by GitHub
parent 61354e6c21
commit a5dd7d0106
10 changed files with 73 additions and 46 deletions

View File

@@ -824,6 +824,11 @@ Pruning:
--full
Run full node. Only the most recent [`MINIMUM_PRUNING_DISTANCE`] block states are stored
--minimal
Run minimal storage mode with maximum pruning and smaller static files.
This mode configures the node to use minimal disk space by: - Fully pruning sender recovery, transaction lookup, receipts - Leaving 10,064 blocks for account, storage history and block bodies - Using 10,000 blocks per static file segment
--prune.block-interval <BLOCK_INTERVAL>
Minimum pruning interval measured in blocks

View File

@@ -824,6 +824,11 @@ Pruning:
--full
Run full node. Only the most recent [`MINIMUM_PRUNING_DISTANCE`] block states are stored
--minimal
Run minimal storage mode with maximum pruning and smaller static files.
This mode configures the node to use minimal disk space by: - Fully pruning sender recovery, transaction lookup, receipts - Leaving 10,064 blocks for account, storage history and block bodies - Using 10,000 blocks per static file segment
--prune.block-interval <BLOCK_INTERVAL>
Minimum pruning interval measured in blocks