Update to spec v1.6.0-alpha.5 (#7910)

- https://github.com/ethereum/consensus-specs/pull/4508
This commit is contained in:
Barnabas Busa
2025-08-27 05:59:21 +02:00
committed by GitHub
parent 8901c7417d
commit 2b33fe6620
4 changed files with 11 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
# ---------------------------------------------------------------
# `uint64(4096)`
FIELD_ELEMENTS_PER_BLOB: 4096
# [customized]
MAX_BLOB_COMMITMENTS_PER_BLOCK: 32
# [customized] `floorlog2(get_generalized_index(BeaconBlockBody, 'blob_kzg_commitments')) + 1 + ceillog2(MAX_BLOB_COMMITMENTS_PER_BLOCK)` = 4 + 1 + 5 = 10
KZG_COMMITMENT_INCLUSION_PROOF_DEPTH: 10
# `uint64(4096)`
MAX_BLOB_COMMITMENTS_PER_BLOCK: 4096
# `floorlog2(get_generalized_index(BeaconBlockBody, 'blob_kzg_commitments')) + 1 + ceillog2(MAX_BLOB_COMMITMENTS_PER_BLOCK)` = 4 + 1 + 12 = 17
KZG_COMMITMENT_INCLUSION_PROOF_DEPTH: 17