lighthouse/beacon_node
Michael Sproul 1829250ee4 Ignore attestations to finalized blocks (don't reject) (#3052)
## Issue Addressed

Addresses spec changes from v1.1.0:

- https://github.com/ethereum/consensus-specs/pull/2830
- https://github.com/ethereum/consensus-specs/pull/2846

## Proposed Changes

* Downgrade the REJECT for `HeadBlockFinalized` to an IGNORE. This applies to both unaggregated and aggregated attestations.

## Additional Info

I thought about also changing the penalty for `UnknownTargetRoot` but I don't think it's reachable in practice.
2022-03-04 00:41:22 +00:00
..
beacon_chain Ignore attestations to finalized blocks (don't reject) (#3052) 2022-03-04 00:41:22 +00:00
client Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
eth1 Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
execution_layer Lower debug! logs to trace! (#3053) 2022-03-03 22:37:42 +00:00
genesis Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
http_api Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
http_metrics Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
lighthouse_network Custom RPC request management for sync (#3029) 2022-03-02 22:07:17 +00:00
network Ignore attestations to finalized blocks (don't reject) (#3052) 2022-03-04 00:41:22 +00:00
operation_pool Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
src Filter non global ips from discovery (#3023) 2022-03-02 03:14:27 +00:00
store Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
tests Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
timer Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
Cargo.toml Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00