pallet_broker: Support renewing leases expired in a previous period (#4089)

Part of: https://github.com/paritytech/polkadot-sdk/issues/4107
This commit is contained in:
Bastian Köcher
2024-04-15 15:06:22 +02:00
committed by GitHub
parent d1b0ef76a8
commit 6f73b746d3
6 changed files with 169 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
title: "pallet_broker: Support renewing leases expired in a previous period"
doc:
- audience: Runtime User
description: |
Allow renewals of leases that ended before `start_sales` or in the first period after calling `start_sales`.
This ensures that everyone has a smooth experience when migrating to coretime and the timing of
`start_sales` isn't that important.
crates:
- name: pallet-broker