prysm-pulse/beacon-chain/forkchoice
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
..
protoarray Part 8 of proto array fork choice - prune (#4642) 2020-01-24 15:51:11 +00:00
BUILD.bazel Part 1 of proto array fork choice - docs and interfaces (#4615) 2020-01-22 10:50:16 -06:00
doc.go Part 1 of proto array fork choice - docs and interfaces (#4615) 2020-01-22 10:50:16 -06:00
interfaces.go Part 1 of proto array fork choice - docs and interfaces (#4615) 2020-01-22 10:50:16 -06:00