Delphi-BFT / tool

Delphi-BFT automates large-scale simulations of unmodified BFT protocol implementations through the Phantom simulator given a simple experimental description. For the first time, experiments with existing BFT protocol implementations can be effortless setup, configured and fed into a simulation engine
https://github.com/Delphi-BFT/tool
GNU Affero General Public License v3.0
10 stars 4 forks source link

Themis: allow multiple client hosts #19

Open bentoumia opened 2 years ago

bentoumia commented 2 years ago

https://github.com/ibr-ds/themis/blob/753b48f56f5bf37cae75189d45ef47396b8eb1a5/themis-clients/bench-client/src/main.rs#L137

ClientIds collide when using multiple client hosts.

bentoumia commented 2 years ago

Blocked due to Themis Client not supporting this yet.