prysm-pulse/beacon-chain/rpc
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
..
attester_server_test.go Attester RPC Server Functions (#1505) 2019-02-11 10:15:25 -06:00
attester_server.go Attester RPC Server Functions (#1505) 2019-02-11 10:15:25 -06:00
beacon_server_test.go Update Deposit Contract (#1494) 2019-02-08 11:01:15 -06:00
beacon_server.go Pending Deposits RPC Server Implementation (#1508) 2019-02-06 12:06:31 -06:00
BUILD.bazel Attester RPC Server Functions (#1505) 2019-02-11 10:15:25 -06:00
proposer_server_test.go Update RANDAO to Match Spec (#1533) 2019-02-09 14:35:51 -06: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 Attester RPC Server Functions (#1505) 2019-02-11 10:15:25 -06:00
validator_server_test.go Attester RPC Server Functions (#1505) 2019-02-11 10:15:25 -06:00
validator_server.go Attester RPC Server Functions (#1505) 2019-02-11 10:15:25 -06:00