mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
8891b70fe2
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>
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
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
|