Documentation
¶
Index ¶
- func RunBuilderPendingPaymentsTests(t *testing.T, config string)
- 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 RunPendingDepositsChurnTests(t *testing.T, config string)
- func RunPendingDepositsTests(t *testing.T, config string)
- func RunProposerLookaheadTests(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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunEffectiveBalanceUpdatesTests ¶ added in v7.1.5
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 ¶ added in v7.1.5
RunEth1DataResetTests executes "epoch_processing/eth1_data_reset" tests.
func RunHistoricalSummariesUpdateTests ¶ added in v7.1.5
RunHistoricalSummariesUpdateTests executes "epoch_processing/historical_summaries_update" tests.
func RunInactivityUpdatesTest ¶ added in v7.1.5
RunInactivityUpdatesTest executes "epoch_processing/inactivity_updates" tests.
func RunJustificationAndFinalizationTests ¶ added in v7.1.5
RunJustificationAndFinalizationTests executes "epoch_processing/justification_and_finalization" tests.
func RunParticipationFlagUpdatesTests ¶ added in v7.1.5
RunParticipationFlagUpdatesTests executes "epoch_processing/participation_flag_updates" tests.
func RunPendingConsolidationsTests ¶ added in v7.1.5
func RunPendingDepositsChurnTests ¶ added in v7.1.5
func RunPendingDepositsTests ¶ added in v7.1.5
func RunProposerLookaheadTests ¶ added in v7.1.5
RunProposerLookaheadTests executes "epoch_processing/proposer_lookahead" tests.
func RunRandaoMixesResetTests ¶ added in v7.1.5
RunRandaoMixesResetTests executes "epoch_processing/randao_mixes_reset" tests.
func RunRegistryUpdatesTests ¶ added in v7.1.5
RunRegistryUpdatesTests executes "epoch_processing/registry_updates" tests.
func RunRewardsAndPenaltiesTests ¶ added in v7.1.5
RunRewardsAndPenaltiesTests executes "epoch_processing/rewards_and_penalties" tests.
func RunSlashingsResetTests ¶ added in v7.1.5
RunSlashingsResetTests executes "epoch_processing/slashings_reset" tests.
func RunSlashingsTests ¶ added in v7.1.5
RunSlashingsTests executes "epoch_processing/slashings" tests.
Types ¶
This section is empty.
Source Files
¶
- builder_pending_payments.go
- 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_deposits.go
- proposer_lookahead.go
- randao_mixes_reset.go
- registry_updates.go
- rewards_and_penalties.go
- slashings.go
- slashings_reset.go