Newer
Older
[[package]]
name = "pest_generator"
version = "2.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b27bd18aa01d91c8ed2b61ea23406a676b42d82609c6e2581fba42f0c15f17f"
dependencies = [
"pest",
"pest_meta",
]
[[package]]
name = "pest_meta"
version = "2.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02b677c1859756359fc9983c2e56a0237f18624a3789528804406b7e915e5d"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
dependencies = [
"fixedbitset",
"indexmap",
]
[[package]]
name = "pin-project"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
"pin-project-internal",
[[package]]
name = "pin-project-internal"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
[[package]]
name = "pin-project-lite"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkcs8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
dependencies = [
"der",
"spki",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"
[[package]]
name = "platforms"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"
name = "polkadot-approval-distribution"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-primitives",
]
[[package]]
name = "polkadot-availability-bitfield-distribution"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
]
[[package]]
name = "polkadot-availability-distribution"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"lru 0.9.0",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"rand 0.8.5",
]
[[package]]
name = "polkadot-availability-recovery"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"lru 0.9.0",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"rand 0.8.5",
[[package]]
name = "polkadot-cli"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"frame-benchmarking-cli",
Svyatoslav Nikolsky
committed
"polkadot-client",
"polkadot-node-core-pvf",
"polkadot-node-metrics",
"polkadot-service",
"sc-cli",
"sc-executor",
"sc-storage-monitor",
"substrate-build-script-utils",
"thiserror",
"try-runtime-cli",
]
[[package]]
name = "polkadot-client"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"frame-benchmarking",
Svyatoslav Nikolsky
committed
"frame-benchmarking-cli",
"frame-system",
"frame-system-rpc-runtime-api",
Svyatoslav Nikolsky
committed
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
Svyatoslav Nikolsky
committed
"polkadot-core-primitives",
"polkadot-node-core-parachains-inherent",
"polkadot-primitives",
"polkadot-runtime",
Svyatoslav Nikolsky
committed
"polkadot-runtime-common",
"sc-client-api",
"sc-consensus",
"sc-executor",
"sp-authority-discovery",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-consensus-beefy",
"sp-consensus-grandpa",
Svyatoslav Nikolsky
committed
"sp-inherents",
"sp-keyring",
"sp-mmr-primitives",
Svyatoslav Nikolsky
committed
"sp-timestamp",
"sp-transaction-pool",
]
[[package]]
name = "polkadot-collator-protocol"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
"always-assert",
"bitvec",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-core",
"sp-keystore",
"sp-runtime",
]
[[package]]
name = "polkadot-core-primitives"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
"parity-scale-codec",
"sp-std 5.0.0",
[[package]]
name = "polkadot-dispute-distribution"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
"derive_more",
"futures-timer",
"indexmap",
"lru 0.9.0",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sc-network",
"sp-application-crypto",
"sp-keystore",
[[package]]
name = "polkadot-erasure-coding"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-primitives",
"reed-solomon-novelpoly",
"thiserror",
]
[[package]]
name = "polkadot-gossip-support"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"rand 0.8.5",
"rand_chacha 0.3.1",
"sp-application-crypto",
"sp-core",
"sp-keystore",
]
[[package]]
name = "polkadot-network-bridge"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"bytes",
"fatality",
"futures",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-overseer",
"polkadot-primitives",
"sc-network",
"sc-network-common",
]
[[package]]
name = "polkadot-node-collation-generation"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sp-maybe-compressed-blob",
]
[[package]]
name = "polkadot-node-core-approval-voting"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"lru 0.9.0",
"merlin",
"parity-scale-codec",
"polkadot-node-jaeger",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
"sc-keystore",
"schnorrkel",
"sp-consensus",
"sp-consensus-slots",
Svyatoslav Nikolsky
committed
"thiserror",
]
[[package]]
name = "polkadot-node-core-av-store"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"kvdb",
"parity-scale-codec",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
]
[[package]]
name = "polkadot-node-core-backing"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"fatality",
"futures",
"polkadot-erasure-coding",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"polkadot-statement-table",
]
[[package]]
name = "polkadot-node-core-bitfield-signing"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"wasm-timer",
]
[[package]]
name = "polkadot-node-core-candidate-validation"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
"async-trait",
"parity-scale-codec",
"polkadot-node-core-pvf",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-parachain",
"polkadot-primitives",
"sp-maybe-compressed-blob",
]
[[package]]
name = "polkadot-node-core-chain-api"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"polkadot-node-subsystem",
"polkadot-primitives",
"sc-client-api",
"sc-consensus-babe",
"sp-blockchain",
[[package]]
name = "polkadot-node-core-chain-selection"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"kvdb",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"thiserror",
]
[[package]]
name = "polkadot-node-core-dispute-coordinator"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"lru 0.9.0",
"parity-scale-codec",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"sc-keystore",
"thiserror",
[[package]]
name = "polkadot-node-core-parachains-inherent"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
"async-trait",
"polkadot-node-subsystem",
"polkadot-primitives",
"sp-blockchain",
"sp-inherents",
"thiserror",
]
[[package]]
name = "polkadot-node-core-provisioner"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"fatality",
"futures",
"futures-timer",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-primitives",
"rand 0.8.5",
]
[[package]]
name = "polkadot-node-core-pvf"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
"always-assert",
"assert_matches",
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-node-metrics",
"polkadot-parachain",
"rand 0.8.5",
"sc-executor",
"sc-executor-common",
"sc-executor-wasmtime",
"slotmap",
"sp-core",
"sp-externalities",
"sp-io",
"sp-maybe-compressed-blob",
"sp-tracing",
"sp-wasm-interface",
"tikv-jemalloc-ctl",
[[package]]
name = "polkadot-node-core-pvf-checker"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives",
[[package]]
name = "polkadot-node-core-runtime-api"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"lru 0.9.0",
"polkadot-node-subsystem",
"polkadot-node-subsystem-types",
"polkadot-primitives",
"sp-consensus-babe",
]
[[package]]
name = "polkadot-node-jaeger"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
"lazy_static",
"log",
"mick-jaeger",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-node-primitives",
"polkadot-primitives",
"sc-network",
[[package]]
name = "polkadot-node-metrics"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"futures-timer",
"log",
"parity-scale-codec",
"polkadot-primitives",
"prioritized-metered-channel",
"sc-cli",
"sc-service",
"sc-tracing",
"substrate-prometheus-endpoint",
[[package]]
name = "polkadot-node-network-protocol"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"futures",
"hex",
"parity-scale-codec",
"polkadot-node-jaeger",
"polkadot-node-primitives",
"polkadot-primitives",
"sc-authority-discovery",
"sc-network-common",
]
[[package]]
name = "polkadot-node-primitives"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"parity-scale-codec",
"polkadot-parachain",
"polkadot-primitives",
"schnorrkel",
"serde",
"sp-consensus-babe",
"sp-consensus-vrf",
"sp-maybe-compressed-blob",
"thiserror",
"zstd",
]
[[package]]
name = "polkadot-node-subsystem"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
"polkadot-node-jaeger",
"polkadot-node-subsystem-types",
"polkadot-overseer",
]
[[package]]
name = "polkadot-node-subsystem-types"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"futures",
"orchestra",
"polkadot-node-jaeger",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-primitives",
"polkadot-statement-table",
"sc-network",
"sp-authority-discovery",
"sp-consensus-babe",
"substrate-prometheus-endpoint",
"thiserror",
]
[[package]]
name = "polkadot-node-subsystem-util"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
dependencies = [
"async-trait",
"lru 0.9.0",
"parity-db",
"parity-scale-codec",
"parking_lot 0.11.2",
"polkadot-node-jaeger",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-subsystem",
"polkadot-overseer",
"polkadot-primitives",
"prioritized-metered-channel",
"rand 0.8.5",
"sp-application-crypto",
"sp-core",
"sp-keystore",
]
[[package]]
name = "polkadot-overseer"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"async-trait",
"futures",
"lru 0.9.0",
"orchestra",
"parking_lot 0.12.1",
"polkadot-node-metrics",
"polkadot-node-network-protocol",
"polkadot-node-primitives",
"polkadot-node-subsystem-types",
"polkadot-primitives",
"sc-client-api",
[[package]]
name = "polkadot-parachain"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"derive_more",
"frame-support",
"parity-scale-codec",
"polkadot-core-primitives",
"sp-std 5.0.0",
]
[[package]]
name = "polkadot-primitives"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"parity-scale-codec",
"polkadot-core-primitives",
"polkadot-parachain",
"sp-application-crypto",
"sp-arithmetic",
"sp-authority-discovery",
"sp-consensus-slots",
"sp-io",
"sp-keystore",
"sp-runtime",
"sp-std 5.0.0",
]
[[package]]
name = "polkadot-rpc"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"pallet-transaction-payment-rpc",
"polkadot-primitives",
"sc-chain-spec",
"sc-client-api",
"sc-consensus-babe",
"sc-consensus-babe-rpc",
"sc-consensus-beefy",
"sc-consensus-beefy-rpc",
"sc-consensus-epochs",
"sc-consensus-grandpa",
"sc-consensus-grandpa-rpc",
"sc-rpc",
"sc-sync-state-rpc",
"sc-transaction-pool-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-keystore",
"sp-runtime",
"substrate-frame-rpc-system",
Svyatoslav Nikolsky
committed
"substrate-state-trie-migration-rpc",
]
[[package]]
name = "polkadot-runtime"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"frame-election-provider-support",
"frame-executive",
"frame-support",
"frame-system",
"frame-system-rpc-runtime-api",
"frame-try-runtime",
"log",
"pallet-authority-discovery",
"pallet-authorship",
"pallet-babe",
"pallet-balances",
"pallet-bounties",
"pallet-child-bounties",
"pallet-collective",
"pallet-democracy",
"pallet-election-provider-multi-phase",
"pallet-elections-phragmen",
"pallet-fast-unstake",
"pallet-grandpa",
"pallet-identity",
"pallet-im-online",
"pallet-indices",
"pallet-membership",
"pallet-multisig",
"pallet-nomination-pools",
"pallet-nomination-pools-runtime-api",
"pallet-proxy",
"pallet-scheduler",
"pallet-session",
"pallet-staking",
"pallet-staking-reward-curve",
"pallet-staking-runtime-api",
"pallet-timestamp",
"pallet-tips",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc-runtime-api",
"pallet-treasury",
"pallet-utility",
"pallet-vesting",
"parity-scale-codec",
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-runtime-constants",
"serde",
"serde_derive",
"smallvec",
"sp-authority-discovery",
"sp-block-builder",
"sp-consensus-babe",
Svyatoslav Nikolsky
committed
"sp-mmr-primitives",
"sp-npos-elections",
"sp-offchain",
"sp-session",
"sp-staking",
"sp-std 5.0.0",
"sp-transaction-pool",
"sp-version",
"static_assertions",
"substrate-wasm-builder",
"xcm",
"xcm-builder",
"xcm-executor",
]
[[package]]
name = "polkadot-runtime-common"
version = "0.9.37"
source = "git+https://github.com/paritytech/polkadot?branch=master#c02f9adb6e31357a21fb0d07005441db71ddc9d6"
"frame-election-provider-support",
"frame-support",
"frame-system",
"impl-trait-for-tuples",
"log",
"pallet-authorship",
"pallet-balances",
"pallet-election-provider-multi-phase",
"pallet-fast-unstake",
"pallet-session",
"pallet-staking",
"pallet-timestamp",
"pallet-transaction-payment",
"pallet-treasury",
"pallet-vesting",
"parity-scale-codec",
"polkadot-primitives",
"polkadot-runtime-parachains",
"rustc-hex",
"serde",
"serde_derive",
"slot-range-helper",