prysm-pulse/beacon-chain/blockchain
Victor Farazdagi a0bf8cba52
Removes redundant type conversions (#6041)
* removes redundant type conversions
* remove redundant type in struct decl
* removes redundant parens
* Merge refs/heads/master into redundant-type-conversions
2020-05-29 12:42:39 +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 Removes redundant type conversions (#6041) 2020-05-29 12:42:39 +00: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