NC
NC
# Motivation To implement [EIP-6110](https://eips.ethereum.org/EIPS/eip-6110) and to modify the existed codebase to accomodate EIP-6110 including: - Introduce unfinalized `pubkey2Index` in `EpochCache` that is fork specific and will be cloned on...
**Motivation** There is an optional piece of the consensus spec that allows a CL client to re-org out a late head block by proposing new block on the parent of...
**Description** Introduce a beacon API endpoint to return block reward info according to the [spec](https://ethereum.github.io/beacon-APIs/#/Beacon/getBlockRewards). This is one of the three reward endpoints mentioned in #5694 Note that the endpoint...
**Description** introduce a beacon API endpoint to return sync committee reward info according to the [spec](https://ethereum.github.io/beacon-APIs/#/Beacon/getSyncCommitteeRewards). This is one of the three reward endpoints mentioned in https://github.com/ChainSafe/lodestar/issues/5694 Note that the...
### Describe the bug Currently with how sim test is set up with `ethereumjsdocker`, `gethdocker` and `netherminddocker`, it requires docker to use host network to run. eg. In gethdocker/post-merge.sh: `docker...
This issue is discovered as part of the effort of fixing up the failed consensus tests on Besu hyperledger/besu#5689 **Description** Occasionally, simulator fails to get genesis block in a test...
Add `sliceFrom` to `ListCompositeTreeViewDU`. Used in EIP-7251 to slice various beacon state fields like `pendingBalanceDeposit`, `pendingConsolidation` during epoch processing. Refer to the spec for more details: [`process_pending_balance_deposits`](https://github.com/ethereum/consensus-specs/blob/f5207db2c415f676bb61d173031d1c233579f1a8/specs/_features/eip7251/beacon-chain.md?plain=1#L599) [`process_pending_consolidations `](https://github.com/ethereum/consensus-specs/blob/f5207db2c415f676bb61d173031d1c233579f1a8/specs/_features/eip7251/beacon-chain.md?plain=1#L628) [`process_withdrawals`](https://github.com/ethereum/consensus-specs/blob/f5207db2c415f676bb61d173031d1c233579f1a8/specs/_features/eip7251/beacon-chain.md?plain=1#L734)
can you add a sliceFrom method for ListBasicTreeViewDU ? Or just make an issue for it? _Originally posted by @wemeetagain in https://github.com/ChainSafe/ssz/pull/366#discussion_r1572452128_
Add presets and ssz types for EIP-7549. Directly extract committee bits and other fields from serialized electra.attestations Part of #6341 and #6689
### Problem description Upon agreement reached in ethereum/execution-apis#517 to expose EL client info (ie. standardized client code and version) via Engine API `engine_getClientVersionV1`, it is sensible to include such info...