mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
UMP: Support Overweight messages (#3575)
* Introduce new config: ump_max_individual_weight * Implement overweight msg stashing * Test * Add migration module. Also introduces a test for migration * Integrate ExecuteOverweightOrigin to runtimes * Fix more stuff * Add `yeet` into dictionary * Use suggested `Error` variant names * typo * Use 20ms as the maximum individual message weight * Update the test value * rustfmt * Clean up * Remove deprecated field from host config * Remove missed _hrmp_open_request_ttl * Apply typo fix suggestion Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Rename `migration::migrate_to_latest` * Restore `_hrmp_open_request_ttl` in `v0::HostConfiguration` * Apply suggestion for a rustdoc * Apply the suggestion * Test v0 config with the raw production data fetched from Kusama * Update runtime/parachains/src/ump.rs Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Expose migration functions * Fix spellcheck Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
@@ -249,6 +249,7 @@ timestamp/MS
|
||||
transitionary
|
||||
trie/MS
|
||||
trustless/Y
|
||||
TTL
|
||||
tuple/SM
|
||||
typesystem
|
||||
ubuntu/M
|
||||
@@ -292,6 +293,7 @@ WND/S
|
||||
Wococo
|
||||
XCM/S
|
||||
XCMP/M
|
||||
yeet
|
||||
decrement
|
||||
DM
|
||||
ParaId
|
||||
ParaId
|
||||
|
||||
Reference in New Issue
Block a user