lighthouse/beacon_node/network/src
Divma 7af5742081 Deprecate step param in BlocksByRange RPC request (#3275)
## Issue Addressed

Deprecates the step parameter in the blocks by range request

## Proposed Changes

- Modifies the BlocksByRangeRequest type to remove the step parameter and everywhere we took it into account before
- Adds a new type to still handle coding and decoding of requests that use the parameter

## Additional Info
I went with a deprecation over the type itself so that requests received outside `lighthouse_network` don't even need to deal with this parameter. After the deprecation period just removing the Old blocks by range request should be straightforward
2022-06-22 16:23:34 +00:00
..
beacon_processor Deprecate step param in BlocksByRange RPC request (#3275) 2022-06-22 16:23:34 +00:00
router Custom RPC request management for sync (#3029) 2022-03-02 22:07:17 +00:00
service Filter non global ips from discovery (#3023) 2022-03-02 03:14:27 +00:00
subnet_service Improved peer management (#2993) 2022-02-18 02:36:43 +00:00
sync Deprecate step param in BlocksByRange RPC request (#3275) 2022-06-22 16:23:34 +00:00
error.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
lib.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
metrics.rs move backfill sync jobs from highest priority to lowest (#3215) 2022-05-26 02:05:17 +00:00
nat.rs rust 1.53.0 updates (#2411) 2021-06-18 05:58:01 +00:00
persisted_dht.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
service.rs Custom RPC request management for sync (#3029) 2022-03-02 22:07:17 +00:00
status.rs Correctly update range status when outdated chains are removed (#2827) 2021-11-26 01:13:49 +00:00