-
Notifications
You must be signed in to change notification settings - Fork 21.5k
Closed
Labels
Description
Users who do fast sync or snap sync, even when pruning is disabled, are only able to access state information after the pivot block. There's no way for a user to access information even one block before the pivot without syncing an archive node.
I'd like to propose a feature to backfill state information. From a UI perspective, the user can specify a block number N, and all state information for blocks N to the latest block are downloaded.
I'm a new geth developer, but I would be willing to help with implementing this feature if someone can provide guidance.