prysm-pulse/validator/client
Raul Jordan 3d8bb73f15
Attester RPC Server Functions (#1505)
* 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

* server implementation logic

* attestation info tests

* completed passing tests, tree hash still blocked by error with nil fields unfortunately

* fix todo failure

* gazelle rerun and master merge

* testing full behavior of attestation info server

* finished all required server tests and implementation

* break loop

* fix tests due to genesis slot updates
2019-02-11 10:15:25 -06:00
..
BUILD.bazel Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
fake_validator_test.go Validator Secret Initialization (#1436) 2019-01-31 12:57:57 +01:00
runner_test.go Validator Secret Initialization (#1436) 2019-01-31 12:57:57 +01:00
runner.go Validator Secret Initialization (#1436) 2019-01-31 12:57:57 +01:00
service_test.go Implement WaitForChainStart RPC Server and Client (#1421) 2019-01-30 13:28:53 +01:00
service.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
validator_attest_test.go Attester RPC Server Functions (#1505) 2019-02-11 10:15:25 -06:00
validator_attest.go Attester RPC Server Functions (#1505) 2019-02-11 10:15:25 -06:00
validator_propose_test.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
validator_propose.go Validator Proposer Rewrite (#1462) 2019-02-05 08:47:25 -05:00
validator_test.go Validator Proposer Rewrite (#1462) 2019-02-05 08:47:25 -05:00
validator.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00