identity

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stake

type Stake struct {
	ValidatorAddress keys.Address
	StakeAddress     keys.Address
	Pubkey           keys.PublicKey
	ECDSAPubKey      keys.PublicKey
	Name             string
	Amount           balance.Amount
}

type Unstake

type Unstake struct {
	Address keys.Address
	Amount  balance.Amount
}

type Validator

type Validator struct {
	Address      keys.Address   `json:"address"`
	StakeAddress keys.Address   `json:"stakeAddress"`
	PubKey       keys.PublicKey `json:"pubKey"`
	ECDSAPubKey  keys.PublicKey `json:"ecdsa_pubkey"`
	Power        int64          `json:"power"`
	Name         string         `json:"name"`
	Staking      balance.Amount `json:"staking,string"`
}

func (*Validator) Bytes

func (v *Validator) Bytes() []byte

func (*Validator) FromBytes

func (v *Validator) FromBytes(msg []byte) (*Validator, error)

func (*Validator) GetBTCScriptAddress added in v0.13.0

func (v *Validator) GetBTCScriptAddress(params *chaincfg.Params) (keys.Address, error)

type ValidatorContext

type ValidatorContext struct {
	Balances *balance.Store
	FeePool  *fees.Store
}

func NewValidatorContext

func NewValidatorContext(balances *balance.Store, feePool *fees.Store) *ValidatorContext

type ValidatorQueue added in v0.10.4

type ValidatorQueue struct {
	utils.PriorityQueue
}

func (*ValidatorQueue) Init added in v0.10.4

func (vq *ValidatorQueue) Init()

func (*ValidatorQueue) Len added in v0.10.4

func (vq *ValidatorQueue) Len() int

func (*ValidatorQueue) Pop added in v0.10.4

func (vq *ValidatorQueue) Pop() *utils.Queued

func (*ValidatorQueue) Push added in v0.10.4

func (vq *ValidatorQueue) Push(queued *utils.Queued)

type ValidatorStore added in v0.10.4

type ValidatorStore struct {
	// contains filtered or unexported fields
}

func NewValidatorStore added in v0.10.4

func NewValidatorStore(prefix string, cfg config.Server, state *storage.State) *ValidatorStore

func (*ValidatorStore) Exists added in v0.13.0

func (vs *ValidatorStore) Exists(addr keys.Address) bool

func (*ValidatorStore) Get added in v0.12.0

func (vs *ValidatorStore) Get(addr keys.Address) (*Validator, error)

func (*ValidatorStore) GetBitcoinKeys added in v0.13.0

func (vs *ValidatorStore) GetBitcoinKeys(net *chaincfg.Params) (list []*btcutil.AddressPubKey, err error)

func (*ValidatorStore) GetEndBlockUpdate added in v0.10.4

func (vs *ValidatorStore) GetEndBlockUpdate(ctx *ValidatorContext, req types.RequestEndBlock) []types.ValidatorUpdate

func (*ValidatorStore) GetValidatorSet added in v0.10.4

func (vs *ValidatorStore) GetValidatorSet() ([]Validator, error)

get validators set

func (*ValidatorStore) GetValidatorsAddress added in v0.13.0

func (vs *ValidatorStore) GetValidatorsAddress() ([]keys.Address, error)

get validators set

func (*ValidatorStore) HandleStake added in v0.10.4

func (vs *ValidatorStore) HandleStake(apply Stake) error

handle stake action

func (*ValidatorStore) HandleUnstake added in v0.10.4

func (vs *ValidatorStore) HandleUnstake(unstake Unstake) error

func (*ValidatorStore) Init added in v0.10.4

func (*ValidatorStore) IsValidator added in v0.13.0

func (vs *ValidatorStore) IsValidator() bool

func (*ValidatorStore) IsValidatorAddress added in v0.13.0

func (vs *ValidatorStore) IsValidatorAddress(addr keys.Address) bool

func (*ValidatorStore) Iterate added in v0.12.0

func (vs *ValidatorStore) Iterate(fn func(addr keys.Address, validator *Validator) bool) (stopped bool)

func (*ValidatorStore) Setup added in v0.12.0

func (vs *ValidatorStore) Setup(req types.RequestBeginBlock, nodeValidatorAddress keys.Address) error

setup the validators according to begin block

func (*ValidatorStore) WithState added in v0.12.0

func (vs *ValidatorStore) WithState(state *storage.State) *ValidatorStore

Jump to

Keyboard shortcuts

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