prysm-pulse/validator/client
Radosław Kapka 5569a68452
Code cleanup (#9992)
* Value assigned to a variable is never read before being overwritten

* The result of append is not used anywhere

* Suspicious assignment of range-loop vars detected

* Unused method receiver detected

* Revert "Auxiliary commit to revert individual files from 54edcb445484a2e5d79612e19af8e949b8861253"

This reverts commit bbd1e1beabf7b0c5cfc4f514dcc820062ad6c063.

* Method modifies receiver

* Fix test

* Duplicate imports detected

* Incorrectly formatted error string

* Types of function parameters can be combined

* One more "Unused method receiver detected"

* Unused parameter detected in function
2021-12-07 17:52:39 +00:00
..
iface Validator Changes for Optimized Slasher (#9705) 2021-09-29 21:25:45 +00:00
testutil Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
aggregate_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
aggregate.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
attest_protect_test.go Validator Changes for Optimized Slasher (#9705) 2021-09-29 21:25:45 +00:00
attest_protect.go Validator Changes for Optimized Slasher (#9705) 2021-09-29 21:25:45 +00:00
attest_test.go Clean up unused types & function comments (#9691) 2021-09-28 21:21:07 +00:00
attest.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
BUILD.bazel Group Slashing Protection History Packages Idiomatically (#9873) 2021-11-09 16:49:28 +00:00
key_reload_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
key_reload.go Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
log_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
log.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
metrics_test.go Fix validator performance logs (#9828) 2021-10-28 16:56:27 +00:00
metrics.go remove extra condition (#9836) 2021-10-29 09:29:33 -07:00
multiple_endpoints_grpc_resolver.go Update Libp2p to v0.15.1 (#9960) 2021-12-01 18:09:34 +00:00
propose_protect_test.go Validator Changes for Optimized Slasher (#9705) 2021-09-29 21:25:45 +00:00
propose_protect.go Validator Changes for Optimized Slasher (#9705) 2021-09-29 21:25:45 +00:00
propose_test.go Minor cleanups (#9743) 2021-10-06 13:23:40 -05:00
propose.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
runner_test.go Validator Changes for Optimized Slasher (#9705) 2021-09-29 21:25:45 +00:00
runner.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
service_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
service.go Register Slashing Protection Client in Validator (#9735) 2021-10-05 00:41:10 +00:00
slashing_protection_interchange_test.go Clean Up Methods In Prysm (#9903) 2021-11-15 10:13:52 -05:00
sync_committee_test.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
sync_committee.go Add Missing Objects to Keymanager Protobuf (#9827) 2021-10-27 18:30:53 +00:00
validator_test.go Use BLS signature length config value (#9746) 2021-10-07 10:37:53 -05:00
validator.go Fix typos: repones -> response, attestion -> attestation (#9868) 2021-11-07 11:02:01 -06:00
wait_for_activation_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
wait_for_activation.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00