Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 4 additions & 97 deletions Cargo.lock

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

7 changes: 0 additions & 7 deletions pallets/admin-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
subtensor-macros.workspace = true
codec = { workspace = true, features = ["derive"] }
scale-info = { workspace = true, features = ["derive"] }
frame-benchmarking = { workspace = true, optional = true }
frame-support.workspace = true
frame-system.workspace = true
Expand All @@ -30,7 +27,6 @@ substrate-fixed.workspace = true
pallet-evm-chain-id.workspace = true
pallet-drand.workspace = true
sp-consensus-grandpa.workspace = true
subtensor-swap-interface.workspace = true
subtensor-runtime-common.workspace = true

[dev-dependencies]
Expand All @@ -49,7 +45,6 @@ pallet-preimage.workspace = true
[features]
default = ["std"]
std = [
"codec/std",
"frame-benchmarking?/std",
"frame-support/std",
"frame-system/std",
Expand All @@ -63,7 +58,6 @@ std = [
"pallet-subtensor/std",
"pallet-crowdloan/std",
"pallet-preimage/std",
"scale-info/std",
"sp-consensus-aura/std",
"sp-consensus-grandpa/std",
"sp-core/std",
Expand All @@ -73,7 +67,6 @@ std = [
"sp-tracing/std",
"sp-weights/std",
"substrate-fixed/std",
"subtensor-swap-interface/std",
"subtensor-runtime-common/std",
]
runtime-benchmarks = [
Expand Down
6 changes: 0 additions & 6 deletions pallets/commitments/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ frame-support.workspace = true
frame-system.workspace = true
sp-runtime.workspace = true
sp-std.workspace = true
enumflags2.workspace = true

pallet-drand.workspace = true
tle.workspace = true
Expand All @@ -36,7 +35,6 @@ sha2.workspace = true

log.workspace = true

pallet-subtensor.workspace = true
subtensor-runtime-common.workspace = true

[dev-dependencies]
Expand All @@ -49,15 +47,13 @@ default = ["std"]
std = [
"ark-serialize/std",
"codec/std",
"enumflags2/std",
"frame-benchmarking?/std",
"frame-support/std",
"frame-system/std",
"hex/std",
"log/std",
"pallet-balances/std",
"pallet-drand/std",
"pallet-subtensor/std",
"rand_chacha/std",
"scale-info/std",
"sha2/std",
Expand All @@ -76,13 +72,11 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-drand/runtime-benchmarks",
"pallet-subtensor/runtime-benchmarks",
]
try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
"pallet-balances/try-runtime",
"sp-runtime/try-runtime",
"pallet-drand/try-runtime",
"pallet-subtensor/try-runtime",
]
8 changes: 0 additions & 8 deletions pallets/drand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ serde_json.workspace = true
log.workspace = true
hex = { workspace = true, features = ["serde"] }
sha2.workspace = true
anyhow.workspace = true
# frame deps
frame-benchmarking = { workspace = true, optional = true }
frame-support.workspace = true
Expand All @@ -30,12 +29,9 @@ sp-runtime.workspace = true
sp-std.workspace = true
# arkworks dependencies
sp-ark-bls12-381.workspace = true
ark-bls12-381 = { workspace = true, features = ["curve"] }
ark-serialize = { workspace = true, features = ["derive"] }
ark-ff.workspace = true
ark-ec.workspace = true
ark-std.workspace = true
ark-crypto-primitives = { workspace = true, features = ["r1cs", "snark"] }
ark-scale = { workspace = true, features = ["hazmat"] }
w3f-bls.workspace = true
sp-keyring.workspace = true
Expand Down Expand Up @@ -65,16 +61,12 @@ std = [
"serde_json/std",
"hex/std",
"sp-ark-bls12-381/std",
"ark-bls12-381/std",
"ark-serialize/std",
"ark-ff/std",
"ark-ec/std",
"ark-std/std",
"ark-crypto-primitives/std",
"ark-scale/std",
"w3f-bls/std",
"tle/std",
"anyhow/std",
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
Expand Down
4 changes: 0 additions & 4 deletions pallets/swap-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ version = "0.1.0"
edition.workspace = true

[dependencies]
codec = { workspace = true, features = ["derive"] }
frame-support.workspace = true
scale-info.workspace = true
substrate-fixed.workspace = true
subtensor-runtime-common.workspace = true

Expand All @@ -16,9 +14,7 @@ workspace = true
[features]
default = ["std"]
std = [
"codec/std",
"frame-support/std",
"scale-info/std",
"substrate-fixed/std",
"subtensor-runtime-common/std",
]
Loading