Skip to content

Commit

Permalink
[coretime] Apply patch paritytech/polkadot-sdk#3497
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Feb 28, 2024
1 parent 16521a7 commit a361a2a
Show file tree
Hide file tree
Showing 9 changed files with 82 additions and 81 deletions.
141 changes: 71 additions & 70 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chain-spec-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ kusama-runtime = { package = "staging-kusama-runtime", path = "../relay/kusama"
kusama-runtime-constants = { path = "../relay/kusama/constants" }

sc-chain-spec = "28.0.0"
polkadot-runtime-parachains = "8.0.0"
polkadot-primitives = "8.0.0"
polkadot-runtime-parachains = "8.0.1"
polkadot-primitives = "8.0.1"
sp-consensus-babe = "0.33.0"
sp-authority-discovery = "27.0.0"
sp-core = "29.0.0"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/emulated/chains/relays/kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ grandpa = { package = "sc-consensus-grandpa", version = "0.20.0" }
pallet-im-online = { version = "28.0.0" }

# Polkadot
polkadot-primitives = { version = "8.0.0" }
polkadot-primitives = { version = "8.0.1" }

# Cumulus
parachains-common = { version = "8.0.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pallet-im-online = { version = "28.0.0" }
pallet-staking = { version = "29.0.0" }

# Polkadot
polkadot-primitives = { version = "8.0.0" }
polkadot-primitives = { version = "8.0.1" }

# Cumulus
parachains-common = { version = "8.0.0" }
Expand Down
4 changes: 2 additions & 2 deletions relay/kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ pallet-election-provider-support-benchmarking = { default-features = false, opti
hex-literal = "0.4.1"

runtime-common = { package = "polkadot-runtime-common", default-features = false, version = "8.0.1" }
runtime-parachains = { package = "polkadot-runtime-parachains", default-features = false , version = "8.0.0" }
primitives = { package = "polkadot-primitives", default-features = false , version = "8.0.0" }
runtime-parachains = { package = "polkadot-runtime-parachains", default-features = false , version = "8.0.1" }
primitives = { package = "polkadot-primitives", default-features = false , version = "8.0.1" }

xcm = { package = "staging-xcm", default-features = false , version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false , version = "8.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion relay/kusama/constants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license.workspace = true
smallvec = "1.13.1"

frame-support = { default-features = false , version = "29.0.0" }
primitives = { package = "polkadot-primitives", default-features = false , version = "8.0.0" }
primitives = { package = "polkadot-primitives", default-features = false , version = "8.0.1" }
runtime-common = { package = "polkadot-runtime-common", default-features = false , version = "8.0.1" }
sp-runtime = { default-features = false , version = "32.0.0" }
sp-weights = { default-features = false , version = "28.0.0" }
Expand Down
4 changes: 2 additions & 2 deletions relay/polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ pallet-session-benchmarking = { default-features = false, optional = true , vers
pallet-nomination-pools-benchmarking = { default-features = false, optional = true , version = "27.0.0" }

runtime-common = { package = "polkadot-runtime-common", default-features = false, version = "8.0.1" }
runtime-parachains = { package = "polkadot-runtime-parachains", default-features = false , version = "8.0.0" }
primitives = { package = "polkadot-primitives", default-features = false , version = "8.0.0" }
runtime-parachains = { package = "polkadot-runtime-parachains", default-features = false , version = "8.0.1" }
primitives = { package = "polkadot-primitives", default-features = false , version = "8.0.1" }

xcm = { package = "staging-xcm", default-features = false , version = "8.0.0" }
xcm-executor = { package = "staging-xcm-executor", default-features = false , version = "8.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion relay/polkadot/constants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license.workspace = true
smallvec = "1.13.1"

frame-support = { default-features = false , version = "29.0.0" }
primitives = { package = "polkadot-primitives", default-features = false , version = "8.0.0" }
primitives = { package = "polkadot-primitives", default-features = false , version = "8.0.1" }
runtime-common = { package = "polkadot-runtime-common", default-features = false , version = "8.0.1" }
sp-runtime = { default-features = false , version = "32.0.0" }
sp-weights = { default-features = false , version = "28.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion system-parachains/constants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ frame-support = { default-features = false , version = "29.0.0" }
kusama-runtime-constants = { path = "../../relay/kusama/constants", default-features = false}
parachains-common = { default-features = false , version = "8.0.0" }
polkadot-core-primitives = { default-features = false, version = "8.0.0"}
polkadot-primitives = { default-features = false , version = "8.0.0" }
polkadot-primitives = { default-features = false , version = "8.0.1" }
polkadot-runtime-constants = { path = "../../relay/polkadot/constants", default-features = false}
sp-runtime = { default-features = false , version = "32.0.0" }

Expand Down

0 comments on commit a361a2a

Please sign in to comment.