aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-07-02 03:07:36 -0400
committerDeterminant <ted.sybil@gmail.com>2019-07-02 03:07:36 -0400
commit6df6b05c911dabf1b4ddd4ffbf95ccfda36d8635 (patch)
tree97c587a344bbb1790e02d6dd3110d7a63371a54c
parentc1bb07e65f550e043d9a387d3978e651a1b7a15d (diff)
update readme
-rw-r--r--README.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9e465d4..d3fb68d 100644
--- a/README.rst
+++ b/README.rst
@@ -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)