forked from paradigmxyz/reth
-
Notifications
You must be signed in to change notification settings - Fork 10
remove in-memory proof storage option from CLI #466
Copy link
Copy link
Closed
Labels
A-cliArea: CLI crateArea: CLI crateW-historical-proofsWorkstream: historical-proofsWorkstream: historical-proofs
Description
Describe the feature
Remove the CLI support for in-memory proof storage (proofs_history_storage_in_mem). The in-memory storage implementation was primarily intended for unit testing and is not feasible for running a node due to the large memory requirements of storing historical trie nodes.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-cliArea: CLI crateArea: CLI crateW-historical-proofsWorkstream: historical-proofsWorkstream: historical-proofs
Type
Projects
Status
Done