Versions in this module Expand all Collapse all v1 v1.7.17 Aug 31, 2022 Changes in this version + type BlockServer interface + GetFullPostForkBlock func(blkID ids.ID) (snowman.Block, error) + type HeightIndexer interface + IsRepaired func() bool + MarkRepaired func(isRepaired bool) + RepairHeightIndex func(context.Context) error + func NewHeightIndexer(server BlockServer, log logging.Logger, indexState state.State) HeightIndexer