prysm-pulse/validator/rpc
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
..
gateway Fix deepsource findings (#7457) 2020-10-08 08:36:47 +00:00
accounts_test.go Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
accounts.go Include Deposit Data JSON in Wallet Create RPC Response (#7444) 2020-10-07 02:15:54 +00:00
auth_test.go Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
auth.go Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
BUILD.bazel Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
health_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
health.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
intercepter_test.go Fixes incorrect checks for errors in several tests (#7392) 2020-10-01 14:38:53 +00:00
intercepter.go Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
server_test.go Verify interface compliance using typed nil instead of dereferencing and conversion (#7489) 2020-10-10 00:36:48 +00:00
server.go Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
wallet_test.go Resolve Web UI Beta Testing Bugs (#7471) 2020-10-10 02:07:28 +00:00
wallet.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00