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
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -27833,23 +27833,25 @@ This guide explains how to **trace, correlate, and debug XCMs** reliably using o
27833
27833
27834
27834
You will learn how to:
27835
27835
27836
-
- Use the `SetTopic` instruction and `message_id` to track XCMs across chains
27836
+
- Use the `SetTopic` instruction and `message_id` to track XCMs across chains
27837
27837
- Understand the relationship between `PolkadotXcm.Sent` and `MessageQueue.Processed` events for message correlation
27838
-
- Apply manual topic tagging for multi-hop tracing when needed
27839
-
- Use workarounds for older runtimes with derived message IDs
27840
-
- Debug failed or incomplete XCMs using indexers and Chopsticks replay
27838
+
- Apply manual topic tagging for multi-hop tracing when needed
27839
+
- Use workarounds for older runtimes with derived message IDs
27840
+
- Debug failed or incomplete XCMs using indexers and Chopsticks replay
27841
27841
27842
27842
The guide revolves around a **single, concrete scenario** of a cross-chain asset transfer/swap between two parachains, with multiple example scripts and detailed outputs.
- The origin parachain running runtime **`stable2503-5`** or later
27851
+
- A TypeScript development environment with essential tools
27852
+
- Familiarity with replaying or dry-running XCMs
27851
27853
27852
-
If you are new to XCM dry-run or replay, see the [Replay and Dry Run XCMs Using Chopsticks](/tutorials/interoperability/replay-and-dry-run-xcms/){target=\_blank}.
27854
+
If you are new to XCM replay or dry-run, see [Replay and Dry Run XCMs Using Chopsticks](/tutorials/interoperability/replay-and-dry-run-xcms/){target=\_blank}.
Copy file name to clipboardExpand all lines: tutorials/interoperability/xcm-observability.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,23 +13,25 @@ This guide explains how to **trace, correlate, and debug XCMs** reliably using o
13
13
14
14
You will learn how to:
15
15
16
-
- Use the `SetTopic` instruction and `message_id` to track XCMs across chains
16
+
- Use the `SetTopic` instruction and `message_id` to track XCMs across chains
17
17
- Understand the relationship between `PolkadotXcm.Sent` and `MessageQueue.Processed` events for message correlation
18
-
- Apply manual topic tagging for multi-hop tracing when needed
19
-
- Use workarounds for older runtimes with derived message IDs
20
-
- Debug failed or incomplete XCMs using indexers and Chopsticks replay
18
+
- Apply manual topic tagging for multi-hop tracing when needed
19
+
- Use workarounds for older runtimes with derived message IDs
20
+
- Debug failed or incomplete XCMs using indexers and Chopsticks replay
21
21
22
22
The guide revolves around a **single, concrete scenario** of a cross-chain asset transfer/swap between two parachains, with multiple example scripts and detailed outputs.
- The origin parachain running runtime **`stable2503-5`** or later
31
+
- A TypeScript development environment with essential tools
32
+
- Familiarity with replaying or dry-running XCMs
31
33
32
-
If you are new to XCM dry-run or replay, see the[Replay and Dry Run XCMs Using Chopsticks](/tutorials/interoperability/replay-and-dry-run-xcms/){target=\_blank}.
34
+
If you are new to XCM replay or dry-run, see [Replay and Dry Run XCMs Using Chopsticks](/tutorials/interoperability/replay-and-dry-run-xcms/){target=\_blank}.
0 commit comments