forked from polkadot-fellows/runtimes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/bko-bump-to-1.6' into bko-bump-t…
…o-1.6-encointer
- Loading branch information
Showing
74 changed files
with
7,681 additions
and
3,862 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
107 changes: 0 additions & 107 deletions
107
integration-tests/emulated/assets/asset-hub-kusama/src/lib.rs
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
integration-tests/emulated/assets/asset-hub-polkadot/Cargo.toml
This file was deleted.
Oops, something went wrong.
107 changes: 0 additions & 107 deletions
107
integration-tests/emulated/assets/asset-hub-polkadot/src/lib.rs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
integration-tests/emulated/chains/parachains/assets/asset-hub-kusama/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[package] | ||
name = "asset-hub-kusama-emulated-chain" | ||
version = "0.0.0" | ||
authors.workspace = true | ||
edition.workspace = true | ||
license = "Apache-2.0" | ||
description = "Asset Hub Kusama emulated chain used for integration tests" | ||
publish = false | ||
|
||
[dependencies] | ||
serde_json = "1.0.111" | ||
|
||
# Substrate | ||
sp-core = { version = "28.0.0" } | ||
sp-runtime = { version = "31.0.1" } | ||
frame-support = { version = "28.0.0" } | ||
|
||
# Cumulus | ||
parachains-common = { version = "7.0.0" } | ||
cumulus-primitives-core = { version = "0.7.0" } | ||
emulated-integration-tests-common = { version = "3.0.0" } | ||
|
||
# Runtimes | ||
asset-hub-kusama-runtime = { path = "../../../../../../system-parachains/asset-hubs/asset-hub-kusama" } | ||
kusama-emulated-chain = { path = "../../../relays/kusama" } | ||
system-parachains-constants = { path = "../../../../../../system-parachains/constants" } |
Oops, something went wrong.