From 5252984fbc15d4f240a35cd457e444417e20350c Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Wed, 14 Jun 2023 16:56:48 +0200 Subject: [PATCH] remove `SAFE_SLOTS_TO_UPDATE_JUSTIFIED` The `SAFE_SLOTS_TO_UPDATE_JUSTIFIED` constant is no longer used in any EF or Gnosis network metadata definitions. We can remove it. Upstream changes: - https://github.com/eth-clients/eth2-networks/pull/87 - https://github.com/gnosischain/configs/pull/10 Which we updated here: - https://github.com/status-im/nimbus-eth2/pull/5071 - https://github.com/status-im/nimbus-eth2/pull/5077 --- beacon_chain/spec/presets.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/beacon_chain/spec/presets.nim b/beacon_chain/spec/presets.nim index a57de90215..7efba7a1e7 100644 --- a/beacon_chain/spec/presets.nim +++ b/beacon_chain/spec/presets.nim @@ -91,7 +91,6 @@ const ignoredValues = [ "TRANSITION_TOTAL_DIFFICULTY", # Name that appears in some altair alphas, obsolete, remove when no more testnets "MIN_ANCHOR_POW_BLOCK_DIFFICULTY", # Name that appears in some altair alphas, obsolete, remove when no more testnets - "SAFE_SLOTS_TO_UPDATE_JUSTIFIED", # Removed in consensus-specs v1.3.0 ] when const_preset == "mainnet":