integrate validator count endpoint in validator client (#12912)

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
Dhruv Bodani
2023-10-11 18:53:02 +05:30
committed by GitHub
parent d7318ea485
commit 2806326155
28 changed files with 1225 additions and 276 deletions

View File

@@ -57,6 +57,7 @@ done
# --------------------------------------------------------
iface_mocks=(
"$iface_mock_path/beacon_chain_client_mock.go BeaconChainClient"
"$iface_mock_path/prysm_beacon_chain_client_mock.go PrysmBeaconChainClient"
"$iface_mock_path/node_client_mock.go NodeClient"
"$iface_mock_path/slasher_client_mock.go SlasherClient"
"$iface_mock_path/validator_client_mock.go ValidatorClient"