forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport 1.12.0: check-weight: Disable total pov size check for manda…
…tory extrinsics (paritytech#4592) Backport of paritytech#4571 --------- Co-authored-by: command-bot <>
- Loading branch information
1 parent
51a1705
commit 84762bb
Showing
2 changed files
with
30 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
||
title: Ignore mandatory extrinsics in total PoV size check | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
The `CheckWeight` extension is checking that extrinsic length and used storage proof | ||
weight together do not exceed the PoV size limit. This lead to problems when | ||
the PoV size was already reached before mandatory extrinsics were applied.The `CheckWeight` | ||
extension will now allow extrinsics of `DispatchClass::Mandatory` to be applied even if | ||
the limit is reached. | ||
|
||
crates: | ||
- name: frame-system | ||
bump: minor |
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