lighthouse/beacon_node/network/src/router
Age Manning c6abc56113 Prevent large step-size parameters (#1583)
## Issue Addressed

Malicious users could request very large block ranges, more than we expect. Although technically legal, we are now quadraticaly weighting large step sizes in the filter. Therefore users may request large skips, but not a large number of blocks, to prevent requests forcing us to do long chain lookups. 

## Proposed Changes

Weight the step parameter in the RPC filter and prevent any overflows that effect us in the step parameter.

## Additional Info
2020-09-11 02:33:36 +00:00
..
mod.rs Add remaining network ops to queuing system (#1546) 2020-08-19 05:09:53 +00:00
processor.rs Prevent large step-size parameters (#1583) 2020-09-11 02:33:36 +00:00