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

@@ -49,5 +49,4 @@ operation_pool = { path = "../operation_pool" }
execution_layer = { path = "../execution_layer" }
[features]
spec-minimal = ["beacon_chain/spec-minimal"]
fork_from_env = ["beacon_chain/fork_from_env"]