-
Notifications
You must be signed in to change notification settings - Fork 732
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parachains_coretime: Expose
MaxXCMTransactWeight
(#4189)
This should be configured on the runtime level and not somewhere inside the pallet. --------- Co-authored-by: Adrian Catangiu <[email protected]> Co-authored-by: Branislav Kontur <[email protected]>
- Loading branch information
1 parent
7f1646e
commit ac4f421
Showing
6 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |