Removed unneeded deps (#3658)

* Removed unneeded deps (except under bridge)

Co-authored-by: Andronik Ordian <write@reusable.software>
This commit is contained in:
Squirrel
2021-08-30 18:18:33 +01:00
committed by GitHub
parent 2c1e9da46c
commit 80f8c5106e
28 changed files with 28 additions and 227 deletions
+1 -105
View File
@@ -1500,12 +1500,6 @@ dependencies = [
"syn", "syn",
] ]
[[package]]
name = "diff"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]] [[package]]
name = "difference" name = "difference"
version = "2.0.0" version = "2.0.0"
@@ -2095,7 +2089,7 @@ dependencies = [
"frame-support-test-pallet", "frame-support-test-pallet",
"frame-system", "frame-system",
"parity-scale-codec", "parity-scale-codec",
"pretty_assertions 0.6.1", "pretty_assertions",
"rustversion", "rustversion",
"serde", "serde",
"sp-core", "sp-core",
@@ -4080,7 +4074,6 @@ dependencies = [
name = "metered-channel" name = "metered-channel"
version = "0.9.9" version = "0.9.9"
dependencies = [ dependencies = [
"assert_matches",
"derive_more", "derive_more",
"futures 0.3.16", "futures 0.3.16",
"futures-timer 3.0.2", "futures-timer 3.0.2",
@@ -5734,10 +5727,8 @@ dependencies = [
"futures 0.3.16", "futures 0.3.16",
"futures-timer 3.0.2", "futures-timer 3.0.2",
"lru", "lru",
"maplit",
"parity-scale-codec", "parity-scale-codec",
"polkadot-erasure-coding", "polkadot-erasure-coding",
"polkadot-node-core-runtime-api",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
"polkadot-node-primitives", "polkadot-node-primitives",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -5746,7 +5737,6 @@ dependencies = [
"polkadot-primitives", "polkadot-primitives",
"rand 0.8.4", "rand 0.8.4",
"sc-network", "sc-network",
"sp-application-crypto",
"sp-core", "sp-core",
"sp-keyring", "sp-keyring",
"sp-keystore", "sp-keystore",
@@ -5882,22 +5872,17 @@ dependencies = [
"futures-timer 3.0.2", "futures-timer 3.0.2",
"lazy_static", "lazy_static",
"lru", "lru",
"maplit",
"parity-scale-codec", "parity-scale-codec",
"polkadot-erasure-coding", "polkadot-erasure-coding",
"polkadot-node-core-runtime-api",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
"polkadot-node-primitives", "polkadot-node-primitives",
"polkadot-node-subsystem", "polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
"polkadot-primitives", "polkadot-primitives",
"rand 0.8.4",
"sc-keystore", "sc-keystore",
"sc-network", "sc-network",
"smallvec",
"sp-application-crypto", "sp-application-crypto",
"sp-core",
"sp-keyring", "sp-keyring",
"sp-keystore", "sp-keystore",
"sp-tracing", "sp-tracing",
@@ -5992,7 +5977,6 @@ dependencies = [
"kvdb", "kvdb",
"kvdb-memorydb", "kvdb-memorydb",
"lru", "lru",
"maplit",
"merlin", "merlin",
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.11.1", "parking_lot 0.11.1",
@@ -6003,13 +5987,10 @@ dependencies = [
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
"polkadot-overseer", "polkadot-overseer",
"polkadot-primitives", "polkadot-primitives",
"rand 0.8.4",
"rand_core 0.5.1", "rand_core 0.5.1",
"sc-client-api",
"sc-keystore", "sc-keystore",
"schnorrkel", "schnorrkel",
"sp-application-crypto", "sp-application-crypto",
"sp-blockchain",
"sp-consensus", "sp-consensus",
"sp-consensus-babe", "sp-consensus-babe",
"sp-consensus-slots", "sp-consensus-slots",
@@ -6162,7 +6143,6 @@ dependencies = [
"polkadot-node-subsystem", "polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives", "polkadot-primitives",
"sc-keystore", "sc-keystore",
"sp-core", "sp-core",
@@ -6295,15 +6275,10 @@ dependencies = [
name = "polkadot-node-metrics" name = "polkadot-node-metrics"
version = "0.9.9" version = "0.9.9"
dependencies = [ dependencies = [
"async-trait",
"futures 0.3.16", "futures 0.3.16",
"futures-timer 3.0.2", "futures-timer 3.0.2",
"jemalloc-ctl", "jemalloc-ctl",
"metered-channel", "metered-channel",
"sc-network",
"sp-application-crypto",
"sp-core",
"sp-keystore",
"substrate-prometheus-endpoint", "substrate-prometheus-endpoint",
] ]
@@ -6333,7 +6308,6 @@ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-parachain", "polkadot-parachain",
"polkadot-primitives", "polkadot-primitives",
"polkadot-statement-table",
"schnorrkel", "schnorrkel",
"serde", "serde",
"sp-application-crypto", "sp-application-crypto",
@@ -6342,9 +6316,7 @@ dependencies = [
"sp-core", "sp-core",
"sp-keystore", "sp-keystore",
"sp-maybe-compressed-blob", "sp-maybe-compressed-blob",
"sp-runtime",
"thiserror", "thiserror",
"tracing",
"zstd", "zstd",
] ]
@@ -6363,55 +6335,34 @@ version = "0.9.9"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.16", "futures 0.3.16",
"futures-timer 3.0.2",
"parity-scale-codec",
"parking_lot 0.11.1", "parking_lot 0.11.1",
"pin-project 1.0.8",
"polkadot-node-primitives",
"polkadot-node-subsystem", "polkadot-node-subsystem",
"polkadot-node-subsystem-util", "polkadot-node-subsystem-util",
"polkadot-overseer", "polkadot-overseer",
"polkadot-primitives", "polkadot-primitives",
"polkadot-statement-table",
"sc-keystore", "sc-keystore",
"sc-network",
"smallvec",
"sp-application-crypto", "sp-application-crypto",
"sp-core", "sp-core",
"sp-keyring", "sp-keyring",
"sp-keystore", "sp-keystore",
"tracing",
] ]
[[package]] [[package]]
name = "polkadot-node-subsystem-types" name = "polkadot-node-subsystem-types"
version = "0.9.9" version = "0.9.9"
dependencies = [ dependencies = [
"assert_matches",
"async-std",
"async-trait",
"derive_more", "derive_more",
"futures 0.3.16", "futures 0.3.16",
"futures-timer 3.0.2",
"lazy_static",
"log",
"mick-jaeger",
"parity-scale-codec",
"parking_lot 0.11.1",
"pin-project 1.0.8",
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
"polkadot-node-primitives", "polkadot-node-primitives",
"polkadot-node-subsystem-test-helpers",
"polkadot-overseer-gen", "polkadot-overseer-gen",
"polkadot-primitives", "polkadot-primitives",
"polkadot-statement-table", "polkadot-statement-table",
"sc-network", "sc-network",
"smallvec", "smallvec",
"sp-core",
"substrate-prometheus-endpoint", "substrate-prometheus-endpoint",
"thiserror", "thiserror",
"tracing",
] ]
[[package]] [[package]]
@@ -6423,28 +6374,23 @@ dependencies = [
"derive_more", "derive_more",
"env_logger 0.9.0", "env_logger 0.9.0",
"futures 0.3.16", "futures 0.3.16",
"futures-timer 3.0.2",
"itertools 0.10.1", "itertools 0.10.1",
"log", "log",
"lru", "lru",
"metered-channel", "metered-channel",
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.11.1",
"pin-project 1.0.8", "pin-project 1.0.8",
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-node-metrics", "polkadot-node-metrics",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem", "polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-test-helpers",
"polkadot-overseer", "polkadot-overseer",
"polkadot-primitives", "polkadot-primitives",
"rand 0.8.4", "rand 0.8.4",
"sc-network",
"sp-application-crypto", "sp-application-crypto",
"sp-core", "sp-core",
"sp-keystore", "sp-keystore",
"substrate-prometheus-endpoint",
"thiserror", "thiserror",
"tracing", "tracing",
] ]
@@ -6454,11 +6400,9 @@ name = "polkadot-overseer"
version = "0.9.9" version = "0.9.9"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"async-trait",
"femme", "femme",
"futures 0.3.16", "futures 0.3.16",
"futures-timer 3.0.2", "futures-timer 3.0.2",
"kv-log-macro",
"lru", "lru",
"metered-channel", "metered-channel",
"parking_lot 0.11.1", "parking_lot 0.11.1",
@@ -6479,7 +6423,6 @@ dependencies = [
name = "polkadot-overseer-all-subsystems-gen" name = "polkadot-overseer-all-subsystems-gen"
version = "0.9.9" version = "0.9.9"
dependencies = [ dependencies = [
"assert_matches",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn", "syn",
@@ -6540,7 +6483,6 @@ dependencies = [
"parity-util-mem", "parity-util-mem",
"polkadot-core-primitives", "polkadot-core-primitives",
"polkadot-parachain", "polkadot-parachain",
"pretty_assertions 0.7.2",
"serde", "serde",
"sp-api", "sp-api",
"sp-application-crypto", "sp-application-crypto",
@@ -6552,12 +6494,10 @@ dependencies = [
"sp-io", "sp-io",
"sp-keystore", "sp-keystore",
"sp-runtime", "sp-runtime",
"sp-serializer",
"sp-staking", "sp-staking",
"sp-std", "sp-std",
"sp-trie", "sp-trie",
"sp-version", "sp-version",
"thiserror",
] ]
[[package]] [[package]]
@@ -6569,7 +6509,6 @@ dependencies = [
"jsonrpc-core", "jsonrpc-core",
"pallet-mmr-rpc", "pallet-mmr-rpc",
"pallet-transaction-payment-rpc", "pallet-transaction-payment-rpc",
"parity-scale-codec",
"polkadot-primitives", "polkadot-primitives",
"sc-chain-spec", "sc-chain-spec",
"sc-client-api", "sc-client-api",
@@ -6578,7 +6517,6 @@ dependencies = [
"sc-consensus-epochs", "sc-consensus-epochs",
"sc-finality-grandpa", "sc-finality-grandpa",
"sc-finality-grandpa-rpc", "sc-finality-grandpa-rpc",
"sc-keystore",
"sc-rpc", "sc-rpc",
"sc-sync-state-rpc", "sc-sync-state-rpc",
"sc-transaction-pool-api", "sc-transaction-pool-api",
@@ -6690,10 +6628,8 @@ dependencies = [
"pallet-balances", "pallet-balances",
"pallet-beefy-mmr", "pallet-beefy-mmr",
"pallet-election-provider-multi-phase", "pallet-election-provider-multi-phase",
"pallet-offences",
"pallet-session", "pallet-session",
"pallet-staking", "pallet-staking",
"pallet-staking-reward-curve",
"pallet-timestamp", "pallet-timestamp",
"pallet-transaction-payment", "pallet-transaction-payment",
"pallet-treasury", "pallet-treasury",
@@ -6707,19 +6643,15 @@ dependencies = [
"serde_json", "serde_json",
"slot-range-helper", "slot-range-helper",
"sp-api", "sp-api",
"sp-application-crypto",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io", "sp-io",
"sp-keyring",
"sp-keystore", "sp-keystore",
"sp-runtime", "sp-runtime",
"sp-session", "sp-session",
"sp-staking", "sp-staking",
"sp-std", "sp-std",
"sp-trie",
"static_assertions", "static_assertions",
"trie-db",
"xcm", "xcm",
] ]
@@ -6739,14 +6671,10 @@ dependencies = [
"log", "log",
"pallet-authority-discovery", "pallet-authority-discovery",
"pallet-authorship", "pallet-authorship",
"pallet-babe",
"pallet-balances", "pallet-balances",
"pallet-offences",
"pallet-session", "pallet-session",
"pallet-staking", "pallet-staking",
"pallet-staking-reward-curve",
"pallet-timestamp", "pallet-timestamp",
"pallet-treasury",
"pallet-vesting", "pallet-vesting",
"parity-scale-codec", "parity-scale-codec",
"polkadot-primitives", "polkadot-primitives",
@@ -6755,9 +6683,7 @@ dependencies = [
"rustc-hex", "rustc-hex",
"sc-keystore", "sc-keystore",
"serde", "serde",
"serde_json",
"sp-api", "sp-api",
"sp-application-crypto",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
"sp-io", "sp-io",
@@ -6767,8 +6693,6 @@ dependencies = [
"sp-session", "sp-session",
"sp-staking", "sp-staking",
"sp-std", "sp-std",
"sp-trie",
"sp-version",
"xcm", "xcm",
"xcm-executor", "xcm-executor",
] ]
@@ -6899,13 +6823,8 @@ dependencies = [
"sc-finality-grandpa", "sc-finality-grandpa",
"sc-service", "sc-service",
"sc-tracing", "sc-tracing",
"sc-transaction-pool",
"sp-api",
"sp-consensus",
"sp-consensus-babe", "sp-consensus-babe",
"sp-inherents",
"sp-keyring", "sp-keyring",
"sp-keystore",
"sp-runtime", "sp-runtime",
"structopt", "structopt",
"test-runner", "test-runner",
@@ -7210,18 +7129,6 @@ dependencies = [
"output_vt100", "output_vt100",
] ]
[[package]]
name = "pretty_assertions"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
dependencies = [
"ansi_term 0.12.1",
"ctor",
"diff",
"output_vt100",
]
[[package]] [[package]]
name = "primitive-types" name = "primitive-types"
version = "0.10.1" version = "0.10.1"
@@ -7886,7 +7793,6 @@ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
"frame-system-rpc-runtime-api", "frame-system-rpc-runtime-api",
"hex-literal",
"log", "log",
"pallet-authority-discovery", "pallet-authority-discovery",
"pallet-authorship", "pallet-authorship",
@@ -7908,7 +7814,6 @@ dependencies = [
"pallet-proxy", "pallet-proxy",
"pallet-session", "pallet-session",
"pallet-staking", "pallet-staking",
"pallet-staking-reward-curve",
"pallet-sudo", "pallet-sudo",
"pallet-timestamp", "pallet-timestamp",
"pallet-transaction-payment", "pallet-transaction-payment",
@@ -10097,13 +10002,10 @@ name = "staking-miner"
version = "0.9.9" version = "0.9.9"
dependencies = [ dependencies = [
"env_logger 0.9.0", "env_logger 0.9.0",
"frame-election-provider-support",
"frame-support", "frame-support",
"frame-system", "frame-system",
"hex",
"jsonrpsee-ws-client", "jsonrpsee-ws-client",
"kusama-runtime", "kusama-runtime",
"lazy_static",
"log", "log",
"pallet-balances", "pallet-balances",
"pallet-election-provider-multi-phase", "pallet-election-provider-multi-phase",
@@ -10120,7 +10022,6 @@ dependencies = [
"serde_json", "serde_json",
"sp-core", "sp-core",
"sp-io", "sp-io",
"sp-npos-elections",
"sp-runtime", "sp-runtime",
"sp-version", "sp-version",
"structopt", "structopt",
@@ -10484,7 +10385,6 @@ dependencies = [
"polkadot-primitives", "polkadot-primitives",
"polkadot-service", "polkadot-service",
"polkadot-test-service", "polkadot-test-service",
"sc-authority-discovery",
"sc-cli", "sc-cli",
"sc-service", "sc-service",
"sp-core", "sp-core",
@@ -10507,7 +10407,6 @@ name = "test-parachains"
version = "0.9.9" version = "0.9.9"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-parachain",
"sp-core", "sp-core",
"test-parachain-adder", "test-parachain-adder",
"test-parachain-halt", "test-parachain-halt",
@@ -11619,7 +11518,6 @@ dependencies = [
"sp-transaction-pool", "sp-transaction-pool",
"sp-trie", "sp-trie",
"sp-version", "sp-version",
"static_assertions",
"substrate-wasm-builder", "substrate-wasm-builder",
"tiny-keccak", "tiny-keccak",
"xcm", "xcm",
@@ -11739,7 +11637,6 @@ version = "0.9.9"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
"impl-trait-for-tuples",
"pallet-balances", "pallet-balances",
"pallet-transaction-payment", "pallet-transaction-payment",
"pallet-xcm", "pallet-xcm",
@@ -11825,7 +11722,6 @@ dependencies = [
"pallet-balances", "pallet-balances",
"pallet-xcm", "pallet-xcm",
"parity-scale-codec", "parity-scale-codec",
"paste 1.0.5",
"polkadot-core-primitives", "polkadot-core-primitives",
"polkadot-parachain", "polkadot-parachain",
"polkadot-runtime-parachains", "polkadot-runtime-parachains",
+3 -3
View File
@@ -40,6 +40,6 @@ rococo-runtime = { path = "../../runtime/rococo", optional = true }
polkadot-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../primitives" }
[features] [features]
kusama = [ "kusama-runtime" ] kusama = ["kusama-runtime"]
rococo = [ "rococo-runtime" ] rococo = ["rococo-runtime"]
westend = [ "westend-runtime" ] westend = ["westend-runtime"]
@@ -23,11 +23,9 @@ polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-jaeger = { path = "../../jaeger" } polkadot-node-jaeger = { path = "../../jaeger" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] } sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, features = ["full_crypto"] }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
@@ -38,8 +36,6 @@ sp-keyring = { 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-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
maplit = "1.0.2"
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
assert_matches = "1.4.0" assert_matches = "1.4.0"
kvdb-memorydb = "0.10.0" kvdb-memorydb = "0.10.0"
rand = "0.8"
@@ -22,12 +22,11 @@ sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste
[dev-dependencies] [dev-dependencies]
kvdb-memorydb = "0.10.0" kvdb-memorydb = "0.10.0"
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers"} polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { 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-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
assert_matches = "1.4.0" assert_matches = "1.4.0"
polkadot-overseer = { path = "../../overseer" }
[features] [features]
# If not enabled, the dispute coordinator will do nothing. # If not enabled, the dispute coordinator will do nothing.
-1
View File
@@ -11,5 +11,4 @@ futures-timer = "3.0.2"
derive_more = "0.99" derive_more = "0.99"
[dev-dependencies] [dev-dependencies]
assert_matches = "1.4.0"
futures = { version = "0.3.15", features = ["thread-pool"] } futures = { version = "0.3.15", features = ["thread-pool"] }
+1 -6
View File
@@ -6,16 +6,11 @@ edition = "2018"
description = "Subsystem traits and message definitions" description = "Subsystem traits and message definitions"
[dependencies] [dependencies]
async-trait = "0.1.51"
futures = "0.3.15" futures = "0.3.15"
futures-timer = "3.0.2" futures-timer = "3.0.2"
metered-channel = { path = "../metered-channel"} metered-channel = { path = "../metered-channel" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
jemalloc-ctl = { version = "0.3.3", optional = true } jemalloc-ctl = { version = "0.3.3", optional = true }
@@ -14,8 +14,6 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys
polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-network-protocol = { path = "../../network/protocol" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-node-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-core-runtime-api = { path = "../../core/runtime-api" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.26" thiserror = "1.0.26"
@@ -31,4 +29,3 @@ sp-tracing = { 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" }
futures-timer = "3.0.2" futures-timer = "3.0.2"
assert_matches = "1.4.0" assert_matches = "1.4.0"
maplit = "1.0"
@@ -15,25 +15,18 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys
polkadot-node-network-protocol = { path = "../../network/protocol" } polkadot-node-network-protocol = { path = "../../network/protocol" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-node-primitives = { path = "../../primitives" } polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-core-runtime-api = { path = "../../core/runtime-api" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.26" thiserror = "1.0.26"
rand = "0.8.3"
lru = "0.6.6" lru = "0.6.6"
[dev-dependencies] [dev-dependencies]
async-trait = "0.1.51" async-trait = "0.1.51"
polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-network = {git = "https://github.com/paritytech/substrate", branch = "master" }
futures-timer = "3.0.2" futures-timer = "3.0.2"
assert_matches = "1.4.0" assert_matches = "1.4.0"
maplit = "1.0"
smallvec = "1.6.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
@@ -20,7 +20,6 @@ rand_chacha = { version = "0.3.1", default-features = false }
tracing = "0.1.26" tracing = "0.1.26"
[dev-dependencies] [dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
-2
View File
@@ -5,7 +5,6 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
async-trait = "0.1.51"
client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" } client = { package = "sc-client-api", 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" }
futures = "0.3.15" futures = "0.3.15"
@@ -26,7 +25,6 @@ metered-channel = { path = "../metered-channel" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
futures = { version = "0.3.15", features = ["thread-pool"] } futures = { version = "0.3.15", features = ["thread-pool"] }
femme = "2.1.1" femme = "2.1.1"
kv-log-macro = "1.0.7"
assert_matches = "1.4.0" assert_matches = "1.4.0"
[features] [features]
@@ -12,7 +12,6 @@ proc-macro = true
syn = { version = "1.0.60", features = ["full", "extra-traits"] } syn = { version = "1.0.60", features = ["full", "extra-traits"] }
quote = "1.0.9" quote = "1.0.9"
proc-macro2 = "1.0.24" proc-macro2 = "1.0.24"
assert_matches = "1.5.0"
[dev-dependencies] [dev-dependencies]
trybuild = "1.0.45" trybuild = "1.0.45"
-3
View File
@@ -9,9 +9,7 @@ description = "Primitives types for the Node-side"
bounded-vec = "0.4" bounded-vec = "0.4"
futures = "0.3.15" futures = "0.3.15"
polkadot-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../primitives" }
polkadot-statement-table = { path = "../../statement-table" }
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus-vrf = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -21,7 +19,6 @@ sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", b
polkadot-parachain = { path = "../../parachain", default-features = false } polkadot-parachain = { path = "../../parachain", default-features = false }
schnorrkel = "0.9.1" schnorrkel = "0.9.1"
thiserror = "1.0.26" thiserror = "1.0.26"
tracing = "0.1.26"
serde = { version = "1.0.130", features = ["derive"] } serde = { version = "1.0.130", features = ["derive"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies] [target.'cfg(not(target_os = "unknown"))'.dependencies]
@@ -8,23 +8,15 @@ description = "Subsystem traits and message definitions"
[dependencies] [dependencies]
async-trait = "0.1.51" async-trait = "0.1.51"
futures = "0.3.15" futures = "0.3.15"
futures-timer = "3.0.2"
tracing = "0.1.26"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
parking_lot = "0.11.1" parking_lot = "0.11.1"
pin-project = "1.0.8"
polkadot-node-primitives = { path = "../primitives" }
polkadot-node-subsystem = { path = "../subsystem" } polkadot-node-subsystem = { path = "../subsystem" }
polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-node-subsystem-util = { path = "../subsystem-util" }
polkadot-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../primitives" }
polkadot-statement-table = { path = "../../statement-table" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
smallvec = "1.6.1"
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { 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" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master"} sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
[dev-dependencies] [dev-dependencies]
polkadot-overseer = { path = "../overseer" } polkadot-overseer = { path = "../overseer" }
-17
View File
@@ -6,17 +6,8 @@ edition = "2018"
description = "Subsystem traits and message definitions" description = "Subsystem traits and message definitions"
[dependencies] [dependencies]
async-std = "1.8.0"
async-trait = "0.1.51"
derive_more = "0.99.11" derive_more = "0.99.11"
futures = "0.3.12" futures = "0.3.12"
futures-timer = "3.0.2"
mick-jaeger = "0.1.2"
lazy_static = "1.4"
tracing = "0.1.26"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
parking_lot = "0.11.1"
pin-project = "1.0.8"
polkadot-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../primitives" }
polkadot-node-primitives = { path = "../primitives" } polkadot-node-primitives = { path = "../primitives" }
polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-node-network-protocol = { path = "../network/protocol" }
@@ -25,13 +16,5 @@ polkadot-node-jaeger = { path = "../jaeger" }
polkadot-overseer-gen = { path = "../overseer/overseer-gen" } polkadot-overseer-gen = { path = "../overseer/overseer-gen" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
smallvec = "1.6.1" smallvec = "1.6.1"
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
thiserror = "1.0.26" thiserror = "1.0.26"
log = "0.4.13"
[dev-dependencies]
assert_matches = "1.4.0"
async-trait = "0.1.51"
futures = { version = "0.3.12", features = ["thread-pool"] }
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
+1 -8
View File
@@ -8,10 +8,8 @@ description = "Subsystem traits and message definitions"
[dependencies] [dependencies]
async-trait = "0.1.51" async-trait = "0.1.51"
futures = "0.3.15" futures = "0.3.15"
futures-timer = "3.0.2"
itertools = "0.10" itertools = "0.10"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
parking_lot = { version = "0.11.1", optional = true }
pin-project = "1.0.8" pin-project = "1.0.8"
rand = "0.8.3" rand = "0.8.3"
thiserror = "1.0.26" thiserror = "1.0.26"
@@ -19,26 +17,21 @@ tracing = "0.1.26"
derive_more = "0.99.11" derive_more = "0.99.11"
lru = "0.6.6" lru = "0.6.6"
polkadot-node-primitives = { path = "../primitives" }
polkadot-node-subsystem = { package = "polkadot-node-subsystem", path = "../subsystem" } polkadot-node-subsystem = { package = "polkadot-node-subsystem", path = "../subsystem" }
polkadot-node-jaeger = { path = "../jaeger" } polkadot-node-jaeger = { path = "../jaeger" }
polkadot-node-metrics = { path = "../metrics" } polkadot-node-metrics = { path = "../metrics" }
polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-node-network-protocol = { path = "../network/protocol" }
polkadot-primitives = { path = "../../primitives" } polkadot-primitives = { path = "../../primitives" }
polkadot-overseer = { path = "../overseer" } polkadot-overseer = { path = "../overseer" }
metered-channel = { path = "../metered-channel"} metered-channel = { path = "../metered-channel" }
sc-network = { 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-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-application-crypto = { 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" }
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
[dev-dependencies] [dev-dependencies]
assert_matches = "1.4.0" assert_matches = "1.4.0"
async-trait = "0.1.51"
env_logger = "0.9.0" env_logger = "0.9.0"
futures = { version = "0.3.15", features = ["thread-pool"] } futures = { version = "0.3.15", features = ["thread-pool"] }
log = "0.4.13" log = "0.4.13"
parking_lot = "0.11.1"
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
@@ -18,7 +18,6 @@ sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch =
sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus-manual-seal = { 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-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-transaction-pool = { 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-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -26,10 +25,6 @@ sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-consensus-babe = { 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-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-api = { 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-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
polkadot-primitives = { path = "../../../../primitives" } polkadot-primitives = { path = "../../../../primitives" }
polkadot-cli = { path = "../../../../cli", features = ["cli"] } polkadot-cli = { path = "../../../../cli", features = ["cli"] }
@@ -9,7 +9,6 @@ edition = "2018"
tiny-keccak = "2.0.2" tiny-keccak = "2.0.2"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
parachain = { package = "polkadot-parachain", path = ".." }
adder = { package = "test-parachain-adder", path = "adder" } adder = { package = "test-parachain-adder", path = "adder" }
halt = { package = "test-parachain-halt", path = "halt" } halt = { package = "test-parachain-halt", path = "halt" }
@@ -17,8 +16,5 @@ halt = { package = "test-parachain-halt", path = "halt" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
[features] [features]
default = [ "std" ] default = ["std"]
std = [ std = ["adder/std", "halt/std"]
"adder/std",
"halt/std",
]
@@ -23,13 +23,12 @@ structopt = "0.3.21"
test-parachain-adder = { path = ".." } test-parachain-adder = { path = ".." }
polkadot-primitives = { path = "../../../../primitives" } polkadot-primitives = { path = "../../../../primitives" }
polkadot-cli = { path = "../../../../cli" } polkadot-cli = { path = "../../../../cli" }
polkadot-service = { path = "../../../../node/service", features = [ "rococo-native" ] } polkadot-service = { path = "../../../../node/service", features = ["rococo-native"] }
polkadot-node-primitives = { path = "../../../../node/primitives" } polkadot-node-primitives = { path = "../../../../node/primitives" }
polkadot-node-subsystem = { path = "../../../../node/subsystem" } polkadot-node-subsystem = { path = "../../../../node/subsystem" }
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-cli = { 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" }
sc-authority-discovery = { 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" }
# This one is tricky. Even though it is not used directly by the collator, we still need it for the # This one is tricky. Even though it is not used directly by the collator, we still need it for the
-4
View File
@@ -27,11 +27,7 @@ bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
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 }
hex-literal = "0.3.3" hex-literal = "0.3.3"
parity-util-mem = { version = "0.10.0", default-features = false, optional = true } parity-util-mem = { version = "0.10.0", default-features = false, optional = true }
thiserror = "1.0.26"
[dev-dependencies]
sp-serializer = { git = "https://github.com/paritytech/substrate", branch = "master" }
pretty_assertions = "0.7.2"
[features] [features]
default = ["std"] default = ["std"]
-2
View File
@@ -21,13 +21,11 @@ sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branc
sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "master" } txpool-api = { package = "sc-transaction-pool-api", git = "https://github.com/paritytech/substrate", branch = "master" }
frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" } frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
parity-scale-codec = { version = "2.0.0", default-features = false }
sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
beefy-gadget = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } beefy-gadget = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" }
beefy-gadget-rpc = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" } beefy-gadget-rpc = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master" }
+2 -8
View File
@@ -28,17 +28,16 @@ pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "m
pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-staking = { 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-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-beefy-mmr = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false } pallet-beefy-mmr = { git = "https://github.com/paritytech/grandpa-bridge-gadget", branch = "master", default-features = false }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features=false, optional = true } pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false }
libsecp256k1 = { version = "0.6.0", default-features = false } libsecp256k1 = { version = "0.6.0", default-features = false }
@@ -49,15 +48,10 @@ xcm = { path = "../../xcm", default-features = false }
[dev-dependencies] [dev-dependencies]
hex-literal = "0.3.3" hex-literal = "0.3.3"
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-treasury = { 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" }
trie-db = "0.22.3"
serde_json = "1.0.66" serde_json = "1.0.66"
libsecp256k1 = "0.6.0" libsecp256k1 = "0.6.0"
+2 -10
View File
@@ -9,7 +9,7 @@ bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
log = { version = "0.4.14", default-features = false } log = { version = "0.4.14", default-features = false }
rustc-hex = { version = "2.1.0", default-features = false } rustc-hex = { version = "2.1.0", default-features = false }
serde = { version = "1.0.130", features = [ "derive" ], optional = true } serde = { version = "1.0.130", features = ["derive"], optional = true }
derive_more = "0.99.14" derive_more = "0.99.14"
bitflags = "1.3.2" bitflags = "1.3.2"
@@ -29,10 +29,9 @@ pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "m
pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-staking = { 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-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true } frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
xcm = { package = "xcm", path = "../../xcm", default-features = false } xcm = { package = "xcm", path = "../../xcm", default-features = false }
@@ -46,14 +45,7 @@ rand_chacha = { version = "0.3.1", default-features = false }
futures = "0.3.15" futures = "0.3.15"
hex-literal = "0.3.3" hex-literal = "0.3.3"
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" } keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" } frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "master" }
serde_json = "1.0.66"
sp-version = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
+1 -3
View File
@@ -10,7 +10,6 @@ parity-scale-codec = { version = "2.2.0", default-features = false, features = [
serde = { version = "1.0.130", default-features = false } serde = { version = "1.0.130", default-features = false }
serde_derive = { version = "1.0.117", optional = true } serde_derive = { version = "1.0.117", optional = true }
smallvec = "1.6.1" smallvec = "1.6.1"
hex-literal = "0.3.3"
log = { version = "0.4.14", default-features = false } log = { version = "0.4.14", 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 }
@@ -48,7 +47,6 @@ pallet-transaction-payment = { git = "https://github.com/paritytech/substrate",
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-session = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
@@ -56,7 +54,7 @@ pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "mast
pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } authority-discovery-primitives = { package = "sp-authority-discovery", 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 }
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false }
+1 -2
View File
@@ -13,7 +13,6 @@ rustc-hex = { version = "2.1.0", default-features = false }
serde = { version = "1.0.130", default-features = false } serde = { version = "1.0.130", default-features = false }
serde_derive = { version = "1.0.117", optional = true } serde_derive = { version = "1.0.117", optional = true }
smallvec = "1.6.1" smallvec = "1.6.1"
static_assertions = "1.1.0"
authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
@@ -35,7 +34,7 @@ sp-npos-elections = { git = "https://github.com/paritytech/substrate", branch =
frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-executive = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
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 }
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
+4
View File
@@ -1,5 +1,6 @@
150 150
accessor/MS accessor/MS
AccountId
activations activations
acyclic acyclic
adversary/SM adversary/SM
@@ -133,6 +134,7 @@ malus
MB/M MB/M
Mbit Mbit
merkle/MS merkle/MS
Merklized
metadata/M metadata/M
middleware/MS middleware/MS
Millau Millau
@@ -153,6 +155,7 @@ natively
NFA NFA
NFT/SM NFT/SM
nonces nonces
no_std
NTB NTB
offboard/DMSG offboard/DMSG
onboard/DMSG onboard/DMSG
@@ -197,6 +200,7 @@ PVF/S
README/MS README/MS
redhat/M redhat/M
register/CD register/CD
relayer
repo/MS repo/MS
reservable reservable
responder/SM responder/SM
-4
View File
@@ -13,8 +13,6 @@ structopt = "0.3.0"
jsonrpsee-ws-client = { version = "0.3.0", default-features = false, features = ["tokio1"] } jsonrpsee-ws-client = { version = "0.3.0", default-features = false, features = ["tokio1"] }
serde_json = "1.0" serde_json = "1.0"
serde = "1.0.130" serde = "1.0.130"
hex = "0.4.3"
lazy_static = "1.4.0"
paste = "1.0.5" paste = "1.0.5"
thiserror = "1.0.26" thiserror = "1.0.26"
@@ -24,13 +22,11 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-version = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-io = { 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-npos-elections = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" }
-1
View File
@@ -6,7 +6,6 @@ description = "Tools & types for building with XCM and its executor."
version = "0.9.9" version = "0.9.9"
[dependencies] [dependencies]
impl-trait-for-tuples = "0.2.0"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
xcm = { path = "..", default-features = false } xcm = { path = "..", default-features = false }
xcm-executor = { path = "../xcm-executor", default-features = false } xcm-executor = { path = "../xcm-executor", default-features = false }
@@ -7,7 +7,6 @@ edition = "2018"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0" } codec = { package = "parity-scale-codec", version = "2.0.0" }
paste = "1.0.5"
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" } frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -22,6 +21,6 @@ xcm-simulator = { path = "../" }
xcm-executor = { path = "../../xcm-executor" } xcm-executor = { path = "../../xcm-executor" }
xcm-builder = { path = "../../xcm-builder" } xcm-builder = { path = "../../xcm-builder" }
pallet-xcm = { path = "../../pallet-xcm" } pallet-xcm = { path = "../../pallet-xcm" }
polkadot-core-primitives = { path = "../../../core-primitives"} polkadot-core-primitives = { path = "../../../core-primitives" }
polkadot-runtime-parachains = { path = "../../../runtime/parachains" } polkadot-runtime-parachains = { path = "../../../runtime/parachains" }
polkadot-parachain = { path = "../../../parachain" } polkadot-parachain = { path = "../../../parachain" }