prysm-pulse/beacon-chain/rpc
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_server_test.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
attester_server.go Validator Attester Rewrite (#1487) 2019-02-06 10:20:38 -06:00
beacon_server_test.go Initialize State from ChainStart Deposits in POWChainService (#1474) 2019-02-03 16:44:48 -06:00
beacon_server.go Validator Proposer Rewrite (#1462) 2019-02-05 08:47:25 -05:00
BUILD.bazel Aligning ETH2.0 spec - Make Epoch First Citizen (Shuffling and GetCrosslinkAtSlot) (#1488) 2019-02-05 19:52:14 +01:00
proposer_server_test.go Eliminate Custody Logic for Phase 0 (#1408) 2019-01-30 11:11:13 +01:00
proposer_server.go Beacon Block Operation Pool to store Attestation (#1444) 2019-01-31 19:54:24 +01:00
service_test.go Create RPC health check (#1385) 2019-02-04 15:54:30 -06:00
service.go Create RPC health check (#1385) 2019-02-04 15:54:30 -06:00
validator_server_test.go Aligning ETH2.0 spec - Make Epoch First Citizen (Shuffling and GetCrosslinkAtSlot) (#1488) 2019-02-05 19:52:14 +01:00
validator_server.go Aligning ETH2.0 spec - Make Epoch First Citizen (Shuffling and GetCrosslinkAtSlot) (#1488) 2019-02-05 19:52:14 +01:00