Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

Update to polkadot v0.9.41 #4932

Closed mnaamani closed 1 year ago

mnaamani commented 1 year ago

Fixes https://github.com/Joystream/joystream/issues/4918

┆Issue is synchronized with this Asana task by Unito

mnaamani commented 1 year ago

ref: https://github.com/Joystream/joystream/issues/4736#issuecomment-1753287924

mnaamani commented 1 year ago

If the failing check is suggesting that the keys starting with old_prefix are not exactly removed from storage, does it imply that move_pallet actually performs a copy?

No, I'm pretty sure it does move based on looking at the implementation and testing the chain to confirm nothing was at the prefix anymore.