[CHORE] Upgrade version to v0.9.32#751
Merged
saraswatpuneet merged 80 commits intomainfrom Jan 11, 2023
Merged
Conversation
…requency into chore/upgrade_0.9.32
…frequency into chore/upgrade_to_9.32
saraswatpuneet
commented
Dec 13, 2022
…frequency into chore/upgrade_to_9.32
…frequency into chore/upgrade_to_9.32
wilwade
reviewed
Jan 10, 2023
Co-authored-by: Wil Wade <wil.wade@unfinished.com>
enddynayn
approved these changes
Jan 11, 2023
Collaborator
enddynayn
left a comment
There was a problem hiding this comment.
💯 These look so painful. I salute you.
abadaa
pushed a commit
that referenced
this pull request
Jan 13, 2023
# Goal The goal of this PR is <!-- insert goal here --> Closes #705 Closes #402 Closes #519 Closes #866 Closes #865 Notes: [PR for Substrate upgrade to 0.9.32](https://github.com/substrate-developer-hub/substrate-parachain-template/pull/138) [Release Notes .31](https://github.com/paritytech/polkadot/releases/tag/v0.9.31) [Release Notes .32](https://github.com/paritytech/polkadot/releases/tag/v0.9.32) # Changes from 0.9.30 via 0.9.31 to 0.9.32 - Bump dependency version to 0.9.32 - Weight V2 : introduction of max proof size for weights, for now I am using what cumulus uses and suggested on substrate stack exchange ...[more](https://substrate.stackexchange.com/questions/5557/construct-runtime-integrity-test-failing). - Runtime builds now run a runtime integrity checks - Major Democracy Pallet upgrades and changes # Checklist - [x] Design doc(s) updated - [x] Weights updated - [x] Run benchmarks Co-authored-by: Dmitri <4452412+demisx@users.noreply.github.com> Co-authored-by: Jenkins <jenkins@frequency.xyz> Co-authored-by: Wil Wade <wil.wade@unfinished.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
The goal of this PR is
Closes #705
Closes #402
Closes #519
Closes #866
Closes #865
Notes:
PR for Substrate upgrade to 0.9.32
Release Notes .31
Release Notes .32
Changes from 0.9.30 via 0.9.31 to 0.9.32
Checklist