prysm-pulse/validator/rpc
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
..
gateway Fix deepsource findings (#7457) 2020-10-08 08:36:47 +00:00
accounts_test.go Pagination Added to ListAccounts Validator RPC Call (#7422) 2020-10-03 17:26:39 -05:00
accounts.go Include Deposit Data JSON in Wallet Create RPC Response (#7444) 2020-10-07 02:15:54 +00:00
auth_test.go Store Hashed Password to Wallet Path (#7295) 2020-09-22 14:49:07 +00:00
auth.go Introduce checks for existing wallets into two edge cases (#7349) 2020-09-30 16:13:37 +02:00
BUILD.bazel Pagination Added to ListAccounts Validator RPC Call (#7422) 2020-10-03 17:26:39 -05:00
health_test.go Fix Small Issue in Validator RPC Health Endpoint (#7195) 2020-09-08 22:35:31 +00:00
health.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
intercepter_test.go Fixes incorrect checks for errors in several tests (#7392) 2020-10-01 14:38:53 +00:00
intercepter.go Implement Wallet Config and HasWallet Endpoints (#7341) 2020-09-24 15:37:59 -05:00
server_test.go Add Authentication Functions to Validator RPC (#6968) 2020-08-13 20:27:42 +00:00
server.go Restructure Prysm Wallet V2 Package to Prevent Import Cycles (#7247) 2020-09-16 20:34:42 -05:00
wallet_test.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
wallet.go Include Deposit Data JSON in Wallet Create RPC Response (#7444) 2020-10-07 02:15:54 +00:00