lighthouse/beacon_node
Paul Hauner 0b287f6ece Push naive attestations into op pool (#1466)
## Issue Addressed

NA

## Proposed Changes

- When producing a block, go and ensure every attestation in the naive aggregation pool is included in the operation pool. This should help us increase the number of useful attestations in a block.
- Lift the `RwLock`s inside `NaiveAggregationPool` up into a single high-level lock. There were race conditions in the existing setup and it was hard to reason about.

## Additional Info

NA
2020-08-06 07:26:46 +00:00
..
beacon_chain Push naive attestations into op pool (#1466) 2020-08-06 07:26:46 +00:00
client Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
eth1 Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
eth2_libp2p Fix rpc coded response display (#1470) 2020-08-06 04:29:23 +00:00
genesis Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
network Remove block clone (#1448) 2020-08-06 04:29:17 +00:00
operation_pool Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
rest_api Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
src Lighthouse v0.2.0 (Medalla) (#1452) 2020-08-04 07:44:53 +00:00
store Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
tests Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
timer Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
websocket_server Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
Cargo.toml Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00