prysm-pulse/validator/internal
Raul Jordan ecef1093eb
Fetch Block Tree from Justified Block to Highest Observed Slot via RPC (#2549)
* test block tree req

* tree improvement

* use the right data

* block tree blocked by children func

* rem file

* imports

* add ctx

* imports

* mock

* check expired context

* added block root

* gazelle

* sace
2019-05-09 12:38:05 -05:00
..
attester_service_mock.go ValidatorStatus Estimating Activation RPC Server (#2469) 2019-05-02 14:14:25 -05:00
beacon_service_mock.go Fetch Block Tree from Justified Block to Highest Observed Slot via RPC (#2549) 2019-05-09 12:38:05 -05:00
BUILD.bazel Implement WaitForChainStart RPC Server and Client (#1421) 2019-01-30 13:28:53 +01:00
proposer_service_mock.go ValidatorStatus Estimating Activation RPC Server (#2469) 2019-05-02 14:14:25 -05:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go ValidatorStatus Estimating Activation RPC Server (#2469) 2019-05-02 14:14:25 -05: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.