ava-labs / avalanchego

Go implementation of an Avalanche node.
https://avax.network
BSD 3-Clause "New" or "Revised" License
2.12k stars 670 forks source link

State sync block backfilling #2345

Open abi87 opened 10 months ago

abi87 commented 10 months ago

Context and scope State sync allow to dramatically cut down a node bootstrapping time. However a state sync node won't currently offer any historical information. It may be helpful to let a node index blocks and transactions accepted below state sync height, so to allow it to fully validate a network as well as fully serve historical queries. Block backfilling should be optional.

github-actions[bot] commented 8 months ago

This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen label will cause this issue to ignore lifecycle events.