lighthouse/beacon_node/http_api/tests
realbigsean cb132c622d don't register exited or slashed validators with the builder api (#3473)
## Issue Addressed

#3465

## Proposed Changes

Filter out any validator registrations for validators that are not `active` or `pending`.  I'm adding this filtering the beacon node because all the information is readily available there. In other parts of the VC we are usually sending per-validator requests based on duties from the BN. And duties will only be provided for active validators so we don't have this type of filtering elsewhere in the VC.



Co-authored-by: realbigsean <sean@sigmaprime.io>
2022-08-24 23:34:58 +00:00
..
common.rs Serve Bellatrix preset in BN API (#3425) 2022-08-10 07:52:59 +00:00
fork_tests.rs Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
interactive_tests.rs Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
main.rs Fix chain_id value in config/deposit_contract RPC method (#2659) 2021-10-01 06:32:38 +00:00
tests.rs don't register exited or slashed validators with the builder api (#3473) 2022-08-24 23:34:58 +00:00