Skip to content

Commit

Permalink
Temporary revert "Migration pallet (#190)"
Browse files Browse the repository at this point in the history
This reverts commit e594602.
  • Loading branch information
olegnn committed Oct 14, 2024
1 parent e594602 commit f1c9b99
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 604 deletions.
26 changes: 0 additions & 26 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ resolver = "2"
members = [
"node",
"pallets/agreement",
"pallets/cheqd-migration",
"pallets/poa",
"pallets/poa/rpc",
"pallets/token-migration",
Expand Down
15 changes: 13 additions & 2 deletions pallets/agreement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,26 @@ version = "1.0.119"

[dependencies.frame-support]
default-features = false
# version = "3.0.0"
git = "https://github.com/paritytech/substrate.git"
branch = "polkadot-v0.9.29"

[dependencies.frame-system]
default-features = false
# version = "3.0.0"
git = "https://github.com/paritytech/substrate.git"
branch = "polkadot-v0.9.29"

[dependencies.sp-std]
default-features = false
# version = "3.0.0"
git = "https://github.com/paritytech/substrate.git"
branch = "polkadot-v0.9.29"

[dependencies.frame-benchmarking]
optional = true
default-features = false
# version = "3.0.0"
git = "https://github.com/paritytech/substrate.git"
branch = "polkadot-v0.9.29"

Expand All @@ -53,16 +57,19 @@ branch = "polkadot-v0.9.29"

[dev-dependencies.sp-io]
default-features = false
# version = "3.0.0"
git = "https://github.com/paritytech/substrate.git"
branch = "polkadot-v0.9.29"

[dev-dependencies.sp-core]
default-features = false
# version = "3.0.0"
git = "https://github.com/paritytech/substrate.git"
branch = "polkadot-v0.9.29"

[dev-dependencies.sp-runtime]
default-features = false
#version = "3.0.0"
git = "https://github.com/paritytech/substrate.git"
branch = "polkadot-v0.9.29"

Expand All @@ -74,8 +81,12 @@ std = [
"frame-support/std",
"frame-system/std",
"sp-std/std",
"frame-benchmarking/std",
"sp-runtime/std",
]
test = ["std"]
runtime-benchmarks = ["frame-benchmarking"]
runtime-benchmarks = [
"frame-system-benchmarking",
"frame-benchmarking",
"frame-system/runtime-benchmarks",
"frame-support/runtime-benchmarks",
]
91 changes: 0 additions & 91 deletions pallets/cheqd-migration/Cargo.toml

This file was deleted.

51 changes: 0 additions & 51 deletions pallets/cheqd-migration/src/benchmarks.rs

This file was deleted.

129 changes: 0 additions & 129 deletions pallets/cheqd-migration/src/lib.rs

This file was deleted.

Loading

0 comments on commit f1c9b99

Please sign in to comment.