slot-based-collator: Implement dedicated block import (#6481)
The `SlotBasedBlockImport` job is to collect the storage proofs of all blocks getting imported. These storage proofs alongside the block are being forwarded to the collation task. Right now they are just being thrown away. More logic will follow later. Basically this will be required to include multiple blocks into one `PoV` which will then be done by the collation task. --------- Co-authored-by: Michal Kucharczyk <[email protected]> Co-authored-by: GitHub Action <[email protected]>
Please register or sign in to comment