We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
gnosis-chain-configs
ff5fbe9aecbf28df9beedb662920eeee537629b0
#5725
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Chiado Dencun fork is scheduled
Some config values differ from mainnet
No preset values differ from mainnet
https://github.com/gnosischain/specs/blob/master/consensus/preset/gnosis/deneb.yaml
The text was updated successfully, but these errors were encountered: