Summary: 18 instances, 18 unique Text Count // TODO: remove (see comment in SmrContext) 1 // TODO: discard unneeded records from self.blocks and self.quorum_certificates 1 // TODO: Implement epoch transition. Right now, we alway run within a single epoch. 1 // TODO: similarly `should_query_all` is probably too coarse. 1 // TODO: the notion of round is specific to some BFT protocols => rename and/or generalize? 1 /// TODO: use linked lists with sharing 1 // TODO: use structopt 1 // TODO: better error type 1 /// TODO: simulate changing network conditions, addition/removal/disconnection of nodes, etc. 1 // TODO: more APIs 1 // TODO: this function is linear-time in the number of nodes. 1 // TODO [issue #8]: Make async to enable HSM implementations. 1 // TODO: broadcasting to all (past and future) nodes in the network is not entirely 1 // TODO: Remove 'block_on'. 1 pub commit: Receiver<()>, // TODO: Should be a commit certificate. 1 // TODO: The exact data type for commit certificates is specific to 1 // TODO: make async to enable HSM implementations. 1 // TODO: Send commit certificate out to application layer. 1