-
Notifications
You must be signed in to change notification settings - Fork 689
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…
- Loading branch information
Showing
2 changed files
with
127 additions
and
20 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
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