nimbus-eth2/beacon_chain/fork_choice
Jacek Sieka 99afafecd7
fix quadratic seq assignment in fork choice (#1805)
this would reallocate the attestation queue on every attestation and
other call to update_time, causing quite the overhead (~10% cpu spent
when gossiping)
2020-10-03 23:43:27 +02:00
..
README.md bump a couple more eth2 phase0 spec refs to v0.11.1 2020-04-17 16:37:52 +03:00
fork_choice.nim fix quadratic seq assignment in fork choice (#1805) 2020-10-03 23:43:27 +02:00
fork_choice_types.nim implement clock disparity for attestation validation (#1568) 2020-08-27 09:34:12 +02:00
proto_array.nim fix some todo (#1645) 2020-09-14 14:50:03 +00:00