prysm-pulse/beacon-chain/slasher
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
..
types Command-line interface for visualizing min/max span bucket (#13748) 2024-03-27 16:15:39 +00:00
BUILD.bazel Command-line interface for visualizing min/max span bucket (#13748) 2024-03-27 16:15:39 +00:00
chunks_test.go Slasher: Reduce cold start duration. (#13620) 2024-02-16 10:10:26 +00:00
chunks.go Slasher: Reduce cold start duration. (#13620) 2024-02-16 10:10:26 +00:00
detect_attestations_test.go Slasher: Reduce surrounding/surrounded attestations processing time (#13629) 2024-02-21 15:12:37 +00:00
detect_attestations.go Command-line interface for visualizing min/max span bucket (#13748) 2024-03-27 16:15:39 +00:00
detect_blocks_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
detect_blocks.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
doc.go Slasher: Reduce surrounding/surrounded attestations processing time (#13629) 2024-02-21 15:12:37 +00:00
helpers_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
helpers.go Command-line interface for visualizing min/max span bucket (#13748) 2024-03-27 16:15:39 +00:00
log.go Slasher Simulator Code for Testing Optimized Slasher Behavior (#9695) 2021-09-29 02:27:21 +00:00
metrics.go Slasher Min/Max Chunk Logic (#9673) 2021-09-28 02:04:32 +00:00
params_test.go Command-line interface for visualizing min/max span bucket (#13748) 2024-03-27 16:15:39 +00:00
params.go Command-line interface for visualizing min/max span bucket (#13748) 2024-03-27 16:15:39 +00:00
process_slashings_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
process_slashings.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
queue_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
queue.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
receive_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
receive.go Slasher: Reduce surrounding/surrounded attestations processing time (#13629) 2024-02-21 15:12:37 +00:00
service_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
service.go Command-line interface for visualizing min/max span bucket (#13748) 2024-03-27 16:15:39 +00:00