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

@@ -17,7 +17,7 @@ modern = ["bls/supranational-force-adx"]
# Uses the slower Milagro BLS library, which is written in native Rust.
milagro = ["bls/milagro"]
# Support minimal spec (used for testing only).
spec-minimal = []
spec-minimal = ["beacon_node/spec-minimal"]
# Support Gnosis spec and Gnosis Beacon Chain.
gnosis = []
# Support slasher MDBX backend.