prysm-pulse/beacon-chain/core/epoch/precompute
Preston Van Loon 7cc32c4dda
Various code inspection resolutions (#7438)
* remove unused code

* remove defer use in loop

* Remove unused methods and constants

* gofmt and gaz

* nilness check

* remove unused args

* Add TODO for refactoring subscribeWithBase to remove unused arg. It seems too involved to include in this sweeping PR. https://github.com/prysmaticlabs/prysm/issues/7437

* replace empty slice declaration

* Remove unnecessary type conversions

* remove redundant type declaration

* rename receivers to be consistent

* Remove bootnode query tool. It is now obsolete by discv5

* Remove relay node. It is no longer used or supported

* Revert "Remove relay node. It is no longer used or supported"

This reverts commit 4bd7717334dad85ef4766ed9bc4da711fb5fa810.

* Delete unused test directory

* Delete unsupported gcp startup script

* Delete old k8s script

* build fixes

* fix build

* go mod tidy

* revert slasher/db/kv/block_header.go

* fix build

* remove redundant nil check

* combine func args

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
2020-10-12 08:11:05 +00:00
..
spectest Update spec tests to v0.12.3 (#7276) 2020-09-19 18:00:28 +00:00
attestation_test.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
attestation.go ProcessAttestations: Add requirement that inclusion distance is not zero (#6642) 2020-07-19 16:38:45 +00:00
BUILD.bazel Applies assertion funcs to beacon-chain/core/* tests (#6940) 2020-08-10 10:34:33 +00:00
justification_finalization_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
justification_finalization.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
new_test.go Applies assertion funcs to beacon-chain/core/* tests (#6940) 2020-08-10 10:34:33 +00:00
new.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
reward_penalty_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
reward_penalty.go Check for array out of bounds when calculating proposer delta -- follow up (#6630) 2020-07-18 06:39:43 +00:00
slashing_test.go Applies assertion funcs to beacon-chain/core/* tests (#6940) 2020-08-10 10:34:33 +00:00
slashing.go Update slashing precompute to use config instead of hardcoded value (#7473) 2020-10-08 19:49:20 -07:00
type.go Rename Precompute Balance vars to be more descriptive (#5706) 2020-05-01 19:43:04 +00:00