From 73efb053f62dd5504a72795fcc6665f8a39449eb Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 17 Jul 2018 18:13:22 +1000 Subject: [PATCH] Update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b19ac28df..6bd423ae0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ largely based upon the ## Usage -Presently this is just a bunch of data structures and some tests. +Presently this is proof-of-concept with p2p or any expected node functionality. +You can run the tests like this: ``` $ git clone @@ -21,7 +22,7 @@ $ cargo test ## Contact -This repo is presently authored by Paul Hauner (@paulhauner) as a Sigma Prime +This repo is presently authored by Paul Hauner as a Sigma Prime project. Best place for discussion is probably the [ethereum/sharding @@ -29,6 +30,6 @@ gitter](https://gitter.im/ethereum/sharding). ## TODO: -- [ ] Implement state transitions up-to-par with the Python reference implementation. +- [X] Implement state transitions up-to-par with the Python reference implementation. - [ ] Ensure bls library is secure. -- [ ] Implement RLP serialization for BLS signatures. +- [ ] Implement aggregate pub keys for BLS.