Skip to content

chore: upgrade to polkadot-v0.9.29#571

Merged
mrq1911 merged 47 commits intomasterfrom
polkadot-v0.9.29
Nov 3, 2022
Merged

chore: upgrade to polkadot-v0.9.29#571
mrq1911 merged 47 commits intomasterfrom
polkadot-v0.9.29

Conversation

@enthusiastmartin
Copy link
Member

@enthusiastmartin enthusiastmartin commented Oct 31, 2022

Changes:

  • Weight type changed from u64 to a struct.
  • math lib contains changes in lbp math (rounding fixed by colin) and improved pow accuracy
  • removed Exchange pallet
  • removed LBP and XYK rpcs
  • Weights updated

@github-actions
Copy link

github-actions bot commented Oct 31, 2022

Crate versions that have been updated:

  • runtime-integration-tests: v0.8.0 -> v0.8.1
  • parachain-runtime-mock: v0.1.0 -> v0.1.1
  • basilisk: v7.1.0 -> v8.0.0
  • pallet-duster: v3.1.4 -> v3.1.5
  • pallet-lbp: v4.5.0 -> v4.6.0
  • pallet-marketplace: v4.0.1 -> v5.0.0
  • pallet-xyk: v6.0.0 -> v6.0.1
  • pallet-xyk-liquidity-mining: v1.0.1 -> v1.0.2
  • pallet-xyk-liquidity-mining-benchmarking: v1.0.0 -> v1.0.1
  • primitives: v6.3.4 -> v6.3.5
  • basilisk-runtime: v80.0.0 -> v81.0.0
  • common-runtime: v2.2.3 -> v2.2.4
  • testing-basilisk-runtime: v80.0.0 -> v81.0.0

Runtime version has been increased.

@codecov
Copy link

codecov bot commented Nov 2, 2022

Codecov Report

Base: 80.04% // Head: 81.11% // Increases project coverage by +1.07% 🎉

Coverage data is based on head (050809f) compared to base (1a99f62).
Patch coverage: 3.94% of modified lines in pull request are covered.

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     
Impacted Files Coverage Δ
pallets/marketplace/src/lib.rs 91.83% <ø> (ø)
pallets/marketplace/src/migration.rs 0.00% <0.00%> (ø)
pallets/xyk-liquidity-mining/src/lib.rs 84.89% <ø> (ø)
pallets/xyk-liquidity-mining/src/migration.rs 36.36% <ø> (ø)
primitives/src/constants.rs 0.00% <ø> (ø)
...ntegration-tests/parachain-runtime-mock/src/lib.rs 62.79% <50.00%> (-0.63%) ⬇️
pallets/lbp/src/benchmarking.rs 98.64% <100.00%> (ø)
pallets/xyk/src/lib.rs 84.65% <0.00%> (-1.33%) ⬇️
...llets/xyk-liquidity-mining/benchmarking/src/lib.rs 92.34% <0.00%> (+0.03%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

# Conflicts:
#	pallets/marketplace/Cargo.toml
#	pallets/marketplace/src/migration.rs
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsReversedWithSystemFirst,
AllPalletsWithSystem,
Copy link
Member

@mrq1911 mrq1911 Nov 3, 2022

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?

Copy link
Member Author

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.

Copy link
Member

@mrq1911 mrq1911 Nov 3, 2022

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

@mrq1911 mrq1911 merged commit c2093c9 into master Nov 3, 2022
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.

5 participants