prysm-pulse/beacon-chain/state/stategen
Preston Van Loon 7cc32c4dda
Various code inspection resolutions (#7438)
* remove unused code

* remove defer use in loop

* Remove unused methods and constants

* gofmt and gaz

* nilness check

* remove unused args

* Add TODO for refactoring subscribeWithBase to remove unused arg. It seems too involved to include in this sweeping PR. https://github.com/prysmaticlabs/prysm/issues/7437

* replace empty slice declaration

* Remove unnecessary type conversions

* remove redundant type declaration

* rename receivers to be consistent

* Remove bootnode query tool. It is now obsolete by discv5

* Remove relay node. It is no longer used or supported

* Revert "Remove relay node. It is no longer used or supported"

This reverts commit 4bd7717334dad85ef4766ed9bc4da711fb5fa810.

* Delete unused test directory

* Delete unsupported gcp startup script

* Delete old k8s script

* build fixes

* fix build

* go mod tidy

* revert slasher/db/kv/block_header.go

* fix build

* remove redundant nil check

* combine func args

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
2020-10-12 08:11:05 +00:00
..
BUILD.bazel Add beacon state unmarshal fuzzer, afl support (#6625) 2020-09-14 11:42:08 -07:00
epoch_boundary_state_cache_test.go Applies assertion funcs to state tests (#6623) 2020-07-18 07:56:48 +00:00
epoch_boundary_state_cache.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
errors.go Code quality issues - Remove unused code (#6864) 2020-08-05 13:59:46 +02:00
getter_test.go Fix an edge case when loading replay start state by slot (#7313) 2020-09-23 21:39:16 +00:00
getter.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
log.go Feature flag to gate prune state upon start up (#5011) 2020-03-05 06:24:59 +00:00
metrics.go Cleanup stategen pkg (#7127) 2020-08-27 22:29:59 +00:00
migrate_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
migrate.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
replay_test.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
replay.go Remove duplicate imports (#7491) 2020-10-10 03:54:31 +00:00
service_test.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
service.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
setter_test.go Cleanup stategen pkg (#7127) 2020-08-27 22:29:59 +00:00
setter.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00