Trigger Execution Requests In E2E (#14971)

* Trigger Consolidation

* Finally have it working

* Fix Build

* Revert Change

* Fix Context

* Finally have consolidations working

* Get Evaluator Working

* Get Withdrawals Working

* Changelog

* Finally Passes

* New line

* Try again

* fmt

* fmt

* Fix Test
This commit is contained in:
Nishant Das
2025-04-01 14:49:51 +08:00
committed by GitHub
parent a50e981c74
commit e38fdb09a4
13 changed files with 438 additions and 48 deletions

View File

@@ -24,6 +24,7 @@ func E2ETestConfig() *BeaconChainConfig {
e2eConfig.GenesisDelay = 10 // 10 seconds so E2E has enough time to process deposits and get started.
e2eConfig.ChurnLimitQuotient = 65536
e2eConfig.MaxValidatorsPerWithdrawalsSweep = 128
e2eConfig.MinPerEpochChurnLimitElectra = 256000000000
// Time parameters.
e2eConfig.SecondsPerSlot = 10
@@ -73,6 +74,7 @@ func E2EMainnetTestConfig() *BeaconChainConfig {
e2eConfig.MinGenesisActiveValidatorCount = 256
e2eConfig.GenesisDelay = 25 // 25 seconds so E2E has enough time to process deposits and get started.
e2eConfig.ChurnLimitQuotient = 65536
e2eConfig.MinPerEpochChurnLimitElectra = 256000000000
// Time parameters.
e2eConfig.SecondsPerSlot = 6