Commit Graph
20 Commits
Author SHA1 Message Date
Paul Hauner 3756d8d681 Rename proto NodeInfo -> NodeInfoResponse 2019-03-26 15:04:39 +11:00
Paul Hauner d4fecd8a84 Set GRPC block to be just SSZ 2019-03-26 12:32:38 +11:00
Luke Anderson 4cdeb6abe5 Progress towards validator signing attestations.
- Added a 'beacon_attester' RPC endpoint, so the BeaconNode can supply attestation data.
 - Renamed 'attestation_data' to just 'attestation' throughout (except where it is actually just the data structure).
2019-03-25 18:32:27 +11:00
Age Manning 17cd5bb991 Adds genesis time to node info. Closes #256 2019-03-22 23:01:10 +11:00
Age Manning 0a59a73894 Add BeaconNodeService to RPC 2019-03-22 12:36:45 +11:00
Age Manning e758e71753 Tidy services.proto 2019-03-22 12:13:48 +11:00
thojest 2215aa4b46 added protos specification for Attester and created first draft for attestation_grpc_client (lighthouse-255) 2019-03-15 11:44:39 +01:00
Paul Hauner 35c914baa6 Revert "Merge pull request #200 from sigp/new-structure"
This reverts commit d7a3545be1, reversing
changes made to 1da06c156c.
2019-02-14 12:09:18 +11:00
Paul Hauner 1d5ff4359a Strip out old code
All of these files have been moved to either:

- https://github.com/sigp/lighthouse-beacon
- https://github.com/sigp/lighthouse-validator
- https://github.com/sigp/lighthouse-common

For rationale, see: https://github.com/sigp/lighthouse/issues/197
2019-02-13 14:15:53 +11:00
Paul Hauner 722a157367 Silence clippy lints from generated protos 2019-02-13 10:29:09 +11:00
Feng94 f218ab8a23 Change build root folder String to a Path 2019-01-28 02:19:53 +11:00
Feng94 84a9dbf8e4 Fix hardcoded string to use system constant for directory separator 2019-01-24 23:48:52 +11:00
Paul Hauner b8ba0cd698 Split out validator index gRPC call 2019-01-21 22:10:43 +11:00
Paul Hauner 158ffd7d1c Separate validator fns into new proto service 2019-01-21 19:38:28 +11:00
Paul Hauner ad6ae21676 Remove PATCH versions from cargo deps 2019-01-21 19:37:30 +11:00
Paul Hauner c8fc92e63e Add description to protos crate. 2019-01-21 18:52:22 +11:00
Paul Hauner 053a9b1c31 Remove auto-generated grpc files 2019-01-21 18:46:01 +11:00
Paul Hauner d63d3c908b Add validator duties proto service 2019-01-21 18:29:28 +11:00
Paul Hauner 27bfec6692 Add duties service to validator 2019-01-16 20:38:53 +11:00
Paul Hauner 40cf650563 Add validator_node, restructure binaries, gRPC.
This is a massive commit which restructures the workspace, adds a very
basic, untested, validator client and some very basic, non-functioning
gRPC endpoints to the beacon-node.
2019-01-14 12:55:55 +11:00