Skip to content

Commit 53681ce

Browse files
Update Summary
1 parent 747fad9 commit 53681ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28937,7 +28937,7 @@ When XCMs fail, the entire transaction **rolls back** and **no failure events ar
2893728937
- Use **automatic topic insertion** via high-level extrinsics whenever possible for simplicity.
2893828938
- If your use case involves multi-hop or custom XCMs, **manually set `SetTopic`** (including remote XCM calls) to guarantee consistent tracing.
2893928939
- Ensure your `message_id` values are unique **if** you require deduplication or strict correlation.
28940-
- When supporting legacy runtimes, be aware of the `forwarded_id` pattern.
28940+
- When supporting legacy runtimes, be aware of the `forward_id_for` pattern.
2894128941

2894228942
## Summary
2894328943

@@ -28948,7 +28948,7 @@ This guide demonstrated:
2894828948
- How to manually and automatically manage topics for multi-hop flows
2894928949
- The legacy workaround for older runtimes with derived IDs
2895028950

28951-
By following the example scenarios and debugging steps, you can confidently develop, trace, and troubleshoot XCM-based cross-chain workflows.
28951+
By following the example scenarios and debugging steps, you can confidently develop, trace, and troubleshoot XCM workflows.
2895228952
--- END CONTENT ---
2895328953

2895428954
Doc-Content: https://docs.polkadot.com/tutorials/interoperability/xcm-transfers/from-relaychain-to-parachain/

tutorials/interoperability/xcm-observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ When XCMs fail, the entire transaction **rolls back** and **no failure events ar
311311
- Use **automatic topic insertion** via high-level extrinsics whenever possible for simplicity.
312312
- If your use case involves multi-hop or custom XCMs, **manually set `SetTopic`** (including remote XCM calls) to guarantee consistent tracing.
313313
- Ensure your `message_id` values are unique **if** you require deduplication or strict correlation.
314-
- When supporting legacy runtimes, be aware of the `forwarded_id` pattern.
314+
- When supporting legacy runtimes, be aware of the `forward_id_for` pattern.
315315
316316
## Summary
317317
@@ -322,4 +322,4 @@ This guide demonstrated:
322322
- How to manually and automatically manage topics for multi-hop flows
323323
- The legacy workaround for older runtimes with derived IDs
324324
325-
By following the example scenarios and debugging steps, you can confidently develop, trace, and troubleshoot XCM-based cross-chain workflows.
325+
By following the example scenarios and debugging steps, you can confidently develop, trace, and troubleshoot XCM workflows.

0 commit comments

Comments
 (0)