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
| frame_system::ChainContext<Runtime>, | ||
| Runtime, | ||
| AllPalletsReversedWithSystemFirst, | ||
| AllPalletsWithSystem, |
There was a problem hiding this comment.
@enthusiastmartin why did this change? no change in construct_runtime! is required?
There was a problem hiding this comment.
@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.
i am aware of it, but it also changes orders in which are pallets loaded, see
paritytech/substrate#10043
Changes: