typhon
typhon copied to clipboard
Optimise the message passing
HPaxos does not use optimised message passing. We should look into optimisations such as aggregating signatures, re-using messages, etc.
BFTree were suggested as the first thing to look into for signature aggregation.
The pipelining issue #18 is also part of this issue.