Removed unused deps with cargo machete (#1680)

* Removed unused deps with `cargo machete`

* Removed unused deps with `cargo machete` for parachain-template
This commit is contained in:
Branislav Kontur
2022-09-29 13:44:08 +02:00
committed by GitHub
parent facb0891db
commit 9f09698a07
36 changed files with 2 additions and 218 deletions
Generated
-82
View File
@@ -1075,7 +1075,6 @@ dependencies = [
"pallet-multisig", "pallet-multisig",
"pallet-proxy", "pallet-proxy",
"pallet-session", "pallet-session",
"pallet-sudo",
"pallet-timestamp", "pallet-timestamp",
"pallet-transaction-payment", "pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api", "pallet-transaction-payment-rpc-runtime-api",
@@ -1089,14 +1088,12 @@ dependencies = [
"polkadot-runtime-common", "polkadot-runtime-common",
"polkadot-runtime-constants", "polkadot-runtime-constants",
"scale-info", "scale-info",
"serde",
"smallvec", "smallvec",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io",
"sp-offchain", "sp-offchain",
"sp-runtime", "sp-runtime",
"sp-session", "sp-session",
@@ -1187,14 +1184,12 @@ dependencies = [
"polkadot-parachain 0.9.29", "polkadot-parachain 0.9.29",
"polkadot-runtime-common", "polkadot-runtime-common",
"scale-info", "scale-info",
"serde",
"smallvec", "smallvec",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io",
"sp-offchain", "sp-offchain",
"sp-runtime", "sp-runtime",
"sp-session", "sp-session",
@@ -1555,7 +1550,6 @@ dependencies = [
"cumulus-client-consensus-common", "cumulus-client-consensus-common",
"cumulus-client-network", "cumulus-client-network",
"cumulus-primitives-core", "cumulus-primitives-core",
"cumulus-relay-chain-interface",
"cumulus-test-client", "cumulus-test-client",
"cumulus-test-runtime", "cumulus-test-runtime",
"futures", "futures",
@@ -1619,7 +1613,6 @@ dependencies = [
"polkadot-primitives", "polkadot-primitives",
"sc-client-api", "sc-client-api",
"sc-consensus", "sc-consensus",
"sp-api",
"sp-blockchain", "sp-blockchain",
"sp-consensus", "sp-consensus",
"sp-runtime", "sp-runtime",
@@ -1638,7 +1631,6 @@ dependencies = [
"cumulus-relay-chain-interface", "cumulus-relay-chain-interface",
"futures", "futures",
"parking_lot 0.12.1", "parking_lot 0.12.1",
"sc-client-api",
"sc-consensus", "sc-consensus",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
@@ -1660,7 +1652,6 @@ dependencies = [
"cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-inprocess-interface",
"cumulus-relay-chain-interface", "cumulus-relay-chain-interface",
"cumulus-test-service", "cumulus-test-service",
"derive_more",
"futures", "futures",
"futures-timer", "futures-timer",
"parity-scale-codec", "parity-scale-codec",
@@ -1674,7 +1665,6 @@ dependencies = [
"portpicker", "portpicker",
"sc-cli", "sc-cli",
"sc-client-api", "sc-client-api",
"sp-api",
"sp-blockchain", "sp-blockchain",
"sp-consensus", "sp-consensus",
"sp-core", "sp-core",
@@ -1706,7 +1696,6 @@ dependencies = [
"sc-cli", "sc-cli",
"sc-client-api", "sc-client-api",
"sc-consensus", "sc-consensus",
"sp-api",
"sp-consensus", "sp-consensus",
"sp-maybe-compressed-blob", "sp-maybe-compressed-blob",
"sp-runtime", "sp-runtime",
@@ -1726,20 +1715,15 @@ dependencies = [
"cumulus-primitives-core", "cumulus-primitives-core",
"cumulus-relay-chain-interface", "cumulus-relay-chain-interface",
"parking_lot 0.12.1", "parking_lot 0.12.1",
"polkadot-overseer",
"polkadot-primitives", "polkadot-primitives",
"sc-client-api", "sc-client-api",
"sc-consensus", "sc-consensus",
"sc-consensus-babe",
"sc-service", "sc-service",
"sc-telemetry",
"sc-tracing",
"sp-api", "sp-api",
"sp-blockchain", "sp-blockchain",
"sp-consensus", "sp-consensus",
"sp-core", "sp-core",
"sp-runtime", "sp-runtime",
"tracing",
] ]
[[package]] [[package]]
@@ -1747,13 +1731,11 @@ name = "cumulus-pallet-aura-ext"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"cumulus-pallet-parachain-system", "cumulus-pallet-parachain-system",
"frame-executive",
"frame-support", "frame-support",
"frame-system", "frame-system",
"pallet-aura", "pallet-aura",
"parity-scale-codec", "parity-scale-codec",
"scale-info", "scale-info",
"serde",
"sp-application-crypto", "sp-application-crypto",
"sp-consensus-aura", "sp-consensus-aura",
"sp-runtime", "sp-runtime",
@@ -1767,7 +1749,6 @@ dependencies = [
"cumulus-primitives-core", "cumulus-primitives-core",
"frame-support", "frame-support",
"frame-system", "frame-system",
"log",
"parity-scale-codec", "parity-scale-codec",
"scale-info", "scale-info",
"sp-core", "sp-core",
@@ -1776,7 +1757,6 @@ dependencies = [
"sp-std", "sp-std",
"sp-version", "sp-version",
"xcm", "xcm",
"xcm-executor",
] ]
[[package]] [[package]]
@@ -1796,12 +1776,10 @@ dependencies = [
"impl-trait-for-tuples", "impl-trait-for-tuples",
"lazy_static", "lazy_static",
"log", "log",
"pallet-balances",
"parity-scale-codec", "parity-scale-codec",
"polkadot-parachain 0.9.29", "polkadot-parachain 0.9.29",
"sc-client-api", "sc-client-api",
"scale-info", "scale-info",
"serde",
"sp-core", "sp-core",
"sp-externalities", "sp-externalities",
"sp-inherents", "sp-inherents",
@@ -1813,7 +1791,6 @@ dependencies = [
"sp-tracing", "sp-tracing",
"sp-trie", "sp-trie",
"sp-version", "sp-version",
"xcm",
] ]
[[package]] [[package]]
@@ -1844,7 +1821,6 @@ name = "cumulus-pallet-solo-to-para"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"cumulus-pallet-parachain-system", "cumulus-pallet-parachain-system",
"cumulus-primitives-core",
"frame-support", "frame-support",
"frame-system", "frame-system",
"pallet-sudo", "pallet-sudo",
@@ -1864,7 +1840,6 @@ dependencies = [
"frame-system", "frame-system",
"parity-scale-codec", "parity-scale-codec",
"scale-info", "scale-info",
"serde",
"sp-io", "sp-io",
"sp-runtime", "sp-runtime",
"sp-std", "sp-std",
@@ -1904,7 +1879,6 @@ dependencies = [
"frame-system", "frame-system",
"parity-scale-codec", "parity-scale-codec",
"scale-info", "scale-info",
"serde",
"sp-runtime", "sp-runtime",
"sp-std", "sp-std",
"xcm", "xcm",
@@ -1914,7 +1888,6 @@ dependencies = [
name = "cumulus-primitives-core" name = "cumulus-primitives-core"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"frame-support",
"parity-scale-codec", "parity-scale-codec",
"polkadot-core-primitives", "polkadot-core-primitives",
"polkadot-parachain 0.9.29", "polkadot-parachain 0.9.29",
@@ -1972,12 +1945,8 @@ dependencies = [
"frame-support", "frame-support",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain 0.9.29",
"polkadot-primitives",
"sp-runtime", "sp-runtime",
"sp-std", "sp-std",
"sp-trie",
"xcm", "xcm",
"xcm-builder", "xcm-builder",
"xcm-executor", "xcm-executor",
@@ -1999,19 +1968,15 @@ dependencies = [
"polkadot-test-client", "polkadot-test-client",
"sc-cli", "sc-cli",
"sc-client-api", "sc-client-api",
"sc-consensus-babe",
"sc-network",
"sc-sysinfo", "sc-sysinfo",
"sc-telemetry", "sc-telemetry",
"sc-tracing", "sc-tracing",
"sp-api", "sp-api",
"sp-blockchain",
"sp-consensus", "sp-consensus",
"sp-core", "sp-core",
"sp-keyring", "sp-keyring",
"sp-runtime", "sp-runtime",
"sp-state-machine", "sp-state-machine",
"tracing",
] ]
[[package]] [[package]]
@@ -2020,18 +1985,14 @@ version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"cumulus-primitives-core", "cumulus-primitives-core",
"derive_more",
"futures", "futures",
"jsonrpsee-core", "jsonrpsee-core",
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-overseer", "polkadot-overseer",
"polkadot-service", "polkadot-service",
"sc-client-api", "sc-client-api",
"sp-api", "sp-api",
"sp-blockchain", "sp-blockchain",
"sp-core",
"sp-runtime",
"sp-state-machine", "sp-state-machine",
"thiserror", "thiserror",
] ]
@@ -2048,11 +2009,9 @@ dependencies = [
"futures-timer", "futures-timer",
"jsonrpsee", "jsonrpsee",
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-service", "polkadot-service",
"sc-client-api", "sc-client-api",
"sc-rpc-api", "sc-rpc-api",
"sp-api",
"sp-core", "sp-core",
"sp-runtime", "sp-runtime",
"sp-state-machine", "sp-state-machine",
@@ -2130,7 +2089,6 @@ dependencies = [
"pallet-transaction-payment", "pallet-transaction-payment",
"parity-scale-codec", "parity-scale-codec",
"scale-info", "scale-info",
"serde",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-core", "sp-core",
@@ -2185,7 +2143,6 @@ dependencies = [
"sc-executor", "sc-executor",
"sc-network", "sc-network",
"sc-network-common", "sc-network-common",
"sc-rpc",
"sc-service", "sc-service",
"sc-telemetry", "sc-telemetry",
"sc-tracing", "sc-tracing",
@@ -5659,7 +5616,6 @@ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"rand 0.8.5", "rand 0.8.5",
"scale-info", "scale-info",
"serde",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
"sp-io", "sp-io",
@@ -6468,7 +6424,6 @@ dependencies = [
"frame-system", "frame-system",
"parity-scale-codec", "parity-scale-codec",
"scale-info", "scale-info",
"serde",
] ]
[[package]] [[package]]
@@ -6477,7 +6432,6 @@ version = "0.1.0"
dependencies = [ dependencies = [
"clap", "clap",
"cumulus-client-cli", "cumulus-client-cli",
"cumulus-client-collator",
"cumulus-client-consensus-aura", "cumulus-client-consensus-aura",
"cumulus-client-consensus-common", "cumulus-client-consensus-common",
"cumulus-client-network", "cumulus-client-network",
@@ -6487,17 +6441,14 @@ dependencies = [
"cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-inprocess-interface",
"cumulus-relay-chain-interface", "cumulus-relay-chain-interface",
"cumulus-relay-chain-rpc-interface", "cumulus-relay-chain-rpc-interface",
"derive_more",
"frame-benchmarking", "frame-benchmarking",
"frame-benchmarking-cli", "frame-benchmarking-cli",
"hex-literal",
"jsonrpsee", "jsonrpsee",
"log", "log",
"pallet-transaction-payment-rpc", "pallet-transaction-payment-rpc",
"parachain-template-runtime", "parachain-template-runtime",
"parity-scale-codec", "parity-scale-codec",
"polkadot-cli", "polkadot-cli",
"polkadot-parachain 0.9.29",
"polkadot-primitives", "polkadot-primitives",
"polkadot-service", "polkadot-service",
"sc-basic-authorship", "sc-basic-authorship",
@@ -6506,11 +6457,9 @@ dependencies = [
"sc-client-api", "sc-client-api",
"sc-consensus", "sc-consensus",
"sc-executor", "sc-executor",
"sc-keystore",
"sc-network", "sc-network",
"sc-network-common", "sc-network-common",
"sc-rpc", "sc-rpc",
"sc-rpc-api",
"sc-service", "sc-service",
"sc-sysinfo", "sc-sysinfo",
"sc-telemetry", "sc-telemetry",
@@ -6521,10 +6470,8 @@ dependencies = [
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-blockchain", "sp-blockchain",
"sp-consensus",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
"sp-inherents",
"sp-keystore", "sp-keystore",
"sp-offchain", "sp-offchain",
"sp-runtime", "sp-runtime",
@@ -6576,14 +6523,12 @@ dependencies = [
"polkadot-parachain 0.9.29", "polkadot-parachain 0.9.29",
"polkadot-runtime-common", "polkadot-runtime-common",
"scale-info", "scale-info",
"serde",
"smallvec", "smallvec",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io",
"sp-offchain", "sp-offchain",
"sp-runtime", "sp-runtime",
"sp-session", "sp-session",
@@ -6601,7 +6546,6 @@ name = "parachains-common"
version = "1.0.0" version = "1.0.0"
dependencies = [ dependencies = [
"cumulus-primitives-utility", "cumulus-primitives-utility",
"frame-executive",
"frame-support", "frame-support",
"frame-system", "frame-system",
"pallet-asset-tx-payment", "pallet-asset-tx-payment",
@@ -6611,7 +6555,6 @@ dependencies = [
"pallet-collator-selection", "pallet-collator-selection",
"parity-scale-codec", "parity-scale-codec",
"polkadot-primitives", "polkadot-primitives",
"polkadot-runtime-common",
"scale-info", "scale-info",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
@@ -6620,7 +6563,6 @@ dependencies = [
"sp-std", "sp-std",
"substrate-wasm-builder", "substrate-wasm-builder",
"xcm", "xcm",
"xcm-builder",
"xcm-executor", "xcm-executor",
] ]
@@ -6843,14 +6785,12 @@ dependencies = [
"polkadot-primitives", "polkadot-primitives",
"polkadot-runtime-common", "polkadot-runtime-common",
"scale-info", "scale-info",
"serde",
"smallvec", "smallvec",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io",
"sp-offchain", "sp-offchain",
"sp-runtime", "sp-runtime",
"sp-session", "sp-session",
@@ -7774,7 +7714,6 @@ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"penpal-runtime", "penpal-runtime",
"polkadot-cli", "polkadot-cli",
"polkadot-parachain 0.9.29",
"polkadot-primitives", "polkadot-primitives",
"polkadot-service", "polkadot-service",
"rococo-parachain-runtime", "rococo-parachain-runtime",
@@ -7802,7 +7741,6 @@ dependencies = [
"sp-consensus", "sp-consensus",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
"sp-inherents",
"sp-io", "sp-io",
"sp-keystore", "sp-keystore",
"sp-offchain", "sp-offchain",
@@ -9044,7 +8982,6 @@ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
"frame-system-rpc-runtime-api", "frame-system-rpc-runtime-api",
"log",
"pallet-assets", "pallet-assets",
"pallet-aura", "pallet-aura",
"pallet-balances", "pallet-balances",
@@ -9058,13 +8995,11 @@ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-parachain 0.9.29", "polkadot-parachain 0.9.29",
"scale-info", "scale-info",
"serde",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io",
"sp-offchain", "sp-offchain",
"sp-runtime", "sp-runtime",
"sp-session", "sp-session",
@@ -10529,19 +10464,16 @@ dependencies = [
"frame-executive", "frame-executive",
"frame-support", "frame-support",
"frame-system", "frame-system",
"log",
"pallet-balances", "pallet-balances",
"pallet-sudo", "pallet-sudo",
"parachain-info", "parachain-info",
"parachains-common", "parachains-common",
"parity-scale-codec", "parity-scale-codec",
"scale-info", "scale-info",
"serde",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io",
"sp-offchain", "sp-offchain",
"sp-runtime", "sp-runtime",
"sp-session", "sp-session",
@@ -10720,26 +10652,21 @@ dependencies = [
name = "shell-runtime" name = "shell-runtime"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"cumulus-pallet-dmp-queue",
"cumulus-pallet-parachain-system", "cumulus-pallet-parachain-system",
"cumulus-pallet-xcm", "cumulus-pallet-xcm",
"cumulus-primitives-core", "cumulus-primitives-core",
"cumulus-primitives-utility",
"frame-executive", "frame-executive",
"frame-support", "frame-support",
"frame-system", "frame-system",
"frame-try-runtime", "frame-try-runtime",
"log",
"parachain-info", "parachain-info",
"parachains-common", "parachains-common",
"parity-scale-codec", "parity-scale-codec",
"scale-info", "scale-info",
"serde",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io",
"sp-offchain", "sp-offchain",
"sp-runtime", "sp-runtime",
"sp-session", "sp-session",
@@ -11677,7 +11604,6 @@ dependencies = [
"cumulus-pallet-session-benchmarking", "cumulus-pallet-session-benchmarking",
"cumulus-pallet-xcm", "cumulus-pallet-xcm",
"cumulus-pallet-xcmp-queue", "cumulus-pallet-xcmp-queue",
"cumulus-ping",
"cumulus-primitives-core", "cumulus-primitives-core",
"cumulus-primitives-timestamp", "cumulus-primitives-timestamp",
"cumulus-primitives-utility", "cumulus-primitives-utility",
@@ -11714,14 +11640,12 @@ dependencies = [
"polkadot-parachain 0.9.29", "polkadot-parachain 0.9.29",
"polkadot-runtime-common", "polkadot-runtime-common",
"scale-info", "scale-info",
"serde",
"smallvec", "smallvec",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io",
"sp-offchain", "sp-offchain",
"sp-runtime", "sp-runtime",
"sp-session", "sp-session",
@@ -11745,7 +11669,6 @@ dependencies = [
"cumulus-pallet-session-benchmarking", "cumulus-pallet-session-benchmarking",
"cumulus-pallet-xcm", "cumulus-pallet-xcm",
"cumulus-pallet-xcmp-queue", "cumulus-pallet-xcmp-queue",
"cumulus-ping",
"cumulus-primitives-core", "cumulus-primitives-core",
"cumulus-primitives-timestamp", "cumulus-primitives-timestamp",
"cumulus-primitives-utility", "cumulus-primitives-utility",
@@ -11782,14 +11705,12 @@ dependencies = [
"polkadot-runtime-common", "polkadot-runtime-common",
"polkadot-runtime-constants", "polkadot-runtime-constants",
"scale-info", "scale-info",
"serde",
"smallvec", "smallvec",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io",
"sp-offchain", "sp-offchain",
"sp-runtime", "sp-runtime",
"sp-session", "sp-session",
@@ -13252,7 +13173,6 @@ dependencies = [
"cumulus-pallet-session-benchmarking", "cumulus-pallet-session-benchmarking",
"cumulus-pallet-xcm", "cumulus-pallet-xcm",
"cumulus-pallet-xcmp-queue", "cumulus-pallet-xcmp-queue",
"cumulus-ping",
"cumulus-primitives-core", "cumulus-primitives-core",
"cumulus-primitives-timestamp", "cumulus-primitives-timestamp",
"cumulus-primitives-utility", "cumulus-primitives-utility",
@@ -13288,14 +13208,12 @@ dependencies = [
"polkadot-parachain 0.9.29", "polkadot-parachain 0.9.29",
"polkadot-runtime-common", "polkadot-runtime-common",
"scale-info", "scale-info",
"serde",
"smallvec", "smallvec",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-consensus-aura", "sp-consensus-aura",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io",
"sp-offchain", "sp-offchain",
"sp-runtime", "sp-runtime",
"sp-session", "sp-session",
-1
View File
@@ -27,7 +27,6 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch =
cumulus-client-consensus-common = { path = "../consensus/common" } cumulus-client-consensus-common = { path = "../consensus/common" }
cumulus-client-network = { path = "../network" } cumulus-client-network = { path = "../network" }
cumulus-primitives-core = { path = "../../primitives/core" } cumulus-primitives-core = { path = "../../primitives/core" }
cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
[dev-dependencies] [dev-dependencies]
async-trait = "0.1.42" async-trait = "0.1.42"
-1
View File
@@ -15,7 +15,6 @@ tracing = "0.1.36"
# Substrate # Substrate
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
-1
View File
@@ -12,7 +12,6 @@ parking_lot = "0.12.1"
tracing = "0.1.36" tracing = "0.1.36"
# Substrate # Substrate
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
-2
View File
@@ -8,7 +8,6 @@ edition = "2021"
[dependencies] [dependencies]
async-trait = "0.1.57" async-trait = "0.1.57"
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] } codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
derive_more = "0.99.2"
futures = "0.3.24" futures = "0.3.24"
futures-timer = "3.0.2" futures-timer = "3.0.2"
parking_lot = "0.12.1" parking_lot = "0.12.1"
@@ -16,7 +15,6 @@ tracing = "0.1.36"
# Substrate # Substrate
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
-1
View File
@@ -15,7 +15,6 @@ tracing = "0.1.36"
# Substrate # Substrate
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -8,18 +8,14 @@ edition = "2021"
async-trait = "0.1.57" async-trait = "0.1.57"
futures = "0.3.24" futures = "0.3.24"
futures-timer = "3.0.2" futures-timer = "3.0.2"
tracing = "0.1.36"
# Substrate # Substrate
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
-4
View File
@@ -10,16 +10,12 @@ polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "m
cumulus-primitives-core = { path = "../../primitives/core" } cumulus-primitives-core = { path = "../../primitives/core" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
futures = "0.3.24" futures = "0.3.24"
parking_lot = "0.12.1"
derive_more = "0.99.2"
async-trait = "0.1.57" async-trait = "0.1.57"
thiserror = "1.0.35" thiserror = "1.0.35"
jsonrpsee-core = "0.15.1" jsonrpsee-core = "0.15.1"
@@ -12,7 +12,6 @@ cumulus-primitives-core = { path = "../../primitives/core" }
cumulus-relay-chain-interface = { path = "../relay-chain-interface" } cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -23,7 +22,6 @@ tokio = { version = "1.21.1", features = ["sync"] }
futures = "0.3.24" futures = "0.3.24"
futures-timer = "3.0.2" futures-timer = "3.0.2"
parity-scale-codec = "3.2.1" parity-scale-codec = "3.2.1"
parking_lot = "0.12.1"
jsonrpsee = { version = "0.15.1", features = ["ws-client"] } jsonrpsee = { version = "0.15.1", features = ["ws-client"] }
tracing = "0.1.36" tracing = "0.1.36"
async-trait = "0.1.57" async-trait = "0.1.57"
-5
View File
@@ -6,15 +6,11 @@ edition = "2021"
[dependencies] [dependencies]
parking_lot = "0.12.1" parking_lot = "0.12.1"
tracing = "0.1.36"
# Substrate # Substrate
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-service = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -22,7 +18,6 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
# Polkadot # Polkadot
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
# Cumulus # Cumulus
-4
View File
@@ -8,10 +8,8 @@ description = "AURA consensus extension pallet for parachains"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
# Substrate # Substrate
frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -30,8 +28,6 @@ default = [ "std" ]
std = [ std = [
"codec/std", "codec/std",
"scale-info/std", "scale-info/std",
"serde",
"frame-executive/std",
"frame-support/std", "frame-support/std",
"frame-system/std", "frame-system/std",
"pallet-aura/std", "pallet-aura/std",
-1
View File
@@ -17,7 +17,6 @@ log = { version = "0.4.17", default-features = false }
codec = { default-features = false, features = ["derive"], package = "parity-scale-codec", version = "3.0.0" } codec = { default-features = false, features = ["derive"], package = "parity-scale-codec", version = "3.0.0" }
rand = { version = "0.8.5", features = ["std_rng"], default-features = false } rand = { version = "0.8.5", features = ["std_rng"], default-features = false }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", default-features = false }
sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
-4
View File
@@ -6,7 +6,6 @@ edition = "2021"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ], default-features = false } codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ], default-features = false }
log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
# Substrate # Substrate
@@ -18,7 +17,6 @@ sp-std = { git = "https://github.com/paritytech/substrate", default-features = f
# Polkadot # Polkadot
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
# Cumulus # Cumulus
cumulus-primitives-core = { path = "../../primitives/core", default-features = false } cumulus-primitives-core = { path = "../../primitives/core", default-features = false }
@@ -34,11 +32,9 @@ std = [
"scale-info/std", "scale-info/std",
"frame-support/std", "frame-support/std",
"frame-system/std", "frame-system/std",
"log/std",
"sp-io/std", "sp-io/std",
"sp-runtime/std", "sp-runtime/std",
"sp-std/std", "sp-std/std",
"xcm-executor/std",
"xcm/std", "xcm/std",
"cumulus-primitives-core/std", "cumulus-primitives-core/std",
] ]
-6
View File
@@ -12,12 +12,10 @@ environmental = { version = "1.1.2", default-features = false }
impl-trait-for-tuples = "0.2.1" impl-trait-for-tuples = "0.2.1"
log = { version = "0.4.17", default-features = false } log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
# Substrate # Substrate
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-externalities = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-externalities = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -30,7 +28,6 @@ sp-version = { git = "https://github.com/paritytech/substrate", default-features
# Polkadot # Polkadot
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ], branch = "master" } polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ], branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
# Cumulus # Cumulus
cumulus-pallet-parachain-system-proc-macro = { path = "proc-macro", default-features = false } cumulus-pallet-parachain-system-proc-macro = { path = "proc-macro", default-features = false }
@@ -58,13 +55,11 @@ std = [
"environmental/std", "environmental/std",
"log/std", "log/std",
"scale-info/std", "scale-info/std",
"serde",
"cumulus-pallet-parachain-system-proc-macro/std", "cumulus-pallet-parachain-system-proc-macro/std",
"cumulus-primitives-core/std", "cumulus-primitives-core/std",
"cumulus-primitives-parachain-inherent/std", "cumulus-primitives-parachain-inherent/std",
"frame-support/std", "frame-support/std",
"frame-system/std", "frame-system/std",
"pallet-balances/std",
"sp-core/std", "sp-core/std",
"sp-externalities/std", "sp-externalities/std",
"sp-io/std", "sp-io/std",
@@ -72,7 +67,6 @@ std = [
"sp-state-machine/std", "sp-state-machine/std",
"sp-std/std", "sp-std/std",
"sp-trie/std", "sp-trie/std",
"xcm/std"
] ]
runtime-benchmarks = [ runtime-benchmarks = [
+1 -3
View File
@@ -7,7 +7,7 @@ description = "Adds functionality to migrate from a Solo to a Parachain"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
# Substrate # Substrate
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -21,7 +21,6 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-
# Cumulus # Cumulus
cumulus-pallet-parachain-system = { default-features = false, path = "../parachain-system" } cumulus-pallet-parachain-system = { default-features = false, path = "../parachain-system" }
cumulus-primitives-core = { path = "../../primitives/core", default-features = false }
[features] [features]
default = [ "std" ] default = [ "std" ]
@@ -29,7 +28,6 @@ std = [
"codec/std", "codec/std",
"scale-info/std", "scale-info/std",
"cumulus-pallet-parachain-system/std", "cumulus-pallet-parachain-system/std",
"cumulus-primitives-core/std",
"frame-support/std", "frame-support/std",
"frame-system/std", "frame-system/std",
"pallet-sudo/std", "pallet-sudo/std",
-2
View File
@@ -7,7 +7,6 @@ version = "0.1.0"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -24,7 +23,6 @@ default = ["std"]
std = [ std = [
"codec/std", "codec/std",
"scale-info/std", "scale-info/std",
"serde",
"cumulus-primitives-core/std", "cumulus-primitives-core/std",
"sp-std/std", "sp-std/std",
"sp-runtime/std", "sp-runtime/std",
-8
View File
@@ -11,11 +11,9 @@ build = "build.rs"
[dependencies] [dependencies]
clap = { version = "3.2.22", features = ["derive"] } clap = { version = "3.2.22", features = ["derive"] }
derive_more = "0.99.2"
log = "0.4.17" log = "0.4.17"
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
serde = { version = "1.0.145", features = ["derive"] } serde = { version = "1.0.145", features = ["derive"] }
hex-literal = "0.3.4"
jsonrpsee = { version = "0.15.1", features = ["server"] } jsonrpsee = { version = "0.15.1", features = ["server"] }
# Local # Local
@@ -31,11 +29,9 @@ sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master", f
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] } sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] } sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] }
sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -45,10 +41,8 @@ sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", bra
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -61,14 +55,12 @@ try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "m
# Polkadot # Polkadot
polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" } polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
# Cumulus # Cumulus
cumulus-client-cli = { path = "../../client/cli" } cumulus-client-cli = { path = "../../client/cli" }
cumulus-client-collator = { path = "../../client/collator" }
cumulus-client-consensus-aura = { path = "../../client/consensus/aura" } cumulus-client-consensus-aura = { path = "../../client/consensus/aura" }
cumulus-client-consensus-common = { path = "../../client/consensus/common" } cumulus-client-consensus-common = { path = "../../client/consensus/common" }
cumulus-client-network = { path = "../../client/network" } cumulus-client-network = { path = "../../client/network" }
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false }
scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
# Substrate # Substrate
frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" } frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "master" }
-4
View File
@@ -19,7 +19,6 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
hex-literal = { version = "0.3.4", optional = true } hex-literal = { version = "0.3.4", optional = true }
log = { version = "0.4.17", default-features = false } log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
smallvec = "1.9.0" smallvec = "1.9.0"
# Local # Local
@@ -46,7 +45,6 @@ sp-block-builder = { git = "https://github.com/paritytech/substrate", default-fe
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -83,7 +81,6 @@ std = [
"codec/std", "codec/std",
"log/std", "log/std",
"scale-info/std", "scale-info/std",
"serde",
"cumulus-pallet-aura-ext/std", "cumulus-pallet-aura-ext/std",
"cumulus-pallet-dmp-queue/std", "cumulus-pallet-dmp-queue/std",
"cumulus-pallet-parachain-system/std", "cumulus-pallet-parachain-system/std",
@@ -115,7 +112,6 @@ std = [
"sp-consensus-aura/std", "sp-consensus-aura/std",
"sp-core/std", "sp-core/std",
"sp-inherents/std", "sp-inherents/std",
"sp-io/std",
"sp-offchain/std", "sp-offchain/std",
"sp-runtime/std", "sp-runtime/std",
"sp-session/std", "sp-session/std",
-8
View File
@@ -13,7 +13,6 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
# Substrate # Substrate
frame-executive = { 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 }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-asset-tx-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
@@ -28,10 +27,8 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", d
# Polkadot # Polkadot
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
# Cumulus # Cumulus
pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false } pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false }
@@ -47,9 +44,6 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", bran
[features] [features]
default = ["std"] default = ["std"]
std = [ std = [
"codec/std",
"scale-info/std",
"frame-executive/std",
"frame-support/std", "frame-support/std",
"frame-system/std", "frame-system/std",
"pallet-asset-tx-payment/std", "pallet-asset-tx-payment/std",
@@ -57,7 +51,6 @@ std = [
"pallet-authorship/std", "pallet-authorship/std",
"pallet-balances/std", "pallet-balances/std",
"polkadot-primitives/std", "polkadot-primitives/std",
"polkadot-runtime-common/std",
"sp-consensus-aura/std", "sp-consensus-aura/std",
"sp-io/std", "sp-io/std",
"sp-std/std", "sp-std/std",
@@ -65,5 +58,4 @@ std = [
"cumulus-primitives-utility/std", "cumulus-primitives-utility/std",
"xcm/std", "xcm/std",
"xcm-executor/std", "xcm-executor/std",
"xcm-builder/std"
] ]
@@ -7,7 +7,6 @@ version = "0.1.0"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -19,7 +18,6 @@ default = ["std"]
std = [ std = [
"codec/std", "codec/std",
"scale-info/std", "scale-info/std",
"serde",
"cumulus-primitives-core/std", "cumulus-primitives-core/std",
"frame-support/std", "frame-support/std",
"frame-system/std", "frame-system/std",
-2
View File
@@ -7,7 +7,6 @@ version = "0.1.0"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -24,7 +23,6 @@ default = ["std"]
std = [ std = [
"codec/std", "codec/std",
"scale-info/std", "scale-info/std",
"serde",
"cumulus-primitives-core/std", "cumulus-primitives-core/std",
"sp-std/std", "sp-std/std",
"sp-runtime/std", "sp-runtime/std",
@@ -10,7 +10,6 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
hex-literal = { version = "0.3.4", optional = true } hex-literal = { version = "0.3.4", optional = true }
log = { version = "0.4.17", default-features = false } log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
smallvec = "1.9.0" smallvec = "1.9.0"
# Substrate # Substrate
@@ -39,7 +38,6 @@ sp-block-builder = { git = "https://github.com/paritytech/substrate", default-fe
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -64,7 +62,6 @@ cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system
cumulus-pallet-session-benchmarking = {path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0"} cumulus-pallet-session-benchmarking = {path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0"}
cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false }
cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false }
cumulus-ping = { path = "../../../pallets/ping", default-features = false }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false }
cumulus-primitives-timestamp = { path = "../../../../primitives/timestamp", default-features = false } cumulus-primitives-timestamp = { path = "../../../../primitives/timestamp", default-features = false }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false }
@@ -133,7 +130,6 @@ std = [
"codec/std", "codec/std",
"log/std", "log/std",
"scale-info/std", "scale-info/std",
"serde",
"frame-executive/std", "frame-executive/std",
"frame-support/std", "frame-support/std",
"frame-system-rpc-runtime-api/std", "frame-system-rpc-runtime-api/std",
@@ -161,7 +157,6 @@ std = [
"sp-consensus-aura/std", "sp-consensus-aura/std",
"sp-core/std", "sp-core/std",
"sp-inherents/std", "sp-inherents/std",
"sp-io/std",
"sp-offchain/std", "sp-offchain/std",
"sp-runtime/std", "sp-runtime/std",
"sp-session/std", "sp-session/std",
@@ -176,7 +171,6 @@ std = [
"cumulus-pallet-parachain-system/std", "cumulus-pallet-parachain-system/std",
"cumulus-pallet-xcm/std", "cumulus-pallet-xcm/std",
"cumulus-pallet-xcmp-queue/std", "cumulus-pallet-xcmp-queue/std",
"cumulus-ping/std",
"cumulus-primitives-core/std", "cumulus-primitives-core/std",
"cumulus-primitives-timestamp/std", "cumulus-primitives-timestamp/std",
"cumulus-primitives-utility/std", "cumulus-primitives-utility/std",
@@ -9,7 +9,6 @@ description = "Statemint parachain runtime"
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }
hex-literal = { version = "0.3.4", optional = true } hex-literal = { version = "0.3.4", optional = true }
log = { version = "0.4.17", default-features = false } log = { version = "0.4.17", default-features = false }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
smallvec = "1.9.0" smallvec = "1.9.0"
@@ -39,7 +38,6 @@ sp-block-builder = { git = "https://github.com/paritytech/substrate", default-fe
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -64,7 +62,6 @@ cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system
cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0" } cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0" }
cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false }
cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false }
cumulus-ping = { path = "../../../pallets/ping", default-features = false }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false }
cumulus-primitives-timestamp = { path = "../../../../primitives/timestamp", default-features = false } cumulus-primitives-timestamp = { path = "../../../../primitives/timestamp", default-features = false }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false }
@@ -132,7 +129,6 @@ std = [
"codec/std", "codec/std",
"log/std", "log/std",
"scale-info/std", "scale-info/std",
"serde",
"frame-executive/std", "frame-executive/std",
"frame-support/std", "frame-support/std",
"frame-system-rpc-runtime-api/std", "frame-system-rpc-runtime-api/std",
@@ -160,7 +156,6 @@ std = [
"sp-consensus-aura/std", "sp-consensus-aura/std",
"sp-core/std", "sp-core/std",
"sp-inherents/std", "sp-inherents/std",
"sp-io/std",
"sp-offchain/std", "sp-offchain/std",
"sp-runtime/std", "sp-runtime/std",
"sp-session/std", "sp-session/std",
@@ -175,7 +170,6 @@ std = [
"cumulus-pallet-parachain-system/std", "cumulus-pallet-parachain-system/std",
"cumulus-pallet-xcm/std", "cumulus-pallet-xcm/std",
"cumulus-pallet-xcmp-queue/std", "cumulus-pallet-xcmp-queue/std",
"cumulus-ping/std",
"cumulus-primitives-core/std", "cumulus-primitives-core/std",
"cumulus-primitives-timestamp/std", "cumulus-primitives-timestamp/std",
"cumulus-primitives-utility/std", "cumulus-primitives-utility/std",
@@ -10,7 +10,6 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
hex-literal = { version = "0.3.4", optional = true } hex-literal = { version = "0.3.4", optional = true }
log = { version = "0.4.17", default-features = false } log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
smallvec = "1.9.0" smallvec = "1.9.0"
# Substrate # Substrate
@@ -39,7 +38,6 @@ sp-block-builder = { git = "https://github.com/paritytech/substrate", default-fe
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -64,7 +62,6 @@ cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system
cumulus-pallet-session-benchmarking = {path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0"} cumulus-pallet-session-benchmarking = {path = "../../../../pallets/session-benchmarking", default-features = false, version = "3.0.0"}
cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false }
cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false }
cumulus-ping = { path = "../../../pallets/ping", default-features = false }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false }
cumulus-primitives-timestamp = { path = "../../../../primitives/timestamp", default-features = false } cumulus-primitives-timestamp = { path = "../../../../primitives/timestamp", default-features = false }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false }
@@ -132,7 +129,6 @@ std = [
"codec/std", "codec/std",
"log/std", "log/std",
"scale-info/std", "scale-info/std",
"serde",
"frame-executive/std", "frame-executive/std",
"frame-support/std", "frame-support/std",
"frame-system-rpc-runtime-api/std", "frame-system-rpc-runtime-api/std",
@@ -159,7 +155,6 @@ std = [
"sp-consensus-aura/std", "sp-consensus-aura/std",
"sp-core/std", "sp-core/std",
"sp-inherents/std", "sp-inherents/std",
"sp-io/std",
"sp-offchain/std", "sp-offchain/std",
"sp-runtime/std", "sp-runtime/std",
"sp-session/std", "sp-session/std",
@@ -175,7 +170,6 @@ std = [
"cumulus-pallet-parachain-system/std", "cumulus-pallet-parachain-system/std",
"cumulus-pallet-xcm/std", "cumulus-pallet-xcm/std",
"cumulus-pallet-xcmp-queue/std", "cumulus-pallet-xcmp-queue/std",
"cumulus-ping/std",
"cumulus-primitives-core/std", "cumulus-primitives-core/std",
"cumulus-primitives-timestamp/std", "cumulus-primitives-timestamp/std",
"cumulus-primitives-utility/std", "cumulus-primitives-utility/std",
@@ -9,7 +9,6 @@ description = "Polkadot Collectives Parachain Runtime"
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }
hex-literal = { version = "0.3.4", optional = true } hex-literal = { version = "0.3.4", optional = true }
log = { version = "0.4.17", default-features = false } log = { version = "0.4.17", default-features = false }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
smallvec = "1.6.1" smallvec = "1.6.1"
@@ -29,7 +28,6 @@ pallet-collective = { git = "https://github.com/paritytech/substrate", default-f
pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -39,7 +37,6 @@ sp-block-builder = { git = "https://github.com/paritytech/substrate", default-fe
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -117,7 +114,6 @@ try-runtime = [
"pallet-multisig/try-runtime", "pallet-multisig/try-runtime",
"pallet-proxy/try-runtime", "pallet-proxy/try-runtime",
"pallet-session/try-runtime", "pallet-session/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime", "pallet-timestamp/try-runtime",
"pallet-transaction-payment/try-runtime", "pallet-transaction-payment/try-runtime",
"pallet-utility/try-runtime", "pallet-utility/try-runtime",
@@ -128,7 +124,6 @@ std = [
"codec/std", "codec/std",
"log/std", "log/std",
"scale-info/std", "scale-info/std",
"serde",
"frame-executive/std", "frame-executive/std",
"frame-support/std", "frame-support/std",
"frame-system-rpc-runtime-api/std", "frame-system-rpc-runtime-api/std",
@@ -141,7 +136,6 @@ std = [
"pallet-multisig/std", "pallet-multisig/std",
"pallet-proxy/std", "pallet-proxy/std",
"pallet-session/std", "pallet-session/std",
"pallet-sudo/std",
"pallet-timestamp/std", "pallet-timestamp/std",
"pallet-transaction-payment-rpc-runtime-api/std", "pallet-transaction-payment-rpc-runtime-api/std",
"pallet-transaction-payment/std", "pallet-transaction-payment/std",
@@ -156,7 +150,6 @@ std = [
"sp-consensus-aura/std", "sp-consensus-aura/std",
"sp-core/std", "sp-core/std",
"sp-inherents/std", "sp-inherents/std",
"sp-io/std",
"sp-offchain/std", "sp-offchain/std",
"sp-runtime/std", "sp-runtime/std",
"sp-session/std", "sp-session/std",
@@ -15,7 +15,6 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
hex-literal = { version = "0.3.4", optional = true } hex-literal = { version = "0.3.4", optional = true }
log = { version = "0.4.17", default-features = false } log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
smallvec = "1.9.0" smallvec = "1.9.0"
# Substrate # Substrate
@@ -24,7 +23,6 @@ sp-block-builder = { git = "https://github.com/paritytech/substrate", default-fe
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -85,7 +83,6 @@ std = [
"codec/std", "codec/std",
"log/std", "log/std",
"scale-info/std", "scale-info/std",
"serde",
"frame-executive/std", "frame-executive/std",
"frame-support/std", "frame-support/std",
"frame-system-rpc-runtime-api/std", "frame-system-rpc-runtime-api/std",
@@ -117,7 +114,6 @@ std = [
"sp-consensus-aura/std", "sp-consensus-aura/std",
"sp-core/std", "sp-core/std",
"sp-inherents/std", "sp-inherents/std",
"sp-io/std",
"sp-offchain/std", "sp-offchain/std",
"sp-runtime/std", "sp-runtime/std",
"sp-session/std", "sp-session/std",
@@ -6,9 +6,7 @@ edition = "2021"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
log = { version = "0.4.14", default-features = false }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
# Substrate # Substrate
frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -20,7 +18,6 @@ sp-api = { git = "https://github.com/paritytech/substrate", default-features = f
sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -42,9 +39,7 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", bran
default = [ "std" ] default = [ "std" ]
std = [ std = [
"codec/std", "codec/std",
"log/std",
"scale-info/std", "scale-info/std",
"serde",
"frame-executive/std", "frame-executive/std",
"frame-support/std", "frame-support/std",
"frame-system/std", "frame-system/std",
@@ -54,7 +49,6 @@ std = [
"sp-block-builder/std", "sp-block-builder/std",
"sp-core/std", "sp-core/std",
"sp-inherents/std", "sp-inherents/std",
"sp-io/std",
"sp-offchain/std", "sp-offchain/std",
"sp-runtime/std", "sp-runtime/std",
"sp-session/std", "sp-session/std",
@@ -6,9 +6,7 @@ edition = "2021"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
# Substrate # Substrate
frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -19,7 +17,6 @@ sp-api = { git = "https://github.com/paritytech/substrate", default-features = f
sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -33,11 +30,9 @@ xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
# Cumulus # Cumulus
cumulus-pallet-dmp-queue = { path = "../../../../pallets/dmp-queue", default-features = false }
cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false }
cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false }
cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false }
cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false }
parachain-info = { path = "../../../pallets/parachain-info", default-features = false } parachain-info = { path = "../../../pallets/parachain-info", default-features = false }
parachains-common = { path = "../../../common", default-features = false } parachains-common = { path = "../../../common", default-features = false }
@@ -48,9 +43,7 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", bran
default = [ "std" ] default = [ "std" ]
std = [ std = [
"codec/std", "codec/std",
"log/std",
"scale-info/std", "scale-info/std",
"serde",
"frame-executive/std", "frame-executive/std",
"frame-support/std", "frame-support/std",
"frame-system/std", "frame-system/std",
@@ -58,7 +51,6 @@ std = [
"sp-block-builder/std", "sp-block-builder/std",
"sp-core/std", "sp-core/std",
"sp-inherents/std", "sp-inherents/std",
"sp-io/std",
"sp-offchain/std", "sp-offchain/std",
"sp-runtime/std", "sp-runtime/std",
"sp-session/std", "sp-session/std",
@@ -68,11 +60,9 @@ std = [
"xcm-builder/std", "xcm-builder/std",
"xcm-executor/std", "xcm-executor/std",
"xcm/std", "xcm/std",
"cumulus-pallet-dmp-queue/std",
"cumulus-pallet-parachain-system/std", "cumulus-pallet-parachain-system/std",
"cumulus-pallet-xcm/std", "cumulus-pallet-xcm/std",
"cumulus-primitives-core/std", "cumulus-primitives-core/std",
"cumulus-primitives-utility/std",
"parachain-info/std", "parachain-info/std",
"parachains-common/std", "parachains-common/std",
] ]
@@ -19,7 +19,6 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
hex-literal = { version = "0.3.4", optional = true } hex-literal = { version = "0.3.4", optional = true }
log = { version = "0.4.16", default-features = false } log = { version = "0.4.16", default-features = false }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
smallvec = "1.9.0" smallvec = "1.9.0"
# Substrate # Substrate
@@ -45,7 +44,6 @@ sp-block-builder = { git = "https://github.com/paritytech/substrate", default-fe
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -84,7 +82,6 @@ std = [
"codec/std", "codec/std",
"log/std", "log/std",
"scale-info/std", "scale-info/std",
"serde",
"cumulus-pallet-aura-ext/std", "cumulus-pallet-aura-ext/std",
"cumulus-pallet-dmp-queue/std", "cumulus-pallet-dmp-queue/std",
"cumulus-pallet-parachain-system/std", "cumulus-pallet-parachain-system/std",
@@ -118,7 +115,6 @@ std = [
"sp-consensus-aura/std", "sp-consensus-aura/std",
"sp-core/std", "sp-core/std",
"sp-inherents/std", "sp-inherents/std",
"sp-io/std",
"sp-offchain/std", "sp-offchain/std",
"sp-runtime/std", "sp-runtime/std",
"sp-session/std", "sp-session/std",
@@ -7,9 +7,7 @@ description = "Simple runtime used by the rococo parachain(s)"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
# Substrate # Substrate
frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -28,7 +26,6 @@ sp-block-builder = { git = "https://github.com/paritytech/substrate", default-fe
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -63,9 +60,7 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", bran
default = [ "std" ] default = [ "std" ]
std = [ std = [
"codec/std", "codec/std",
"log/std",
"scale-info/std", "scale-info/std",
"serde",
"frame-executive/std", "frame-executive/std",
"frame-support/std", "frame-support/std",
"frame-system-rpc-runtime-api/std", "frame-system-rpc-runtime-api/std",
@@ -83,7 +78,6 @@ std = [
"sp-consensus-aura/std", "sp-consensus-aura/std",
"sp-core/std", "sp-core/std",
"sp-inherents/std", "sp-inherents/std",
"sp-io/std",
"sp-offchain/std", "sp-offchain/std",
"sp-runtime/std", "sp-runtime/std",
"sp-session/std", "sp-session/std",
-2
View File
@@ -34,7 +34,6 @@ frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", bran
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-session = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -69,7 +68,6 @@ pallet-contracts-rpc = { git = "https://github.com/paritytech/substrate", branch
# Polkadot # Polkadot
polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" } polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", branch = "master" } xcm = { git = "https://github.com/paritytech/polkadot", branch = "master" }
-2
View File
@@ -8,7 +8,6 @@ edition = "2021"
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive" ] }
# Substrate # Substrate
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -23,7 +22,6 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-
default = [ "std" ] default = [ "std" ]
std = [ std = [
"codec/std", "codec/std",
"frame-support/std",
"sp-api/std", "sp-api/std",
"sp-runtime/std", "sp-runtime/std",
"sp-std/std", "sp-std/std",
-8
View File
@@ -12,12 +12,8 @@ log = { version = "0.4.17", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
# Polkadot # Polkadot
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
@@ -33,10 +29,6 @@ std = [
"frame-support/std", "frame-support/std",
"sp-runtime/std", "sp-runtime/std",
"sp-std/std", "sp-std/std",
"sp-trie/std",
"polkadot-core-primitives/std",
"polkadot-parachain/std",
"polkadot-primitives/std",
"cumulus-primitives-core/std", "cumulus-primitives-core/std",
"xcm/std", "xcm/std",
"xcm-builder/std", "xcm-builder/std",
-2
View File
@@ -7,7 +7,6 @@ edition = "2021"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] } scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.145", optional = true, features = ["derive"] }
# Substrate # Substrate
frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
@@ -43,7 +42,6 @@ default = [ "std" ]
std = [ std = [
"codec/std", "codec/std",
"scale-info/std", "scale-info/std",
"serde",
"frame-executive/std", "frame-executive/std",
"frame-support/std", "frame-support/std",
"frame-system-rpc-runtime-api/std", "frame-system-rpc-runtime-api/std",
-1
View File
@@ -31,7 +31,6 @@ sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "mast
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] } sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["wasmtime"] }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", features = [ "wasmtime" ] } sc-service = { git = "https://github.com/paritytech/substrate", branch = "master", features = [ "wasmtime" ] }
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" }