lighthouse/beacon_node/src
Paul Hauner bcc7f6b143 Add new flag to set blocks per eth1 query (#1931)
## Issue Addressed

NA

## Proposed Changes

Users on Discord (and @protolambda) have experienced this error (or variants of it):

```
Failed to update eth1 cache: GetDepositLogsFailed("Eth1 node returned error: {\"code\":-32005,\"message\":\"query returned more than 10000 results\"}")
```

This PR allows users to reduce the span of blocks searched for deposit logs and therefore reduce the size of the return result. Hopefully experimentation with this flag can lead to finding a better default value.


## Additional Info

NA
2020-11-18 22:18:59 +00:00
..
cli.rs Add new flag to set blocks per eth1 query (#1931) 2020-11-18 22:18:59 +00:00
config.rs Add new flag to set blocks per eth1 query (#1931) 2020-11-18 22:18:59 +00:00
lib.rs Add --testnet mainnet and start HTTP server before genesis (#1862) 2020-11-09 05:04:03 +00:00