Implements RPC Server side of epoch duties

This commit is contained in:
Age Manning
2019-03-27 21:08:28 +11:00
parent cde049df1f
commit 1f437a3e7b
3 changed files with 108 additions and 32 deletions

View File

@@ -122,8 +122,8 @@ message ValidatorDuty {
bool none = 1;
uint64 block_production_slot = 2;
}
uint64 committee_slot = 3;
uint64 committee_shard = 4;
uint64 attestation_slot = 3;
uint64 attestation_shard = 4;
uint64 committee_index = 5;
}