prysm-pulse/validator/internal
Raul Jordan c22e4dc2ae
Wait for Validator Activation Stream Server (#1896)
* create wait for activation stream

* wait for activation server stream open

* complete server side logic

* formatting

* first test passing

* context closed test

* lint

* fix build failure

* imports

* eliminate unused cancel var
2019-03-05 17:06:50 -06:00
..
attester_service_mock.go Update some of client to v0.3 spec (#1733) 2019-02-27 12:21:15 -08:00
beacon_service_mock.go Make Getting Epoch Assignment Generic (#1746) 2019-02-27 17:16:05 -08:00
BUILD.bazel Implement WaitForChainStart RPC Server and Client (#1421) 2019-01-30 13:28:53 +01:00
proposer_service_mock.go Make Getting Epoch Assignment Generic (#1746) 2019-02-27 17:16:05 -08:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go Wait for Validator Activation Stream Server (#1896) 2019-03-05 17:06:50 -06: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.