Skip to content
/ AElf Public
forked from AElfProject/AElf

A scalable blockchain built on cluster(in progress)

Notifications You must be signed in to change notification settings

csuffyy/AElf

 
 

Repository files navigation

AElf Project Status

Build Status

Early stage, still under development.

Development Roadmap

Phase 1 : The Internal Affair Of The Wonderland (Nov 2017 - March 2018)

  1. Graph-based scheduler algorithm implementation, see INTRO SCHEDULER.
  2. 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).
  3. In-cluster wire protocol (data/task marshal/unmarshal).
  4. Actor (e.g. akka) based task distribution inside a single cluster/ledger.
  5. Contract as demostration of concurrent execution.

Phase 2 : A Tale Between Two Nodes (March 2018 - May 2018)

  1. tx_pool/mem_pool design (unconfirmed tx).
  2. Basic block in-memory construct, eg: merkletree, block header, transactions, statsdb, caching.
  3. Wire protocol for inter-ledger block/tx transfering.
  4. DPoS implementation, hashing, mining.
  5. Block validator, crypto related algorithms, e.g. signing, hmac.
  6. p2p discovery/communication.

Phase 3: The Main Chain (May 2018)

  1. Crosschain,two-way peg, merkle proofs.
  2. Event trigger from one sidechain to another a.k.a cross chain interoperability.

Phase 4: Governance (May 2018 - August 2018)

  1. Voting mechanism for sidechain join/leave
  2. Voting mechanism for emergency treatment

Phase 5: Ready To Launch (August 2018 - January 2019)

  1. Code optimization before mainnet launching.
  2. Code review, pre-releases.
  3. Business case battle test(public beta).

About

A scalable blockchain built on cluster(in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%