Versions in this module Expand all Collapse all v0 v0.1.1 Oct 8, 2021 v0.1.0 Oct 8, 2021 Changes in this version + type Context struct + ClientProxy *client.Proxy + Database db.Database + EncodingConfig *params.EncodingConfig + Logger logging.Logger + Modules []modules.Module + Queue types.HeightQueue + func NewContext(encodingConfig *params.EncodingConfig, clientProxy *client.Proxy, ...) *Context + type Worker struct + func NewWorker(index int, ctx *Context) Worker + func (w Worker) ExportBlock(b *tmctypes.ResultBlock, txs []*types.Tx, vals *tmctypes.ResultValidators) error + func (w Worker) ExportCommit(commit *tmtypes.Commit, vals *tmctypes.ResultValidators) error + func (w Worker) ExportTxs(txs []*types.Tx) error + func (w Worker) HandleGenesis(genesis *tmtypes.GenesisDoc) error + func (w Worker) SaveValidators(vals []*tmtypes.Validator) error + func (w Worker) Start()