-
Notifications
You must be signed in to change notification settings - Fork 814
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pallet_broker: Let
start_sales
calculate and request the correct co…
…re count (#4221)
- Loading branch information
Showing
5 changed files
with
68 additions
and
26 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,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 |
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
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
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
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