Skip to content

Commit

Permalink
[chain-specs] Updated relay+paras (except encointer)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jan 23, 2024
1 parent ab047b0 commit ce7edfa
Show file tree
Hide file tree
Showing 4 changed files with 323 additions and 554 deletions.
167 changes: 55 additions & 112 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions chain-spec-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ license.workspace = true
[dependencies]
clap = { version = "4.4.4", features = [ "derive" ] }
hex-literal = "0.4.1"
serde_json = "1.0.107"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.111"
serde = { version = "1.0.195", features = ["derive"] }

polkadot-runtime = { path = "../relay/polkadot" }
polkadot-runtime-constants = { path = "../relay/polkadot/constants" }
kusama-runtime = { package = "staging-kusama-runtime", path = "../relay/kusama" }
kusama-runtime-constants = { path = "../relay/kusama/constants" }

sc-chain-spec = "24.0.0"
polkadot-runtime-parachains = "4.0.0"
polkadot-primitives = "4.0.0"
sp-consensus-babe = "0.29.0"
sp-authority-discovery = "23.0.0"
sp-core = "25.0.0"
pallet-staking = "25.0.0"
sc-consensus-grandpa = "0.16.0"
pallet-im-online = "24.0.0"
sp-runtime = "28.0.0"
sp-consensus-beefy = "10.0.0"
xcm = { package = "staging-xcm", version = "4.0.0" }
parachains-common = { version = "4.0.0" }
cumulus-primitives-core = { version = "0.4.0" }
sc-chain-spec = "26.0.0"
polkadot-runtime-parachains = "6.0.0"
polkadot-primitives = "6.0.0"
sp-consensus-babe = "0.31.0"
sp-authority-discovery = "25.0.0"
sp-core = "27.0.0"
pallet-staking = "27.0.0"
sc-consensus-grandpa = "0.18.0"
pallet-im-online = "26.0.0"
sp-runtime = "30.0.1"
sp-consensus-beefy = "12.0.0"
xcm = { package = "staging-xcm", version = "6.0.0" }
parachains-common = { version = "6.0.0" }
cumulus-primitives-core = { version = "0.6.0" }

asset-hub-polkadot-runtime = { path = "../system-parachains/asset-hubs/asset-hub-polkadot" }
asset-hub-kusama-runtime = { path = "../system-parachains/asset-hubs/asset-hub-kusama" }
Expand Down
Loading

0 comments on commit ce7edfa

Please sign in to comment.