prysm-pulse/slasher/detection
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
..
attestations Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
proposals Verify interface compliance using typed nil instead of dereferencing and conversion (#7489) 2020-10-10 00:36:48 +00:00
testing Remove duplicated StartSlot (#7484) 2020-10-09 21:23:49 +00:00
BUILD.bazel Remove duplicated StartSlot (#7484) 2020-10-09 21:23:49 +00:00
detect_test.go Remove duplicated StartSlot (#7484) 2020-10-09 21:23:49 +00:00
detect.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
listeners_test.go Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
listeners.go Small fixes for slasher (#6021) 2020-05-28 10:24:54 -04:00
metrics.go Remove unused code (#6065) 2020-05-31 15:47:15 -07:00
service.go Better naming for constructor funcs (#7316) 2020-09-23 08:59:49 +00:00