ef-test updates

This commit is contained in:
realbigsean
2022-11-22 20:13:51 -05:00
parent 902055f295
commit f601fb3b7e
5 changed files with 13 additions and 12 deletions

View File

@@ -8,6 +8,8 @@ edition = "2021"
[features]
portable = ["bls/supranational-portable"]
fake_crypto = ['bls/fake_crypto']
withdrawals = ["types/withdrawals", "beacon_chain/withdrawals", "store/withdrawals", "state_processing/withdrawals"]
withdrawals-processing = ["beacon_chain/withdrawals-processing", "store/withdrawals-processing", "state_processing/withdrawals-processing"]
[dependencies]
bls = { path = "../crypto/bls" }