mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 03:17:55 +00:00
Fulu update to spec v1.6.0-alpha.4 (#7890)
Fulu update to spec [v1.6.0-alpha.4](https://github.com/ethereum/consensus-specs/releases/tag/v1.6.0-alpha.4). - Make `number_of_columns` a preset - Optimise `get_custody_groups` to avoid computing if cgc = 128 - Add support for additional typenum values in type_dispatch macro
This commit is contained in:
@@ -8,3 +8,7 @@ FIELD_ELEMENTS_PER_CELL: 64
|
||||
FIELD_ELEMENTS_PER_EXT_BLOB: 8192
|
||||
# uint64(floorlog2(get_generalized_index(BeaconBlockBody, 'blob_kzg_commitments'))
|
||||
KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH: 4
|
||||
# FIELD_ELEMENTS_PER_EXT_BLOB // FIELD_ELEMENTS_PER_CELL (= 128)
|
||||
CELLS_PER_EXT_BLOB: 128
|
||||
# CELLS_PER_EXT_BLOB (= 128)
|
||||
NUMBER_OF_COLUMNS: 128
|
||||
@@ -8,3 +8,7 @@ FIELD_ELEMENTS_PER_CELL: 64
|
||||
FIELD_ELEMENTS_PER_EXT_BLOB: 8192
|
||||
# uint64(floorlog2(get_generalized_index(BeaconBlockBody, 'blob_kzg_commitments'))
|
||||
KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH: 4
|
||||
# FIELD_ELEMENTS_PER_EXT_BLOB // FIELD_ELEMENTS_PER_CELL (= 128)
|
||||
CELLS_PER_EXT_BLOB: 128
|
||||
# CELLS_PER_EXT_BLOB (= 128)
|
||||
NUMBER_OF_COLUMNS: 128
|
||||
@@ -8,3 +8,7 @@ FIELD_ELEMENTS_PER_CELL: 64
|
||||
FIELD_ELEMENTS_PER_EXT_BLOB: 8192
|
||||
# uint64(floorlog2(get_generalized_index(BeaconBlockBody, 'blob_kzg_commitments'))
|
||||
KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH: 4
|
||||
# FIELD_ELEMENTS_PER_EXT_BLOB // FIELD_ELEMENTS_PER_CELL (= 128)
|
||||
CELLS_PER_EXT_BLOB: 128
|
||||
# CELLS_PER_EXT_BLOB (= 128)
|
||||
NUMBER_OF_COLUMNS: 128
|
||||
Reference in New Issue
Block a user