From 702609af71e55f64c88cea83bd28eac7c52d42d1 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 6 Jul 2018 17:59:34 +1000 Subject: [PATCH] Update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7e81abeea..6ec20f97a 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ gitter](https://gitter.im/ethereum/sharding). ## TODO: -- [] Implement crystallized state. -- [] Implement state transition. -- [] Implement integration tests (some unit tests are implemented now). -- [] Implement RLP serialization across-the-board. -- [] Ensure bls library is legit (i.e., functioning and secure). -- [] Implement the things, optimise them & scale to 1000000000 nodes. +- [ ] Implement crystallized state. +- [ ] Implement state transition. +- [ ] Implement integration tests (some unit tests are implemented now). +- [ ] Implement RLP serialization across-the-board. +- [ ] Ensure bls library is legit (i.e., functioning and secure). +- [ ] Implement the things, optimise them & scale to 1000000000 nodes.