git.delta.rocks / unique-network / refs/commits / fe83568f2c50

difftreelog

doc: release v936050 migrations

Yaroslav Bolyukin2022-12-29parent: #719a87f.patch.diff
in: master

1 file changed

modifiedmigrations.mddiffbeforeafterboth
1# **936050 < 930032**
2
3### **pallet-collator-selection:**
4
5* Added use of Collator Selection pallet, along with Session, Authorship, and Identity:
6 * Aura authorities become Collator Selection's invulnerables
7 * Session keys are put, and the first session is started
8
1# **930032 < 924010**9# **930032 < 924010**
210
3### **pallet-common:**11### **pallet-common:**
25 * if the storage version is below 1, all items from storage **TokenData** of struct **ItemData** version 1 to version 2, consisting of:33 * if the storage version is below 1, all items from storage **TokenData** of struct **ItemData** version 1 to version 2, consisting of:
26 * removing _variable_data_34 * removing _variable_data_
27* Added:35* Added:
28 * if the storage version is below 2, cleaning of all storage of now-redundant **TokenData** 36 * if the storage version is below 2, cleaning of all storage of now-redundant **TokenData**
29 * unconditional bump of the storage version to 237 * unconditional bump of the storage version to 2
30* Replaced returned weight `0` with `Weight::zero()`38* Replaced returned weight `0` with `Weight::zero()`
3139