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 TestCase ¶
type TestCase struct {
	Seed    string                      `yaml:"seed"`
	Count   uint64                      `yaml:"count"`
	Mapping []primitives.ValidatorIndex `yaml:"mapping"`
}
    TestCase --
 Click to show internal directories. 
   Click to hide internal directories.