-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc0e2df
commit 56ce6d1
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
||
title: Fix version conversion in XcmPaymentApi::query_weight_to_asset_fee. | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
The `query_weight_to_asset_fee` function of the `XcmPaymentApi` was trying | ||
to convert versions in the wrong way. | ||
This resulted in all calls made with lower versions failing. | ||
The version conversion is now done correctly and these same calls will now succeed. | ||
|
||
crates: | ||
- name: asset-hub-westend-runtime | ||
bump: patch | ||
- name: asset-hub-rococo-runtime | ||
bump: patch | ||
- name: xcm-runtime-apis | ||
bump: patch |