aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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)