diff options
author | Determinant <[email protected]> | 2019-07-02 03:07:36 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-07-02 03:07:36 -0400 |
commit | 6df6b05c911dabf1b4ddd4ffbf95ccfda36d8635 (patch) | |
tree | 97c587a344bbb1790e02d6dd3110d7a63371a54c | |
parent | c1bb07e65f550e043d9a387d3978e651a1b7a15d (diff) |
update readme
-rw-r--r-- | README.rst | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -40,7 +40,7 @@ section may be incomplete and subject to changes. # install from the repo git clone https://github.com/hot-stuff/libhotstuff.git - cd hot-stuff/ + cd libhotstuff/ git submodule update --init --recursive # ensure openssl and libevent are installed on your machine @@ -49,3 +49,10 @@ section may be incomplete and subject to changes. # start 4 demo replicas with scripts/run_demo.sh # start the demo client with scripts/run_demo_client.sh + +TODO +==== + +- Finish a decent Pacemaker (Round-Robin Pacemaker with exponential backoff) +- Add a PoW-based Pacemaker +- Limit the async events (improve robustness) |