ATNIO / AIPs

ATN Improvement Proposals
4 stars 0 forks source link

ARC: ATN Chain use DPOS as consensus algorithm #4

Open hackfisher opened 6 years ago

hackfisher commented 6 years ago

Abstract:

The following describes standard about how the consensus of ATN are working.

Motivation:

Regarding that the ATN are using in the area of the AI industry, which are composed of large participants, and require high frequency transactions and low fees, so the current DPOS algorithm is more suitable for being used as ATN's algorithm.

Specification:

Details description of the algorithm is to be described in detail. (TODO)

Here is a code sample from BitShares for reference:

https://github.com/bitshares/bitshares-core/blob/master/libraries/chain/db_maint.cpp#L159

hackfisher commented 6 years ago

Suggestion for Client:

The consensus implementation part for client should be pluggable so that consortium chain can use other consensus such as POA.

hackfisher commented 6 years ago

https://github.com/ATNIO/AIPs/issues/8