Setup permissionless lanes for AssetHubs - added OnNewHead to pallet-bridge-parachains#8325
Open
bkontur wants to merge 13 commits intobko-permlanes-on-ahs-1-heads-storefrom
Open
Setup permissionless lanes for AssetHubs - added OnNewHead to pallet-bridge-parachains#8325bkontur wants to merge 13 commits intobko-permlanes-on-ahs-1-heads-storefrom
OnNewHead to pallet-bridge-parachains#8325bkontur wants to merge 13 commits intobko-permlanes-on-ahs-1-heads-storefrom
Conversation
WIP: squash to `OnNewHead`
…on-ahs-2-on-new-head
Contributor
Author
|
/cmd fmt |
…on-ahs-2-on-new-head
…on-ahs-2-on-new-head
4 tasks
…on-ahs-2-on-new-head
raymondkfcheung
approved these changes
May 6, 2025
2 tasks
serban300
approved these changes
May 14, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
May 14, 2025
Relates to: #8326 Relates to: #6675 (Extracted from #8325) This PR introduces a new `OnNewHead` hook for `pallet-bridge-parachains`, which is triggered when a new parachain head is relayed. It will be used in conjunction with the [syncing mechanism](#8326), which sends relayed AssetHubRococo headers with `state_root`s to AssetHubWestend for message proof verification. --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 tasks
…on-ahs-2-on-new-head
…on-ahs-2-on-new-head
…on-ahs-2-on-new-head
…on-ahs-2-on-new-head
…on-ahs-2-on-new-head
…on-ahs-2-on-new-head
…on-ahs-2-on-new-head
…on-ahs-2-on-new-head
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
bkontur
added a commit
to bkontur/polkadot-sdk
that referenced
this pull request
Jul 24, 2025
paritytech#8326 paritytech#8325 Add proof root sync (`pallet-bridge-proof-root-sync`) as an ring buffer with on_idle callback Add `OnNewHead` to `pallet-bridge-parachains`
alvicsam
pushed a commit
that referenced
this pull request
Oct 17, 2025
Relates to: #8326 Relates to: #6675 (Extracted from #8325) This PR introduces a new `OnNewHead` hook for `pallet-bridge-parachains`, which is triggered when a new parachain head is relayed. It will be used in conjunction with the [syncing mechanism](#8326), which sends relayed AssetHubRococo headers with `state_root`s to AssetHubWestend for message proof verification. --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
(Already merged to the master as #8531)
Relates to: #8326
Relates to: #6675
This PR introduces a new
OnNewHeadhook forpallet-bridge-parachains, which is triggered when a new parachain head is relayed.It is used in conjunction with the syncing mechanism, which sends relayed AssetHubRococo headers with
state_roots to AssetHubWestend for message proof verification.High-Level Context Diagram