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
@b00f@Ja7ad To determine whether a node is a pruned or full node, it's better to pass this information to the store or sync module? Should it be a part of the config?
Or check if we have the genesis each time or check once and keep it?
I think the best way is to pass it to sync and read it from config.
Once a new block is committed, the following operations should be performed:
This process ensures that for each new block added, one old block will be removed, keeping the store blocks up to the RetentionBlocks number.
https://pips.pactus.org/PIPs/pip-27#pruning-on-new-block
The text was updated successfully, but these errors were encountered: