Newer
Older
[[package]]
name = "polkadot-availability-recovery"
version = "0.1.0"
dependencies = [
"assert_matches",
"env_logger 0.8.2",
"futures-timer 3.0.2",
"log",
"lru",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"rand 0.7.3",
"smallvec 1.6.1",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"streamunordered",
"thiserror",
"tracing",
"tracing-futures",
]
name = "polkadot-cli"
"polkadot-parachain",
Peter Goodspeed-Niklaus
committed
"polkadot-service",
"structopt",
"substrate-browser-utils",
"wasm-bindgen",
"wasm-bindgen-futures",
[[package]]
name = "polkadot-collator-protocol"
version = "0.1.0"
dependencies = [
"assert_matches",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-core",
"sp-keyring",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-core-primitives"
version = "0.7.30"
dependencies = [
"parity-scale-codec",
"sp-core",
"sp-runtime",
"sp-std",
]
name = "polkadot-erasure-coding"
"parity-scale-codec",
"polkadot-primitives",
"reed-solomon-erasure",
"sp-core",
"sp-trie",
[[package]]
name = "polkadot-network-bridge"
version = "0.1.0"
dependencies = [
"assert_matches",
"polkadot-node-network-protocol",
Peter Goodspeed-Niklaus
committed
"polkadot-node-subsystem-test-helpers",
"sc-authority-discovery",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-node-collation-generation"
version = "0.1.0"
dependencies = [
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-core",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-node-core-approval-voting"
version = "0.1.0"
dependencies = [
"bitvec",
"futures 0.3.12",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-overseer",
"polkadot-primitives",
"sc-client-api",
"sp-blockchain",
"sp-consensus-slots",
]
[[package]]
name = "polkadot-node-core-av-store"
version = "0.1.0"
dependencies = [
"assert_matches",
"kvdb",
"kvdb-memorydb",
"kvdb-rocksdb",
"polkadot-erasure-coding",
"polkadot-node-subsystem",
Peter Goodspeed-Niklaus
committed
"polkadot-node-subsystem-test-helpers",
"polkadot-overseer",
"polkadot-primitives",
"sc-service",
"tracing",
"tracing-futures",
name = "polkadot-node-core-backing"
version = "0.1.0"
dependencies = [
"assert_matches",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
Peter Goodspeed-Niklaus
committed
"polkadot-node-subsystem-test-helpers",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-statement-table",
"sp-application-crypto",
"sp-core",
"sp-keyring",
"sp-keystore",
"tracing",
"tracing-futures",
name = "polkadot-node-core-bitfield-signing"
version = "0.1.0"
dependencies = [
Peter Goodspeed-Niklaus
committed
"polkadot-node-subsystem-util",
"sp-keystore",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-node-core-candidate-selection"
version = "0.1.0"
dependencies = [
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-core",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-node-core-candidate-validation"
version = "0.1.0"
dependencies = [
"assert_matches",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-node-subsystem",
Peter Goodspeed-Niklaus
committed
"polkadot-node-subsystem-test-helpers",
"polkadot-parachain",
"polkadot-primitives",
"sp-core",
"sp-keyring",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-node-core-chain-api"
version = "0.1.0"
dependencies = [
Peter Goodspeed-Niklaus
committed
"polkadot-node-subsystem-test-helpers",
"polkadot-primitives",
"sp-blockchain",
"sp-core",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-node-core-proposer"
version = "0.1.0"
dependencies = [
"polkadot-node-subsystem",
"polkadot-overseer",
"polkadot-primitives",
"sc-basic-authorship",
"sc-block-builder",
"sc-client-api",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-transaction-pool",
"substrate-prometheus-endpoint",
[[package]]
name = "polkadot-node-core-provisioner"
version = "0.1.0"
dependencies = [
"bitvec",
"futures-timer 3.0.2",
Peter Goodspeed-Niklaus
committed
"polkadot-node-subsystem-util",
"sp-application-crypto",
"sp-keystore",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-node-core-runtime-api"
version = "0.1.0"
dependencies = [
"memory-lru",
"parity-util-mem",
"polkadot-node-subsystem",
Peter Goodspeed-Niklaus
committed
"polkadot-node-subsystem-test-helpers",
"polkadot-primitives",
"sp-api",
"sp-core",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-node-jaeger"
version = "0.1.0"
dependencies = [
"async-std",
"lazy_static",
"log",
"mick-jaeger",
"parking_lot 0.11.1",
"polkadot-primitives",
"sc-network",
"sp-core",
"thiserror",
]
[[package]]
name = "polkadot-node-network-protocol"
version = "0.1.0"
dependencies = [
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-primitives",
"sc-network",
Robert Klotzner
committed
"strum 0.20.0",
"thiserror",
"zstd",
asynchronous rob
committed
[[package]]
asynchronous rob
committed
version = "0.1.0"
dependencies = [
"polkadot-primitives",
"polkadot-statement-table",
]
[[package]]
version = "0.1.0"
dependencies = [
Peter Goodspeed-Niklaus
committed
"assert_matches",
"lazy_static",
"log",
"mick-jaeger",
"polkadot-node-network-protocol",
Peter Goodspeed-Niklaus
committed
"polkadot-node-subsystem-test-helpers",
"polkadot-primitives",
"polkadot-statement-table",
"sc-network",
Peter Goodspeed-Niklaus
committed
"sp-core",
"substrate-prometheus-endpoint",
"tracing",
"tracing-futures",
Peter Goodspeed-Niklaus
committed
]
[[package]]
name = "polkadot-node-subsystem-test-helpers"
version = "0.1.0"
dependencies = [
"async-trait",
Peter Goodspeed-Niklaus
committed
"futures-timer 3.0.2",
"parity-scale-codec",
Peter Goodspeed-Niklaus
committed
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-overseer",
Peter Goodspeed-Niklaus
committed
"polkadot-primitives",
"polkadot-statement-table",
"sc-network",
Peter Goodspeed-Niklaus
committed
"sp-core",
"tracing",
"tracing-futures",
Peter Goodspeed-Niklaus
committed
]
[[package]]
name = "polkadot-node-subsystem-util"
version = "0.1.0"
dependencies = [
"assert_matches",
"async-trait",
Peter Goodspeed-Niklaus
committed
"futures-timer 3.0.2",
Peter Goodspeed-Niklaus
committed
"parity-scale-codec",
Peter Goodspeed-Niklaus
committed
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",
asynchronous rob
committed
"polkadot-primitives",
"sp-application-crypto",
"sp-keystore",
"tracing",
"tracing-futures",
asynchronous rob
committed
]
[[package]]
name = "polkadot-overseer"
version = "0.1.0"
dependencies = [
asynchronous rob
committed
"femme",
asynchronous rob
committed
"futures-timer 3.0.2",
"kv-log-macro",
Peter Goodspeed-Niklaus
committed
"oorandom",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
asynchronous rob
committed
"polkadot-primitives",
"sc-client-api",
"tracing",
"tracing-futures",
asynchronous rob
committed
]
name = "polkadot-parachain"
"sc-executor",
"serde",
"shared_memory",
"sp-core",
"sp-externalities",
"sp-io",
[[package]]
name = "polkadot-pov-distribution"
version = "0.1.0"
dependencies = [
"assert_matches",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
Peter Goodspeed-Niklaus
committed
"polkadot-node-subsystem-test-helpers",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-primitives"
dependencies = [
"hex-literal",
"polkadot-parachain",
"pretty_assertions",
"serde",
"sp-api",
"sp-application-crypto",
"sp-authority-discovery",
"sp-keystore",
"sp-runtime",
"sp-serializer",
"sp-staking",
"sp-std",
"sp-trie",
"sp-version",
]
[[package]]
name = "polkadot-rpc"
dependencies = [
"jsonrpc-core",
"pallet-transaction-payment-rpc",
"parity-scale-codec",
"polkadot-primitives",
"sc-chain-spec",
"sc-consensus-babe",
"sc-consensus-babe-rpc",
"sc-consensus-epochs",
"sc-finality-grandpa",
"sc-finality-grandpa-rpc",
"sc-sync-state-rpc",
"sp-consensus",
"sp-consensus-babe",
"sp-keystore",
"sp-runtime",
"sp-transaction-pool",
"substrate-frame-rpc-system",
]
[[package]]
name = "polkadot-runtime"
dependencies = [
"bitvec",
"frame-benchmarking",
"frame-executive",
"frame-support",
"frame-system",
"pallet-authority-discovery",
"pallet-authorship",
"pallet-babe",
"pallet-balances",
"pallet-collective",
"pallet-democracy",
"pallet-elections-phragmen",
"pallet-grandpa",
"pallet-identity",
"pallet-im-online",
"pallet-indices",
"pallet-membership",
"pallet-multisig",
"pallet-nicks",
"pallet-offences",
"pallet-offences-benchmarking",
"pallet-session-benchmarking",
"pallet-staking",
"pallet-staking-reward-curve",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-treasury",
"pallet-vesting",
"parity-scale-codec",
"polkadot-primitives",
"polkadot-runtime-common",
"rustc-hex",
"serde",
"serde_derive",
"serde_json",
"sp-api",
"sp-authority-discovery",
"sp-block-builder",
"sp-consensus-babe",
"sp-core",
"sp-inherents",
"sp-keyring",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-std",
"sp-transaction-pool",
"sp-trie",
"sp-version",
[[package]]
name = "polkadot-runtime-common"
"bitvec",
"frame-benchmarking",
"frame-support",
"frame-system",
"pallet-authorship",
"pallet-babe",
"pallet-balances",
"pallet-offences",
"pallet-randomness-collective-flip",
"pallet-session",
"pallet-staking",
"pallet-staking-reward-curve",
"pallet-timestamp",
"pallet-treasury",
"pallet-vesting",
"parity-scale-codec",
"polkadot-primitives",
"rustc-hex",
"serde",
"serde_derive",
"serde_json",
"sp-api",
"sp-application-crypto",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-runtime",
"sp-staking",
"sp-std",
"sp-trie",
[[package]]
name = "polkadot-runtime-parachains"
version = "0.8.0"
dependencies = [
"bitvec",
"derive_more",
"frame-benchmarking",
"frame-support",
"frame-system",
"pallet-authority-discovery",
"pallet-authorship",
"pallet-babe",
"pallet-balances",
"pallet-offences",
"pallet-randomness-collective-flip",
"pallet-session",
"pallet-staking",
"pallet-staking-reward-curve",
"pallet-timestamp",
"pallet-treasury",
"pallet-vesting",
"parity-scale-codec",
"polkadot-primitives",
"sc-keystore",
"serde",
"serde_json",
"sp-api",
"sp-application-crypto",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-keystore",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-std",
"sp-trie",
Peter Goodspeed-Niklaus
committed
[[package]]
name = "polkadot-service"
version = "0.8.3"
dependencies = [
"frame-benchmarking",
"frame-system-rpc-runtime-api",
"kusama-runtime",
"pallet-babe",
"pallet-im-online",
"pallet-staking",
"pallet-transaction-payment-rpc-runtime-api",
"polkadot-availability-bitfield-distribution",
"polkadot-availability-distribution",
"polkadot-availability-recovery",
"polkadot-collator-protocol",
"polkadot-network-bridge",
"polkadot-node-collation-generation",
"polkadot-node-core-av-store",
"polkadot-node-core-backing",
"polkadot-node-core-bitfield-signing",
"polkadot-node-core-candidate-selection",
"polkadot-node-core-candidate-validation",
"polkadot-node-core-chain-api",
"polkadot-node-core-proposer",
"polkadot-node-core-provisioner",
"polkadot-node-core-runtime-api",
"polkadot-node-subsystem-util",
"polkadot-pov-distribution",
"polkadot-primitives",
"polkadot-rpc",
"polkadot-runtime",
"polkadot-statement-distribution",
"sc-authority-discovery",
"sc-block-builder",
"sc-chain-spec",
"sc-client-api",
"sc-client-db",
"sc-consensus",
"sc-consensus-babe",
"sc-executor",
"sc-finality-grandpa",
"sc-finality-grandpa-warp-sync",
"sc-network",
"sc-service",
"sc-telemetry",
"sc-transaction-pool",
"serde",
"sp-api",
"sp-authority-discovery",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-finality-grandpa",
"sp-inherents",
"sp-io",
"sp-keystore",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-state-machine",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-statement-distribution"
version = "0.1.0"
dependencies = [
"assert_matches",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
Peter Goodspeed-Niklaus
committed
"polkadot-node-subsystem-test-helpers",
"polkadot-primitives",
"sc-keystore",
"sp-application-crypto",
"sp-keyring",
"sp-keystore",
"sp-staking",
"tracing",
"tracing-futures",
[[package]]
name = "polkadot-statement-table"
dependencies = [
"parity-scale-codec",
"polkadot-primitives",
"sp-core",
[[package]]
name = "polkadot-test-client"
dependencies = [
"parity-scale-codec",
"polkadot-node-subsystem",
"polkadot-primitives",
"polkadot-test-runtime",
"polkadot-test-service",
"sc-block-builder",
"sc-consensus",
"sc-service",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"sp-timestamp",
"substrate-test-client",
]
[[package]]
name = "polkadot-test-runtime"
"bitvec",
"frame-executive",
"frame-support",
"frame-system",
"frame-system-rpc-runtime-api",
"pallet-authority-discovery",
"pallet-authorship",
"pallet-babe",
"pallet-balances",
"pallet-grandpa",
"pallet-indices",
"pallet-nicks",
"pallet-offences",
"pallet-randomness-collective-flip",
"pallet-session",
"pallet-staking",
"pallet-staking-reward-curve",
"pallet-sudo",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-vesting",
"parity-scale-codec",
"polkadot-parachain",
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"rustc-hex",
"serde",
"serde_derive",
"serde_json",
"sp-authority-discovery",
"sp-block-builder",
"sp-consensus-babe",
"sp-core",
"sp-inherents",
"sp-io",
"sp-keyring",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-std",
"sp-transaction-pool",
"sp-trie",
"sp-version",
[[package]]
name = "polkadot-test-service"
dependencies = [
"frame-benchmarking",
"frame-system",
"hex",
"pallet-balances",
"pallet-staking",
"pallet-transaction-payment",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-parachain",
"polkadot-primitives",
"polkadot-rpc",
"polkadot-runtime-common",
Bastian Köcher
committed
"polkadot-runtime-parachains",
Peter Goodspeed-Niklaus
committed
"polkadot-service",
"polkadot-test-runtime",
"sc-authority-discovery",
"sc-chain-spec",
"sc-client-api",
"sc-consensus",
"sc-consensus-babe",
"sc-executor",
"sc-finality-grandpa",
"sc-network",
"sc-service",
"sc-tracing",
"sc-transaction-pool",
"serde_json",
"sp-arithmetic",
"sp-authority-discovery",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-finality-grandpa",
"sp-inherents",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"substrate-test-client",
"substrate-test-utils",
"tracing",
"tracing-futures",