Skip to content
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

feat: bump polkadot versions to v0.9.37 #452

Merged
merged 2 commits into from
Jan 23, 2023

Conversation

trusch
Copy link
Contributor

@trusch trusch commented Jan 23, 2023

fixes KILTProtocol/ticket#2392

Breaking Changes for us

None! 🥳

Edit: Forgot to also check with try-runtime feature enabled. There is a small tweak necessary because of This PR about on-runtime-upgrade

No database migrations, no runtime migrations and no new host functions.

Polkadot Release Link

https://github.com/paritytech/polkadot/releases/tag/v0.9.37

Release Analysis Forum Post

https://forum.polkadot.network/t/polkadot-release-analysis-v0-9-37/1736

Cool new stuff that might be useful (or not)

How to test:

Please provide a brief step-by-step instruction.
If necessary provide information about dependencies (specific configuration, branches, database dumps, etc.)

  • Step 1
  • Step 2
  • etc.

Checklist:

  • I have verified that the code works
    • No panics! (checked arithmetic ops, no indexing array[3] use get(3), ...)
  • I have verified that the code is easy to understand
    • If not, I have left a well-balanced amount of inline comments
  • I have left the code in a better state
  • I have documented the changes (where applicable)

@weichweich weichweich marked this pull request as ready for review January 23, 2023 09:30
Copy link
Member

@ntn-x2 ntn-x2 left a comment

Choose a reason for hiding this comment

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

Great! Would be nice (for the future) to also link the Polkadot release so that we can easily click and check ourselves, if something comes up 🙂

@trusch trusch merged commit 3cf77b7 into develop Jan 23, 2023
@trusch trusch deleted the feature/upgrade-polkadot-v0.9.37 branch January 23, 2023 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants