NC
NC
### Problem description During the recent event of Holesky, we spent a lot of time to force Lodestar to follow the correct fork. Would be great if we can add...
### Problem description ethereum/consensus-specs#4155 adds `pre_epoch` and `post_epoch` states to spec test to verify states before and after epoch processing. Update our spec test to test these too. ### Solution...
We need to suppress fcu call during gossip block import when the incoming block is weak. This is because once notified EL, it will treat the new block as head...
### Problem description Currently `eth/v1/config/spec` endpoint returns hex numbers as numbers. Below is a snippet of what the endpoint current returns: ``` { "data": { "PRESET_BASE": "mainnet", "CONFIG_NAME": "mainnet", "TERMINAL_TOTAL_DIFFICULTY":...
Note: This PR has a dependency on ssz v1.2.0. Staying as draft for now
- Add new gossip topics - Add gossip validation for each new topic - Handle gossip payload attestation message - Add `PayloadAttestationPool` - Update gossip validation for `beacon_aggregate_and_proof` and `beacon_block`...
Do not merge - PR for reference only Relevant issue #7340
### Problem description # Glamsterdam Implementations Meta-EIP for Glamsterdam: https://eips.ethereum.org/EIPS/eip-7773 ### Solution description ## Latest Specification ## EIP-7732 ePBS https://eips.ethereum.org/EIPS/eip-7732 ## EIP-7805 FOCIL https://eips.ethereum.org/EIPS/eip-7805 ## EIP-7928 BAL https://eips.ethereum.org/EIPS/eip-7928 ### Additional...
### Problem description In the latest spec release, new reference tests have been added for KZG compute challenge functions. ### Solution description Include the new formats into our `kzgTestRunner`: https://github.com/ethereum/consensus-specs/blob/master/tests/formats/kzg_4844/compute_challenge.md...