mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 19:21:03 +00:00
[pallet-broker] Use saturating math in input validation (#4151)
Changes: - Saturate in the input validation of he drop history function or pallet-broker. --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
4b5c3fd0cb
commit
8891b70fe2
@@ -0,0 +1,11 @@
|
||||
title: "[pallet-broker] Use saturating math in input validation"
|
||||
|
||||
doc:
|
||||
- audience: Runtime Dev
|
||||
description: |
|
||||
Use saturating in the pallet-broker input validation of the `drop_history` extrinsic. This
|
||||
fixes a safeguard that only expired historic instantaneous pool records get dropped.
|
||||
|
||||
crates:
|
||||
- name: pallet-broker
|
||||
bump: patch
|
||||
Reference in New Issue
Block a user