Skip to content

Commit

Permalink
Remove unused dependencies and sibling cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanS98 committed Nov 3, 2023
1 parent 8b0decd commit 57e88e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions runtime/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ version = "0.1.0"
[dev-dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
scale-info = { version = "2.1.2", features = ["derive"] }
serde = { version = "1.0.144", features = ["derive"] }
log = { version = "0.4.17", default-features = false }
smallvec = "1.9.0"

# Spacewalk libraries
spacewalk-primitives = { git = "https://github.com/pendulum-chain/spacewalk", default-features = false, rev = "58983d2695c309665c9c017a022436aaee088f3d"}
Expand Down
12 changes: 0 additions & 12 deletions runtime/integration-tests/src/sibling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,18 +369,6 @@ parameter_types! {
pub ReachableDest: Option<MultiLocation> = Some(Parent.into());
}

match_types! {
pub type ParentOrParachains: impl Contains<MultiLocation> = {
MultiLocation { parents: 0, interior: X1(Junction::AccountId32 { .. }) } |
MultiLocation { parents: 1, interior: X1(Junction::AccountId32 { .. }) } |
MultiLocation { parents: 1, interior: X2(Parachain(1), Junction::AccountId32 { .. }) } |
MultiLocation { parents: 1, interior: X2(Parachain(2), Junction::AccountId32 { .. }) } |
MultiLocation { parents: 1, interior: X2(Parachain(3), Junction::AccountId32 { .. }) } |
MultiLocation { parents: 1, interior: X2(Parachain(4), Junction::AccountId32 { .. }) } |
MultiLocation { parents: 1, interior: X2(Parachain(100), Junction::AccountId32 { .. }) }
};
}

type UncheckedExtrinsic = frame_system::mocking::MockUncheckedExtrinsic<Runtime>;
type Block = frame_system::mocking::MockBlock<Runtime>;

Expand Down

0 comments on commit 57e88e5

Please sign in to comment.