prysm-pulse/validator/internal
terence tsao 9ab08e6998
Remove beacon rpc service (#3515)
* first version of the watchtower api

* first version

* delete watchtower

* move to message loop

* roughtime

* one time

* fix test

* Fixed test

* Fixed proposer server

* Gaz

* gaz

* Stuck

* Tests passing

* Fixed all the tests
2019-09-18 06:34:50 -07:00
..
attester_service_mock.go Remove beacon rpc service (#3515) 2019-09-18 06:34:50 -07:00
BUILD.bazel Remove beacon rpc service (#3515) 2019-09-18 06:34:50 -07:00
proposer_service_mock.go Remove beacon rpc service (#3515) 2019-09-18 06:34:50 -07:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go Remove beacon rpc service (#3515) 2019-09-18 06:34:50 -07: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.