Nico Flaig
Nico Flaig
As per spec this route needs to support ssz responses but the implementation deviates quite a lot from other routes. See [implementation notes](https://github.com/ethereum/beacon-APIs/blob/3132da1c570a72792c0a5e4d0b412a856fbd4854/apis/beacon/light_client/updates.yaml#L40-L63) for details. There has been previous work...
Current implementation or rather the typing / generics of `mapValues` function to seem to be incorrect, requiring to type cast the returned value (although the implementation itself works as expected)...
We might wanna start using the `postStateValidators` api instead of `getStateValidators` to avoid issues such as https://github.com/ChainSafe/lodestar/discussions/6830. This should be pretty safe to change this in CLI commands such as...
Remaining route changes for EIP-7549 (besides events api) - Adds `publishAggregateAndProofsV2` route - Update containers `AggregateAndProof` and `SignedAggregateAndProof` from [Electra -- Honest Validator spec](https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.3/specs/electra/validator.md#containers) - deprecate `publishAggregateAndProofs` v1 api Part...
Follow up to https://github.com/ethereum/beacon-APIs/pull/442 to clarify how to handle the case if EL is offline as beacon node will not be able to serve all requests in that case. Just...
Before we cut the next release which is likely after consensus-spec release, we should update the spec references to the the stable release instead of `-alpha.x`. https://github.com/ethereum/beacon-APIs/blob/4fc68cb7e30973bb948c66084a2b94f1fe57c1c4/types/electra/attestation.yaml#L4
Clarify that 404 status code (error) should be returned if no sync committee contribution is available for the requested `beacon_block_root`. See related PR https://github.com/ethereum/beacon-APIs/pull/380 that added the same note for...
In case case mev-rs receives no bid from any builder it will respond with 204 status code to a [getHeader](https://ethereum.github.io/builder-specs/#/Builder/getHeader), this is as expected but it also sets content-type and...
This is a proposal to add SSZ support to builder API in a backward compatible way without requiring to bump the apis to v2. It outlines what is expected from...
Adds Lodestar bootnode to improve diversity of providers