Skip to content

Commit

Permalink
Remove all traces of insecure randomness pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Apr 11, 2023
1 parent 6187dc9 commit ac9ab1f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 60 deletions.
49 changes: 2 additions & 47 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 @@ -104,7 +104,6 @@ pallet-indices = {git = "https://github.com/paritytech/substrate", default-featu
pallet-membership = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.39"}
pallet-preimage = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.39"}
pallet-proxy = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.39"}
pallet-insecure-randomness-collective-flip = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.39"}
pallet-scheduler = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.39"}
pallet-session = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.39"}
pallet-sudo = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.39"}
Expand Down
3 changes: 0 additions & 3 deletions runtimes/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ frame-support.workspace = true
frame-system.workspace = true
pallet-authorship.workspace = true
pallet-balances.workspace = true
pallet-insecure-randomness-collective-flip.workspace = true
pallet-membership.workspace = true
pallet-transaction-payment.workspace = true
sp-consensus-aura.workspace = true
Expand Down Expand Up @@ -86,7 +85,6 @@ std = [
"log/std",
"pallet-authorship/std",
"pallet-balances/std",
"pallet-insecure-randomness-collective-flip/std",
"pallet-membership/std",
"pallet-transaction-payment/std",
"parachain-staking/std",
Expand All @@ -113,7 +111,6 @@ try-runtime = [
"pallet-balances/try-runtime",
"pallet-did-lookup",
"pallet-inflation",
"pallet-insecure-randomness-collective-flip/try-runtime",
"pallet-membership/try-runtime",
"pallet-transaction-payment/try-runtime",
"parachain-staking/try-runtime",
Expand Down
3 changes: 0 additions & 3 deletions runtimes/peregrine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ pallet-indices.workspace = true
pallet-membership.workspace = true
pallet-preimage.workspace = true
pallet-proxy.workspace = true
pallet-insecure-randomness-collective-flip.workspace = true
pallet-scheduler.workspace = true
pallet-session.workspace = true
pallet-sudo.workspace = true
Expand Down Expand Up @@ -186,7 +185,6 @@ std = [
"pallet-membership/std",
"pallet-preimage/std",
"pallet-proxy/std",
"pallet-insecure-randomness-collective-flip/std",
"pallet-scheduler/std",
"pallet-session/std",
"pallet-sudo/std",
Expand Down Expand Up @@ -246,7 +244,6 @@ try-runtime = [
"pallet-membership/try-runtime",
"pallet-preimage/try-runtime",
"pallet-proxy/try-runtime",
"pallet-insecure-randomness-collective-flip/try-runtime",
"pallet-scheduler/try-runtime",
"pallet-session/try-runtime",
"pallet-sudo/try-runtime",
Expand Down
3 changes: 0 additions & 3 deletions runtimes/spiritnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ pallet-indices.workspace = true
pallet-membership.workspace = true
pallet-preimage.workspace = true
pallet-proxy.workspace = true
pallet-insecure-randomness-collective-flip.workspace = true
pallet-scheduler.workspace = true
pallet-session.workspace = true
pallet-timestamp.workspace = true
Expand Down Expand Up @@ -184,7 +183,6 @@ std = [
"pallet-membership/std",
"pallet-preimage/std",
"pallet-proxy/std",
"pallet-insecure-randomness-collective-flip/std",
"pallet-scheduler/std",
"pallet-session/std",
"pallet-timestamp/std",
Expand Down Expand Up @@ -243,7 +241,6 @@ try-runtime = [
"pallet-membership/try-runtime",
"pallet-preimage/try-runtime",
"pallet-proxy/try-runtime",
"pallet-insecure-randomness-collective-flip/try-runtime",
"pallet-scheduler/try-runtime",
"pallet-session/try-runtime",
"pallet-timestamp/try-runtime",
Expand Down
3 changes: 0 additions & 3 deletions runtimes/standalone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pallet-balances.workspace = true
pallet-grandpa.workspace = true
pallet-indices.workspace = true
pallet-proxy.workspace = true
pallet-insecure-randomness-collective-flip.workspace = true
pallet-session.workspace = true
pallet-sudo.workspace = true
pallet-timestamp.workspace = true
Expand Down Expand Up @@ -122,7 +121,6 @@ std = [
"pallet-grandpa/std",
"pallet-indices/std",
"pallet-proxy/std",
"pallet-insecure-randomness-collective-flip/std",
"pallet-session/std",
"pallet-sudo/std",
"pallet-timestamp/std",
Expand Down Expand Up @@ -162,7 +160,6 @@ try-runtime = [
"pallet-grandpa/try-runtime",
"pallet-indices/try-runtime",
"pallet-proxy/try-runtime",
"pallet-insecure-randomness-collective-flip/try-runtime",
"pallet-session/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime",
Expand Down

0 comments on commit ac9ab1f

Please sign in to comment.