mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-24 21:40:03 +00:00
349001b7fb
* eip4844 beacon block proposals * Don't fetch blobs under minimal preset @tersec's summary of the issue: BlobsBundleV1 in the execution API spec assumes a mainnet preset blob size, where the EIP4844 consensus spec defines FIELD_ELEMENTS_PER_BLOB: 4 under the minimal preset, which leads to a Blob having a length of 4 * 32, not 4096 * 32 which BlobsBundleV1 requires. * Revert unintentional script change
Validators
This folder holds all modules related to a Beacon Chain Validator besides the binaries they interact directly with (nimbus_validator_cliant and nimbus_signing_process):
- Validator keystore
- Validator slashing protection
- Validator duties
- Validator pool