From 29c736f6258ccc238a583220fb2a2c8d693e4199 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 3 Mar 2023 14:55:46 +1100 Subject: [PATCH 1/2] Set Capella fork epoch for Goerli --- .../built_in_network_configs/prater/config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/common/eth2_network_config/built_in_network_configs/prater/config.yaml b/common/eth2_network_config/built_in_network_configs/prater/config.yaml index d173be20de5..2dcb6a6461f 100644 --- a/common/eth2_network_config/built_in_network_configs/prater/config.yaml +++ b/common/eth2_network_config/built_in_network_configs/prater/config.yaml @@ -35,9 +35,12 @@ ALTAIR_FORK_EPOCH: 36660 # Merge BELLATRIX_FORK_VERSION: 0x02001020 BELLATRIX_FORK_EPOCH: 112260 +# Capella +CAPELLA_FORK_VERSION: 0x03001020 +CAPELLA_FORK_EPOCH: 162304 # Sharding -SHARDING_FORK_VERSION: 0x03001020 -SHARDING_FORK_EPOCH: 18446744073709551615 +DENEB_FORK_VERSION: 0x04001020 +DENEB_FORK_EPOCH: 18446744073709551615 # TBD, 2**32 is a placeholder. Merge transition approach is in active R&D. TRANSITION_TOTAL_DIFFICULTY: 4294967296 From 944f3faea2f7d0f1ed3fd0598c5126a5b3d56f21 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 6 Mar 2023 10:14:42 +1100 Subject: [PATCH 2/2] Revert SHARDING to DENEB change --- .../built_in_network_configs/prater/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/eth2_network_config/built_in_network_configs/prater/config.yaml b/common/eth2_network_config/built_in_network_configs/prater/config.yaml index 2dcb6a6461f..69d65ca8fc8 100644 --- a/common/eth2_network_config/built_in_network_configs/prater/config.yaml +++ b/common/eth2_network_config/built_in_network_configs/prater/config.yaml @@ -39,8 +39,8 @@ BELLATRIX_FORK_EPOCH: 112260 CAPELLA_FORK_VERSION: 0x03001020 CAPELLA_FORK_EPOCH: 162304 # Sharding -DENEB_FORK_VERSION: 0x04001020 -DENEB_FORK_EPOCH: 18446744073709551615 +SHARDING_FORK_VERSION: 0x04001020 +SHARDING_FORK_EPOCH: 18446744073709551615 # TBD, 2**32 is a placeholder. Merge transition approach is in active R&D. TRANSITION_TOTAL_DIFFICULTY: 4294967296