-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable idempotency check #164
Conversation
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
@ggwpez I think we should be able to merge this now? |
Yes was just testing if it goes green 😄 |
@brenzi there is an error for decoding the |
Yes. I think this can be safely ignored because the storage has been written by the new pallet version already. Only issue that the storage-version wasn't bumped with the proper migration |
/merge |
Enabled Available commands
For more information see the documentation |
Trying to enable this check that was disabled because of a non-idempotent migration. cc liamaharon - [x] Does not require a CHANGELOG entry Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com> Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Changes: - Remove all migrations from Polkadot since 1.1.2 was enacted on-chain. Two other commits have been manually back-ported to the release branch and are not shown in the diff: - Enable idempotency check (#164) - [CI] Run on all MRs and on release branch (#173) [x] Does not require a CHANGELOG entry --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Trying to enable this check that was disabled because of a non-idempotent migration.
cc @liamaharon