prysm-pulse/cmd
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
..
beacon-chain Set default LocalBlockValueBoost to 10 (#13772) 2024-03-22 13:18:20 +00:00
client-stats Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
flags Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
mock Switch gomock library (#13639) 2024-02-21 18:37:17 +00:00
prysmctl Command-line interface for visualizing min/max span bucket (#13748) 2024-03-27 16:15:39 +00:00
validator Implement EIP-3076 minimal slashing protection, using a filesystem database (#13360) 2024-03-05 15:27:15 +00:00
BUILD.bazel Switch gomock library (#13639) 2024-02-21 18:37:17 +00:00
config_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
config.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
defaults.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
flags_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
flags.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
helpers_test.go Switch gomock library (#13639) 2024-02-21 18:37:17 +00:00
helpers.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
password_reader.go Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00
wrap_flags.go Enable dupword linter & fix findings (#12271) 2023-04-18 22:01:27 +00:00