staking

package
v0.0.0-...-680381e Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultStakedBalance = "0x21E19E0C9BAB2400000" // 10000 ETH
	//nolint: lll
	StakingSCBytecode = "" /* 15236-byte string literal not displayed */
)

Variables

View Source
var (
	MinValidatorCount = uint64(1)
	MaxValidatorCount = common.MaxSafeJSInt
)

Functions

func PredeployStakingSC

func PredeployStakingSC(
	vals validators.Validators,
	params PredeployParams,
) (*chain.GenesisAccount, error)

PredeployStakingSC is a helper method for setting up the staking smart contract account, using the passed in validators as pre-staked validators

Types

type PredeployParams

type PredeployParams struct {
	MinValidatorCount uint64
	MaxValidatorCount uint64
}

PredeployParams contains the values used to predeploy the PoS staking contract

type StorageIndexes

type StorageIndexes struct {
	ValidatorsIndex              []byte // []address
	ValidatorBLSPublicKeyIndex   []byte // mapping(address => byte[])
	AddressToIsValidatorIndex    []byte // mapping(address => bool)
	AddressToStakedAmountIndex   []byte // mapping(address => uint256)
	AddressToValidatorIndexIndex []byte // mapping(address => uint256)
}

StorageIndexes is a wrapper for different storage indexes that need to be modified

Jump to

Keyboard shortcuts

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