prysm-pulse/validator/internal
Nishant Das eef35996de Blacklist Keys in Cluster PK Manager (#2536)
* initialize rpc client

* add struct

* gaz

* add keymap

* update proto and add rpc methods

* update proto

* add method

* make changes

* add routine

* gaz

* mockgen

* error fix

* prom metric

* Some improvements

* fixes

* fix and working cluster pk manager

* fix and working cluster pk manager

* fix and working cluster pk manager

* fix and working cluster pk manager

* regen mocks and pb.go

* k8s
2019-05-12 16:38:37 -04:00
..
attester_service_mock.go Blacklist Keys in Cluster PK Manager (#2536) 2019-05-12 16:38:37 -04:00
beacon_service_mock.go Blacklist Keys in Cluster PK Manager (#2536) 2019-05-12 16:38:37 -04:00
BUILD.bazel Implement WaitForChainStart RPC Server and Client (#1421) 2019-01-30 13:28:53 +01:00
proposer_service_mock.go Blacklist Keys in Cluster PK Manager (#2536) 2019-05-12 16:38:37 -04:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go Blacklist Keys in Cluster PK Manager (#2536) 2019-05-12 16:38:37 -04:00

Client Internal Package

This package should be used for test helpers and non-production code only! Mocks generated with gomock and omckgen will go in this package.