prysm-pulse/runtime
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
..
debug Refactor validator client help. (#13401) 2024-01-02 18:02:28 +00:00
fdlimits Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
interop Initialize exec payload fields and enforce order (#13372) 2024-01-09 21:49:35 +00:00
logging VerifiedROBlobs in initial-sync (#13351) 2024-01-06 23:47:09 +00:00
maxprocs Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
messagehandler Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
prereqs Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00
tos Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00
version Replace Empty Slice Literals with Nil Slices (#13093) 2023-10-23 16:36:11 +00:00
BUILD.bazel Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
service_registry_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
service_registry.go Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00