mboysan / consensus

MSc Thesis Repo #2
MIT License
1 stars 0 forks source link

Introduce a logic to halt/resume nodes #29

Open mboysan opened 2 years ago

mboysan commented 2 years ago

We should be able to send custom commands to halt/resume (etc.) the nodes while performing benchmarking tests to mimic the failure scenarios. These commands can either be sent and received using separate components (in bash scripts etc.) or directly implemented as network commands to be sent by the clients and received by the nodes - TBD.