lighthouse/beacon_node
Michael Sproul 3b901dc5ec Pack attestations into blocks in parallel (#2307)
## Proposed Changes

Use two instances of max cover when packing attestations into blocks: one for the previous epoch, and one for the current epoch. This reduces the amount of computation done by roughly half due to the `O(n^2)` running time of max cover (`2 * (n/2)^2 = n^2/2`). This should help alleviate some load on block proposal, particularly on Prater.
2021-04-13 05:27:42 +00:00
..
beacon_chain Pack attestations into blocks in parallel (#2307) 2021-04-13 05:27:42 +00:00
client Clean up warnings (#2240) 2021-04-12 00:57:43 +00:00
eth1 VC: accept unknown fields in chain spec (#2277) 2021-03-26 04:53:57 +00:00
eth2_libp2p Fix local testnet scripts (#2229) 2021-03-30 05:17:58 +00:00
genesis Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00
http_api Allow for a clock disparity on the duties endpoints (#2283) 2021-03-29 23:42:35 +00:00
http_metrics Switch back to warp with cors wildcard support (#2211) 2021-02-18 22:33:12 +00:00
network Clean up warnings (#2240) 2021-04-12 00:57:43 +00:00
operation_pool Pack attestations into blocks in parallel (#2307) 2021-04-13 05:27:42 +00:00
src Correcting disable-enr-auto-update flag definition (#2303) 2021-04-11 23:52:29 +00:00
store VC: accept unknown fields in chain spec (#2277) 2021-03-26 04:53:57 +00:00
tests Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00
timer Update to tokio 1.1 (#2172) 2021-02-10 23:29:49 +00:00
websocket_server Server sent events (#1920) 2020-12-04 00:18:58 +00:00
Cargo.toml v1.2.2 (#2287) 2021-03-30 04:07:03 +00:00