prysm-pulse/validator/keymanager/v1
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
..
BUILD.bazel Resolve Remaining Accounts Bugs (#6769) 2020-07-29 23:54:23 +00:00
direct_interop_test.go Applies assertion funcs to validator/keymanager tests (#6683) 2020-07-22 19:42:43 +00:00
direct_interop.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
direct_keystore.go Fix deepsource findings (#7457) 2020-10-08 08:36:47 +00:00
direct_test.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
direct_unencrypted.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
direct.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
keymanager.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
log.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
opts_test.go Applies assertion funcs to validator/keymanager tests (#6683) 2020-07-22 19:42:43 +00:00
opts.go Begin Scaffold of Validator Accounts V2 (#6310) 2020-06-27 15:48:36 +00:00
remote_internal_test.go Applies assertion funcs to validator/keymanager tests (#6683) 2020-07-22 19:42:43 +00:00
remote_test.go Applies assertion funcs to validator/keymanager tests (#6683) 2020-07-22 19:42:43 +00:00
remote.go Fix deepsource findings (#7457) 2020-10-08 08:36:47 +00:00
wallet_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
wallet.go Fix deepsource findings (#7457) 2020-10-08 08:36:47 +00:00