LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 455 forks source link

Implement block synchronization mechanism introduced in the Introduce BFT consensus protocol LIP. #3563

Closed SargeKhan closed 4 years ago

SargeKhan commented 5 years ago

Expected behavior

Introduce BFT consensus protocol LIP introduces new specifications for a node to synchronize to the tip of the blockchain in the network. Therefore, the current syncing mechanism should be replaced with the new specification.

Child issues:

Actual behavior

The new specification for block synchronization is not implemented in framework.

Which version(s) does this affect? (Environment, OS, etc...)

3.0.0

SargeKhan commented 5 years ago

This is a complicated task which should be tackled in smaller issues. Therefore, the description of this issue should be updated to include a checklist of subtasks necessary to close this issue.