Skip to content
Merged
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
285 changes: 114 additions & 171 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/assets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "1.8.0"
[dependencies]
# External dependencies
base58 = {version = "0.2.0", default-features = false}
hex = {version = "0.4.3", default-features = false}
hex = {version = "0.4.3", default-features = false, features = ["alloc"]}
hex-literal = {version = "0.3.4", default-features = false}
log = {version = "0.4.17", default-features = false}

Expand Down
10 changes: 0 additions & 10 deletions nodes/parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,15 @@ substrate-build-script-utils = {git = "https://github.com/paritytech/substrate",
# Internal dependencies
clone-runtime = {path = "../../runtimes/clone"}
peregrine-runtime = {path = "../../runtimes/peregrine"}
public-credentials = {path = "../../pallets/public-credentials"}
runtime-common = {path = "../../runtimes/common"}
spiritnet-runtime = {path = "../../runtimes/spiritnet"}

# External dependencies
clap = {version = "3.2.20", features = ["derive"]}
codec = {package = "parity-scale-codec", version = "3.1.5"}
derive_more = "0.99.17"
futures = {version = "0.3.21", features = ["compat"]}
hex-literal = "0.3.4"
jsonrpsee = {version = "0.15.1", features = ["server"]}
log = "0.4.17"
parking_lot = "0.12.1"
serde = {version = "1.0.144", features = ["derive"]}
serde_json = "1.0.83"

Expand All @@ -43,9 +39,7 @@ sc-cli = {git = "https://github.com/paritytech/substrate", features = ["wasmtime
sc-client-api = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-consensus = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-executor = {git = "https://github.com/paritytech/substrate", features = ["wasmtime"], branch = "polkadot-v0.9.29"}
sc-keystore = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-network = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-rpc = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-rpc-api = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-service = {git = "https://github.com/paritytech/substrate", features = ["wasmtime"], branch = "polkadot-v0.9.29"}
sc-sysinfo = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
Expand All @@ -59,7 +53,6 @@ sp-blockchain = {git = "https://github.com/paritytech/substrate", branch = "polk
sp-consensus = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sp-consensus-aura = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sp-core = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sp-inherents = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sp-keystore = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sp-offchain = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sp-runtime = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
Expand All @@ -70,7 +63,6 @@ substrate-prometheus-endpoint = {git = "https://github.com/paritytech/substrate"

# Cumulus dependencies
cumulus-client-cli = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.29"}
cumulus-client-collator = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.29"}
cumulus-client-consensus-aura = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.29"}
cumulus-client-consensus-common = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.29"}
cumulus-client-network = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.29"}
Expand All @@ -83,7 +75,6 @@ cumulus-relay-chain-rpc-interface = {git = "https://github.com/paritytech/cumulu

# Polkadot dependencies
polkadot-cli = {git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.29"}
polkadot-parachain = {git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.29"}
polkadot-primitives = {git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.29"}
polkadot-service = {git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.29"}
xcm = {git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.29"}
Expand All @@ -104,7 +95,6 @@ fast-gov = [
runtime-benchmarks = [
"polkadot-service/runtime-benchmarks",
"peregrine-runtime/runtime-benchmarks",
"public-credentials/runtime-benchmarks",
"spiritnet-runtime/runtime-benchmarks",
]
try-runtime = [
Expand Down
9 changes: 0 additions & 9 deletions nodes/standalone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@ substrate-build-script-utils = {git = "https://github.com/paritytech/substrate",

# Internal dependencies
mashnet-node-runtime = {path = "../../runtimes/standalone"}
public-credentials = {path = "../../pallets/public-credentials"}
runtime-common = {path = "../../runtimes/common"}

# External dependencies
clap = {version = "3.2.20", features = ["derive"]}
futures = "0.3.21"
log = "0.4.17"
serde = {version = "1.0.144", features = ["derive"]}
serde_json = "1.0.83"

# Substrate dependencies
frame-system = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
Expand All @@ -38,7 +33,6 @@ sc-executor = {git = "https://github.com/paritytech/substrate", branch = "polkad
sc-finality-grandpa = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sp-keyring = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-keystore = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-network = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-service = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-telemetry = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-transaction-pool = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
Expand All @@ -53,13 +47,11 @@ sp-finality-grandpa = {git = "https://github.com/paritytech/substrate", branch =
sp-inherents = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sp-runtime = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sp-timestamp = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sp-transaction-pool = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}

# RPC related dependencies
frame-rpc-system = {package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
jsonrpsee = { version = "0.15.1", features = ["server"] }
pallet-transaction-payment-rpc = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-rpc = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}
sc-rpc-api = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29"}

# Benchmarking
Expand All @@ -73,7 +65,6 @@ try-runtime-cli = {git = "https://github.com/paritytech/substrate", branch = "po
default = []
runtime-benchmarks = [
"mashnet-node-runtime/runtime-benchmarks",
"public-credentials/runtime-benchmarks",
"runtime-common/runtime-benchmarks",
]
try-runtime = [
Expand Down
2 changes: 0 additions & 2 deletions pallets/attestation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ sp-keystore = {branch = "polkadot-v0.9.29", git = "https://github.com/paritytech
codec = {package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"]}
log = "0.4.17"
scale-info = {version = "2.1.1", default-features = false, features = ["derive"]}
serde = {version = "1.0.144", optional = true}

# Internal dependencies
ctype = {default-features = false, path = "../ctype"}
Expand All @@ -47,7 +46,6 @@ sp-std = {branch = "polkadot-v0.9.29", default-features = false, git = "https://
default = ["std"]
mock = [
"pallet-balances",
"serde",
"sp-core",
"sp-io",
"sp-keystore",
Expand Down
4 changes: 0 additions & 4 deletions pallets/ctype/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branc
[dev-dependencies]
kilt-support = {features = ["mock"], path = "../../support"}
pallet-balances = {branch = "polkadot-v0.9.29", git = "https://github.com/paritytech/substrate"}
serde = "1.0.144"
sp-core = {branch = "polkadot-v0.9.29", git = "https://github.com/paritytech/substrate"}
sp-keystore = {branch = "polkadot-v0.9.29", git = "https://github.com/paritytech/substrate"}

[dependencies]
codec = {package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"]}
log = "0.4.17"
scale-info = {version = "2.1.1", default-features = false, features = ["derive"]}
serde = {version = "1.0.144", optional = true}

# Internal dependencies
kilt-support = {default-features = false, path = "../../support"}

Expand All @@ -43,7 +40,6 @@ sp-std = {branch = "polkadot-v0.9.29", default-features = false, git = "https://
default = ["std"]
mock = [
"pallet-balances",
"serde",
"sp-core",
"sp-io",
"sp-keystore",
Expand Down
3 changes: 0 additions & 3 deletions pallets/delegation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ kilt-support = {features = ["mock"], path = "../../support"}

# External dependencies
env_logger = "0.9.0"
serde = "1.0.144"

# Substrate dependencies
pallet-balances = {branch = "polkadot-v0.9.29", git = "https://github.com/paritytech/substrate"}
Expand All @@ -38,7 +37,6 @@ bitflags = {default-features = false, version = "1.3.2"}
codec = {package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"]}
log = "0.4.17"
scale-info = {version = "2.1.1", default-features = false, features = ["derive"]}
serde = {version = "1.0.144", optional = true}

# Substrate dependencies
frame-benchmarking = {branch = "polkadot-v0.9.29", default-features = false, git = "https://github.com/paritytech/substrate", optional = true}
Expand All @@ -55,7 +53,6 @@ sp-std = {branch = "polkadot-v0.9.29", default-features = false, git = "https://
default = ["std"]
mock = [
"pallet-balances",
"serde",
"sp-core",
"sp-io",
"sp-keystore",
Expand Down
4 changes: 0 additions & 4 deletions pallets/did/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ sp-keystore = {branch = "polkadot-v0.9.29", git = "https://github.com/paritytech
# Internal dependencies
ctype = {path = "../ctype", optional = true}
kilt-support = {default-features = false, path = "../../support"}

# External dependencies
hex = {default-features = false, features = ["alloc"], version = "0.4.3"}
log = "0.4.17"
serde = {version = "1.0.142", optional = true, features = ["derive"]}

Expand Down Expand Up @@ -66,7 +63,6 @@ std = [
"ctype/std",
"frame-support/std",
"frame-system/std",
"hex/std",
"kilt-support/std",
"log/std",
"pallet-balances/std",
Expand Down
5 changes: 0 additions & 5 deletions pallets/pallet-inflation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ version = "1.8.0"
targets = ["x86_64-unknown-linux-gnu"]

[dev-dependencies]
serde = "1.0.144"

pallet-balances = {branch = "polkadot-v0.9.29", git = "https://github.com/paritytech/substrate"}
sp-core = {branch = "polkadot-v0.9.29", git = "https://github.com/paritytech/substrate"}
sp-io = {branch = "polkadot-v0.9.29", git = "https://github.com/paritytech/substrate"}

[dependencies]
codec = {package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"]}
scale-info = {version = "2.1.1", default-features = false, features = ["derive"]}
serde = {version = "1.0.144", optional = true}

# benchmarking
frame-benchmarking = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29", default-features = false, optional = true}
Expand All @@ -40,11 +37,9 @@ runtime-benchmarks = [
]

std = [
"codec/std",
"frame-benchmarking/std",
"frame-support/std",
"frame-system/std",
"serde",
"scale-info/std",
"sp-runtime/std",
"sp-std/std",
Expand Down
2 changes: 0 additions & 2 deletions pallets/pallet-web3-names/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ sp-keystore = {branch = "polkadot-v0.9.29", git = "https://github.com/paritytech
[dependencies]
codec = {package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"]}
scale-info = {version = "2.1.1", default-features = false, features = ["derive"]}
serde = {version = "1.0.142", optional = true}

# KILT
kilt-support = {default-features = false, path = "../../support"}
Expand All @@ -47,7 +46,6 @@ runtime-benchmarks = [
]

std = [
"serde",
"codec/std",
"frame-benchmarking/std",
"frame-support/std",
Expand Down
4 changes: 0 additions & 4 deletions pallets/public-credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ sp-keystore = {branch = "polkadot-v0.9.29", git = "https://github.com/paritytech

[dependencies]
codec = {package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"]}
base58 = {version = "0.2.0"}
hex = {default-features = false, version = "0.4.3"}
log = "0.4.17"
scale-info = {version = "2.1.1", default-features = false, features = ["derive"]}

# Internal dependencies
Expand Down Expand Up @@ -46,7 +43,6 @@ runtime-benchmarks = [
]
std = [
"codec/std",
"log/std",
"scale-info/std",

"ctype/std",
Expand Down
4 changes: 0 additions & 4 deletions rpc/did/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ scale-info = { version = "2.1.1", default-features = false, features = ["derive"
serde = { version = "1.0.142", optional = true, features = ["derive"] }

sp-api = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.29"}
sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.29"}
sp-std = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.29"}

did = {path = "../../../pallets/did", default-features = false}
pallet-did-lookup = {path = "../../../pallets/pallet-did-lookup", default-features = false}
kilt-support = {path = "../../../support", default-features = false}

[features]
Expand All @@ -24,10 +22,8 @@ std = [
"serde",
"codec/std",
"sp-api/std",
"sp-runtime/std",
"sp-std/std",
"scale-info/std",
"did/std",
"kilt-support/std",
"pallet-did-lookup/std",
]
13 changes: 1 addition & 12 deletions runtimes/clone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branc
codec = {package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"]}
log = "0.4.17"
scale-info = {version = "2.1.1", default-features = false, features = ["derive"]}
smallvec = "1.8.0"
static_assertions = "1.1.0"

hex-literal = {version = "0.3.4", optional = true}
serde = {version = "1.0.137", optional = true, features = ["derive"]}

# RPC
did-rpc-runtime-api = {path = "../../rpc/did/runtime-api", default-features = false}
Expand All @@ -26,7 +23,6 @@ public-credentials-runtime-api = {path = "../../rpc/public-credentials/runtime-a
# KILT pallets & primitives
pallet-did-lookup = {path = "../../pallets/pallet-did-lookup", default-features = false}
public-credentials = {path = "../../pallets/public-credentials", default-features = false}
kilt-support = {default-features = false, path = "../../support"}
runtime-common = {path = "../../runtimes/common", default-features = false}

# Substrate dependencies
Expand All @@ -35,7 +31,6 @@ sp-block-builder = {git = "https://github.com/paritytech/substrate", default-fea
sp-consensus-aura = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.29"}
sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.29"}
sp-inherents = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.29"}
sp-io = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.29"}
sp-offchain = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.29"}
sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.29"}
sp-session = {git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.29"}
Expand Down Expand Up @@ -71,7 +66,6 @@ parachain-info = {git = "https://github.com/paritytech/cumulus", default-feature

# Polkadot dependencies
pallet-xcm = {git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.29"}
polkadot-parachain = {git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.29"}
xcm = {git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.29"}
xcm-builder = {git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.29"}
xcm-executor = {git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.29"}
Expand All @@ -97,7 +91,6 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system-benchmarking",
"frame-system/runtime-benchmarks",
"kilt-support/runtime-benchmarks",
"hex-literal",
"pallet-balances/runtime-benchmarks",
"pallet-did-lookup/runtime-benchmarks",
Expand Down Expand Up @@ -125,7 +118,6 @@ std = [
"frame-system-rpc-runtime-api/std",
"frame-system/std",
"frame-try-runtime/std",
"kilt-support/std",
"log/std",
"pallet-aura/std",
"pallet-authorship/std",
Expand All @@ -140,18 +132,15 @@ std = [
"pallet-utility/std",
"pallet-xcm/std",
"parachain-info/std",
"polkadot-parachain/std",
"public-credentials/std",
"public-credentials-runtime-api/std",
"runtime-common/std",
"scale-info/std",
"serde",
"sp-api/std",
"sp-block-builder/std",
"sp-consensus-aura/std",
"sp-core/std",
"sp-inherents/std",
"sp-io/std",
"sp-offchain/std",
"sp-runtime/std",
"sp-session/std",
Expand Down Expand Up @@ -186,4 +175,4 @@ try-runtime = [
"pallet-xcm/try-runtime",
"parachain-info/try-runtime",
"runtime-common/try-runtime",
]
]
2 changes: 0 additions & 2 deletions runtimes/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ codec = {package = "parity-scale-codec", version = "3.1.5", default-features = f
log = "0.4.17"
kilt-asset-dids = { default-features = false, path = "../../crates/assets" }
scale-info = {version = "2.1.1", default-features = false, features = ["derive"]}
serde = {version = "1.0.144", optional = true, features = ["derive"]}
smallvec = "1.8.0"

attestation = {default-features = false, path = "../../pallets/attestation"}
Expand Down Expand Up @@ -64,7 +63,6 @@ std = [
"polkadot-parachain/std",
"public-credentials/std",
"scale-info/std",
"serde",
"sp-consensus-aura/std",
"sp-core/std",
"sp-io/std",
Expand Down
Loading