Versions in this module Expand all Collapse all v0 v0.2.0 Mar 13, 2019 v0.1.0 Jul 23, 2018 Changes in this version + var ProvideTimeout = time.Second * 10 + type ContentProvider interface + Provide func(ctx context.Context, key *cid.Cid, brdcst bool) error + type Processor interface + Process func(ctx context.Context, block *pb.Block, state state.State, ch chain.Chain) error + func NewProcessor(provider ContentProvider) Processor