--- 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()`