prysm-pulse/beacon-chain/blockchain
Victor Farazdagi 3621b2ff25
Better naming for constructor funcs (#7316)
* sync/initial-sync
* NewBeaconClientService -> NewService
* NewSlashingProtectionService -> NewService
* NewPrometheusService -> NewService
* NewColdStartService -> NewService
* NewRegularSync -> NewService
* NewDetectionService -> NewService
* NewWallet -> New
* NewKeystore -> New
* Merge branch 'master' into better-naming
* Merge branch 'master' into better-naming
* NewDepositCache -> New
2020-09-23 08:59:49 +00:00
..
testing Add target epoch and slot consistency check (#7288) 2020-09-22 05:13:12 +00:00
BUILD.bazel Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08: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 Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
chain_info.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
checkpoint_info_cache_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
checkpoint_info_cache.go Implement checkpt info cache (#7070) 2020-08-21 08:50:21 -07:00
head_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +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 Add slot in epoch (#7064) 2020-08-20 13:43:03 -05:00
metrics.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
process_attestation_helpers.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
process_attestation_test.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
process_attestation.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
process_block_helpers.go Revert 6966 (#7178) 2020-09-04 12:25:42 -05:00
process_block_test.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
process_block.go Add blst for BLS (#6539) 2020-09-16 21:28:28 +08:00
receive_attestation_test.go Prevent far future target epoch for attestation state (#7169) 2020-09-03 13:18:38 -05:00
receive_attestation.go Replace Roughtime With Timeutils Across Prysm (#7301) 2020-09-22 19:49:58 +08:00
receive_block_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +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 Better naming for constructor funcs (#7316) 2020-09-23 08:59:49 +00:00
service.go Save cached blocks before Stop() in blockchains service (#7245) 2020-09-16 16:55:14 +00:00