Newer
Older
"tiny-bip39",
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-executor",
"sc-transaction-pool-api",
"sc-utils",
"sp-blockchain",
"sp-consensus",
"sp-externalities",
"sp-keystore",
"sp-runtime",
"sp-state-machine",
"sp-storage",
]
[[package]]
name = "sc-client-db"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"kvdb-rocksdb",
"parity-scale-codec",
"parking_lot 0.12.1",
"schnellru",
"sp-blockchain",
"sp-runtime",
"sp-state-machine",
"sp-trie",
[[package]]
name = "sc-consensus"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"libp2p",
"log",
"parking_lot 0.12.1",
"sc-utils",
"serde",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
"sp-state-machine",
"substrate-prometheus-endpoint",
"thiserror",
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parity-scale-codec",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-inherents",
"sp-keystore",
"sp-runtime",
"thiserror",
[[package]]
name = "sc-consensus-babe"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"num-bigint",
"num-rational",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-consensus-epochs",
"sc-consensus-slots",
"sc-keystore",
"sc-telemetry",
"scale-info",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-keystore",
"sp-runtime",
"substrate-prometheus-endpoint",
"thiserror",
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"sc-consensus-babe",
"sc-consensus-epochs",
"sc-rpc-api",
"serde",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-keystore",
"sp-runtime",
"thiserror",
[[package]]
name = "sc-consensus-beefy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
dependencies = [
"array-bytes 4.2.0",
"async-trait",
"fnv",
"futures",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-client-api",
"sc-consensus",
"sc-keystore",
"sc-network",
"sc-network-common",
"sc-network-gossip",
"sc-network-sync",
"sc-utils",
"sp-api",
"sp-application-crypto",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-consensus-beefy",
"sp-core",
"sp-keystore",
"sp-mmr-primitives",
"sp-runtime",
"substrate-prometheus-endpoint",
"thiserror",
"wasm-timer",
]
[[package]]
name = "sc-consensus-beefy-rpc"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
dependencies = [
"futures",
"jsonrpsee",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-consensus-beefy",
"sc-rpc",
"serde",
"sp-consensus-beefy",
"sp-core",
"sp-runtime",
"thiserror",
]
[[package]]
name = "sc-consensus-epochs"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
dependencies = [
"fork-tree",
"parity-scale-codec",
[[package]]
name = "sc-consensus-grandpa"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
dependencies = [
"ahash 0.8.3",
"array-bytes 4.2.0",
"async-trait",
"dyn-clone",
"finality-grandpa",
"fork-tree",
"futures",
"futures-timer",
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
"rand 0.8.5",
"sc-block-builder",
"sc-chain-spec",
"sc-client-api",
"sc-consensus",
"sc-network",
"sc-network-common",
"sc-network-gossip",
"sc-telemetry",
"sc-utils",
"serde_json",
"sp-api",
"sp-application-crypto",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-consensus-grandpa",
"sp-core",
"sp-keystore",
"sp-runtime",
"substrate-prometheus-endpoint",
"thiserror",
]
[[package]]
name = "sc-consensus-grandpa-rpc"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
dependencies = [
"finality-grandpa",
"futures",
"jsonrpsee",
"log",
"parity-scale-codec",
"sc-client-api",
"sc-consensus-grandpa",
"sc-rpc",
"serde",
"sp-blockchain",
"sp-core",
"sp-runtime",
"thiserror",
]
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parity-scale-codec",
"sp-blockchain",
"sp-consensus",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
]
[[package]]
name = "sc-executor"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"lru 0.8.1",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-executor-common",
"sc-executor-wasmi",
"sc-executor-wasmtime",
"sp-core",
"sp-externalities",
"sp-io",
"sp-panic-handler",
"sp-runtime-interface",
"sp-trie",
"sp-version",
]
[[package]]
name = "sc-executor-common"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
dependencies = [
"sc-allocator",
"sp-maybe-compressed-blob",
"wasm-instrument",
"wasmi",
]
[[package]]
name = "sc-executor-wasmi"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
dependencies = [
"log",
"sc-allocator",
"sc-executor-common",
"sp-runtime-interface",
"sp-wasm-interface",
[[package]]
name = "sc-executor-wasmtime"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"rustix 0.36.11",
"sc-allocator",
"sc-executor-common",
"sp-runtime-interface",
"sp-wasm-interface",
"wasmtime",
]
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"sc-network-common",
"sp-blockchain",
]
[[package]]
name = "sc-keystore"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parking_lot 0.12.1",
"sp-application-crypto",
"sp-core",
"sp-keystore",
"thiserror",
]
[[package]]
name = "sc-network"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"asynchronous-codec",
"bytes",
"linked_hash_set",
"lru 0.8.1",
"parity-scale-codec",
"parking_lot 0.12.1",
"pin-project",
"sc-network-common",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
"unsigned-varint",
[[package]]
name = "sc-network-bitswap"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
dependencies = [
"cid",
"futures",
"libp2p",
"log",
"sc-client-api",
"sc-network-common",
"sp-blockchain",
"thiserror",
"unsigned-varint",
]
[[package]]
name = "sc-network-common"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"bytes",
"futures",
"futures-timer",
"libp2p",
"parity-scale-codec",
"sc-consensus",
"sc-peerset",
"serde",
"smallvec",
"sp-blockchain",
"substrate-prometheus-endpoint",
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"ahash 0.8.3",
"lru 0.8.1",
"sc-network-common",
"sc-peerset",
[[package]]
name = "sc-network-light"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"futures",
"libp2p",
"log",
"parity-scale-codec",
"sc-network-common",
"sc-peerset",
"sp-blockchain",
"sp-core",
"sp-runtime",
"thiserror",
]
[[package]]
name = "sc-network-sync"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"array-bytes 4.2.0",
"async-trait",
"fork-tree",
"futures",
"libp2p",
"log",
"lru 0.8.1",
"parity-scale-codec",
"sc-client-api",
"sc-consensus",
"sc-network-common",
"sc-peerset",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
"thiserror",
]
[[package]]
name = "sc-network-transactions"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
dependencies = [
"futures",
"libp2p",
"log",
"parity-scale-codec",
"pin-project",
"sc-network-common",
"sc-peerset",
"sp-consensus",
"substrate-prometheus-endpoint",
]
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-network-common",
"sc-peerset",
]
[[package]]
name = "sc-peerset"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
[[package]]
name = "sc-proposer-metrics"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"substrate-prometheus-endpoint",
]
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-chain-spec",
"sc-transaction-pool-api",
"sc-utils",
"sp-blockchain",
"sp-core",
"sp-keystore",
"sp-version",
]
[[package]]
name = "sc-rpc-api"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parity-scale-codec",
"sc-chain-spec",
"sc-transaction-pool-api",
"sp-version",
]
[[package]]
name = "sc-rpc-server"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
[[package]]
name = "sc-rpc-spec-v2"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
dependencies = [
"futures",
"hex",
"parity-scale-codec",
"sc-chain-spec",
"sc-transaction-pool-api",
"serde",
"sp-blockchain",
"sp-core",
"sp-runtime",
"sp-version",
"thiserror",
]
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parity-scale-codec",
"parking_lot 0.12.1",
"pin-project",
"sc-chain-spec",
"sc-client-api",
"sc-client-db",
"sc-executor",
"sc-network-bitswap",
"sc-network-common",
"sc-network-light",
"sc-network-sync",
"sc-network-transactions",
"sc-offchain",
"sc-rpc",
"sc-rpc-server",
"sc-rpc-spec-v2",
"sc-storage-monitor",
Svyatoslav Nikolsky
committed
"sc-sysinfo",
"sc-telemetry",
"sc-tracing",
"sc-transaction-pool",
"sc-transaction-pool-api",
"sc-utils",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-externalities",
"sp-keystore",
"sp-runtime",
"sp-state-machine",
"sp-storage",
"sp-version",
"static_init 1.0.3",
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
dependencies = [
"log",
"parity-scale-codec",
"parking_lot 0.12.1",
[[package]]
name = "sc-storage-monitor"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
dependencies = [
"futures",
"log",
"sc-client-db",
"sc-utils",
"thiserror",
"tokio",
]
[[package]]
name = "sc-sync-state-rpc"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parity-scale-codec",
"sc-consensus-babe",
"sc-consensus-epochs",
"serde",
"serde_json",
"sp-blockchain",
Svyatoslav Nikolsky
committed
[[package]]
name = "sc-sysinfo"
version = "6.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
Svyatoslav Nikolsky
committed
dependencies = [
Svyatoslav Nikolsky
committed
"libc",
"log",
"rand_pcg",
Svyatoslav Nikolsky
committed
"regex",
"sc-telemetry",
"serde",
"serde_json",
"sp-std 5.0.0",
Svyatoslav Nikolsky
committed
]
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parking_lot 0.12.1",
"pin-project",
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parking_lot 0.12.1",
"sc-client-api",
"sc-rpc-server",
"sp-blockchain",
"sp-runtime",
"sp-tracing",
"tracing-subscriber",
]
[[package]]
name = "sc-tracing-proc-macro"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"proc-macro-crate",
"proc-macro2 1.0.53",
name = "sc-transaction-pool"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
dependencies = [
"num-traits",
"parity-scale-codec",
"parking_lot 0.12.1",
"sc-client-api",
"sc-transaction-pool-api",
"sc-utils",
"sp-blockchain",
"sp-core",
"sp-runtime",
"sp-tracing",
"substrate-prometheus-endpoint",
]
[[package]]
name = "sc-transaction-pool-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"sp-blockchain",
]
[[package]]
name = "sc-utils"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#a14236059c2d3da052fb08295082341aa7b87240"
"parking_lot 0.12.1",
[[package]]