prysm-pulse/beacon-chain/blockchain
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
..
testing Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
chain_info_norace_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
chain_info_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
chain_info.go Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
head_test.go Blockchain service provides IsCanonical getter (#5932) 2020-05-20 19:16:56 +00:00
head.go Blockchain service provides IsCanonical getter (#5932) 2020-05-20 19:16:56 +00:00
info.go Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07:00
init_sync_process_block_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
init_sync_process_block.go Save init sync cached blocks before regenerate state (#5501) 2020-04-18 23:29:58 +00:00
log.go beacon/log: augment logs with block roots (#5675) 2020-04-29 16:57:04 +00:00
metrics.go Remove out of date scripts and fix mockgen script (#5859) 2020-05-14 17:11:52 -05:00
process_attestation_helpers.go Fix getAttPreState memory usage for new-state-mgmt (#5584) 2020-04-23 14:03:51 -05:00
process_attestation_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
process_attestation.go Delay atts until subsequent slot (#5833) 2020-05-13 15:46:39 -07:00
process_block_helpers.go Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07:00
process_block_test.go Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07:00
process_block.go Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07:00
receive_attestation_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
receive_attestation.go Delay atts until subsequent slot (#5833) 2020-05-13 15:46:39 -07:00
receive_block.go Revert "Check Whether Block Is Already Processed" (#5856) 2020-05-14 16:37:58 +00:00
service_norace_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
service_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
service.go Blockchain service provides IsCanonical getter (#5932) 2020-05-20 19:16:56 +00:00