Skip to content
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

collator-side: send parent head data #3521

Merged
merged 30 commits into from
Mar 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
504b919
add new collation advertisement
ordian Feb 6, 2024
efceb5e
remove v3 in favor of enum variant
ordian Feb 14, 2024
94ba49b
get rid of with_elastic_scaling
ordian Feb 16, 2024
211edb7
no maybes
ordian Feb 19, 2024
739e63c
Merge branch 'master' into ao-collator-parent-head-data
ordian Feb 19, 2024
3320447
prdoc
ordian Feb 19, 2024
10a3e9c
sanity check the provided parent head data hash
ordian Feb 20, 2024
b7466c2
address review: use enum for parent head-data
ordian Feb 27, 2024
1ff7a54
test validator sanity check parent_head_data hash
ordian Feb 28, 2024
8b70d0f
Merge remote-tracking branch 'origin/master' into ao-collator-parent-…
ordian Feb 28, 2024
bd2ee35
collator-side: send parent head data
ordian Feb 29, 2024
560da60
test parent head data is sent
ordian Feb 29, 2024
a7cc059
address nits
ordian Mar 1, 2024
cc5f0e5
fmt
ordian Mar 1, 2024
e2751f5
prdoc
ordian Mar 1, 2024
f44d58e
Merge remote-tracking branch 'origin/master' into ao-collator-parent-…
ordian Mar 1, 2024
366b101
Merge branch 'ao-collator-parent-head-data' into ao-send-parent-head-…
ordian Mar 1, 2024
8910798
Merge branch 'master' into ao-collator-parent-head-data
ordian Mar 4, 2024
7322058
add a comment (review)
ordian Mar 4, 2024
6109444
Merge branch 'ao-collator-parent-head-data' into ao-send-parent-head-…
ordian Mar 4, 2024
227ff93
Merge branch 'master' into ao-send-parent-head-data
ordian Mar 16, 2024
1e2a32c
Merge branch 'master' into ao-send-parent-head-data
ordian Mar 18, 2024
4f4ef35
removed `pallet::getter` usage from cumulus pallets (#3471)
muraca Mar 18, 2024
867edcd
Bump the known_good_semver group with 2 updates (#3726)
dependabot[bot] Mar 19, 2024
03f5577
Add HRMP notification handlers to the xcm-executor (#3696)
JuaniRios Mar 19, 2024
4697b7b
Make `availability-recovery-regression-bench` a benchmark (#3741)
bkchr Mar 19, 2024
d40a2a6
gate collator changes under elastic-scaling-experimental
ordian Mar 19, 2024
6d34dcb
Merge branch 'master' into ao-send-parent-head-data
ordian Mar 19, 2024
ee7ccdf
taplo format --config .config/taplo.toml
ordian Mar 19, 2024
2579796
fix clippy?
ordian Mar 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
prdoc
  • Loading branch information
ordian committed Mar 1, 2024
commit e2751f55e1f5db98af1fa79953ad08c1cee37582
12 changes: 12 additions & 0 deletions prdoc/pr_3521.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
title: Collator side changes for elastic scaling

doc:
- audience: Node Dev
description: |
Parachain teams wishing to utilize the benefits of
elastic scaling will need to upgrade their collator
code to include these changes.

crates:
- name: polkadot-collator-protocol
bump: minor