From b3bd3fa992ffeeff53fb1c7a2ac1ff06a64c13a1 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 12 Jul 2018 16:44:21 +1000 Subject: [PATCH] Updat readme --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b3c151c77..c23733ce4 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,11 @@ largely based upon the Presently this is just a bunch of data structures and some tests. ``` -$ git clone --recurse-submodules +$ git clone $ cd rust_beacon_chain $ cargo test ``` -_Note: don't forget to clone/pull with respect to submodules. Parity is -included as a submodule so we can use their handy RLP module without compiling -all the things._ - ## Contact This repo is presently authored by Paul Hauner (@paulhauner) as a Sigma Prime @@ -33,10 +29,6 @@ gitter](https://gitter.im/ethereum/sharding). ## TODO: -- [x] Implement crystallized state. -- [ ] Implement state transition. -- [ ] Implement integration tests (some unit tests are implemented now). +- [ ] Finish state transition implementation. +- [ ] Ensure bls library is secure. - [ ] Implement RLP serialization for BLS signatures. -- [x] Implement RLP serialization for all main structs. -- [ ] Ensure bls library is legit (i.e., functioning and secure). -- [ ] Implement the things, optimise them & scale to 1000000000 nodes.