Updated Nimbus Roadmap (markdown)

zah 2018-08-30 21:03:49 +03:00
parent 4f86d31143
commit 6b1fa1eb3d
1 changed files with 5 additions and 5 deletions

@ -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