familon16 / MatrixAIPOC_GO

A POC of Matrix in the form of golang implementation based on the Ethereum protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is considered as a POC of Matrix in the form of golang implementation based on the Ethereum protocol.

In this POC version, Matrix made such improvements:

Consensus: node election and verification node design
  1. Fully support the generation of Computing Power Output Network

  2. Fully support the generation of Verification Node Network as well as the updates of network status

WHAT'S NEW ON P2P
  1. Periodic broadcasts of selected nodes: selection results will be broadcast to the peer nodes

  2. Full nodes will insert the node selection information into globallist upon receiving and verifying the selection results

  3. Periodic refresh of globallist and removal of dropped nodes or nodes facing unsteady network

  4. Package the globallist into block and broadcast both the block and the globallist following successful mining; local globallist will be updated after the block info is synchronized

PROGRESS UPDATE

2018.6.21:

  • Finalized the plan of block generation and transaction validation

  • TCP/UDP related modules as well as interfaces in dev

  • Miner module in coding

About

A POC of Matrix in the form of golang implementation based on the Ethereum protocol

License:GNU Lesser General Public License v3.0


Languages

Language:Go 85.3%Language:C 6.0%Language:JavaScript 5.0%Language:C++ 1.0%Language:Python 0.7%Language:Assembly 0.5%Language:Java 0.3%Language:M4 0.3%Language:NSIS 0.2%Language:Shell 0.2%Language:Solidity 0.2%Language:HTML 0.1%Language:Makefile 0.1%Language:Ruby 0.0%Language:Batchfile 0.0%Language:CSS 0.0%