remove pallet-nicks from everywhere (#5587)

* remove pallet-nicks from everywhere

* Update Cargo.lock

* Update Cargo.lock

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Kian Paimani
2022-05-25 16:25:43 +01:00
committed by GitHub
parent ba4975a690
commit dc4a455911
5 changed files with 0 additions and 29 deletions
-18
View File
@@ -3312,7 +3312,6 @@ dependencies = [
"pallet-indices", "pallet-indices",
"pallet-membership", "pallet-membership",
"pallet-multisig", "pallet-multisig",
"pallet-nicks",
"pallet-nomination-pools", "pallet-nomination-pools",
"pallet-nomination-pools-benchmarking", "pallet-nomination-pools-benchmarking",
"pallet-offences", "pallet-offences",
@@ -5386,20 +5385,6 @@ dependencies = [
"sp-std", "sp-std",
] ]
[[package]]
name = "pallet-nicks"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#ef661427da2f9cec68f871ddf8e2de32bc0402ac"
dependencies = [
"frame-support",
"frame-system",
"parity-scale-codec",
"scale-info",
"sp-io",
"sp-runtime",
"sp-std",
]
[[package]] [[package]]
name = "pallet-nomination-pools" name = "pallet-nomination-pools"
version = "1.0.0" version = "1.0.0"
@@ -7113,7 +7098,6 @@ dependencies = [
"pallet-indices", "pallet-indices",
"pallet-membership", "pallet-membership",
"pallet-multisig", "pallet-multisig",
"pallet-nicks",
"pallet-offences", "pallet-offences",
"pallet-offences-benchmarking", "pallet-offences-benchmarking",
"pallet-preimage", "pallet-preimage",
@@ -7518,7 +7502,6 @@ dependencies = [
"pallet-balances", "pallet-balances",
"pallet-grandpa", "pallet-grandpa",
"pallet-indices", "pallet-indices",
"pallet-nicks",
"pallet-offences", "pallet-offences",
"pallet-session", "pallet-session",
"pallet-staking", "pallet-staking",
@@ -12374,7 +12357,6 @@ dependencies = [
"pallet-indices", "pallet-indices",
"pallet-membership", "pallet-membership",
"pallet-multisig", "pallet-multisig",
"pallet-nicks",
"pallet-nomination-pools", "pallet-nomination-pools",
"pallet-nomination-pools-benchmarking", "pallet-nomination-pools-benchmarking",
"pallet-offences", "pallet-offences",
-3
View File
@@ -57,7 +57,6 @@ pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "
pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
@@ -148,7 +147,6 @@ std = [
"pallet-indices/std", "pallet-indices/std",
"pallet-membership/std", "pallet-membership/std",
"pallet-multisig/std", "pallet-multisig/std",
"pallet-nicks/std",
"pallet-nomination-pools/std", "pallet-nomination-pools/std",
"pallet-offences/std", "pallet-offences/std",
"pallet-preimage/std", "pallet-preimage/std",
@@ -255,7 +253,6 @@ try-runtime = [
"pallet-indices/try-runtime", "pallet-indices/try-runtime",
"pallet-membership/try-runtime", "pallet-membership/try-runtime",
"pallet-multisig/try-runtime", "pallet-multisig/try-runtime",
"pallet-nicks/try-runtime",
"pallet-offences/try-runtime", "pallet-offences/try-runtime",
"pallet-preimage/try-runtime", "pallet-preimage/try-runtime",
"pallet-proxy/try-runtime", "pallet-proxy/try-runtime",
-3
View File
@@ -54,7 +54,6 @@ pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "
pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
@@ -141,7 +140,6 @@ std = [
"pallet-indices/std", "pallet-indices/std",
"pallet-membership/std", "pallet-membership/std",
"pallet-multisig/std", "pallet-multisig/std",
"pallet-nicks/std",
"pallet-offences/std", "pallet-offences/std",
"pallet-preimage/std", "pallet-preimage/std",
"pallet-proxy/std", "pallet-proxy/std",
@@ -236,7 +234,6 @@ try-runtime = [
"pallet-indices/try-runtime", "pallet-indices/try-runtime",
"pallet-membership/try-runtime", "pallet-membership/try-runtime",
"pallet-multisig/try-runtime", "pallet-multisig/try-runtime",
"pallet-nicks/try-runtime",
"pallet-offences/try-runtime", "pallet-offences/try-runtime",
"pallet-preimage/try-runtime", "pallet-preimage/try-runtime",
"pallet-proxy/try-runtime", "pallet-proxy/try-runtime",
-2
View File
@@ -42,7 +42,6 @@ pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/parityt
frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
@@ -109,7 +108,6 @@ std = [
"frame-executive/std", "frame-executive/std",
"pallet-grandpa/std", "pallet-grandpa/std",
"pallet-indices/std", "pallet-indices/std",
"pallet-nicks/std",
"pallet-offences/std", "pallet-offences/std",
"sp-runtime/std", "sp-runtime/std",
"sp-staking/std", "sp-staking/std",
-3
View File
@@ -54,7 +54,6 @@ pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "
pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-nicks = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
@@ -140,7 +139,6 @@ std = [
"pallet-membership/std", "pallet-membership/std",
"beefy-primitives/std", "beefy-primitives/std",
"pallet-multisig/std", "pallet-multisig/std",
"pallet-nicks/std",
"pallet-nomination-pools/std", "pallet-nomination-pools/std",
"pallet-offences/std", "pallet-offences/std",
"pallet-preimage/std", "pallet-preimage/std",
@@ -239,7 +237,6 @@ try-runtime = [
"pallet-indices/try-runtime", "pallet-indices/try-runtime",
"pallet-membership/try-runtime", "pallet-membership/try-runtime",
"pallet-multisig/try-runtime", "pallet-multisig/try-runtime",
"pallet-nicks/try-runtime",
"pallet-offences/try-runtime", "pallet-offences/try-runtime",
"pallet-preimage/try-runtime", "pallet-preimage/try-runtime",
"pallet-proxy/try-runtime", "pallet-proxy/try-runtime",