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
Copy file name to clipboardExpand all lines: llms.txt
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -27914,22 +27914,18 @@ When executing XCMs using `limited_reserve_transfer_assets`, other extrinsics, o
27914
27914
27915
27915
### Observability Features
27916
27916
27917
-
Runtimes built from **`stable2503-5` or later** provide two key observability features for tracing and correlating XCMs across chains:
27917
+
Runtimes built from **`stable2503-5` or later** provide key observability features for tracing and correlating XCMs across chains:
27918
27918
27919
27919
- **[`PolkadotXcm.Sent`](https://paritytech.github.io/polkadot-sdk/master/pallet_xcm/pallet/enum.Event.html#variant.Sent){target=\_blank}** emitted on the origin chain when an XCM is sent.
27920
-
- The **`message_id` in the `PolkadotXcm.Sent` event matches the `id` in the [`MessageQueue.Processed`](https://paritytech.github.io/polkadot-sdk/master/pallet_message_queue/pallet/enum.Event.html#variant.Processed){target=\_blank}** event on the destination chain, enabling reliable cross-chain correlation.
27920
+
- **[`MessageQueue.Processed`](https://paritytech.github.io/polkadot-sdk/master/pallet_message_queue/pallet/enum.Event.html#variant.Processed){target=\_blank}** emitted on the destination chain when the XCM is processed.
27921
+
- The **`message_id` in the `Sent` event matches the `id` in the `Processed` event**, enabling reliable cross-chain correlation. This `message_id` is derived from the `SetTopic` instruction.
Copy file name to clipboardExpand all lines: tutorials/interoperability/xcm-observability.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,22 +94,18 @@ When executing XCMs using `limited_reserve_transfer_assets`, other extrinsics, o
94
94
95
95
### Observability Features
96
96
97
-
Runtimes built from **`stable2503-5` or later** provide two key observability features for tracing and correlating XCMs across chains:
97
+
Runtimes built from **`stable2503-5` or later** provide key observability features for tracing and correlating XCMs across chains:
98
98
99
99
- **[`PolkadotXcm.Sent`](https://paritytech.github.io/polkadot-sdk/master/pallet_xcm/pallet/enum.Event.html#variant.Sent){target=\_blank}** emitted on the origin chain when an XCM is sent.
100
-
- The **`message_id`in the `PolkadotXcm.Sent` event matches the `id`in the [`MessageQueue.Processed`](https://paritytech.github.io/polkadot-sdk/master/pallet_message_queue/pallet/enum.Event.html#variant.Processed){target=\_blank}** event on the destination chain, enabling reliable cross-chain correlation.
100
+
- **[`MessageQueue.Processed`](https://paritytech.github.io/polkadot-sdk/master/pallet_message_queue/pallet/enum.Event.html#variant.Processed){target=\_blank}** emitted on the destination chain when the XCM is processed.
101
+
- The **`message_id`in the `Sent` event matches the `id`in the `Processed` event**, enabling reliable cross-chain correlation. This `message_id` is derived from the `SetTopic` instruction.
0 commit comments