Skip to content

Conversation

@bkchr
Copy link
Member

@bkchr bkchr commented Nov 14, 2024

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.

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.
@bkchr bkchr added the T0-node This PR/Issue is related to the topic “node”. label Nov 14, 2024
@bkchr bkchr requested review from a team and skunert November 14, 2024 13:05
handle_collation_message(message, &collator_service, &mut overseer_handle).await;
},
block_import_msg = block_import_handle.next().fuse() => {
// TODO: Implement me.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: is there some ticket number to refer here?

Co-authored-by: Michal Kucharczyk <[email protected]>
@bkchr
Copy link
Member Author

bkchr commented Nov 15, 2024

/cmd prdoc --audience node_dev --bump major

Copy link
Contributor

@lexnv lexnv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not entirely familiar with the code, but looks good to me 🙏

@bkchr bkchr added this pull request to the merge queue Dec 13, 2024
Merged via the queue into master with commit b8da8fa Dec 13, 2024
197 of 199 checks passed
@bkchr bkchr deleted the bkchr-slot-based-block-import branch December 13, 2024 11:19
dudo50 pushed a commit to paraspell-research/polkadot-sdk that referenced this pull request Jan 4, 2025
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T0-node This PR/Issue is related to the topic “node”.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants