Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2021 Changes in this version + const AccountStart + const MaxAccounts + const MinerStart + var GenesisNetworkVersion = func() network.Version { ... }() + func GeneratePaddedPresealFileCID(pt abi.RegisteredSealProof) (cid.Cid, error) + func MakeInitialStateTree(ctx context.Context, bs bstore.Blockstore, template genesis.Template) (*state.StateTree, map[address.Address]address.Address, error) + func MinerAddress(genesisIndex uint64) address.Address + func ParseIDAddresses(info genesis.Actor, keyIDs map[address.Address]address.Address) ([]address.Address, error) + func SetupCronActor(bs bstore.Blockstore) (*types.Actor, error) + func SetupExpertFundActor(bs bstore.Blockstore) (*types.Actor, error) + func SetupGovernActor(bs bstore.Blockstore, super address.Address) (*types.Actor, error) + func SetupInitActor(bs bstore.Blockstore, tpl genesis.Template) (int64, *types.Actor, map[address.Address]address.Address, error) + func SetupKnowledgeActor(bs bstore.Blockstore, initialPayee address.Address) (*types.Actor, error) + func SetupRetrievalFundActor(bs bstore.Blockstore) (*types.Actor, error) + func SetupRewardActor(bs bstore.Blockstore) (*types.Actor, error) + func SetupStorageMarketActor(bs bstore.Blockstore) (*types.Actor, error) + func SetupStorageMiners(ctx context.Context, cs *store.ChainStore, sroot cid.Cid, tpl genesis.Template, ...) (cid.Cid, error) + func SetupStoragePowerActor(bs bstore.Blockstore) (*types.Actor, error) + func SetupSystemActor(bs bstore.Blockstore) (*types.Actor, error) + func SetupVestingActor(bs bstore.Blockstore) (*types.Actor, error) + func SetupVoteActor(bs bstore.Blockstore, fallback address.Address) (*types.Actor, error) + func VerifyPreSealedData(ctx context.Context, cs *store.ChainStore, stateroot cid.Cid, ...) (cid.Cid, error) + type GenesisBootstrap struct + Genesis *types.BlockHeader + func MakeGenesisBlock(ctx context.Context, j journal.Journal, bs bstore.Blockstore, ...) (*GenesisBootstrap, error) + type InitDatas struct + Expert address.Address + ExpertOwner address.Address