ValidatorStatus
* Add REST implementation for `ValidatorStatus` * Fix review comments
* WIP * WIP * WIP * WIP * WIP * WIP * WIP * Onboard validator's Beacon REST API usage to e2e tests * Remove unused variables * Remove use_beacon_api tags * Fix DeepSource errors * Revert unneeded changes * Revert evaluator changes * Revert import reordering * Address PR comments * Remove all REST API e2e tests except minimal one * Fix validator pointing to inexisting beacon node port Co-authored-by: Radosław Kapka <rkapka@wp.pl>
WaitForActivation
* Implement REST `WaitForActivation` * Activation: Factorize tests * Fix PR comments * `missingPubKeys`: Replace map by slice (no need to have a map here) * Fix typo Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>