Add support for compile time FIELD_ELEMENTS_PER_BLOB

This commit is contained in:
Pawan Dhananjay
2022-12-14 21:25:42 +05:30
parent 2e89a719b0
commit 52a06231c8
6 changed files with 17 additions and 11 deletions

View File

@@ -20,6 +20,7 @@ withdrawals-processing = [
"execution_layer/withdrawals-processing",
"http_api/withdrawals-processing",
]
spec-minimal = ["beacon_chain/spec-minimal"]
[dependencies]
eth2_config = { path = "../common/eth2_config" }