prysm-pulse/tools
rkapka 1f21e196b6
Fix multiple anti-patterns from DeepSource analysis (#6951)
* Merge variable declaration and assignment
* Use result of type assertion to simplify cases
* Replace call to bytes.Compare with bytes.Equal
* Drop unnecessary use of the blank identifier
* Replace x.Sub(time.Now()) with time.Until(x)
* Function literal can be simplified
* Use a single append to concatenate two slices
* Replace time.Now().Sub(x) with time.Since(x)
* Omit comparison with boolean constant
* Omit redundant nil check on slices
* Nested if can be replaced with else-if
* Function call can be replaced with helper function
* Omit redundant control flow
* Use plain channel send or receive
* Simplify returning boolean expression
* Merge branch 'origin-master' into fix-antipatterns
* Merge branch 'master' into fix-antipatterns
2020-08-10 16:16:45 +00:00
..
analyzers Move hard-coded constants to global consts (#6467) 2020-07-03 15:25:32 +00:00
beacon-fuzz libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
benchmark-files-gen Add helper ComputeDomainAndSign (#6773) 2020-07-30 19:11:22 +00:00
blocktree Remove unused attestation operations in DB (#6664) 2020-07-21 18:17:33 +00:00
bootnode Config/flag: medalla as default (#6770) 2020-07-30 08:45:00 -05:00
bootnode-query Remove All Instances of Kademlia from Prysm (#6323) 2020-06-23 02:53:11 +00:00
cluster-pk-manager Config/flag: medalla as default (#6770) 2020-07-30 08:45:00 -05:00
contract-addr Avoid automaxprocs default logger to printf (#6524) 2020-07-11 00:57:43 +00:00
cross-toolchain Update RBE toolchain and image to have libgmp-dev with bazel 3.2.0 (#6193) 2020-06-10 04:08:02 +00:00
deployContract Ran code cleanup from goland (#6064) 2020-05-31 15:08:36 -05:00
drainContracts Ran code cleanup from goland (#6064) 2020-05-31 15:08:36 -05:00
enr-calculator Avoid automaxprocs default logger to printf (#6524) 2020-07-11 00:57:43 +00:00
eth1exporter Avoid automaxprocs default logger to printf (#6524) 2020-07-11 00:57:43 +00:00
extractor libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
faucet Avoid automaxprocs default logger to printf (#6524) 2020-07-11 00:57:43 +00:00
forkchecker Fix multiple anti-patterns from DeepSource analysis (#6951) 2020-08-10 16:16:45 +00:00
genesis-state-gen Use FastSSZ Everywhere Applicable (#6135) 2020-06-05 13:48:40 +00:00
go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
interop Use FastSSZ Everywhere Applicable (#6135) 2020-06-05 13:48:40 +00:00
keystores Fix Pubkey Not Specified Issues in External Keystore Imports (#6914) 2020-08-06 21:56:25 +00:00
pcli Fix multiple anti-patterns from DeepSource analysis (#6951) 2020-08-10 16:16:45 +00:00
relaynode Avoid automaxprocs default logger to printf (#6524) 2020-07-11 00:57:43 +00:00
sendDepositTx Direct Keymanager: Implement Account Creation (#6466) 2020-07-03 18:49:16 +00:00
unencrypted-keys-gen Refactor BLS (#6395) 2020-06-25 00:47:51 +00:00
update-genesis-time Use FastSSZ Everywhere Applicable (#6135) 2020-06-05 13:48:40 +00:00
build_settings.bzl Add alpine based docker images for validator and beacon chain (#5214) 2020-03-25 19:36:28 -05:00
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
fuzz_wrapper.sh libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
fuzzit_wrapper.sh libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
go_image.bzl Remove old cross compile starlark rules (#5329) 2020-04-07 03:01:20 +00:00
kubesec.bzl Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
ssz.bzl libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00