nimbus-eth2/beacon_chain/fork_choice
Jacek Sieka fd4d319450
Use fork v2 (#1358)
* fork choice fixes, round 3

* introduce checkpoint tracker
* split out fork choice backend that is independent of dag
* correctly update best checkpoint to use for head selection
* correctly consider wall clock when processing attestations
* preload head history only (only one history is loaded from database
anyway)
* love the DAG

* switch to fork choice v2

also remove BlockRef.children

* fix
2020-07-25 21:41:12 +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 Use fork v2 (#1358) 2020-07-25 21:41:12 +02:00
fork_choice_types.nim Use fork v2 (#1358) 2020-07-25 21:41:12 +02:00
proto_array.nim Fork choice fixes (#1350) 2020-07-22 11:42:55 +02:00