Difference between revisions of "IC consensus layer"

From Internet Computer Wiki
Jump to: navigation, search
(Created page with "The job consensus layer of the IC is to order transaction requests so that all replicas in a subnet will process transaction requests in the same order. There are many protoc...")
 
Line 4: Line 4:
 
The IC uses a new consensus protocol, which is described here at a high level.  
 
The IC uses a new consensus protocol, which is described here at a high level.  
 
For more details, see the paper https://eprint.iacr.org/2021/1330 (in particular, Protocol ICC1 in that paper).
 
For more details, see the paper https://eprint.iacr.org/2021/1330 (in particular, Protocol ICC1 in that paper).
 +
 +
The IC consensus protocol is design to be
 +
* extremely simple, and
 +
* robust (performance degrades gracefully when some replicas are malicious).
 +
 +
As discussed

Revision as of 15:29, 7 October 2021

The job consensus layer of the IC is to order transaction requests so that all replicas in a subnet will process transaction requests in the same order. There are many protocols in the literature for this problem. The IC uses a new consensus protocol, which is described here at a high level. For more details, see the paper https://eprint.iacr.org/2021/1330 (in particular, Protocol ICC1 in that paper).

The IC consensus protocol is design to be

  • extremely simple, and
  • robust (performance degrades gracefully when some replicas are malicious).

As discussed