prysm-pulse/beacon-chain/blockchain
Nishant Das 17b810f24e
Fix 2nd Stage of Sync (#7006)
* handle 2nd stage better
* 2 stage sort
* add warning
* better processing
* victor's review
* fix one test
* Update beacon-chain/blockchain/receive_block.go
* fixes TestService_roundRobinSync/Multiple_peers_with_many_skipped_slots
* Merge branch 'fixSync' of github.com:prysmaticlabs/prysm into fixSync
* fixes TestService_process
* fixes TestService_blockProviderScoring
* Preston's suggestion
* increase number of available slots, allowing 2nd phase to wrap up
* more concise limits
2020-08-15 15:14:59 +00:00
..
testing Reject a block which its parent is not part of the finalized chain (#6549) 2020-07-11 03:57:42 +00:00
BUILD.bazel Improve test coverage info.go (#6618) 2020-07-16 22:44:43 +00:00
chain_info_norace_test.go Applies assertion funcs to blockchain tests (#6605) 2020-07-16 12:11:39 +00:00
chain_info_test.go Applies assertion funcs to blockchain tests (#6605) 2020-07-16 12:11:39 +00:00
chain_info.go Refactor verifyBlkDescendant to be public in chainservice API (#6552) 2020-07-11 00:16:52 +00:00
head_test.go Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
head.go Unexport protoarray forkchoice types (#6937) 2020-08-07 18:37:08 -07:00
info_test.go Improve test coverage info.go (#6618) 2020-07-16 22:44:43 +00:00
info.go Unexport protoarray forkchoice types (#6937) 2020-08-07 18:37:08 -07:00
init_sync_process_block.go Move skip-regen-historical-states to deprecated (#6512) 2020-07-08 00:15:45 +00:00
log.go Improve test coverage info.go (#6618) 2020-07-16 22:44:43 +00:00
metrics.go Best practice feedback - part 1 (#6385) 2020-06-24 21:09:47 +00:00
process_attestation_helpers.go Remove batch blocks save at getAttPreState (#6584) 2020-07-14 15:46:00 +00:00
process_attestation_test.go Faster ancestor root look up via fork choice store (#6753) 2020-07-28 22:29:34 +00:00
process_attestation.go Add and use genesis time in config (#6966) 2020-08-11 14:36:32 -05:00
process_block_helpers.go Add and utilize seen atts map (#6993) 2020-08-13 16:52:27 -05:00
process_block_test.go Faster ancestor root look up via fork choice store (#6753) 2020-07-28 22:29:34 +00:00
process_block.go Fix multiple anti-patterns from DeepSource analysis (#6951) 2020-08-10 16:16:45 +00:00
receive_attestation_test.go Applies assertion funcs to blockchain tests (#6605) 2020-07-16 12:11:39 +00:00
receive_attestation.go QSP-Docs All Documentation Improvements from Quantstamp Audit Report (#6367) 2020-06-23 21:11:20 +00:00
receive_block_test.go Update head before send feed (#6681) 2020-07-22 17:05:17 +00:00
receive_block.go Fix 2nd Stage of Sync (#7006) 2020-08-15 15:14:59 +00:00
service_norace_test.go Applies assertion funcs to blockchain tests (#6605) 2020-07-16 12:11:39 +00:00
service_test.go Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
service.go Add and use genesis time in config (#6966) 2020-08-11 14:36:32 -05:00