prysm-pulse/beacon-chain/db/slasherkv
Joel Rousseau acc307b959
Command-line interface for visualizing min/max span bucket (#13748)
* add max/min span visualisation tool cli

* go mod tidy

* lint imports

* remove typo

* fix epoch table value

* fix deepsource

* add dep to bazel

* fix dep import order

* change command name from span to slasher-span-display

* change command args style using - instead of _

* sed s/CONFIGURATION/SLASHER PARAMS//

* change double neg to double pos condition

* remove unused anonymous func

* better function naming

* add range condition

* [deepsource] Fix Empty slice literal used to declare a variable
    GO-W1027

* correct typo

* do not show incorrect epochs due to round robin

* fix import

---------

Co-authored-by: Manu NALEPA <enalepa@offchainlabs.com>
2024-03-27 16:15:39 +00:00
..
BUILD.bazel Slasher: Reduce surrounding/surrounded attestations processing time (#13629) 2024-02-21 15:12:37 +00:00
kv_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
kv.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
log.go Optimized Slasher Database Methods (#8805) 2021-04-23 12:06:13 -05:00
metrics.go Optimized Slasher Database Methods (#8805) 2021-04-23 12:06:13 -05:00
pruning_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
pruning.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
schema.go Beacon node slasher improvement (#13549) 2024-01-31 09:49:14 +00:00
slasher_test.go Command-line interface for visualizing min/max span bucket (#13748) 2024-03-27 16:15:39 +00:00
slasher.go Command-line interface for visualizing min/max span bucket (#13748) 2024-03-27 16:15:39 +00:00
slasherkv_test.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00