prysm-pulse/beacon-chain/forkchoice/protoarray
terence tsao 86f6a44da6 Part 8 of proto array fork choice - prune (#4642)
* Docs
* Interface definitions
* Fmt and gazelle
* Rename interface to interfaces
* Define all the type for protoarray
* Gaz
* Add error types
* Add compute delta helper
* Compute delta tests
* Gaz
* Add checking if nodes viable
* Test for viable head
* Test for non leaf node can lead to viable head
* Conflict
* Extra space
* Remove fmt print
* Add updateBestChildAndDescendant
* Tests
* Merge branch 'master' into proto-array-forkchoice-6
* Conflict
* Merge branch 'proto-array-forkchoice-6' of git+ssh://github.com/prysmaticlabs/prysm into proto-array-forkchoice-6
* Add applyScoreChanges
* More test
* Rename score to weight
* Conflict
* Add insert function
* Test
* Merge refs/heads/master into proto-array-forkchoice-8
* Merge refs/heads/master into proto-array-forkchoice-8
* Merge branch 'master' of git+ssh://github.com/prysmaticlabs/prysm into proto-array-forkchoice-8
* Merge branch 'proto-array-forkchoice-8' of git+ssh://github.com/prysmaticlabs/prysm into proto-array-forkchoice-8
* Add prune method
* Tests
* Fixed long line
2020-01-24 15:51:11 +00:00
..
BUILD.bazel Part 4 of proto array fork choice - check nodes viable (#4625) 2020-01-23 08:33:39 -08:00
doc.go Part 1 of proto array fork choice - docs and interfaces (#4615) 2020-01-22 10:50:16 -06:00
errors.go Part 8 of proto array fork choice - prune (#4642) 2020-01-24 15:51:11 +00:00
helpers_test.go Part 3 of proto array fork choice - compute delta helper (#4617) 2020-01-22 14:19:52 -06:00
helpers.go Part 4 of proto array fork choice - check nodes viable (#4625) 2020-01-23 08:33:39 -08:00
nodes_test.go Part 8 of proto array fork choice - prune (#4642) 2020-01-24 15:51:11 +00:00
nodes.go Part 8 of proto array fork choice - prune (#4642) 2020-01-24 15:51:11 +00:00
types.go Part 2 of proto array fork choice - proto array types (#4616) 2020-01-22 13:12:41 -05:00