prysm-pulse/endtoend/evaluators
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
..
BUILD.bazel Move subnet topics to global vars (#6525) 2020-07-09 17:38:15 +00:00
data.go E2E: Add a check for cold state storage (#6457) 2020-07-01 17:35:05 +00:00
finality.go Parallelize E2E Testing (#5168) 2020-03-22 19:04:23 -04:00
metrics.go E2E: Change metrics detection to use regex (#7145) 2020-08-31 13:35:26 -05:00
node.go Make E2E less flaky (#6536) 2020-07-09 14:08:21 -05:00
operations.go Add heap file to E2E artifacts and fix miscalculation for deposit processing (#6657) 2020-08-02 21:30:59 +00:00
slashing.go Prepare E2E for v0.12 (#5991) 2020-05-26 14:04:42 -05:00
validator.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00