Skip to content

Commit

Permalink
doc: add prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Nov 12, 2024
1 parent fc0e2df commit 56ce6d1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions prdoc/pr_6459.prdoc
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

0 comments on commit 56ce6d1

Please sign in to comment.