Skip to content

Commit

Permalink
remove parentchain pallet (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi authored Sep 27, 2024
1 parent 4ff695c commit 27e0871
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 702 deletions.
25 changes: 4 additions & 21 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = [
"asset-registry",
"claims",
"enclave-bridge",
"parentchain",
"primitives/claims",
"primitives/common",
"primitives/enclave-bridge",
Expand Down Expand Up @@ -62,7 +61,7 @@ polkadot-parachain-primitives = { version = "13.0.0", default-features = false }
scale-info = { version = "2.10.0", default-features = false, features = ["derive", "serde"] }
sp-core = { version = "34.0.0", default-features = false }
sp-io = { version = "37.0.0", default-features = false }
sp-runtime = { version = "38.0.0", default-features = false }
sp-runtime = { version = "38.0.1", default-features = false }
sp-std = { version = "14.0.0", default-features = false }
staging-parachain-info = { version = "0.14.0", default-features = false }
staging-xcm = { version = "14.0.0", default-features = false }
Expand Down
52 changes: 0 additions & 52 deletions parentchain/Cargo.toml

This file was deleted.

231 changes: 0 additions & 231 deletions parentchain/src/lib.rs

This file was deleted.

Loading

0 comments on commit 27e0871

Please sign in to comment.