prysm-pulse/validator/accounts/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
..
account_test.go Better naming for constructor funcs (#7316) 2020-09-23 08:59:49 +00:00
account.go Fix deepsource findings (#7457) 2020-10-08 08:36:47 +00:00
BUILD.bazel Refactor Wallet Password Handling, Preventing Wallet Corruption (#6933) 2020-08-10 18:54:40 +00:00
status_test.go Applies assertion funcs to validator tests (#6694) 2020-07-23 01:13:52 +00:00
status.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00