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

Update Substrate #920

Merged
merged 16 commits into from
Nov 11, 2021
Merged

Update Substrate #920

merged 16 commits into from
Nov 11, 2021

Conversation

aurexav
Copy link
Member

@aurexav aurexav commented Nov 10, 2021

@aurexav aurexav marked this pull request as draft November 10, 2021 13:56
@aurexav aurexav marked this pull request as ready for review November 10, 2021 16:18
@github-actions
Copy link

Commit d5a1fb7

Pangolin

Check Runtime Version

Check Storage Prefix

Pallet ElectionProviderMultiPhase:
+ 	Item: Storage { name: "SignedSubmissionIndices", type: Plain("SubmissionIndicesOf<T>") }
+ 	Item: Storage { name: "SignedSubmissionNextIndex", type: Plain("u32") }
+ 	Item: Storage { name: "SignedSubmissionsMap", type: Map { hasher: Twox64Concat, key: "u32", value: "SignedSubmissionOf<T>", unused: false } }​

Pangoro

Check Runtime Version

Check Storage Prefix

Pallet ElectionProviderMultiPhase:
+ 	Item: Storage { name: "SignedSubmissionIndices", type: Plain("SubmissionIndicesOf<T>") }
+ 	Item: Storage { name: "SignedSubmissionNextIndex", type: Plain("u32") }
+ 	Item: Storage { name: "SignedSubmissionsMap", type: Map { hasher: Twox64Concat, key: "u32", value: "SignedSubmissionOf<T>", unused: false } }​

Copy link
Contributor

@hackfisher hackfisher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the companion Polkadot release for the new substrate dependency? And request further migration checking for the storage changes.

@aurexav
Copy link
Member Author

aurexav commented Nov 11, 2021

What's the companion Polkadot release for the new substrate dependency? And request further migration checking for the storage changes.

I updated the PR description.

@hackfisher hackfisher merged commit 6cb6a66 into master Nov 11, 2021
@hackfisher hackfisher deleted the xavier-substrate branch November 11, 2021 08:14
@aurexav aurexav added the C-Substrate [Component] Something about Substrate label Nov 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C-Substrate [Component] Something about Substrate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants