prysm-pulse/beacon-chain/core/blocks
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
..
block_operations_test.go Encoding/Decoding Deposit Data Fix (#1317) 2019-01-14 22:42:26 +08:00
block_operations.go Implement Process Penalties and Exit Logic (#1291) 2019-01-15 21:52:57 -08:00
block_test.go Implement Basic LMD Ghost Fork Choice Skeleton + Helper Funcs (#1310) 2019-01-19 10:57:51 +08:00
block.go Implement Basic LMD Ghost Fork Choice Skeleton + Helper Funcs (#1310) 2019-01-19 10:57:51 +08:00
BUILD.bazel Refactor hashing of beaconblock to shared (#1315) 2019-01-15 00:41:20 +08:00
validity_conditions_test.go Remove Use of Proto .GetX for Value Getters (#1235) 2019-01-04 21:58:19 -06:00
validity_conditions.go ToBytes32 (#1306) 2019-01-13 09:04:14 -05:00