Skip to content

Commit

Permalink
bump minimal preset MAX_BLOB_COMMITMENTS_PER_BLOCK and `KZG_COMMITM…
Browse files Browse the repository at this point in the history
…ENT_INCLUSION_PROOF_DEPTH`
  • Loading branch information
hwwhww committed Nov 26, 2024
1 parent 654333e commit 78c6922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions presets/minimal/deneb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# `uint64(4096)`
FIELD_ELEMENTS_PER_BLOB: 4096
# [customized]
MAX_BLOB_COMMITMENTS_PER_BLOCK: 16
# [customized] `floorlog2(get_generalized_index(BeaconBlockBody, 'blob_kzg_commitments')) + 1 + ceillog2(MAX_BLOB_COMMITMENTS_PER_BLOCK)` = 4 + 1 + 4 = 9
KZG_COMMITMENT_INCLUSION_PROOF_DEPTH: 9
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

0 comments on commit 78c6922

Please sign in to comment.