Post

It would be good to see some network simulation tests in your implementation on GH, to demonstrate communication complexity, latency and bandwidth sensitivity. The existing benchmarks seem to be entirely in-memory, which obscures these metrics.
The cost of serializing the protocol to the wire + the time each communication round takes can undermine the feasibility of protocols like this.
English

@thefrozenfire We had the network bandwidth in our protocol considered, but right we ignored costs such as serialisation, thanks for the suggestion!
English
