Skip to content

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

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

ahad1988/MatrixAIPOC_GO

 
 

Repository files navigation

Introduction

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

In this POC version (v0.0.1), 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

In this POC version (v0.0.2), MATRIX introduced:

  • a new boot process
  • a new static sychronization process
  • a new election algorithm
  • a new scheduler module as well as network topology generation process
  • a new validator node module
  • a masternode list for block head
  • a new process for election transaction and quitting from election

About

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

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 85.5%
  • C 5.9%
  • JavaScript 4.9%
  • C++ 1.0%
  • Python 0.7%
  • Assembly 0.5%
  • Other 1.5%