mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Add REST implementation for Validator's SubscribeCommitteeSubnets (#11804)
* WIP * Add REST implementation for Validator's SubscribeCommitteeSubnets * Remove redundant test * Initialize dutiesProvider * Remove duplicate import * Fix build break * Address PR comments * Remove file committed by mistake * Fix broken test Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com> Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
@@ -73,6 +73,7 @@ gofmt -s -w "$mock_path/."
|
||||
beacon_api_mock_path="validator/client/beacon-api/mock"
|
||||
beacon_api_mocks=(
|
||||
"$beacon_api_mock_path/genesis_mock.go genesis.go"
|
||||
"$beacon_api_mock_path/duties_mock.go duties.go"
|
||||
"$beacon_api_mock_path/json_rest_handler_mock.go json_rest_handler.go"
|
||||
"$beacon_api_mock_path/state_validators_mock.go state_validators.go"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user