Skip to content

Commit d25c27a

Browse files
Update the order
1 parent 274dddb commit d25c27a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27833,9 +27833,9 @@ You will learn how to:
2783327833

2783427834
- Use `SetTopic` and `message_id` to track XCMs across multiple chains
2783527835
- Match `PolkadotXcm.Sent` and `MessageQueue.Processed` events to understand message flow
27836-
- Interpret and handle failed or incomplete messages
2783727836
- Apply manual topic tagging for reliable tracking across hops
2783827837
- Use the workaround for older runtimes that emit derived message identifiers
27838+
- Interpret and handle failed or incomplete messages
2783927839

2784027840
To demonstrate these techniques, the guide introduces a complete example scenario involving a multi-chain XCM transfer. This scenario will serve as the foundation for explaining message lifecycle, event tracking and failure debugging in context.
2784127841

tutorials/interoperability/xcm-observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ You will learn how to:
1313

1414
- Use `SetTopic` and `message_id` to track XCMs across multiple chains
1515
- Match `PolkadotXcm.Sent` and `MessageQueue.Processed` events to understand message flow
16-
- Interpret and handle failed or incomplete messages
1716
- Apply manual topic tagging for reliable tracking across hops
1817
- Use the workaround for older runtimes that emit derived message identifiers
18+
- Interpret and handle failed or incomplete messages
1919

2020
To demonstrate these techniques, the guide introduces a complete example scenario involving a multi-chain XCM transfer. This scenario will serve as the foundation for explaining message lifecycle, event tracking and failure debugging in context.
2121

0 commit comments

Comments
 (0)