-
Notifications
You must be signed in to change notification settings - Fork 19
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
Polkadot 0.9.33 UPGRADE #954
Conversation
Codecov Report
@@ Coverage Diff @@
## main #954 +/- ##
=======================================
Coverage 84.47% 84.47%
=======================================
Files 17 17
Lines 805 805
=======================================
Hits 680 680
Misses 125 125 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…tyDSNP/frequency into 953-polkadot-v0933-upgrade
@rlaferla can you check the failing jobs and fix those |
@@ -63,60 +66,32 @@ pub mod frequency_executor { | |||
|
|||
pub use frequency_executor::*; | |||
|
|||
type ParachainExecutor = NativeElseWasmExecutor<FrequencyRuntimeExecutor>; |
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.
Note for future readers of this PR. Most of these edits are following https://github.com/substrate-developer-hub/substrate-node-template/ so that future upgrades are easier to follow.
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.
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.
🎉 All checks out.
Tested local instant sealing, rococo, and mainnet
Also looks like try-runtime is working again!
The goal of this PR is to upgrade Polkadot to 0.9.33. Closes #953
The goal of this PR is to upgrade Polkadot to 0.9.33. Closes #953
The goal of this PR is to upgrade Polkadot to 0.9.33. Closes #953
Goal
The goal of this PR is to upgrade Polkadot to 0.9.33.
Closes #953