DE-labtory / it-chain

Lightweight & Customizable Block Chain
Apache License 2.0
178 stars 54 forks source link

[PBFT] When multiple consensus requests are arrived, lock and process them in order. #1018

Open hihiboss opened 6 years ago

hihiboss commented 6 years ago

Component consensus - pbft

Assignee .

Detail When multiple consensus requests are arrived, it needs to lock them. Then, it processes only one consensus. Like this, it needs to process multiple consensus requests in order.

Reference .