Skip to content
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.16 #348

Merged
merged 19 commits into from
Feb 8, 2022
Merged

chore: upgrade to polkadot v0.9.16 #348

merged 19 commits into from
Feb 8, 2022

Conversation

green-jay
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Feb 1, 2022

Crate versions that have been updated:

  • runtime-integration-tests: v0.2.4 -> v0.2.5
  • basilisk: v5.2.0 -> v5.2.1
  • pallet-asset-registry: v1.1.8 -> v1.1.9
  • pallet-duster: v2.2.3 -> v2.2.4
  • pallet-exchange: v5.2.5 -> v5.2.6
  • pallet-exchange-benchmarking: v3.3.7 -> v3.3.8
  • pallet-lbp: v4.3.0 -> v4.3.1
  • pallet-lbp-rpc: v1.0.3 -> v1.0.4
  • pallet-lbp-rpc-runtime-api: v1.0.3 -> v1.0.4
  • pallet-nft: v2.1.3 -> v2.1.4
  • pallet-xyk: v3.4.3 -> v3.4.4
  • pallet-xyk-rpc: v1.0.3 -> v1.0.4
  • pallet-xyk-rpc-runtime-api: v3.0.3 -> v3.0.4
  • primitives: v6.1.4 -> v6.1.5
  • basilisk-runtime: v36.0.0 -> v37.0.0
  • common-runtime: v1.6.0 -> v1.6.1
  • testing-basilisk-runtime: v36.0.0 -> v37.0.0

Runtime versions don't match.

Runtime version has been increased.

pallets/duster/src/lib.rs Outdated Show resolved Hide resolved
Copy link
Member

@mrq1911 mrq1911 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • bump versions of crates
  • fix benchmark tests
  • bump runtime crate version
  • fix inclusion test
  • upgrade dependencies to released tags
  • fix runtime upgrade test

@green-jay green-jay requested a review from mrq1911 February 2, 2022 12:09
@codecov
Copy link

codecov bot commented Feb 2, 2022

Codecov Report

Merging #348 (4c0adf9) into master (1ea0eae) will decrease coverage by 0.26%.
The diff coverage is 41.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #348      +/-   ##
==========================================
- Coverage   82.02%   81.75%   -0.27%     
==========================================
  Files          20       21       +1     
  Lines        2075     2083       +8     
==========================================
+ Hits         1702     1703       +1     
- Misses        373      380       +7     
Impacted Files Coverage Δ
pallets/asset-registry/src/lib.rs 88.33% <ø> (ø)
pallets/exchange/src/lib.rs 75.66% <ø> (ø)
pallets/lbp/src/lib.rs 81.20% <ø> (ø)
pallets/nft/src/lib.rs 92.43% <ø> (ø)
primitives/src/constants.rs 0.00% <0.00%> (ø)
pallets/duster/src/lib.rs 71.87% <46.66%> (-5.72%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1ea0eae...4c0adf9. Read the comment docs.

@mrq1911 mrq1911 changed the title chore: polkadot-v0.9.16 chore: upgrade to polkadot v0.9.16 Feb 2, 2022
# Conflicts:
#	Cargo.lock
#	node/Cargo.toml
#	runtime/basilisk/src/xcm.rs
#	runtime/testing-basilisk/src/xcm.rs
# Conflicts:
#	runtime/basilisk/src/lib.rs
#	runtime/testing-basilisk/src/lib.rs
# Conflicts:
#	Cargo.lock
#	runtime/common/Cargo.toml
#	runtime/common/src/weights/system.rs
#	runtime/testing-basilisk/src/weights/scheduler.rs
#	runtime/testing-basilisk/src/weights/system.rs
@mrq1911 mrq1911 merged commit 9256c0e into master Feb 8, 2022
@jak-pan jak-pan deleted the polkadot-v0.9.16 branch February 22, 2024 10:55
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.

xcm: handle 0.9.16 reanchor logic correctly
3 participants