prysm-pulse/beacon-chain/blockchain
Radosław Kapka 2060f876b1
Code cleanup in blockchain module (#10566)
* Code cleanup in `blockchain` module

* revert comment fix

* remove test

* forkchoice test fix

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-04-28 11:34:25 +00:00
..
store Code cleanup in blockchain module (#10566) 2022-04-28 11:34:25 +00:00
testing Code cleanup in blockchain module (#10566) 2022-04-28 11:34:25 +00:00
blockchain_test.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00
BUILD.bazel Rename optimistic_sync.go to execution_engine.go (#10537) 2022-04-18 05:49:48 +00:00
chain_info_norace_test.go Payload ID caching (#10481) 2022-04-06 16:36:52 -07:00
chain_info_test.go Code cleanup in blockchain module (#10566) 2022-04-28 11:34:25 +00:00
chain_info.go Code cleanup in blockchain module (#10566) 2022-04-28 11:34:25 +00:00
checktags_test.go ran gofmt @ v1.17, these are the resulting changes (#10362) 2022-03-14 15:58:13 -05:00
error.go insert block to forkchoice after notifyNewPayload (#10453) 2022-03-31 09:17:49 -03:00
execution_engine_test.go Don't mark block as bad with unknown ee error (#10556) 2022-04-25 18:41:35 +00:00
execution_engine.go Don't mark block as bad with unknown ee error (#10556) 2022-04-25 18:41:35 +00:00
head_sync_committee_info_test.go Unify GenesisValidator(s)Root throughout the codebase (#10230) 2022-02-14 13:34:38 +00:00
head_sync_committee_info.go Unify GenesisValidator(s)Root throughout the codebase (#10230) 2022-02-14 13:34:38 +00:00
head_test.go Payload ID caching (#10481) 2022-04-06 16:36:52 -07:00
head.go Payload ID caching (#10481) 2022-04-06 16:36:52 -07:00
init_sync_process_block.go Eliminate Proto V2 Namespace (#9297) 2021-07-28 21:23:44 +00:00
init_test.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
log_test.go Log bellatrix fields (#10365) 2022-03-15 14:02:39 +00:00
log.go Log bellatrix fields (#10365) 2022-03-15 14:02:39 +00:00
metrics_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
metrics.go Metrics tracking EE VALID/SYNCING/INVALID response counter (#10504) 2022-04-12 09:51:13 +00:00
mock_test.go Switch to lazy state balance cache (#9822) 2021-11-19 15:59:26 +00:00
new_slot_test.go Clean up blockchain pkg (#10452) 2022-03-30 17:45:24 +00:00
new_slot.go Implement fork choice spec tests (#10159) 2022-01-31 19:03:48 +00:00
options.go Payload ID caching (#10481) 2022-04-06 16:36:52 -07:00
pow_block_test.go Move Engine API to Powchain and Consolidate Connection Management (#10438) 2022-04-01 14:04:24 -04:00
pow_block.go Add validate_merge_block (#10273) 2022-02-23 22:41:11 +00:00
process_attestation_helpers.go Extract conditional slot processing to new function (#10114) 2022-01-25 14:52:18 +00:00
process_attestation_test.go wrapper: Remove deprecated fork specific wrapper methods for signed beacon blocks (#10369) 2022-03-25 23:00:44 +00:00
process_attestation.go Implement fork choice spec tests (#10159) 2022-01-31 19:03:48 +00:00
process_block_helpers.go Code cleanup in blockchain module (#10566) 2022-04-28 11:34:25 +00:00
process_block_test.go Code cleanup in blockchain module (#10566) 2022-04-28 11:34:25 +00:00
process_block.go Move validate merge transition block outside of notify new payload (#10526) 2022-04-23 08:11:15 +00:00
receive_attestation_test.go Payload ID caching (#10481) 2022-04-06 16:36:52 -07:00
receive_attestation.go Code cleanup in blockchain module (#10566) 2022-04-28 11:34:25 +00:00
receive_block_test.go wrapper: Remove deprecated fork specific wrapper methods for signed beacon blocks (#10369) 2022-03-25 23:00:44 +00:00
receive_block.go Code cleanup in blockchain module (#10566) 2022-04-28 11:34:25 +00:00
service_norace_test.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00
service_test.go Move Engine API to Powchain and Consolidate Connection Management (#10438) 2022-04-01 14:04:24 -04:00
service.go Code cleanup in blockchain module (#10566) 2022-04-28 11:34:25 +00:00
state_balance_cache_test.go Clean up blockchain pkg (#10452) 2022-03-30 17:45:24 +00:00
state_balance_cache.go Clean up blockchain pkg (#10452) 2022-03-30 17:45:24 +00:00
weak_subjectivity_checks_test.go Checkpoint Sync 4/5 - enable checkpoint sync to be used by beacon node (#10386) 2022-03-28 21:01:55 +00:00
weak_subjectivity_checks.go Code cleanup in blockchain module (#10566) 2022-04-28 11:34:25 +00:00