You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added OnNewHead to pallet-bridge-parachains (#8531)
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>
title: Added `OnNewHead` to `pallet-bridge-parachains`
2
+
doc:
3
+
- audience: Runtime Dev
4
+
description: |-
5
+
This PR introduces a new `OnNewHead` hook for `pallet-bridge-parachains`, which is triggered when a new parachain head is relayed.
6
+
7
+
It will be used in conjunction with the [syncing mechanism](https://github.com/paritytech/polkadot-sdk/pull/8326), which sends relayed AssetHubRococo headers with `state_root`s to AssetHubWestend for message proof verification.
0 commit comments