From a5d900d052bc069b1c920079a5e519646da203bf Mon Sep 17 00:00:00 2001 From: tersec Date: Tue, 4 Aug 2020 15:53:39 +0000 Subject: [PATCH] skip hotfixed DEPOSIT_CHAIN_ID/DEPOSIT_NETWORK_ID const checks (#1434) --- tests/official/test_fixture_const_sanity_check.nim | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/official/test_fixture_const_sanity_check.nim b/tests/official/test_fixture_const_sanity_check.nim index 9642c526d..a841b4194 100644 --- a/tests/official/test_fixture_const_sanity_check.nim +++ b/tests/official/test_fixture_const_sanity_check.nim @@ -104,11 +104,9 @@ const IgnoreKeys = [ "GENESIS_FORK_VERSION", "GENESIS_DELAY", - # TODO - # These are phase1 constants. - # Not currently present in the phase0 presets. - "CUSTODY_PERIOD_TO_RANDAO_PADDING", - "EARLY_DERIVED_SECRET_PENALTY_MAX_FUTURE_EPOCHS" + # TODO remove when possible + "DEPOSIT_CHAIN_ID", + "DEPOSIT_NETWORK_ID" ] func parseU32LEHex(hexValue: string): uint32 =