prysm-pulse/validator/internal
Preston Van Loon 956721fe43 Simplified validator workflow 2 - updateAssignments (#1371)
* Add attestation p2p messages

* first pass refactor

* lint

* viz fix

* comment unused const for now

* Add opentracing spans

* PR feedback

* added updateAssignments implementation

* update proto

* handle error in runner

* only do updates on epoch start

* gazelle

* goimports
2019-01-25 11:26:03 +08:00
..
attester_service_mock.go Streaming Validator Assignment Service Definition (#554) 2018-09-22 13:19:34 -05:00
beacon_service_mock.go Deprecate types.BeaconState with pb.BeaconState Generated Proto (#1164) 2018-12-23 16:51:04 -06:00
BUILD.bazel Use gogo protobuf as the protoc compiler (#1165) 2018-12-23 15:34:59 -05:00
proposer_service_mock.go Modifying Block Proposals for Validator Clients (#1224) 2019-01-10 10:56:26 +08:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go Simplified validator workflow 2 - updateAssignments (#1371) 2019-01-25 11:26:03 +08: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.