prysm-pulse/beacon-chain/powchain
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
..
testing Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
block_cache_test.go Request Headers From ETH1 Node Instead of Blocks (#7121) 2020-08-27 16:27:08 +00:00
block_cache.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
block_reader_test.go Eth1 Handling Cleanup (#7467) 2020-10-08 13:47:16 +00:00
block_reader.go Optimize Fetching of Eth1 Blocks (#7386) 2020-10-02 15:31:05 +08:00
BUILD.bazel Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
deposit_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
deposit.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
log_processing_test.go Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
log_processing.go Combines func params of the same type (#7500) 2020-10-12 15:43:19 +00:00
powchain_test.go Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00
service_test.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
service.go Fix reported anti patterns (#7501) 2020-10-12 16:12:00 +00:00