Merge pull request #763 from harmony-one/rj_branch

Update readme
pull/773/head
Rongjian Lan 6 years ago committed by GitHub
commit b89875607e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      README.md

@ -127,25 +127,24 @@ See [`CONTRIBUTING`](CONTRIBUTING.md) for details.
### Features Done ### Features Done
- Basic consensus protocol with O(n) complexity - Fully sharded network with beacon chain and shard chains
- Basic validator server - Cuckoo-rule based resharding
- P2p network connection and unicast - Staking on beacon chain
- Distributed randomness generation with VRF and VDF (Proof-of-Concept VDF)
- Sharded P2P network and P2P gossiping
- FBFT (Fast Byzantine Fault Tolerance) Consensus with BLS multi-signature
- Account model and support for Solidity - Account model and support for Solidity
- Simple wallet program - Simple wallet program
- Mock beacon chain with static sharding
- Information disposal algorithm using erasure encoding (to be integrated) - Information disposal algorithm using erasure encoding (to be integrated)
- Blockchain explorer with performance report and transaction lookup - Blockchain explorer with performance report and transaction lookup
- Transaction generator for loadtesting - Transaction generator for loadtesting
### Features To Be Implemented ### Features To Be Implemented
- Full beacon chain with multiple validators
- Resharding
- Staking on beacon chain
- Fast state synchronization - Fast state synchronization
- Distributed randomness generation with VRF and VDF - Fully implemented VDF
- Kademlia routing - Kademlia routing
- P2P network and gossiping - Consensus view-change protocol
- Full protocol of consensus with BLS multi-sig and view-change protocol
- Integration with WASM - Integration with WASM
- Cross-shard transaction - Cross-shard transaction

Loading…
Cancel
Save