Files
pezkuwi-subxt/prdoc/pr_4189.prdoc
T
Bastian Köcher ac4f421f0b parachains_coretime: Expose MaxXCMTransactWeight (#4189)
This should be configured on the runtime level and not somewhere inside
the pallet.

---------

Co-authored-by: Adrian Catangiu <adrian@parity.io>
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
2024-04-23 09:51:11 +00:00

17 lines
683 B
Plaintext

title: "polkadot_runtime_parachains::coretime: Expose `MaxXcmTransactWeight`"
doc:
- audience: Runtime Dev
description: |
Expose `MaxXcmTransactWeight` via the `Config` trait. This exposes the
possibility for runtime implementors to set the maximum weight required
for the calls on the coretime chain. Basically it needs to be set to
`max_weight(set_leases, reserve, notify_core_count)` where `set_leases`
etc are the calls on the coretime chain. This ensures that these XCM
transact calls send by the relay chain coretime pallet to the coretime
chain can be dispatched.
crates:
- name: polkadot-runtime-parachains
bump: major