Versions in this module Expand all Collapse all v0 v0.0.2 Aug 30, 2022 Changes in this version + type Config struct + AvgBlockTime time.Duration + FastSync bool + GenesisFilePath string + ParseGenesis bool + ParseNewBlocks bool + ParseOldBlocks bool + StartHeight int64 + ValidatorsListFilePath string + Workers int64 + func DefaultParsingConfig() Config + func NewParsingConfig(workers int64, parseNewBlocks, parseOldBlocks bool, parseGenesis bool, ...) Config