Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2026 v1.1.0 Feb 19, 2026 Changes in this version + const InitialFork + func GetInstance() *forkManager + type Fork struct + FromBlockNumber uint64 + Handlers map[HandlerDesc]HandlerContainer + IsActive bool + Name string + Params *ForkParams + type ForkParams struct + BlockTime *common.Duration + BlockTimeDrift *uint64 + EpochSize *uint64 + MaxValidatorSetSize *uint64 + SprintSize *uint64 + func (fp *ForkParams) Copy() *ForkParams + type HandlerContainer struct + Handler interface{} + ID uint + type HandlerDesc string