lighthouse/beacon_node/lighthouse_network/tests
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
..
common Fix merge rpc length limits (#3133) 2022-04-04 00:26:15 +00:00
gossipsub_tests.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00
pm_tests.rs Update libp2p (#3039) 2022-03-02 05:09:52 +00:00
rpc_tests.rs Deprecate step param in BlocksByRange RPC request (#3275) 2022-06-22 16:23:34 +00:00