-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Always send full parent header, not only hash, part of collation response #8939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Sajjon
merged 14 commits into
master
from
cyon/always_send_pull_parent_head_data_in_collation_response_7733
Jun 30, 2025
Merged
Changes from 11 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
e12db1d
Always send full parent header, not only hash, part of collation resp…
Sajjon 099386c
Update from github-actions[bot] running command 'prdoc --audience nod…
github-actions[bot] 1eeb80b
Add new DTO ParentHeadDataAndHash and pass it to send_collation
Sajjon 286928f
Update unit tests to expect always to receive full ParentBlock in Col…
Sajjon c0d92f3
remove unneeded dto
Sajjon 50360f3
revert change for easier review
Sajjon b804d52
Update from github-actions[bot] running command 'fmt'
github-actions[bot] e0425a3
Merge branch 'master' into cyon/always_send_pull_parent_head_data_in_…
Sajjon 9170a94
remove unused variables
Sajjon e1c7e17
Merge branch 'master' into cyon/always_send_pull_parent_head_data_in_…
Sajjon 26c905c
Merge branch 'master' into cyon/always_send_pull_parent_head_data_in_…
Sajjon 223f2ff
Merge branch 'master' into cyon/always_send_pull_parent_head_data_in_…
Sajjon 8996e5a
Revert superflous semicolons
Sajjon affad42
Revert superflous semicolon
Sajjon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| title: Always send full parent header, not only hash, part of collation response | ||
| doc: | ||
| - audience: Node Dev | ||
| description: |- | ||
| Implementation of https://github.com/paritytech/polkadot-sdk/issues/7733 | ||
|
|
||
| # Description | ||
| Instead of **conditionally** sending the full parent header in the collation response we now **always** send it (never the hash of it). | ||
| crates: | ||
| - name: polkadot-collator-protocol | ||
| bump: patch |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.