Skip to content

Commit

Permalink
Slp supports XCMv4 and reconstruct integration tests (#1272)
Browse files Browse the repository at this point in the history
* Fix compile

* Reconstruct integration tests and slp supports XCMv4

* Fix slp construct_xcm_message
  • Loading branch information
hqwangningbo authored Jun 19, 2024
1 parent d03e60d commit fa21d8e
Show file tree
Hide file tree
Showing 36 changed files with 1,310 additions and 5,187 deletions.
86 changes: 86 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ members = [

"runtime/bifrost-kusama",
"runtime/bifrost-polkadot",

"integration-tests"
]
resolver = "2"

Expand Down
50 changes: 50 additions & 0 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[package]
name = "bifrost-integration-tests"
version = "0.8.0"
authors = ["hqwangningbo <[email protected]>"]
edition = "2021"

[dev-dependencies]
bifrost-asset-registry = { workspace = true }
bifrost-currencies = { workspace = true }
bifrost-polkadot-runtime = { workspace = true }
bifrost-primitives = { workspace = true }
bifrost-runtime-common = { workspace = true }
bifrost-slp = { workspace = true }
bifrost-vtoken-voting = { workspace = true }
bifrost-xcm-interface = { workspace = true }
cumulus-primitives-core = { workspace = true }
env_logger = { workspace = true }
frame-support = { workspace = true }
frame-system = { workspace = true }
hex-literal = { workspace = true }
log = { workspace = true }
orml-tokens = { workspace = true }
orml-traits = { workspace = true }
orml-xtokens = { workspace = true }
pallet-assets = { workspace = true }
pallet-balances = { workspace = true }
pallet-conviction-voting = { workspace = true }
pallet-message-queue = { workspace = true }
pallet-referenda = { workspace = true }
pallet-staking = { workspace = true }
pallet-xcm = { workspace = true }
parachain-info = { workspace = true }
parachains-common = { workspace = true }
parity-scale-codec = { workspace = true }
polkadot-core-primitives = { workspace = true }
polkadot-parachain-primitives = { workspace = true, features = ["std"] }
polkadot-runtime-common = { workspace = true, features = ["std"] }
polkadot-runtime-parachains = { workspace = true, features = ["std"] }
scale-info = { workspace = true }
serde = { workspace = true }
sp-core = { workspace = true }
sp-io = { workspace = true }
sp-runtime = { workspace = true }
sp-staking = { workspace = true }
sp-std = { workspace = true }
xcm = { workspace = true }
xcm-builder = { workspace = true }
xcm-emulator = { workspace = true }
xcm-executor = { workspace = true }
xcm-simulator = { workspace = true }
45 changes: 0 additions & 45 deletions integration-tests/bifrost-kusama/Cargo.toml

This file was deleted.

Loading

0 comments on commit fa21d8e

Please sign in to comment.