Versions in this module Expand all Collapse all v2 v2.0.0 Feb 23, 2022 Changes in this version + type Context struct + Codec codec.Codec + Database database.Database + Logger logging.Logger + Modules []modules.Module + Node node.Node + Queue types.HeightQueue + func NewContext(codec codec.Codec, queue types.HeightQueue, node node.Node, ...) *Context + type Worker struct + func NewWorker(index int, ctx *Context) Worker + func (w Worker) ExportBlock(b *tmctypes.ResultBlock, r *tmctypes.ResultBlockResults, txs []*types.Tx, ...) error + func (w Worker) ExportCommit(commit *tmtypes.Commit, vals *tmctypes.ResultValidators) error + func (w Worker) ExportTxs(txs []*types.Tx) error + func (w Worker) HandleGenesis(genesisDoc *tmtypes.GenesisDoc, appState map[string]json.RawMessage) error + func (w Worker) Process(height int64) error + func (w Worker) ProcessIfNotExists(height int64) error + func (w Worker) SaveValidators(vals []*tmtypes.Validator) error + func (w Worker) Start() v2.0.0-stargate Feb 23, 2022 Other modules containing this package github.com/forbole/juno/v3 github.com/forbole/juno/v4 github.com/forbole/juno/v5 github.com/forbole/juno/v6