Early stage, still under development.
- Graph-based scheduler algorithm implementation, see INTRO SCHEDULER.
- Tagged primitive resource Data-Structure (sstable a.k.a. sorted string table), the basic element for resource isolation, backed by distributed KV database. This structure is comparable to dataflow processing paradigm (e.g. mr/reactivex).
- In-cluster wire protocol (data/task marshal/unmarshal).
- Actor (e.g. akka) based task distribution inside a single cluster/ledger.
- Contract as demostration of concurrent execution.
- tx_pool/mem_pool design (unconfirmed tx).
- Basic block in-memory construct, eg: merkletree, block header, transactions, statsdb, caching.
- Wire protocol for inter-ledger block/tx transfering.
- DPoS implementation, hashing, mining.
- Block validator, crypto related algorithms, e.g. signing, hmac.
- p2p discovery/communication.
- Crosschain,two-way peg, merkle proofs.
- Event trigger from one sidechain to another a.k.a cross chain interoperability.
- Voting mechanism for sidechain join/leave
- Voting mechanism for emergency treatment
- Code optimization before mainnet launching.
- Code review, pre-releases.
- Business case battle test(public beta).