Files
pezkuwi-subxt/prdoc/pr_4199.prdoc
T
Adrian Catangiu 84c294c382 [testnets] remove XCM SafeCallFilter for chains using Weights::v3 (#4199)
Weights::v3 also accounts for PoV weight so we no longer need the
SafeCallFilter. All calls are allowed as long as they "fit in the
block".
2024-04-22 22:10:07 +00:00

30 lines
901 B
Plaintext

title: "Remove XCM SafeCallFilter for chains using Weights::v3"
doc:
- audience: Runtime User
description: |
`SafeCallFilter` was removed from Rococo and Westend relay and system chains as they
all now use Weights::v3 which already accounts for call PoV size.
This effectively removes artificial limitations on what users can `XCM::Transact` on
these chains (blockspace limitations are still upheld).
crates:
- name: asset-hub-rococo-runtime
bump: minor
- name: asset-hub-westend-runtime
bump: minor
- name: bridge-hub-rococo-runtime
bump: minor
- name: bridge-hub-westend-runtime
bump: minor
- name: collectives-westend-runtime
bump: minor
- name: coretime-rococo-runtime
bump: minor
- name: coretime-westend-runtime
bump: minor
- name: people-rococo-runtime
bump: minor
- name: people-westend-runtime
bump: minor