Documentation
      ¶
    
    
  
    
  
    Index ¶
- func RunEffectiveBalanceUpdatesTests(t *testing.T, config string)
 - func RunEpochOperationTest(t *testing.T, testFolderPath string, operationFn epochOperation)
 - func RunEth1DataResetTests(t *testing.T, config string)
 - func RunHistoricalSummariesUpdateTests(t *testing.T, config string)
 - func RunInactivityUpdatesTest(t *testing.T, config string)
 - func RunJustificationAndFinalizationTests(t *testing.T, config string)
 - func RunParticipationFlagUpdatesTests(t *testing.T, config string)
 - func RunPendingConsolidationsTests(t *testing.T, config string)
 - func RunPendingDepositsTests(t *testing.T, config string)
 - func RunRandaoMixesResetTests(t *testing.T, config string)
 - func RunRegistryUpdatesTests(t *testing.T, config string)
 - func RunRewardsAndPenaltiesTests(t *testing.T, config string)
 - func RunSlashingsResetTests(t *testing.T, config string)
 - func RunSlashingsTests(t *testing.T, config string)
 - func RunSyncCommitteeUpdatesTests(t *testing.T, config string)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunEffectiveBalanceUpdatesTests ¶
RunEffectiveBalanceUpdatesTests executes "epoch_processing/effective_balance_updates" tests.
func RunEpochOperationTest ¶
RunEpochOperationTest takes in the prestate and processes it through the passed in epoch operation function and checks the post state with the expected post state.
func RunEth1DataResetTests ¶
RunEth1DataResetTests executes "epoch_processing/eth1_data_reset" tests.
func RunHistoricalSummariesUpdateTests ¶
RunHistoricalSummariesUpdateTests executes "epoch_processing/historical_Summaries_update" tests.
func RunInactivityUpdatesTest ¶
RunInactivityUpdatesTest executes "epoch_processing/inactivity_updates" tests.
func RunJustificationAndFinalizationTests ¶
RunJustificationAndFinalizationTests executes "epoch_processing/justification_and_finalization" tests.
func RunParticipationFlagUpdatesTests ¶
RunParticipationFlagUpdatesTests executes "epoch_processing/participation_flag_updates" tests.
func RunPendingDepositsTests ¶
func RunRandaoMixesResetTests ¶
RunRandaoMixesResetTests executes "epoch_processing/randao_mixes_reset" tests.
func RunRegistryUpdatesTests ¶
RunRegistryUpdatesTests executes "epoch_processing/registry_updates" tests.
func RunRewardsAndPenaltiesTests ¶
RunRewardsAndPenaltiesTests executes "epoch_processing/rewards_and_penalties" tests.
func RunSlashingsResetTests ¶
RunSlashingsResetTests executes "epoch_processing/slashings_reset" tests.
func RunSlashingsTests ¶
RunSlashingsTests executes "epoch_processing/slashings" tests.
Types ¶
This section is empty.
      
      Source Files
      ¶
    
- effective_balance_updates.go
 - eth1_data_reset.go
 - helpers.go
 - historical_summaries_update.go
 - inactivity_updates.go
 - justification_and_finalization.go
 - participation_flag_updates.go
 - pending_consolidations.go
 - pending_deposit_updates.go
 - randao_mixes_reset.go
 - registry_updates.go
 - rewards_and_penalties.go
 - slashings.go
 - slashings_reset.go
 - sync_committee_updates.go