prysm-pulse/validator/db/kv
Jie Hou 6c878b1665
Refactor: Continue reducing cognitive complexity (#10862)
* Refactor beacon-chain/db/kv/state.go

* Refactor api/gateway/apimiddleware/process_field.go

* Refactor beacon-chain/sync/initial-sync/blocks_queue.go

* Refactor validator/db/kv/migration_optimal_attester_protection.go

* goimports

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2022-06-15 18:34:59 +00:00
..
attester_protection_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
attester_protection.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
backup_test.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00
backup.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
BUILD.bazel Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
db.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
deprecated_attester_protection_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
deprecated_attester_protection.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
eip_blacklisted_keys_test.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
eip_blacklisted_keys.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
genesis_test.go Unify GenesisValidator(s)Root throughout the codebase (#10230) 2022-02-14 13:34:38 +00:00
genesis.go Unify GenesisValidator(s)Root throughout the codebase (#10230) 2022-02-14 13:34:38 +00:00
graffiti_test.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
graffiti.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
kv_test.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +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 Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
migration_optimal_attester_protection.go Refactor: Continue reducing cognitive complexity (#10862) 2022-06-15 18:34:59 +00:00
migration_source_target_epochs_bucket_test.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +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 Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
proposer_protection.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
prune_attester_protection_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
prune_attester_protection.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
schema.go Graffiti ordered index (#8482) 2021-02-24 22:50:47 +00:00