Early stage, still under development.
- A graph-based scheduler algorithm implementation. 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(like mr/reactivex).
- In-cluster wire protocol(data/task marshal/unmarshal).
- Actor(eg. akka) based task distribution inside a single cluster/ledger.
- A contract for 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, eg 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).