Part of #1 (M1).
Goal
Using the engine's HeaderEngine, sync all mainnet headers to chaintip via the bridge (#? M1.1), validating prev-link, proof of work, timestamps, version rules, and the 2016-block retarget.
Benchmark / acceptance
- Sync mainnet headers to tip; report total time and peak memory.
validateChain passes for the entire chain.
- Tip hash matches a public block explorer.
Notes
No signatures here, so it is fast and honest: it is real consensus validation of the header chain. This is the Tier 0 backbone.
Part of #1 (M1).
Goal
Using the engine's
HeaderEngine, sync all mainnet headers to chaintip via the bridge (#? M1.1), validating prev-link, proof of work, timestamps, version rules, and the 2016-block retarget.Benchmark / acceptance
validateChainpasses for the entire chain.Notes
No signatures here, so it is fast and honest: it is real consensus validation of the header chain. This is the Tier 0 backbone.