Nico Flaig
Nico Flaig
It is required to add v2 attestation APIs to support EIP-7549 From https://github.com/ethereum/beacon-APIs/pull/447 - [x] `GET /eth/v2/validator/aggregate_attestation` From https://github.com/ethereum/beacon-APIs/pull/448 - [x] `GET /eth/v2/beacon/blocks/{block_id}/attestations` - [x] `GET /eth/v2/beacon/pool/attestations` - [x] `POST...
It's now possible to configure a timeout per request, and we might wanna reduce timeouts for some requests as there is generally no value it keeping request open after certain...
### Problem description Right now, the longer a user is running Lodestar, the more storage is required. This is not ideal and the only way right now to free up...
**Motivation** Currently, we will only log the error once if the eth1 provider throws continuous errors with a frequency of < 1min while the intended behavior should be to log...
**Motivation** The `getStateValidators` api has the limitation to only fetch up to 64 pubkeys per request without causing potential issues due URI limits enforced by the server (as pubkeys are...
- [x] Layout of upstream network config repository is being changed https://github.com/eth-clients/holesky/pull/104. Need to review that we still pull the configs from the right path for each network. https://github.com/ChainSafe/lodestar/blob/deafa4f162860b7677cd0b63f32eab4b47d206d4/packages/cli/src/networks/holesky.ts#L6-L7 -...
As noted in https://github.com/ChainSafe/lodestar/commit/966f3acc0f615b62b082176412e85f7dbbb8d696#r143045200, it seems like the redirect do not work as expected. I also found a few warnings related to that when running `docusaurus build` ``` [WARNING] @docusaurus/plugin-client-redirects:...
**Motivation** Code snippets in README files are currently not validated, and some are broken. We should make sure that examples can be copy-pasted and are runnable **Description** Fix verification of...
From https://github.com/ChainSafe/lodestar/issues/3633#issuecomment-2044650621, we should look into providing a convenience script to further simplify binary installation. Similar to https://github.com/celestiaorg/docs/pull/1524
Add option to server to disable JSON responses to avoid potential DoS vector. From https://github.com/ChainSafe/lodestar/issues/5128#issuecomment-1758069716 and moved out todos from https://github.com/ChainSafe/lodestar/pull/6749 as it is not required to be implemented as...