Fork boilerplate

This commit is contained in:
Eitan Seri-Levi
2025-04-29 23:42:37 -07:00
parent 7bd50a6fe8
commit c464a54ba2
63 changed files with 1654 additions and 217 deletions

View File

@@ -7420,6 +7420,7 @@ async fn create_signed_inclusion_lists() {
config.spec.capella_fork_epoch = Some(Epoch::new(0));
config.spec.deneb_fork_epoch = Some(Epoch::new(0));
config.spec.electra_fork_epoch = Some(Epoch::new(0));
config.spec.eip7805_fork_epoch = Some(Epoch::new(0));
ApiTester::new_from_config(config)
.await
.test_create_inclusion_lists()
@@ -7434,6 +7435,7 @@ async fn test_post_validator_duties_inclusion_list() {
config.spec.capella_fork_epoch = Some(Epoch::new(0));
config.spec.deneb_fork_epoch = Some(Epoch::new(0));
config.spec.electra_fork_epoch = Some(Epoch::new(0));
config.spec.eip7805_fork_epoch = Some(Epoch::new(0));
ApiTester::new_from_config(config)
.await
.test_post_validator_duties_inclusion_list()