gen

package
v1.26.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: Apache-2.0, MIT Imports: 43 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultRemainderAccountActor = genesis.Actor{
	Type:    genesis.TMultisig,
	Balance: big.NewInt(0),
	Meta:    remAccMeta.ActorMeta(),
}
View Source
var DefaultVerifregRootkeyActor = genesis.Actor{
	Type:    genesis.TMultisig,
	Balance: big.NewInt(0),
	Meta:    rootkeyMultisig.ActorMeta(),
}
View Source
var ValidWpostForTesting = []proof7.PoStProof{{
	ProofBytes: []byte("valid proof"),
}}

Functions

func CarWalkFunc added in v0.3.0

func CarWalkFunc(nd format.Node) (out []*format.Link, err error)

func ComputeVRF

func ComputeVRF(ctx context.Context, sign SignFunc, worker address.Address, sigInput []byte) ([]byte, error)

func IsRoundWinner

func IsRoundWinner(ctx context.Context, round abi.ChainEpoch,
	miner address.Address, brand types.BeaconEntry, mbi *api.MiningBaseInfo, a MiningCheckAPI) (*types.ElectionProof, error)

Types

type ChainGen

type ChainGen struct {
	CurTipset *store.FullTipSet

	Timestamper func(*types.TipSet, abi.ChainEpoch) uint64

	GetMessages func(*ChainGen) ([]*types.SignedMessage, error)

	Miners []address.Address
	// contains filtered or unexported fields
}

func NewGenerator

func NewGenerator() (*ChainGen, error)

func NewGeneratorWithSectors added in v0.3.0

func NewGeneratorWithSectors(numSectors int) (*ChainGen, error)

func NewGeneratorWithSectorsAndUpgradeSchedule added in v1.10.0

func NewGeneratorWithSectorsAndUpgradeSchedule(numSectors int, us stmgr.UpgradeSchedule) (*ChainGen, error)

func NewGeneratorWithUpgradeSchedule added in v1.10.0

func NewGeneratorWithUpgradeSchedule(us stmgr.UpgradeSchedule) (*ChainGen, error)

func (*ChainGen) Banker added in v0.2.8

func (cg *ChainGen) Banker() address.Address

func (*ChainGen) BeaconSchedule added in v1.12.0

func (cg *ChainGen) BeaconSchedule() beacon.Schedule

func (*ChainGen) Blockstore added in v1.13.0

func (cg *ChainGen) Blockstore() blockstore.Blockstore

func (*ChainGen) ChainStore added in v0.2.8

func (cg *ChainGen) ChainStore() *store.ChainStore

func (*ChainGen) Genesis

func (cg *ChainGen) Genesis() *types.BlockHeader

func (*ChainGen) GenesisCar

func (cg *ChainGen) GenesisCar() ([]byte, error)

func (*ChainGen) NextTipSet

func (cg *ChainGen) NextTipSet() (*MinedTipSet, error)

func (*ChainGen) NextTipSetFromMiners

func (cg *ChainGen) NextTipSetFromMiners(base *types.TipSet, miners []address.Address, nulls abi.ChainEpoch) (*MinedTipSet, error)

func (*ChainGen) NextTipSetFromMinersWithMessagesAndNulls added in v1.10.0

func (cg *ChainGen) NextTipSetFromMinersWithMessagesAndNulls(base *types.TipSet, miners []address.Address, msgs [][]*types.SignedMessage, nulls abi.ChainEpoch) (*store.FullTipSet, error)

func (*ChainGen) NextTipSetWithNulls added in v1.12.0

func (cg *ChainGen) NextTipSetWithNulls(nulls abi.ChainEpoch) (*MinedTipSet, error)

func (*ChainGen) ResyncBankerNonce

func (cg *ChainGen) ResyncBankerNonce(ts *types.TipSet) error

ResyncBankerNonce is used for dealing with messages made when simulating forks

func (*ChainGen) SetStateManager added in v0.2.8

func (cg *ChainGen) SetStateManager(sm *stmgr.StateManager)

func (*ChainGen) SetWinningPoStProver added in v0.5.0

func (cg *ChainGen) SetWinningPoStProver(m address.Address, wpp WinningPoStProver)

func (*ChainGen) StateManager added in v0.5.0

func (cg *ChainGen) StateManager() *stmgr.StateManager

func (*ChainGen) Wallet added in v0.2.8

func (cg *ChainGen) Wallet() *wallet.LocalWallet

func (*ChainGen) YieldRepo

func (cg *ChainGen) YieldRepo() (repo.Repo, error)

type MinedTipSet

type MinedTipSet struct {
	TipSet   *store.FullTipSet
	Messages []*types.SignedMessage
}

type MiningCheckAPI

type MiningCheckAPI interface {
	StateGetRandomnessFromBeacon(ctx context.Context, personalization crypto.DomainSeparationTag, randEpoch abi.ChainEpoch, entropy []byte, tsk types.TipSetKey) (abi.Randomness, error)
	StateGetRandomnessFromTickets(ctx context.Context, personalization crypto.DomainSeparationTag, randEpoch abi.ChainEpoch, entropy []byte, tsk types.TipSetKey) (abi.Randomness, error)

	MinerGetBaseInfo(context.Context, address.Address, abi.ChainEpoch, types.TipSetKey) (*api.MiningBaseInfo, error)

	WalletSign(context.Context, address.Address, []byte) (*crypto.Signature, error)
}

type SignFunc

type SignFunc func(context.Context, address.Address, []byte) (*crypto.Signature, error)

type WinningPoStProver added in v0.3.0

type WinningPoStProver interface {
	GenerateCandidates(context.Context, abi.PoStRandomness, uint64) ([]uint64, error)
	ComputeProof(context.Context, []proof7.ExtendedSectorInfo, abi.PoStRandomness, abi.ChainEpoch, network.Version) ([]proof7.PoStProof, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL