Skip to content

Commit

Permalink
add more information about the issue of SubscribeVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Feb 13, 2025
1 parent eaa31c0 commit 4260676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helpers/xcm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,8 @@ export const sendCallAsPara = async (
}

// this seems to fix an issue where we see SubscribeVersion instead of QueryResponse.
// a better fix would be set a correct XCM Version in pallet xcm for the parachain,
// so pallet xcm wouldn't need to send a SubscribeVersion message.
await context.createBlock();

return { block, didSucceed, errorName };
Expand Down

0 comments on commit 4260676

Please sign in to comment.