Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProposeDetector ¶
type ProposeDetector struct {
// contains filtered or unexported fields
}
ProposeDetector defines a struct which can detect slashable block proposals.
func NewProposeDetector ¶
func NewProposeDetector(db db.Database) *ProposeDetector
NewProposeDetector creates a new instance of a struct.
func (*ProposeDetector) DetectDoublePropose ¶
func (dd *ProposeDetector) DetectDoublePropose( ctx context.Context, incomingBlk *ethpb.SignedBeaconBlockHeader, ) (*ethpb.ProposerSlashing, error)
DetectDoublePropose detects double proposals given a block by looking in the db.
Click to show internal directories.
Click to hide internal directories.