From 3abc2e27831ac94958c4d876ca223f8d02944f46 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar <43061995+xenowits@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:50:29 +0530 Subject: [PATCH] beaconmock: add `MIN_EPOCHS_FOR_BLOCK_REQUESTS` (#2574) Add `MIN_EPOCHS_FOR_BLOCK_REQUESTS` constant to beaconmock. This should fix failing tests here - https://github.com/ObolNetwork/charon/actions/runs/6002406193/job/16278692464?pr=2564. category: feature ticket: none --- testutil/beaconmock/static.json | 1 + 1 file changed, 1 insertion(+) diff --git a/testutil/beaconmock/static.json b/testutil/beaconmock/static.json index 91defa104..7902ec02a 100644 --- a/testutil/beaconmock/static.json +++ b/testutil/beaconmock/static.json @@ -105,6 +105,7 @@ "MESSAGE_DOMAIN_VALID_SNAPPY": "0x01000000", "MIN_ATTESTATION_INCLUSION_DELAY": "1", "MIN_DEPOSIT_AMOUNT": "1000000000", + "MIN_EPOCHS_FOR_BLOCK_REQUESTS": "33024", "MIN_EPOCHS_TO_INACTIVITY_PENALTY": "4", "MIN_GENESIS_ACTIVE_VALIDATOR_COUNT": "16384", "MIN_GENESIS_TIME": "1614588812",