mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
7b6b061e32
This PR backports: - node version bump - `spec_vesion` bump - reordering of the `prdocs` to the appropriate folder from the `1.9.0` release branch
16 lines
635 B
Plaintext
16 lines
635 B
Plaintext
# 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: "[pallet_broker] Fix `Linear::adapt_price` behavior at zero"
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
This fixes the behaviour of `Linear` which is the default implementation of the `AdaptPrice`
|
|
trait in the broker pallet. Previously if cores were offered but not sold in only one sale,
|
|
the price would be set to zero and due to the logic being purely multiplicative, the price
|
|
would stay at 0 indefinitely.
|
|
|
|
crates:
|
|
- name: pallet-broker
|