mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
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>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user