lighthouse/beacon_node/beacon_chain
Pawan Dhananjay 4499adc7fd Check proposer index during block production (#2740)
## Issue Addressed

Resolves #2612 

## Proposed Changes

Implements both the checks mentioned in the original issue. 
1. Verifies the `randao_reveal` in the beacon node
2. Cross checks the proposer index after getting back the block from the beacon node.

## Additional info
The block production time increases by ~10x because of the signature verification on the beacon node (based on the `beacon_block_production_process_seconds` metric) when running on a local testnet.
2021-11-01 07:44:40 +00:00
..
src Check proposer index during block production (#2740) 2021-11-01 07:44:40 +00:00
tests Add BeaconChainHarness::builder (#2707) 2021-10-14 02:58:10 +00:00
Cargo.toml Add test_logger as feature to logging (#2586) 2021-10-06 00:46:07 +00:00