Pawan Dhananjay
Pawan Dhananjay
## Issue Addressed N/A ## Proposed Changes Check that https://github.com/ethereum/c-kzg-4844/pull/409 works fine on all platforms in CI
## Issue Addressed N/A ## Proposed Changes Electra engine api changes. Based on #5728 , should be rebased once its merged to the devnet target branch
## Issue Addressed N/A ## Proposed Changes Implements electra engine api. ## Additional Info The spec does not handle the `engine_getPayloadBodies` for the new electra fields. We need to add...
### Status Hackathon Submission Type: Bot Github Repo: Description: Team Members:
## Issue Addressed Resolves #5631 ## Proposed Changes We currently have a lot of spec constants listed under lighthouse's ChainSpec struct. Values in chainspec are meant to be configurable from...
## Issue Addressed N/A ## Proposed Changes Implements changes for electra from https://github.com/ethereum/consensus-specs/releases/tag/v1.5.0-alpha.7 and https://github.com/ethereum/consensus-specs/releases/tag/v1.5.0-alpha.8 1. Fixed partial withdrawals count https://github.com/ethereum/consensus-specs/pull/3943 2. Remove get_active_balance https://github.com/ethereum/consensus-specs/pull/3949 3. Remove queue_entire_balance_and_reset_validator https://github.com/ethereum/consensus-specs/pull/3951 4....
## Issue Addressed N/A ## Proposed Changes Change `max_blobs_per_block` from a preset value to a config value. This affects a lot of the codebase where we have to use runtime...
## Description Electra adds a new field in the ExecutionBlockHeader for the requests root https://github.com/ethereum/EIPs/blob/032c46504b10568039ba300969010e77c795f43a/EIPS/eip-7685.md#block-header Our block hash computation needs to be updated to include the new requests_root field here...
## Issue Addressed N/A ## Proposed Changes After the electra fork which includes EIP 6110, the beacon node no longer needs the eth1 bridging mechanism to include new deposits as...
In #7505, we used have used the `mockall` library to create mock objects for helping us test components with unit tests. Historically, we haven't done this and mainly relied on...