Clean Up Todos and Add in Issue Checker (#640)

This commit is contained in:
Nishant Das
2018-10-12 02:52:09 +08:00
committed by Raul Jordan
parent 26cad3f9c1
commit c67a084b55
6 changed files with 15 additions and 8 deletions

View File

@@ -168,8 +168,7 @@ func (p *Proposer) run(done <-chan struct{}, client pb.ProposerServiceClient) {
p.lock.Lock()
bitmask := p.GenerateBitmask(p.pendingAttestation)
// TODO(#552): Implement real proposals with randao reveals and attestation fields.
// TODO(#619): Implement real proposals with randao reveals and attestation fields.
req := &pb.ProposeRequest{
ParentHash: latestBlockHash[:],
// TODO(#511): Fix to be the actual, timebased slot number instead.