Documentation ¶
Overview ¶
Package shuffle contains all conformity specification tests for validator shuffling logic according to the Ethereum Beacon Node spec.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunShuffleTests ¶
RunShuffleTests executes "shuffling/core/shuffle" tests.
Types ¶
type ShuffleTestCase ¶
type ShuffleTestCase struct { Seed string `yaml:"seed"` Count uint64 `yaml:"count"` Mapping []primitives.ValidatorIndex `yaml:"mapping"` }
ShuffleTestCase --
Click to show internal directories.
Click to hide internal directories.