-
Notifications
You must be signed in to change notification settings - Fork 46
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
chore: update to polkadot 0.9.38 #480
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I guess we are introducing the "Prove Size Weights" in a different PR?
@weichweich I created a ticket https://github.com/KILTprotocol/ticket/issues/2486. I think we can go ahead an merge this, since the main reason why I did it was the new XCM support. |
I checked the code and went through all the PRs since 0.9.37 and can't spot anything that's missing :) LGTM 🥳 |
fixes KILTprotocol/ticket#2464 Fixes #481 -> see issue description for a complete list of PRs. - paritytech/polkadot#4097 (XCM v3) - paritytech/polkadot#6490 (root origin can issue grants on behalf of the treasury) - paritytech/substrate#13214 (we used in the the staking pallet but we never called the `set` function, so we don't need to do anything) - paritytech/substrate#13216 (removes all calls and intrinsics from the authorship pallet) Release analysis: https://forum.polkadot.network/t/polkadot-release-analysis-v0-9-38/2122 If any of the runtimes is complied with just the `runtime-benchmarks` features, there is a compilation issue due to some nested dependencies. Linked issue: paritytech/cumulus#2230. --------- Co-authored-by: Tino Rusch <tino@kilt.io>
fixes https://github.com/KILTprotocol/ticket/issues/2464
Fixes #481 -> see issue description for a complete list of PRs.
Relevant changes
set
function, so we don't need to do anything)uncles
related code paritytech/substrate#13216 (removes all calls and intrinsics from the authorship pallet)Release analysis: https://forum.polkadot.network/t/polkadot-release-analysis-v0-9-38/2122
Open issues
If any of the runtimes is complied with just the
runtime-benchmarks
features, there is a compilation issue due to some nested dependencies. Linked issue: paritytech/cumulus#2230.