fix: receipts logs arg parsing (#16240)

This commit is contained in:
Matthias Seitz
2025-05-15 11:47:26 +02:00
committed by GitHub
parent 6195c70303
commit 1737b8df12
4 changed files with 45 additions and 34 deletions

View File

@@ -697,6 +697,9 @@ Pruning:
--prune.receipts.before <BLOCK_NUMBER>
Prune receipts before the specified block number. The specified block number is not pruned
--prune.receiptslogfilter <FILTER_CONFIG>
Configure receipts log filter. Format: <`address`>:<`prune_mode`>[,<`address`>:<`prune_mode`>...] Where <`prune_mode`> can be 'full', 'distance:<`blocks`>', or 'before:<`block_number`>'
--prune.accounthistory.full
Prunes all account history
@@ -715,9 +718,6 @@ Pruning:
--prune.storagehistory.before <BLOCK_NUMBER>
Prune storage history before the specified block number. The specified block number is not pruned
--prune.receiptslogfilter <FILTER_CONFIG>
Configure receipts log filter. Format: <`address`>:<`prune_mode`>[,<`address`>:<`prune_mode`>...] Where <`prune_mode`> can be 'full', 'distance:<`blocks`>', or 'before:<`block_number`>'
Engine:
--engine.persistence-threshold <PERSISTENCE_THRESHOLD>
Configure persistence threshold for engine experimental