prysm-pulse/beacon-chain/execution
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
..
testdata/fuzz Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
testing DEPRECTATION: Remove exchange transition configuration call (#13127) 2023-10-27 15:43:00 +00:00
types Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
block_cache_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
block_cache.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
block_reader_test.go beacon-chain/execution: fix a data race in testcase (#13016) 2023-10-11 03:37:25 +00:00
block_reader.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Make New Engine Methods The Permanent Default (#13406) 2024-01-05 04:38:04 +00:00
deposit_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
deposit.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
engine_client_fuzz_test.go Initialize exec payload fields and enforce order (#13372) 2024-01-09 21:49:35 +00:00
engine_client_test.go Make New Engine Methods The Permanent Default (#13406) 2024-01-05 04:38:04 +00:00
engine_client.go Initialize exec payload fields and enforce order (#13372) 2024-01-09 21:49:35 +00:00
errors.go sync blobs in initial-sync (#12522) 2023-08-31 08:41:57 -05:00
execution_chain_test.go Rename pow to execution (#11135) 2022-08-01 14:43:47 +00:00
init_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
log_processing_test.go beacon-chain/execution: use pointer instead of value to reduce copy (#12818) 2023-08-29 13:24:54 +00:00
log_processing.go typo fix (#13357) 2023-12-19 16:03:40 +00:00
log.go Validator client - Improve readability - NO FUNCTIONAL CHANGE (#13468) 2024-01-15 14:46:54 +00:00
metrics.go DEPRECTATION: Remove exchange transition configuration call (#13127) 2023-10-27 15:43:00 +00:00
options.go Add --jwt-id flag (#13218) 2023-12-05 19:02:25 +00:00
prometheus_test.go Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385) 2023-05-11 20:45:43 +00:00
prometheus.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
rpc_connection.go clean up code around setting geth client headers (#11748) 2023-09-26 15:15:28 +00:00
service_test.go typo fix (#13357) 2023-12-19 16:03:40 +00:00
service.go Add --jwt-id flag (#13218) 2023-12-05 19:02:25 +00:00