prysm-pulse/beacon-chain/state/stateutil
Preston Van Loon d4e6ce6998
Fix deepsource findings (#7457)
* remove unused code

* Incomplete condition fix

* club append to single call

* anti-pattern fix 'should use for range instead of for { select {} }'

* use strings.ReplaceAll

* replace `len(parts[0]) == 0` with `parts[0] == ""`

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-10-08 08:36:47 +00:00
..
arrays.go Fix multiple anti-patterns from DeepSource analysis (#6951) 2020-08-10 16:16:45 +00:00
attestations_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
attestations.go Remove unused EpochAttestationsRoot method (#6514) 2020-07-07 23:39:11 +00:00
benchmark_test.go Accounts V2: Derived Keymanager, Wallet & Account Creation (#6624) 2020-07-21 02:05:23 +00:00
blocks_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
blocks.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00
BUILD.bazel Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
state_root_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
state_root.go Rm unused HashTreeRootState (#6697) 2020-07-23 17:19:05 -05:00
stateutil_test.go Miscellaneous code quality improvements (#7414) 2020-10-04 15:03:10 +00:00
trie_helpers_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
trie_helpers.go Move generic HashTreeRoot funcs to //shared (#6167) 2020-06-18 10:15:13 +08:00
validators.go Fix deepsource findings (#7457) 2020-10-08 08:36:47 +00:00