Commit Graph

2 Commits

Author SHA1 Message Date
ordian 03e9dd77e9 Update pr_3302.prdoc (#3985)
Properly account for #3302, cc #3984.
2024-04-05 11:53:29 +00:00
ordian 02e1a7f476 collator protocol changes for elastic scaling (validator side) (#3302)
Fixes #3128.

This introduces a new variant for the collation response from the
collator that includes the parent head data. For now, collators won't
send this new variant. We'll need to change the collator side of the
collator protocol to detect all the cores assigned to a para and send
the parent head data in the case when it's more than 1 core.

- [x] validate approach
- [x] check head data hash
2024-03-15 19:43:28 +00:00