prysm-pulse/validator/db/kv
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
..
attester_protection_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
attester_protection.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
backup_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
backup.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
BUILD.bazel Group Slashing Protection History Packages Idiomatically (#9873) 2021-11-09 16:49:28 +00:00
db.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
deprecated_attester_protection_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
deprecated_attester_protection.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
eip_blacklisted_keys_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
eip_blacklisted_keys.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
genesis_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
genesis.go Save GenesisValidatorsRoot from WaitForChainStart (#7855) 2020-11-20 18:06:12 +00:00
graffiti_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
graffiti.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
kv_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
migration_optimal_attester_protection_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
migration_optimal_attester_protection.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
migration_source_target_epochs_bucket_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
migration_source_target_epochs_bucket.go Unused parameter should be replaced by underscore (#9632) 2021-09-20 20:51:59 +00:00
migration.go Stop Early in Validator Surround Vote Local Protection (#8460) 2021-02-17 19:23:59 +00:00
proposer_protection_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
proposer_protection.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
prune_attester_protection_test.go Remaining Slasher Beacon Node Changes (#9701) 2021-09-29 18:17:37 +00:00
prune_attester_protection.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
schema.go Graffiti ordered index (#8482) 2021-02-24 22:50:47 +00:00