lighthouse/beacon_node/beacon_chain
Paul Hauner 32338bcafa Add check for head/target consistency (#1702)
## Issue Addressed

NA

## Proposed Changes

Addresses an interesting DoS vector raised by @protolambda by verifying that the head and target are consistent when processing aggregate attestations. This check prevents us from loading very old target blocks and doing lots of work to skip them to the current slot.

## Additional Info

NA
2020-10-02 10:46:37 +00:00
..
src Add check for head/target consistency (#1702) 2020-10-02 10:46:37 +00:00
tests Add check for head/target consistency (#1702) 2020-10-02 10:46:37 +00:00
Cargo.toml Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00