Versions in this module Expand all Collapse all v0 v0.0.9 Oct 28, 2019 Changes in this version + const ColdImportClientName + const ColdImportNetworkId + var NoChainDataErr = errors.New("Level DB path does not include chaindata extension.") + var NoGethRootErr = errors.New("Level DB path does not include root path to geth.") + type ColdImportNodeBuilder struct + func NewColdImportNodeBuilder(reader fs.Reader, parser crypto.PublicKeyParser) ColdImportNodeBuilder + func (cinb ColdImportNodeBuilder) GetNode(genesisBlock []byte, levelPath string) (core.Node, error) + type ColdImporter struct + func NewColdImporter(ethDB ethereum.Database, blockRepository datastore.BlockRepository, ...) *ColdImporter + func (ci *ColdImporter) Execute(startingBlockNumber int64, endingBlockNumber int64, nodeId string) error