From f49d47cf308fe45f40502fe2f5382983609b9f43 Mon Sep 17 00:00:00 2001 From: dapplion <35266934+dapplion@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:54:23 +0800 Subject: [PATCH] Align config comments with gnosis values --- consensus/config/gnosis.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/consensus/config/gnosis.yaml b/consensus/config/gnosis.yaml index f76c2ce..3fb3bf1 100644 --- a/consensus/config/gnosis.yaml +++ b/consensus/config/gnosis.yaml @@ -54,9 +54,9 @@ DENEB_FORK_EPOCH: 18446744073709551615 SECONDS_PER_SLOT: 5 # 6 (estimate from xDai mainnet) SECONDS_PER_ETH1_BLOCK: 6 -# 2**8 (= 256) epochs ~27 hours +# 2**8 (= 256) epochs ~5.7 hours MIN_VALIDATOR_WITHDRAWABILITY_DELAY: 256 -# 2**8 (= 256) epochs ~27 hours +# 2**8 (= 256) epochs ~5.7 hours SHARD_COMMITTEE_PERIOD: 256 # 2**10 (= 1024) ~1.4 hour ETH1_FOLLOW_DISTANCE: 1024 @@ -104,7 +104,7 @@ GOSSIP_MAX_SIZE: 10485760 MAX_REQUEST_BLOCKS: 1024 # `2**8` (= 256) EPOCHS_PER_SUBNET_SUBSCRIPTION: 256 -# `MIN_VALIDATOR_WITHDRAWABILITY_DELAY + CHURN_LIMIT_QUOTIENT // 2` (= 33024, ~5 months) +# 33024, ~31 days MIN_EPOCHS_FOR_BLOCK_REQUESTS: 33024 # `10 * 2**20` (=10485760, 10 MiB) MAX_CHUNK_SIZE: 10485760