prysm-pulse/beacon-chain/blockchain
Raul Jordan f89fce9bd7
Implement Basic LMD Ghost Fork Choice Skeleton + Helper Funcs (#1310)
* add fork choice helpers

* LMD GHOST basic implementation

* add todos

* add in the initial test and finalize rest of functions

* added tests

* more simulation, adding trivial case with only one option for a head

* panics

* begin helper function tests

* more helper tests

* higher vote wins

* LMD Ghost full test

* comment

* add types

* optimize

* prepared

* deposits for chain

* lint

* use the hash beacon block util

* rem unnecessary db methods

* comments

* setup works
2019-01-19 10:57:51 +08:00
..
BUILD.bazel Implement Basic LMD Ghost Fork Choice Skeleton + Helper Funcs (#1310) 2019-01-19 10:57:51 +08:00
fork_choice_test.go Implement Basic LMD Ghost Fork Choice Skeleton + Helper Funcs (#1310) 2019-01-19 10:57:51 +08:00
fork_choice.go Implement Basic LMD Ghost Fork Choice Skeleton + Helper Funcs (#1310) 2019-01-19 10:57:51 +08:00
service_test.go Add in ChainStart Listener (#1327) 2019-01-17 23:14:32 +08:00
service.go Implement Basic LMD Ghost Fork Choice Skeleton + Helper Funcs (#1310) 2019-01-19 10:57:51 +08:00