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 polkadot to v1.13.0 #38

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

chungquantin
Copy link
Collaborator

Link to issue: #34

  • Node
  • Runtime

Compilation Outcome

  • ✅ rustc 1.77.2 (25ef9e3d8 2024-04-09)

CHANGELOG

  • WASM builder with metadata hash
  • Update crates to polkadot 1.13.0 with psvm -v 1.13.0
  • Remove parameterized-consensus-hook feature flag. Mentioned here
- cumulus-pallet-parachain-system = { version = "0.12.0", default-features = false, features = ["parameterized-consensus-hook"] }
+ cumulus-pallet-parachain-system = { version = "0.13.0", default-features = false }
  • The RuntimeGenesisConfig generic type parameter was removed from GenericChainSpec struct. Mentioned here
- pub type GenericChainSpec = sc_service::GenericChainSpec<(), Extensions>;
+ pub type GenericChainSpec = sc_service::GenericChainSpec<Extensions>;
  • Bound XCMP queue
  • Pin dependency version
mmr-rpc = "=35.0.0"
polkadot-node-core-pvf-common = "=14.0.0"
sc-network-types = "=0.12.0"
sp-runtime = { version = "=38.0.0", default-features = false }
sc-client-api = "=35.0.0"

@chungquantin chungquantin changed the title chore: upgrade polkadot to v1.13.0 (#3) chore: upgrade polkadot to v1.13.0 Aug 11, 2024
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.

3 participants