This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Description
Addresses a backbone implementation for block processing part. It should have a modular design and connect all parts of import process together:
"First best" algorithm is pretty simple, among N blocks with same slot number the best one is a block that has been imported first.
There is no necessity to implement this task apart from the others. It can be covered by work done within the other tickets.