prysm-pulse/cmd/validator
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
..
accounts Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00
db Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00
flags Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00
slashing-protection Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00
wallet Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00
web Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00
BUILD.bazel Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00
main.go Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00
usage_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
usage.go Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00