prysm-pulse/beacon-chain/forkchoice/protoarray
terence tsao 0c3586a8ea
Add debug proto array fork choice endpoint (#6003)
* Add proto array fork choice object to RPC
* Add pb
* Add pb
* Expose proto array store object
* Test
* Merge branch 'forkchoice-endpoint' of github.com:prysmaticlabs/prysm into forkchoice-endpoint
* s/Nodes/nodes
* Remove proto from gitignore
* More implementations of GetProtoArrayForkChoice
* Comments
* Use hex
* Gazelle
* GetForkChoice Test
* Remove pb.go
* Merge branch 'master' into forkchoice-endpoint
* Typo, thanks Raul!
* Merge branch 'forkchoice-endpoint' of github.com:prysmaticlabs/prysm into forkchoice-endpoint
2020-05-26 23:24:38 +00:00
..
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
doc.go All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
errors.go Part 8 of proto array fork choice - prune (#4642) 2020-01-24 15:51:11 +00:00
ffg_update_test.go Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +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 Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
metrics.go Integrate proto array forkchoice to run time (#4649) 2020-01-25 14:22:25 -06:00
no_vote_test.go Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
nodes_test.go Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
nodes.go Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
store.go Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
types.go Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
vote_test.go Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00