lighthouse/validator_client
Paul Hauner 3cac6d9ed5 Configure the validator/register_validator batch size via the CLI (#4399)
## Issue Addressed

NA

## Proposed Changes

Adds the `--validator-registration-batch-size` flag to the VC to allow runtime configuration of the number of validators POSTed to the [`validator/register_validator`](https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/Validator/registerValidator) endpoint.

There are builders (Agnostic and Eden) that are timing out with `regsiterValidator` requests with ~400 validators, even with a 9 second timeout. Exposing the batch size will help tune batch sizes to (hopefully) avoid this.

This PR should not change the behavior of Lighthouse when the new flag is not provided (i.e., the same default value is used).

## Additional Info

NA
2023-06-22 02:14:56 +00:00
..
slashing_protection Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
src Configure the validator/register_validator batch size via the CLI (#4399) 2023-06-22 02:14:56 +00:00
Cargo.toml Logging via the HTTP API (#4074) 2023-05-22 05:57:08 +00:00