You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a way to configure history sync in geth, so that users can enabled the pruned mode. Eventually, Geth will default to pruned history by default.
This should be similar to --syncmode and --gcmode, i.e. a union type in eth/ethconfig. For simplicity, we should not allow configuring an arbitrary pruning block for this. The two options will be:
We need a way to configure history sync in geth, so that users can enabled the pruned mode. Eventually, Geth will default to pruned history by default.
This should be similar to
--syncmode
and--gcmode
, i.e. a union type ineth/ethconfig
. For simplicity, we should not allow configuring an arbitrary pruning block for this. The two options will be:The text was updated successfully, but these errors were encountered: