mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 20:57:59 +00:00
84c294c382
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".
30 lines
901 B
Plaintext
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
|