Versions in this module Expand all Collapse all v1 v1.0.1 Feb 24, 2023 Changes in this version + type ForestEpochsSealer struct + func (p *ForestEpochsSealer) Update(bs blockproc.BlockState, es blockproc.EpochState) + func (s *ForestEpochsSealer) EpochSealing() bool + func (s *ForestEpochsSealer) SealEpoch() (blockproc.BlockState, blockproc.EpochState) + type ForestEpochsSealerModule struct + func New() *ForestEpochsSealerModule + func (m *ForestEpochsSealerModule) Start(block blockproc.BlockCtx, bs blockproc.BlockState, es blockproc.EpochState) blockproc.SealerProcessor