mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 23:31:07 +00:00
pallet_broker: Let start_sales calculate and request the correct core count (#4221)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
title: "pallet_broker::start_sales: Take `extra_cores` and not total cores"
|
||||
|
||||
doc:
|
||||
- audience: Runtime User
|
||||
description: |
|
||||
Change `pallet_broker::start_sales` to take `extra_cores` and not total cores.
|
||||
It will calculate the total number of cores to offer based on number of
|
||||
reservations plus number of leases plus `extra_cores`. Internally it will
|
||||
also notify the relay chain of the required number of cores.
|
||||
|
||||
Thus, starting the first sales with `pallet-broker` requires less brain power ;)
|
||||
|
||||
crates:
|
||||
- name: pallet-broker
|
||||
bump: minor
|
||||
Reference in New Issue
Block a user