Newer
Older
"impl-trait-for-tuples",
"sc-chain-spec-derive",
"sc-network",
"sc-telemetry",
"serde",
"serde_json",
dependencies = [
"quote 1.0.6",
Ashley
committed
"syn 1.0.33",
"ansi_term 0.12.1",
"atty",
"chrono",
"derive_more",
"env_logger 0.7.1",
"fdlimit",
"nix",
"regex",
"rpassword",
"sc-client-api",
"sc-informant",
"sc-network",
"sc-service",
"sc-telemetry",
"sc-tracing",
Ashley
committed
"serde",
"serde_json",
"sp-blockchain",
"sp-core",
"sp-keyring",
"sp-panic-handler",
"sp-runtime",
"sp-state-machine",
"sp-utils",
"substrate-prometheus-endpoint",
"lazy_static",
"sc-executor",
"sc-telemetry",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-externalities",
"sp-inherents",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-test-primitives",
"sp-transaction-pool",
"sp-trie",
"sp-utils",
"substrate-prometheus-endpoint",
[[package]]
dependencies = [
"env_logger 0.7.1",
"hash-db",
"kvdb",
"kvdb-memorydb",
"kvdb-rocksdb",
"linked-hash-map",
"quickcheck",
"sc-client-api",
"sc-executor",
"sc-state-db",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"sp-trie",
"substrate-prometheus-endpoint",
[[package]]
name = "sc-consensus"
dependencies = [
"sc-client-api",
"sp-blockchain",
"sp-consensus",
"sp-runtime",
]
"sc-block-builder",
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
"sc-client-api",
"sc-consensus-slots",
"sc-executor",
"sc-keystore",
"sc-network",
"sc-network-test",
"sc-service",
"sc-telemetry",
"sp-api",
"sp-application-crypto",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-aura",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-runtime",
"sp-timestamp",
"sp-version",
"substrate-prometheus-endpoint",
"derive_more",
"env_logger 0.7.1",
"fork-tree",
"num-traits 0.2.11",
"sc-block-builder",
"sc-client-api",
"sc-consensus-epochs",
"sc-consensus-slots",
"sc-consensus-uncles",
"sc-executor",
"sc-keystore",
"sc-network",
"sc-network-test",
"sc-service",
"sc-telemetry",
"schnorrkel",
"serde",
"sp-api",
"sp-application-crypto",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-runtime",
"sp-timestamp",
"sp-version",
"substrate-prometheus-endpoint",
[[package]]
name = "sc-consensus-babe-rpc"
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"sc-consensus",
"sc-consensus-babe",
"sc-consensus-epochs",
"sc-keystore",
"sp-api",
"sp-application-crypto",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-keyring",
"sp-runtime",
"substrate-test-runtime-client",
"tempfile",
[[package]]
name = "sc-consensus-epochs"
"sc-client-api",
"sp-blockchain",
"sp-runtime",
[[package]]
name = "sc-consensus-manual-seal"
"assert_matches",
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"sc-basic-authorship",
"sc-client-api",
"sc-transaction-pool",
"serde",
"sp-blockchain",
"sp-consensus",
"sp-inherents",
"sp-runtime",
"sp-transaction-pool",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
"substrate-test-runtime-transaction-pool",
"tempfile",
Luke Schoen
committed
[[package]]
Luke Schoen
committed
dependencies = [
"parity-scale-codec",
"sc-client-api",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-pow",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-timestamp",
"substrate-prometheus-endpoint",
Luke Schoen
committed
]
"sc-client-api",
"sc-telemetry",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
"substrate-test-runtime-client",
"sc-client-api",
"sp-authorship",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-runtime",
]
[[package]]
dependencies = [
"assert_matches",
"derive_more",
"hex-literal",
"lazy_static",
"libsecp256k1",
"sc-executor-common",
"sc-executor-wasmi",
"sc-executor-wasmtime",
"sc-runtime-test",
"sc-tracing",
"sp-core",
"sp-externalities",
"sp-io",
"sp-panic-handler",
"sp-runtime-interface",
"sp-serializer",
"sp-state-machine",
"sp-tracing",
"sp-trie",
"sp-version",
"sp-wasm-interface",
"substrate-test-runtime",
"test-case",
"tracing",
]
[[package]]
name = "sc-executor-common"
dependencies = [
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-serializer",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-wasmi"
dependencies = [
"parity-scale-codec",
"sc-executor-common",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-wasmtime"
dependencies = [
"cranelift-codegen",
"cranelift-wasm",
"parity-scale-codec",
"parity-wasm 0.41.0",
"sc-executor-common",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-wasm-interface",
"substrate-wasmtime-runtime",
"wasmtime-environ",
"env_logger 0.7.1",
"finality-grandpa",
"fork-tree",
"sc-block-builder",
"sc-keystore",
"sc-network",
"sc-network-gossip",
"sc-network-test",
"sc-telemetry",
"serde_json",
"sp-api",
"sp-application-crypto",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-finality-grandpa",
"sp-finality-tracker",
"sp-inherents",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"sp-utils",
[[package]]
name = "sc-finality-grandpa-rpc"
dependencies = [
"derive_more",
"finality-grandpa",
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"log",
"sc-finality-grandpa",
"serde",
"serde_json",
"sp-core",
]
[[package]]
name = "sc-informant"
"parking_lot 0.10.2",
"sc-client-api",
"sc-network",
"sp-blockchain",
"sp-runtime",
"sp-transaction-pool",
"sp-utils",
"rand 0.7.3",
"serde_json",
"sp-application-crypto",
"sp-core",
"subtle 2.2.2",
"tempfile",
dependencies = [
"hash-db",
"lazy_static",
"parity-scale-codec",
"parking_lot 0.10.2",
"sc-client-api",
"sc-executor",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-externalities",
"sp-runtime",
"sp-state-machine",
]
"assert_matches",
"async-std",
"bitflags",
Pierre Krieger
committed
"bs58",
"bytes 0.5.4",
"derive_more",
"either",
"env_logger 0.7.1",
"erased-serde",
"fnv",
"fork-tree",
"ip_network",
"libp2p",
"linked-hash-map",
"linked_hash_set",
"pin-project",
"prost",
"prost-build",
"quickcheck",
"rand 0.7.3",
"sc-block-builder",
"sc-client-api",
"sc-peerset",
"serde",
"serde_json",
"slog",
"slog_derive",
"smallvec 0.6.13",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-keyring",
"sp-runtime",
"sp-test-primitives",
"sp-utils",
"substrate-test-runtime",
"substrate-test-runtime-client",
"tempfile",
"thiserror",
[[package]]
name = "sc-network-gossip"
dependencies = [
"async-std",
"quickcheck",
"rand 0.7.3",
Max Inden
committed
"substrate-test-runtime-client",
]
[[package]]
name = "sc-network-test"
"rand 0.7.3",
"sc-block-builder",
"sc-client-api",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-runtime",
"substrate-test-runtime",
"substrate-test-runtime-client",
"tempfile",
"bytes 0.5.4",
"env_logger 0.7.1",
"fnv",
"rand 0.7.3",
"sc-client-api",
"sc-client-db",
"sc-keystore",
"sc-network",
"sc-transaction-pool",
"sp-api",
"sp-core",
"sp-offchain",
"sp-runtime",
"sp-transaction-pool",
"sp-utils",
"substrate-test-runtime-client",
"threadpool",
"sp-utils",
[[package]]
name = "sc-proposer-metrics"
dependencies = [
"log",
"substrate-prometheus-endpoint",
]
dependencies = [
"hash-db",
"jsonrpc-core",
"jsonrpc-pubsub",
"lazy_static",
"sc-block-builder",
"sc-client-api",
"sc-executor",
"sc-keystore",
"sc-network",
"sc-rpc-api",
"sc-transaction-pool",
"serde_json",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-io",
"sp-offchain",
"sp-rpc",
"sp-runtime",
"sp-session",
"sp-state-machine",
"sp-transaction-pool",
"sp-utils",
"sp-version",
"substrate-test-runtime-client",
"tokio 0.1.22",
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"jsonrpc-pubsub",
"sp-core",
"sp-rpc",
"sp-runtime",
"sp-transaction-pool",
"sp-version",
"sp-allocator",
"sp-core",
"sp-io",
"sp-runtime",
"sp-sandbox",
"sp-std",
"substrate-wasm-builder-runner",
Cecile Tonglet
committed
"directories",
"jsonrpc-pubsub",
"netstat2",
"procfs",
"rand 0.7.3",
"sc-block-builder",
"sc-chain-spec",
"sc-client-api",
"sc-client-db",
"sc-executor",
"sc-finality-grandpa",
"sc-network",
"sc-offchain",
"sc-rpc",
"sc-rpc-server",
"sc-telemetry",
"sc-tracing",
"sc-transaction-pool",
"serde",
"serde_json",
"slog",
"sp-api",
"sp-application-crypto",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-finality-grandpa",
"sp-io",
"sp-runtime",
"sp-session",
"sp-utils",
"substrate-prometheus-endpoint",
Cecile Tonglet
committed
"tempfile",
"env_logger 0.7.1",
"fdlimit",
"futures 0.1.29",
"parity-scale-codec",
"parking_lot 0.10.2",
"sc-block-builder",
"sc-client-api",
"sc-client-db",
"sc-executor",
"sp-api",
"sp-blockchain",
"sp-externalities",
"sp-panic-handler",
"sp-state-machine",
"sp-storage",
"sp-trie",
"substrate-test-runtime",
"substrate-test-runtime-client",
Benjamin Kampmann
committed
[[package]]
Benjamin Kampmann
committed
dependencies = [
Benjamin Kampmann
committed
]
"pin-project",
"rand 0.7.3",
"serde",
"slog",
"slog-json",
"slog-scope",
"take_mut",
"void",
"wasm-timer",
"rustc-hash",
"sc-telemetry",
"serde",
"serde_json",
"slog",
"sp-tracing",
name = "sc-transaction-graph"
dependencies = [
"serde",
"sp-blockchain",
"sp-core",
"sp-runtime",
"sp-transaction-pool",
"sp-utils",
]
[[package]]
name = "sc-transaction-pool"
dependencies = [