From fe83568f2c502d2f969dedbb85858cc91c4a1bfd Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Thu, 29 Dec 2022 10:58:05 +0000 Subject: [PATCH] doc: release v936050 migrations --- --- a/migrations.md +++ b/migrations.md @@ -1,3 +1,11 @@ +# **936050 < 930032** + +### **pallet-collator-selection:** + +* Added use of Collator Selection pallet, along with Session, Authorship, and Identity: + * Aura authorities become Collator Selection's invulnerables + * Session keys are put, and the first session is started + # **930032 < 924010** ### **pallet-common:** @@ -25,7 +33,7 @@ * if the storage version is below 1, all items from storage **TokenData** of struct **ItemData** version 1 to version 2, consisting of: * removing _variable_data_ * Added: - * if the storage version is below 2, cleaning of all storage of now-redundant **TokenData** + * if the storage version is below 2, cleaning of all storage of now-redundant **TokenData** * unconditional bump of the storage version to 2 * Replaced returned weight `0` with `Weight::zero()` -- gitstuff