From 6b1fa1eb3de65b4479f94cd547682d8b669e0049 Mon Sep 17 00:00:00 2001 From: zah Date: Thu, 30 Aug 2018 21:03:49 +0300 Subject: [PATCH] Updated Nimbus Roadmap (markdown) --- Nimbus-Roadmap.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Nimbus-Roadmap.md b/Nimbus-Roadmap.md index faae177..d58935e 100644 --- a/Nimbus-Roadmap.md +++ b/Nimbus-Roadmap.md @@ -81,7 +81,7 @@ tasks are specified in the same level of detail. * [Select an AES implementation](#select-an-aes-implementation) -### 8. JSON-RPC Server +### 8. JSON-RPC Server (PARTIALLY COMPLETED) Development already started. This will be an ongoing effort and the list of supported calls should increase as other parts of the system @@ -203,7 +203,7 @@ tasks are specified in the same level of detail. * [ ] Pre-sending PoW priority increase -### 14. The new binary trie +### 14. The new binary trie (COMPLETED) Replaces the old hexary trie in the new blockchain shards. @@ -216,7 +216,7 @@ tasks are specified in the same level of detail. - https://github.com/ethereum/py-trie/blob/master/trie/binary.py -### 15. New parametric Blockchain definition +### 15. New parametric Blockchain definition (WORK STARTED) There should be sufficient parametrization to allow: @@ -257,7 +257,7 @@ tasks are specified in the same level of detail. * VM execution tracing/stepping -### 16. Blockchain Sync Algorithms +### 16. Blockchain Sync Algorithms (WORK STARTED) Fast sync uses the standard Ethereum sub-protocol. @@ -299,7 +299,7 @@ tasks are specified in the same level of detail. * [RLPx Sub-protocols](#rlpx-sub-protocols) -### 18. Light Clients +### 18. Light Clients (WORK STARTED) The light client operates without storing the full chain locally. Most operations depends on Asynchronous APIs that will downloads