Versions in this module Expand all Collapse all v0 v0.4.1 Feb 1, 2023 v0.4.0 Jan 31, 2023 Changes in this version + type ConsensusFault struct + Epoch abi.ChainEpoch + Target address.Address + Type ConsensusFaultType + type ConsensusFaultType int64 + const ConsensusFaultDoubleForkMining + const ConsensusFaultNone + const ConsensusFaultParentGrinding + const ConsensusFaultTimeOffsetMining + type Externs interface + GetBeaconRandomness func(ctx context.Context, personalization crypto.DomainSeparationTag, ...) ([]byte, error) + GetChainRandomness func(ctx context.Context, personalization crypto.DomainSeparationTag, ...) ([]byte, error) + VerifyConsensusFault func(ctx context.Context, h1, h2, extra []byte) (*ConsensusFault, int64) + type FvmMachine struct