Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schedule Chiado testnet Deneb fork (Jan 31) #5724

Closed
dapplion opened this issue Jan 11, 2024 · 1 comment · Fixed by #5725
Closed

Schedule Chiado testnet Deneb fork (Jan 31) #5724

dapplion opened this issue Jan 11, 2024 · 1 comment · Fixed by #5725

Comments

@dapplion
Copy link
Contributor

Description

Chiado Dencun fork is scheduled

+DENEB_FORK_VERSION: 0x0400006f
+DENEB_FORK_EPOCH: 516608 # Wed Jan 31 2024 18:15:40 GMT+0000

Some config values differ from mainnet

MAX_REQUEST_BLOCKS_DENEB: 128
# MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK
MAX_REQUEST_BLOB_SIDECARS: 768
# `2**14` (= 16384 epochs, ~15 days)
-MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 4096
+MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 16384
# `6`
BLOB_SIDECAR_SUBNET_COUNT: 6

No preset values differ from mainnet

FIELD_ELEMENTS_PER_BLOB: 4096
# `uint64(2**12)` (= 4096)
MAX_BLOB_COMMITMENTS_PER_BLOCK: 4096
# `uint64(6)`
MAX_BLOBS_PER_BLOCK: 6
# `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

https://github.com/gnosischain/specs/blob/master/consensus/preset/gnosis/deneb.yaml

@tersec
Copy link
Contributor

tersec commented Jan 12, 2024

#5725

@tersec tersec closed this as completed Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants