prysm-pulse/cmd
Manu NALEPA 99a8d0bac6
Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468)
* Improve `NewServiceRegistry` documentation.

* Improve `README.md`.

* Improve readability of `registerValidatorService`.

* Move `log` in `main.go`.

Since `log` is only used in `main.go`.

* Clean Tos.

* `DefaultDataDir`: Use `switch` instead of `if/elif`.

* `ReadPassword`: Remove unused receiver.

* `validator/main.go`: Clean.

* `WarnIfPlatformNotSupported`: Add Mac OSX ARM64.

* `runner.go`: Use idiomatic `err` handling.

* `waitForChainStart`: Avoid `chainStartResponse`mutation.

* `WaitForChainStart`: Reduce cognitive complexity.

* Logs: `powchain` ==> `execution`.
2024-01-15 14:46:54 +00:00
..
beacon-chain BN: Move --db-backup-output-dir as a deprecated flag. (#13450) 2024-01-11 14:11:36 +00:00
client-stats Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
flags Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
mock Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
prysmctl Fix typos (#13435) 2024-01-09 21:03:36 +00:00
validator Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00
BUILD.bazel Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
config_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
config.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
defaults.go Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00
flags_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
flags.go Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00
helpers_test.go Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
helpers.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +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