From ca5e063806a3cb4cf8e7cbaa0ae3d8b5df2060b8 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 9 Jul 2018 16:54:20 +1000 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43af362f3f..0f07ff23db 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ gitter](https://gitter.im/ethereum/sharding). - [x] Implement crystallized state. - [ ] Implement state transition. - [ ] Implement integration tests (some unit tests are implemented now). -- [ ] Implement RLP serialization across-the-board. +- [ ] 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.