Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bad migration function for pallet-scheduler #10754

Closed
xlc opened this issue Jan 30, 2022 · 1 comment · Fixed by #10757
Closed

Bad migration function for pallet-scheduler #10754

xlc opened this issue Jan 30, 2022 · 1 comment · Fixed by #10757

Comments

@xlc
Copy link
Contributor

xlc commented Jan 30, 2022

origin: system::RawOrigin::Root.into(),

This will discard the stored origin and replace it with root.

@xlc
Copy link
Contributor Author

xlc commented Jan 30, 2022

Also a number of parachains (I only checked Karura, Acala, Bifrost, Khala) have storage version stored V1 despite the code is clearly using V2. Not exactly sure why it wasn't updated but we also need to update the migration code to ignore current version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant