nimbus-eth2/beacon_chain
Jacek Sieka 7825d12448
increase block attestation wait time (#2705)
We generally send out attestations 250 ms after the block arrives.
Recent efficiency improvements have led to a slightly increased
incidence of "slot 0" issues  where attestations are dropped by other
nodes because they have not yet had time to process the block due to
epoch processing taking time.

This PR mitigates the problem by increasing the window between receiving
the block and sending out attestations.
2021-07-06 15:11:18 +02:00
..
consensus_object_pools use isomorphicCast between beacon block types (#2698) 2021-07-06 14:32:49 +02:00
eth1 remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
fork_choice add blockchain_dag altair database reading; add rollback tests (#2683) 2021-06-29 15:09:29 +00:00
gossip_processing remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
networking update some spec refs to v1.1.0-alpha.8 (#2689) 2021-07-01 08:55:16 +00:00
rpc add blockchain_dag altair database reading; add rollback tests (#2683) 2021-06-29 15:09:29 +00:00
spec avoid recomputing base_reward_per_increment() across attestations (#2704) 2021-07-06 06:19:06 +00:00
ssz remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
sync use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
validators increase block attestation wait time (#2705) 2021-07-06 15:11:18 +02:00
.gitignore Rename binaries; Mimic the original repo layout in the distribution 2020-11-09 11:38:52 +02:00
beacon_chain_db.nim add blockchain_dag altair database reading; add rollback tests (#2683) 2021-06-29 15:09:29 +00:00
beacon_chain_db_immutable.nim make isomorphicCast available outside immutable beacon chain database (#2696) 2021-07-02 17:38:14 +00:00
beacon_clock.nim Nim-1.2.12 2021-04-19 10:53:58 +03:00
beacon_node_common.nim remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
beacon_node_status.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
beacon_node_types.nim remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
conf.nim remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
extras.nim use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
filepath.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
interop.nim remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
nimbus_beacon_node.nim use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
nimbus_beacon_node.nim.cfg Drop UseDiscv51 flag and only support discovery v5.1 2020-11-14 19:12:30 +02:00
nimbus_binary_common.nim flush stdout logs (#2669) 2021-06-29 16:53:36 +03:00
nimbus_signing_process.nim singe validator key cache 2021-06-01 20:43:44 +03:00
nimbus_validator_client.nim add blockchain_dag altair database reading; add rollback tests (#2683) 2021-06-29 15:09:29 +00:00
nimbus_validator_client.nim.cfg Rename binaries; Mimic the original repo layout in the distribution 2020-11-09 11:38:52 +02:00
ssz.nim Move SSZ, deposit_contracts & eth1_monitor [reorg files 3/5] (#2371) 2021-03-03 07:23:05 +01:00
statediff.nim write uncompressed validator keys to database (#2639) 2021-06-10 10:37:02 +03:00
statusbar.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
version.nim v1.4.0 2021-06-21 14:02:12 +02:00