Versions in this module Expand all Collapse all v1 v1.1.1 Dec 18, 2024 Changes in this version + type BlockServer interface + GetFullPostForkBlock func(ctx context.Context, 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