prysm-pulse/validator/internal
Raul Jordan 1065617087 Replace Attestation Type Primitive With Proto Generated Type (#1149)
* first commit, remote att types

* no more agg attestation proto

* regen mock

* only attestations

* proto

* att process

* fix att references

* more tests passing

* use att protos

* complete

* Update dependency com_github_deckarep_golang_set to v1 (#1159)

* Update dependency com_github_edsrzf_mmap_go to v1 (#1160)

* Update dependency com_github_go_stack_stack to v1 (#1161)

* Update dependency com_github_rs_cors to v1 (#1162)

* Update dependency in_gopkg_urfave_cli_v1 to v1 (#1163)

* change visibility
2018-12-22 15:30:59 -05:00
..
attester_service_mock.go Streaming Validator Assignment Service Definition (#554) 2018-09-22 13:19:34 -05:00
beacon_service_mock.go Replace Attestation Type Primitive With Proto Generated Type (#1149) 2018-12-22 15:30:59 -05:00
BUILD.bazel Streaming Validator Assignment Service Definition (#554) 2018-09-22 13:19:34 -05:00
proposer_service_mock.go validator: Implementing Partial Implementation of Proposer Responsibility (#441) 2018-09-04 23:35:32 -04:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go Validator Assignment RPC Beacon Node Stream (#563) 2018-09-26 21:34:35 -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.