prysm-pulse/validator/internal
Raul Jordan 61026103c6
Validator Attester Rewrite (#1487)
* initial validator attesthead rewrite based on proposer rewrite

* proceed with fetching committees and tree hashing the canonical head at assigned attester slot

* complete filling the properties of attestation data and all associated root hashes

* add when to attest todo

* finish entire attester client logic

* tests with mocks checked in

* tests passing in client

* stubbed out server implementation

* fixed build due to old property

* regen mocks with new mockgen version

* fixed broken tests

* complete bazel build fix

* address some review comments

* deep proto test

* tests passing after checking for empty committee and crosslink root

* address nishant comments
2019-02-06 10:20:38 -06:00
..
attester_service_mock.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
beacon_service_mock.go Fix travis (#1493) 2019-02-05 10:46:32 -05:00
BUILD.bazel Implement WaitForChainStart RPC Server and Client (#1421) 2019-01-30 13:28:53 +01:00
proposer_service_mock.go Fix travis (#1493) 2019-02-05 10:46:32 -05:00
README.md Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
validator_service_mock.go Fix travis (#1493) 2019-02-05 10:46:32 -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.