types

package
v4.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: GPL-3.0 Imports: 2 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttestedEpochForValidator

type AttestedEpochForValidator struct {
	ValidatorIndex primitives.ValidatorIndex
	Epoch          primitives.Epoch
}

AttestedEpochForValidator encapsulates a previously attested epoch for a validator index.

type AttesterDoubleVote

type AttesterDoubleVote struct {
	Target                 primitives.Epoch
	ValidatorIndex         primitives.ValidatorIndex
	PrevAttestationWrapper *IndexedAttestationWrapper
	AttestationWrapper     *IndexedAttestationWrapper
}

AttesterDoubleVote represents a double vote instance which is a slashable event for attesters.

type ChunkKind

type ChunkKind uint

ChunkKind to differentiate what kind of span we are working with for slashing detection, either min or max span.

const (
	MinSpan ChunkKind = iota
	MaxSpan
)

type DoubleBlockProposal

type DoubleBlockProposal struct {
	Slot                   primitives.Slot
	ValidatorIndex         primitives.ValidatorIndex
	PrevBeaconBlockWrapper *SignedBlockHeaderWrapper
	BeaconBlockWrapper     *SignedBlockHeaderWrapper
}

DoubleBlockProposal containing an incoming and an existing proposal's signing root.

type IndexedAttestationWrapper

type IndexedAttestationWrapper struct {
	IndexedAttestation *ethpb.IndexedAttestation
	SigningRoot        [32]byte
}

IndexedAttestationWrapper contains an indexed attestation with its signing root to reduce duplicated computation.

type SignedBlockHeaderWrapper

type SignedBlockHeaderWrapper struct {
	SignedBeaconBlockHeader *ethpb.SignedBeaconBlockHeader
	SigningRoot             [32]byte
}

SignedBlockHeaderWrapper contains an signed beacon block header with its signing root to reduce duplicated computation.

Jump to

Keyboard shortcuts

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