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