remove spec minimal feature gating in tests (#4468)

* remove spec minimal feature gating in tests

* do merge transition in overflow cache test
This commit is contained in:
realbigsean
2023-07-14 15:59:15 -04:00
committed by GitHub
parent c3ef84bda2
commit 2b93c0eb0d
10 changed files with 28 additions and 42 deletions

View File

@@ -13,7 +13,6 @@ node_test_rig = { path = "../testing/node_test_rig" }
[features]
write_ssz_files = ["beacon_chain/write_ssz_files"] # Writes debugging .ssz files to /tmp during block processing.
spec-minimal = ["beacon_chain/spec-minimal"]
[dependencies]
eth2_config = { path = "../common/eth2_config" }