Versions in this module Expand all Collapse all v1 v1.9.23 Oct 10, 2021 Changes in this version + var ErrLocalIncompatibleOrStale = errors.New("local incompatible or needs update") + var ErrRemoteStale = errors.New("remote needs update") + func NewStaticFilter(config *params.ChainConfig, genesis common.Hash) func(id ID) error + type Filter func(id ID) error + func NewFilter(chain *core.BlockChain) Filter + type ID struct + Hash [4]byte + Next uint64 + func NewID(chain *core.BlockChain) ID v1.9.22-eco Oct 10, 2021