-
Notifications
You must be signed in to change notification settings - Fork 20
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: upgrade to polkadot-v0.9.29 #571
Conversation
Crate versions that have been updated:
Runtime version has been increased. |
Codecov ReportBase: 80.04% // Head: 81.11% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #571 +/- ##
==========================================
+ Coverage 80.04% 81.11% +1.07%
==========================================
Files 26 18 -8
Lines 2636 1949 -687
==========================================
- Hits 2110 1581 -529
+ Misses 526 368 -158
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
# Conflicts: # pallets/marketplace/Cargo.toml # pallets/marketplace/src/migration.rs
runtime/basilisk/src/lib.rs
Outdated
@@ -1045,7 +1032,7 @@ pub type Executive = frame_executive::Executive< | |||
Block, | |||
frame_system::ChainContext<Runtime>, | |||
Runtime, | |||
AllPalletsReversedWithSystemFirst, | |||
AllPalletsWithSystem, |
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.
@enthusiastmartin why did this change? no change in construct_runtime!
is required?
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.
@enthusiastmartin why did this change? no change in
construct_runtime!
is required?
AllPalletsReversedWithSystemFirst is deprecated in favor of this.
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.
i am aware of it, but it also changes orders in which are pallets loaded, see
paritytech/substrate#10043
Changes: