Skip to content
Cargo.lock 451 KiB
Newer Older
Alexander's avatar
Alexander committed
 "log",
 "maplit",
 "polkadot-node-network-protocol",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "rand 0.8.5",
 "rand_chacha 0.3.1",
 "sp-application-crypto",
 "sp-authority-discovery",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "tracing-gum",
]

[[package]]
name = "polkadot-availability-distribution"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "derive_more",
 "fatality",
 "futures",
 "futures-timer",
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "rand 0.8.5",
 "sc-network",
Alexander's avatar
Alexander committed
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-availability-recovery"
version = "1.0.0"
dependencies = [
 "assert_matches",
Alexander's avatar
Alexander committed
 "env_logger 0.9.3",
 "fatality",
 "futures",
 "futures-timer",
 "log",
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "rand 0.8.5",
 "sc-network",
Alexander's avatar
Alexander committed
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "thiserror",
Alexander's avatar
Alexander committed
 "tracing-gum",
]

[[package]]
name = "polkadot-cli"
version = "1.1.0"
Alexander's avatar
Alexander committed
dependencies = [
Alexander's avatar
Alexander committed
 "frame-benchmarking-cli",
 "futures",
 "log",
 "polkadot-node-metrics",
 "polkadot-node-primitives",
Alexander's avatar
Alexander committed
 "polkadot-service",
 "pyroscope",
 "pyroscope_pprofrs",
 "sc-cli",
 "sc-executor",
 "sc-service",
 "sc-storage-monitor",
 "sc-sysinfo",
 "sc-tracing",
 "sp-core",
 "sp-io",
 "sp-keyring",
 "sp-maybe-compressed-blob",
 "substrate-build-script-utils",
 "thiserror",
 "try-runtime-cli",
]

[[package]]
name = "polkadot-collator-protocol"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "bitvec",
 "env_logger 0.9.3",
 "fatality",
 "futures",
 "futures-timer",
 "log",
 "parity-scale-codec",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sc-keystore",
 "sc-network",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "thiserror",
 "tokio-util",
 "tracing-gum",
]

[[package]]
name = "polkadot-core-primitives"
version = "1.0.0"
dependencies = [
 "parity-scale-codec",
 "scale-info",
 "sp-core",
 "sp-runtime",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
]

[[package]]
name = "polkadot-dispute-distribution"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "async-channel",
 "async-trait",
 "derive_more",
 "fatality",
 "futures",
 "futures-timer",
 "indexmap 1.9.3",
 "lazy_static",
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sc-keystore",
 "sc-network",
Alexander's avatar
Alexander committed
 "sp-application-crypto",
 "sp-keyring",
 "sp-keystore",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-erasure-coding"
version = "1.0.0"
dependencies = [
 "criterion 0.4.0",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "reed-solomon-novelpoly",
 "sp-core",
 "sp-trie",
 "thiserror",
]

[[package]]
name = "polkadot-gossip-support"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "async-trait",
 "futures",
 "futures-timer",
 "lazy_static",
 "polkadot-node-network-protocol",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
Alexander's avatar
Alexander committed
 "rand 0.8.5",
 "rand_chacha 0.3.1",
 "sc-network",
 "sc-network-common",
 "sp-application-crypto",
 "sp-authority-discovery",
 "sp-consensus-babe",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "tracing-gum",
]

[[package]]
name = "polkadot-network-bridge"
version = "1.0.0"
dependencies = [
 "always-assert",
 "assert_matches",
 "async-trait",
 "bytes",
 "fatality",
 "futures",
 "futures-timer",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sc-network",
 "sp-consensus",
 "sp-core",
 "sp-keyring",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-collation-generation"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "futures",
 "parity-scale-codec",
 "polkadot-erasure-coding",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sp-core",
 "sp-keyring",
 "sp-maybe-compressed-blob",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-approval-voting"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "async-trait",
 "bitvec",
 "derive_more",
Alexander's avatar
Alexander committed
 "futures",
 "futures-timer",
Alexander's avatar
Alexander committed
 "kvdb",
 "kvdb-memorydb",
Alexander's avatar
Alexander committed
 "merlin 2.0.1",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "polkadot-node-jaeger",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
Alexander's avatar
Alexander committed
 "rand_core 0.5.1",
 "sc-keystore",
Alexander's avatar
Alexander committed
 "schnorrkel 0.9.1",
 "sp-application-crypto",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-slots",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-av-store"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "bitvec",
 "env_logger 0.9.3",
 "futures",
 "futures-timer",
 "kvdb",
 "kvdb-memorydb",
 "log",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "polkadot-erasure-coding",
 "polkadot-node-jaeger",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sp-consensus",
 "sp-core",
 "sp-keyring",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-backing"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "bitvec",
 "fatality",
 "futures",
 "polkadot-erasure-coding",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "polkadot-statement-table",
 "sc-keystore",
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-bitfield-signing"
version = "1.0.0"
dependencies = [
 "futures",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sp-keystore",
 "thiserror",
 "tracing-gum",
 "wasm-timer",
]

[[package]]
name = "polkadot-node-core-candidate-validation"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "async-trait",
 "futures",
 "futures-timer",
 "parity-scale-codec",
 "polkadot-node-core-pvf",
 "polkadot-node-metrics",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sp-core",
 "sp-keyring",
 "sp-maybe-compressed-blob",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-chain-api"
version = "1.0.0"
dependencies = [
 "futures",
 "maplit",
 "parity-scale-codec",
 "polkadot-node-metrics",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "sc-client-api",
 "sc-consensus-babe",
 "sp-blockchain",
 "sp-core",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-chain-selection"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "futures",
 "futures-timer",
 "kvdb",
 "kvdb-memorydb",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sp-core",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-dispute-coordinator"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "fatality",
 "futures",
 "futures-timer",
 "kvdb",
 "kvdb-memorydb",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sc-keystore",
Alexander's avatar
Alexander committed
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-parachains-inherent"
version = "1.0.0"
dependencies = [
 "async-trait",
 "futures",
 "futures-timer",
 "polkadot-node-subsystem",
 "polkadot-overseer",
 "polkadot-primitives",
 "sp-blockchain",
 "sp-inherents",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-prospective-parachains"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "bitvec",
 "fatality",
 "futures",
 "parity-scale-codec",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-types",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sc-keystore",
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-provisioner"
version = "1.0.0"
dependencies = [
 "bitvec",
 "fatality",
 "futures",
 "futures-timer",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sp-application-crypto",
 "sp-keystore",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf"
version = "1.0.0"
dependencies = [
 "always-assert",
 "assert_matches",
Alexander's avatar
Alexander committed
 "futures",
 "futures-timer",
Alexander's avatar
Alexander committed
 "libc",
 "parity-scale-codec",
 "pin-project",
 "polkadot-core-primitives",
 "polkadot-node-core-pvf",
 "polkadot-node-core-pvf-common",
 "polkadot-node-core-pvf-execute-worker",
 "polkadot-node-core-pvf-prepare-worker",
 "polkadot-node-metrics",
 "polkadot-node-primitives",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
Alexander's avatar
Alexander committed
 "rand 0.8.5",
Alexander's avatar
Alexander committed
 "slotmap",
 "sp-core",
 "sp-maybe-compressed-blob",
 "sp-wasm-interface 14.0.0",
Alexander's avatar
Alexander committed
 "tempfile",
 "test-parachain-adder",
 "test-parachain-halt",
 "thiserror",
Alexander's avatar
Alexander committed
 "tokio",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf-checker"
version = "1.0.0"
dependencies = [
 "futures",
 "futures-timer",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-util",
 "polkadot-overseer",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "sc-keystore",
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf-common"
version = "1.0.0"
dependencies = [
 "assert_matches",
Alexander's avatar
Alexander committed
 "cpu-time",
 "futures",
 "landlock",
 "libc",
 "parity-scale-codec",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "sc-executor",
 "sc-executor-common",
 "sc-executor-wasmtime",
Alexander's avatar
Alexander committed
 "sp-core",
 "sp-externalities 0.19.0",
Alexander's avatar
Alexander committed
 "sp-io",
 "sp-tracing 10.0.0",
 "substrate-build-script-utils",
Alexander's avatar
Alexander committed
 "tempfile",
Alexander's avatar
Alexander committed
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf-execute-worker"
version = "1.0.0"
dependencies = [
 "cpu-time",
Alexander's avatar
Alexander committed
 "parity-scale-codec",
 "polkadot-node-core-pvf-common",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-pvf-prepare-worker"
version = "1.0.0"
dependencies = [
 "criterion 0.4.0",
Alexander's avatar
Alexander committed
 "libc",
Alexander's avatar
Alexander committed
 "parity-scale-codec",
 "polkadot-node-core-pvf-common",
 "polkadot-primitives",
 "rayon",
 "rococo-runtime",
Alexander's avatar
Alexander committed
 "sc-executor-common",
 "sc-executor-wasmtime",
 "sp-maybe-compressed-blob",
 "staging-tracking-allocator",
Alexander's avatar
Alexander committed
 "tikv-jemalloc-ctl",
 "tikv-jemallocator",
Alexander's avatar
Alexander committed
 "tracing-gum",
]

[[package]]
name = "polkadot-node-core-runtime-api"
version = "1.0.0"
dependencies = [
 "async-trait",
 "futures",
 "polkadot-node-metrics",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-types",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
Alexander's avatar
Alexander committed
 "sp-api",
 "sp-consensus-babe",
 "sp-core",
 "sp-keyring",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-jaeger"
version = "1.0.0"
dependencies = [
 "lazy_static",
 "log",
 "mick-jaeger",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "sc-network",
 "sp-core",
 "thiserror",
 "tokio",
]

[[package]]
name = "polkadot-node-metrics"
version = "1.0.0"
dependencies = [
 "assert_cmd",
Alexander's avatar
Alexander committed
 "futures",
 "futures-timer",
 "hyper",
 "log",
 "parity-scale-codec",
 "polkadot-primitives",
 "polkadot-test-service",
 "prioritized-metered-channel",
 "prometheus-parse",
 "sc-cli",
 "sc-service",
 "sc-tracing",
 "sp-keyring",
 "substrate-prometheus-endpoint",
 "substrate-test-utils",
 "tempfile",
 "tokio",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-network-protocol"
version = "1.0.0"
dependencies = [
 "async-channel",
 "async-trait",
 "bitvec",
 "derive_more",
 "fatality",
 "futures",
 "hex",
 "parity-scale-codec",
 "polkadot-node-jaeger",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "rand 0.8.5",
 "rand_chacha 0.3.1",
 "sc-authority-discovery",
 "sc-network",
 "strum",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-node-primitives"
version = "1.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "bounded-vec",
 "futures",
 "parity-scale-codec",
 "polkadot-erasure-coding",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "schnorrkel 0.9.1",
 "serde",
 "sp-application-crypto",
 "sp-consensus-babe",
 "sp-core",
 "sp-keystore",
 "sp-maybe-compressed-blob",
 "sp-runtime",
 "thiserror",
Alexander's avatar
Alexander committed
]

[[package]]
name = "polkadot-node-subsystem"
version = "1.0.0"
dependencies = [
 "polkadot-node-jaeger",
 "polkadot-node-subsystem-types",
 "polkadot-overseer",
]

[[package]]
name = "polkadot-node-subsystem-test-helpers"
version = "1.0.0"
dependencies = [
 "async-trait",
 "futures",
 "parking_lot 0.12.1",
 "polkadot-erasure-coding",
 "polkadot-node-primitives",
Alexander's avatar
Alexander committed
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-util",
 "polkadot-primitives",
 "sc-client-api",
Alexander's avatar
Alexander committed
 "sc-keystore",
Alexander's avatar
Alexander committed
 "sp-application-crypto",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
]

[[package]]
name = "polkadot-node-subsystem-types"
version = "1.0.0"
dependencies = [
 "async-trait",
Alexander's avatar
Alexander committed
 "derive_more",
 "futures",
 "orchestra",
 "polkadot-node-jaeger",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-primitives",
 "polkadot-statement-table",
 "sc-client-api",
Alexander's avatar
Alexander committed
 "sc-network",
 "sc-transaction-pool-api",
 "smallvec",
 "sp-api",
 "sp-authority-discovery",
Alexander's avatar
Alexander committed
 "sp-consensus-babe",
 "sp-runtime",
Alexander's avatar
Alexander committed
 "substrate-prometheus-endpoint",
 "thiserror",
]

[[package]]
name = "polkadot-node-subsystem-util"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "async-trait",
 "derive_more",
 "env_logger 0.9.3",
 "fatality",
 "futures",
 "futures-channel",
 "itertools 0.10.5",
 "kvdb",
 "kvdb-memorydb",
 "kvdb-shared-tests",
 "lazy_static",
 "log",
 "parity-db",
 "parity-scale-codec",
 "parking_lot 0.11.2",
 "pin-project",
 "polkadot-node-jaeger",
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
 "polkadot-node-subsystem-test-helpers",
 "polkadot-node-subsystem-types",
Alexander's avatar
Alexander committed
 "polkadot-overseer",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "prioritized-metered-channel",
 "rand 0.8.5",
 "sc-client-api",
Alexander's avatar
Alexander committed
 "sp-application-crypto",
 "sp-core",
 "sp-keystore",
 "tempfile",
 "thiserror",
 "tracing-gum",
]

[[package]]
name = "polkadot-overseer"
version = "1.0.0"
dependencies = [
 "assert_matches",
 "async-trait",
 "femme",
 "futures",
 "futures-timer",
 "orchestra",
 "parking_lot 0.12.1",
 "polkadot-node-metrics",
 "polkadot-node-network-protocol",
 "polkadot-node-primitives",
 "polkadot-node-subsystem-test-helpers",
Alexander's avatar
Alexander committed
 "polkadot-node-subsystem-types",
 "polkadot-primitives",
 "polkadot-primitives-test-helpers",
 "prioritized-metered-channel",
 "sc-client-api",
 "sp-api",
 "sp-core",
 "tikv-jemalloc-ctl",
 "tracing-gum",
]

[[package]]
name = "polkadot-parachain-bin"
version = "1.5.0"
Alexander's avatar
Alexander committed
dependencies = [
 "assert_cmd",
Alexander's avatar
Alexander committed
 "asset-hub-westend-runtime",
 "async-trait",
 "bridge-hub-rococo-runtime",
Alexander's avatar
Alexander committed
 "color-print",
 "contracts-rococo-runtime",
 "coretime-rococo-runtime",
 "coretime-westend-runtime",
Alexander's avatar
Alexander committed
 "cumulus-client-cli",
 "cumulus-client-collator",
 "cumulus-client-consensus-aura",
 "cumulus-client-consensus-common",
 "cumulus-client-consensus-proposer",
 "cumulus-client-consensus-relay-chain",
 "cumulus-client-service",
 "cumulus-primitives-aura",
Alexander's avatar
Alexander committed
 "cumulus-primitives-core",
 "cumulus-primitives-parachain-inherent",
 "cumulus-relay-chain-interface",
 "frame-benchmarking",
 "frame-benchmarking-cli",
 "frame-support",
 "frame-system-rpc-runtime-api",
 "frame-try-runtime",
Alexander's avatar
Alexander committed
 "futures",
Alexander's avatar
Alexander committed
 "jsonrpsee",
 "log",
 "nix 0.26.2",
Alexander's avatar
Alexander committed
 "pallet-transaction-payment-rpc",
 "pallet-transaction-payment-rpc-runtime-api",
Alexander's avatar
Alexander committed
 "parachains-common",
 "parity-scale-codec",
 "penpal-runtime",
 "polkadot-cli",
 "polkadot-primitives",
 "polkadot-service",
 "rococo-parachain-runtime",
 "sc-basic-authorship",
 "sc-chain-spec",
 "sc-cli",
 "sc-client-api",
 "sc-consensus",
 "sc-executor",
 "sc-network",
 "sc-network-sync",
 "sc-rpc",
 "sc-service",
 "sc-sysinfo",
 "sc-telemetry",
 "sc-tracing",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "seedling-runtime",
 "serde",
 "serde_json",
 "shell-runtime",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus-aura",
 "sp-core",
Alexander's avatar
Alexander committed
 "sp-io",
 "sp-keystore",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
Alexander's avatar
Alexander committed
 "sp-timestamp",
Alexander's avatar
Alexander committed
 "sp-transaction-pool",
Lulu's avatar
Lulu committed
 "staging-xcm",
Alexander's avatar
Alexander committed
 "substrate-build-script-utils",
 "substrate-frame-rpc-system",