prysm-pulse/beacon-chain/rpc
Victor Farazdagi ac1a4a078c
Fix reported anti patterns (#7501)
* merge var decl

* single append

* replace bytes.Compare -> bytes.Equal

* remove redundant spritnf

* remove redundant spritnf

* trimprefix

* remove redundant nil check

* remove redundant return

* plain channel or unblock on context closing

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-10-12 16:12:00 +00:00
..
beacon Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
beaconv1 Verify interface compliance using typed nil instead of dereferencing and conversion (#7489) 2020-10-10 00:36:48 +00:00
debug Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
node Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
validator Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
BUILD.bazel Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
service_test.go Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
service.go Deprecate beacon chain slasher flags (#7031) 2020-09-03 14:12:43 +00:00