File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33# Execution
44# ---------------------------------------------------------------
5- # [customized] 2**5 (= 32 ) commitments
6- MAX_BLOB_COMMITMENTS_PER_BLOCK : 32
5+ # 2**12 (= 4,096 ) commitments
6+ MAX_BLOB_COMMITMENTS_PER_BLOCK : 4096
77
88# Networking
99# ---------------------------------------------------------------
10- # [customized] floorlog2(get_generalized_index(BeaconBlockBody, 'blob_kzg_commitments')) + 1 + ceillog2(MAX_BLOB_COMMITMENTS_PER_BLOCK) (= 4 + 1 + 5 = 10 )
11- KZG_COMMITMENT_INCLUSION_PROOF_DEPTH : 10
10+ # floorlog2(get_generalized_index(BeaconBlockBody, 'blob_kzg_commitments')) + 1 + ceillog2(MAX_BLOB_COMMITMENTS_PER_BLOCK) (= 4 + 1 + 12 = 17 )
11+ KZG_COMMITMENT_INCLUSION_PROOF_DEPTH : 17
1212
1313# Blob
1414# ---------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments