Describe the feature
This is a bit of a niche request, and I may turn out what I am looking for can already be done. I am looking for a CLI, programmatic way to get a snapshot that mirrors --block-interval 5 --prune.senderrecovery.full --prune.accounthistory.distance 10064 --prune.storagehistory.distance 10064 --prune.receipts.before 0 - a true full node, but not an archive node.
With #23455 I could do reth download --full --receipts-all, but I'd still be missing pre-merge bodies. I believe --with-txs would give me that, but that can't be combined with --full.
This is the one node type where Eth Docker cannot programmatically grab a snapshot right now. It's also quite niche: Most users would either choose a history-expired node or an archive node. If this is a non-trivial ask, feel free to say so, and the issue can be closed.
Additional context
No response
Describe the feature
This is a bit of a niche request, and I may turn out what I am looking for can already be done. I am looking for a CLI, programmatic way to get a snapshot that mirrors
--block-interval 5 --prune.senderrecovery.full --prune.accounthistory.distance 10064 --prune.storagehistory.distance 10064 --prune.receipts.before 0- a true full node, but not an archive node.With #23455 I could do
reth download --full --receipts-all, but I'd still be missing pre-merge bodies. I believe--with-txswould give me that, but that can't be combined with--full.This is the one node type where Eth Docker cannot programmatically grab a snapshot right now. It's also quite niche: Most users would either choose a history-expired node or an archive node. If this is a non-trivial ask, feel free to say so, and the issue can be closed.
Additional context
No response