diff --git a/Cargo.lock b/Cargo.lock index 1f12078f..b025643a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,11 +26,11 @@ dependencies = [ "scale-info", "serde", "sha3 0.10.6", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-runtime-interface 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", ] [[package]] @@ -325,7 +325,6 @@ dependencies = [ "async-global-executor", "async-io", "async-lock", - "async-process", "crossbeam-utils", "futures-channel", "futures-core", @@ -342,21 +341,6 @@ dependencies = [ "wasm-bindgen-futures", ] -[[package]] -name = "async-std-resolver" -version = "0.22.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "6ba50e24d9ee0a8950d3d03fc6d0dd10aa14b5de3b101949b4e160f7fee7c723" -dependencies = [ - "async-std", - "async-trait", - "futures-io", - "futures-util", - "pin-utils", - "socket2", - "trust-dns-resolver", -] - [[package]] name = "async-task" version = "4.3.0" @@ -482,43 +466,6 @@ dependencies = [ "serde", ] -[[package]] -name = "beefy-gadget" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "array-bytes 4.2.0", - "async-trait", - "beefy-primitives", - "fnv", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-finality-grandpa 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-gossip 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-arithmetic 5.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", - "wasm-timer", -] - [[package]] name = "beefy-gadget" version = "4.0.0-dev" @@ -532,105 +479,58 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-finality-grandpa 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-gossip 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-arithmetic 6.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-finality-grandpa", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-utils", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-beefy", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-keystore 0.13.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-keystore", + "sp-mmr-primitives", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", "wasm-timer", ] -[[package]] -name = "beefy-gadget-rpc" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "beefy-gadget 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "beefy-primitives", - "futures", - "jsonrpsee 0.15.1", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "thiserror", -] - [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "beefy-gadget 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "beefy-gadget", "futures", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-rpc", + "sc-utils", "serde", "sp-beefy", - "sp-core 7.0.0", - "sp-runtime 7.0.0", + "sp-core", + "sp-runtime", "thiserror", ] -[[package]] -name = "beefy-merkle-tree" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "beefy-primitives", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", -] - [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api", "sp-beefy", - "sp-runtime 7.0.0", -] - -[[package]] -name = "beefy-primitives" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", ] [[package]] @@ -811,13 +711,13 @@ dependencies = [ "account", "bp-messages", "bp-runtime", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -827,14 +727,14 @@ source = "git+/~https://github.com/darwinia-network/darwinia-messages-substrate?br dependencies = [ "bp-runtime", "finality-grandpa", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-finality-grandpa", + "sp-runtime", + "sp-std", ] [[package]] @@ -843,11 +743,11 @@ version = "0.1.0" source = "git+/~https://github.com/darwinia-network/darwinia-messages-substrate?branch=prepare-polkadot-v0.9.36#493a685cb279a38ca8e4d6a768dd8da48c474547" dependencies = [ "bp-runtime", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -857,14 +757,14 @@ source = "git+/~https://github.com/darwinia-network/darwinia-messages-substrate?br dependencies = [ "bitvec", "bp-runtime", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-std", ] [[package]] @@ -874,10 +774,10 @@ source = "git+/~https://github.com/darwinia-network/darwinia-messages-substrate?br dependencies = [ "bp-polkadot-core", "bp-runtime", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", + "sp-core", ] [[package]] @@ -887,17 +787,17 @@ source = "git+/~https://github.com/darwinia-network/darwinia-messages-substrate?br dependencies = [ "bp-messages", "bp-runtime", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api", + "sp-core", + "sp-runtime", + "sp-std", + "sp-version", ] [[package]] @@ -905,19 +805,19 @@ name = "bp-runtime" version = "0.1.0" source = "git+/~https://github.com/darwinia-network/darwinia-messages-substrate?branch=prepare-polkadot-v0.9.36#493a685cb279a38ca8e4d6a768dd8da48c474547" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "hash-db", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", "trie-db", ] @@ -930,10 +830,10 @@ dependencies = [ "ed25519-dalek", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 7.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-application-crypto", + "sp-finality-grandpa", + "sp-runtime", + "sp-std", ] [[package]] @@ -947,27 +847,27 @@ dependencies = [ "bp-parachains", "bp-polkadot-core", "bp-runtime", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "hash-db", "num-traits", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-balances", "pallet-bridge-dispatch", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-fee-market", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-version", ] [[package]] @@ -1404,24 +1304,24 @@ dependencies = [ "dc-primitives", "fp-rpc", "fp-self-contained", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-executive 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-try-runtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "pallet-assets", "pallet-aura", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-authorship", + "pallet-balances", "pallet-bridge-dispatch", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", - "pallet-collective 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-democracy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-elections-phragmen 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-collective", + "pallet-democracy", + "pallet-elections-phragmen", "pallet-ethereum", "pallet-evm", "pallet-evm-precompile-blake2", @@ -1430,46 +1330,46 @@ dependencies = [ "pallet-evm-precompile-modexp", "pallet-evm-precompile-simple", "pallet-fee-market", - "pallet-identity 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-membership 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-multisig 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-preimage 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-proxy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-scheduler 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-sudo 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-tips 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-utility 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-xcm 0.9.33", + "pallet-identity", + "pallet-membership", + "pallet-multisig", + "pallet-preimage", + "pallet-proxy", + "pallet-scheduler", + "pallet-session", + "pallet-sudo", + "pallet-timestamp", + "pallet-tips", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-xcm", "parachain-info", "parity-scale-codec", - "polkadot-parachain 0.9.33", - "polkadot-runtime-common 0.9.33", + "polkadot-parachain", + "polkadot-runtime-common", "precompile-utils", "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api", + "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-keyring 7.0.0", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-transaction-pool", + "sp-version", "static_assertions", - "substrate-wasm-builder 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "xcm 0.9.33", - "xcm-builder 0.9.33", - "xcm-executor 0.9.33", + "substrate-wasm-builder", + "xcm", + "xcm-builder", + "xcm-executor", "xcm-primitives", ] @@ -1707,11 +1607,11 @@ source = "git+/~https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.36# dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", + "sc-chain-spec", + "sc-cli", + "sc-service", + "sp-core", + "sp-runtime", "url", ] @@ -1726,15 +1626,15 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-overseer 0.9.36", - "polkadot-primitives 0.9.36", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sc-client-api", + "sp-api", + "sp-consensus", + "sp-core", + "sp-runtime", "tracing", ] @@ -1748,22 +1648,22 @@ dependencies = [ "cumulus-primitives-core", "futures", "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", - "sc-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-consensus-slots", + "sc-telemetry", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", "tracing", ] @@ -1780,13 +1680,13 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "polkadot-primitives 0.9.36", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-trie 7.0.0", + "polkadot-primitives", + "sc-client-api", + "sc-consensus", + "sp-blockchain", + "sp-consensus", + "sp-runtime", + "sp-trie", "tracing", ] @@ -1801,15 +1701,15 @@ dependencies = [ "futures-timer", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 0.9.36", - "polkadot-parachain 0.9.36", - "polkadot-primitives 0.9.36", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", + "polkadot-node-primitives", + "polkadot-parachain", + "polkadot-primitives", + "sc-client-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", "tracing", ] @@ -1823,16 +1723,16 @@ dependencies = [ "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-overseer 0.9.36", - "polkadot-primitives 0.9.36", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", "rand 0.8.5", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sc-client-api", + "sc-consensus", + "sp-consensus", + "sp-maybe-compressed-blob", + "sp-runtime", "tracing", ] @@ -1851,17 +1751,17 @@ dependencies = [ "cumulus-relay-chain-minimal-node", "futures", "parking_lot 0.12.1", - "polkadot-primitives 0.9.36", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-sysinfo 6.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", + "polkadot-primitives", + "sc-client-api", + "sc-consensus", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", ] [[package]] @@ -1869,15 +1769,15 @@ name = "cumulus-pallet-aura-ext" version = "0.1.0" source = "git+/~https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "pallet-aura", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -1886,15 +1786,15 @@ version = "0.1.0" source = "git+/~https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm 0.9.36", + "sp-io", + "sp-runtime", + "sp-std", + "xcm", ] [[package]] @@ -1907,22 +1807,22 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "environmental", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "parity-scale-codec", - "polkadot-parachain 0.9.36", + "polkadot-parachain", "scale-info", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-version", ] [[package]] @@ -1941,13 +1841,13 @@ name = "cumulus-pallet-session-benchmarking" version = "3.0.0" source = "git+/~https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-session", "parity-scale-codec", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -1956,14 +1856,14 @@ version = "0.1.0" source = "git+/~https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm 0.9.36", + "sp-io", + "sp-runtime", + "sp-std", + "xcm", ] [[package]] @@ -1972,17 +1872,17 @@ version = "0.1.0" source = "git+/~https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0" dependencies = [ "cumulus-primitives-core", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "rand_chacha 0.3.1", "scale-info", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm 0.9.36", - "xcm-executor 0.9.36", + "sp-runtime", + "sp-std", + "xcm", + "xcm-executor", ] [[package]] @@ -1991,13 +1891,13 @@ version = "0.1.0" source = "git+/~https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0" dependencies = [ "parity-scale-codec", - "polkadot-core-primitives 0.9.36", - "polkadot-parachain 0.9.36", - "polkadot-primitives 0.9.36", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", + "polkadot-core-primitives", + "polkadot-parachain", + "polkadot-primitives", + "sp-api", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -2010,16 +1910,16 @@ dependencies = [ "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", - "sp-trie 7.0.0", + "sp-api", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-trie", "tracing", ] @@ -2031,9 +1931,9 @@ dependencies = [ "cumulus-primitives-core", "futures", "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-inherents", + "sp-std", + "sp-timestamp", ] [[package]] @@ -2042,14 +1942,14 @@ version = "0.1.0" source = "git+/~https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "log", "parity-scale-codec", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm 0.9.36", - "xcm-builder 0.9.36", - "xcm-executor 0.9.36", + "sp-runtime", + "sp-std", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -2062,19 +1962,19 @@ dependencies = [ "cumulus-relay-chain-interface", "futures", "futures-timer", - "polkadot-cli 0.9.36", - "polkadot-client 0.9.36", - "polkadot-service 0.9.36", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-sysinfo 6.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", + "polkadot-cli", + "polkadot-client", + "polkadot-service", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sp-api", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -2085,14 +1985,14 @@ dependencies = [ "async-trait", "cumulus-primitives-core", "futures", - "jsonrpsee-core 0.16.2", + "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer 0.9.36", - "polkadot-service 0.9.36", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-state-machine 0.13.0", + "polkadot-overseer", + "polkadot-service", + "sc-client-api", + "sp-api", + "sp-blockchain", + "sp-state-machine", "thiserror", "tokio", ] @@ -2109,29 +2009,29 @@ dependencies = [ "cumulus-relay-chain-rpc-interface", "futures", "lru", - "polkadot-core-primitives 0.9.36", - "polkadot-network-bridge 0.9.36", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-overseer 0.9.36", - "polkadot-primitives 0.9.36", - "polkadot-service 0.9.36", - "sc-authority-discovery 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "polkadot-core-primitives", + "polkadot-network-bridge", + "polkadot-node-network-protocol", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "polkadot-service", + "sc-authority-discovery", + "sc-client-api", + "sc-consensus", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-runtime", "tokio", "tracing", "url", @@ -2147,20 +2047,20 @@ dependencies = [ "cumulus-relay-chain-interface", "futures", "futures-timer", - "jsonrpsee 0.16.2", + "jsonrpsee", "lru", "parity-scale-codec", - "polkadot-service 0.9.36", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "polkadot-service", + "sc-client-api", + "sc-rpc-api", "serde", "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-state-machine 0.13.0", - "sp-storage 7.0.0", + "sp-api", + "sp-authority-discovery", + "sp-consensus-babe", + "sp-core", + "sp-state-machine", + "sp-storage", "tokio", "tracing", "url", @@ -2173,10 +2073,10 @@ source = "git+/~https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.36# dependencies = [ "cumulus-primitives-core", "parity-scale-codec", - "polkadot-primitives 0.9.36", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", + "polkadot-primitives", + "sp-runtime", + "sp-state-machine", + "sp-std", ] [[package]] @@ -2291,57 +2191,57 @@ dependencies = [ "fp-evm", "fp-rpc", "fp-storage", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-benchmarking-cli 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-benchmarking-cli", "futures", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", - "pallet-transaction-payment-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-transaction-payment-rpc", "pangolin-runtime", "parity-scale-codec", - "polkadot-cli 0.9.33", - "polkadot-parachain 0.9.33", - "polkadot-primitives 0.9.33", - "polkadot-service 0.9.33", - "sc-basic-authorship 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "polkadot-cli", + "polkadot-parachain", + "polkadot-primitives", + "polkadot-service", + "sc-basic-authorship", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-sysinfo 6.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-offchain", + "sc-rpc", + "sc-rpc-api", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "serde", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-keystore 0.13.0", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "substrate-build-script-utils 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "substrate-frame-rpc-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "try-runtime-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "xcm 0.9.33", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-timestamp", + "sp-transaction-pool", + "substrate-build-script-utils", + "substrate-frame-rpc-system", + "substrate-prometheus-endpoint", + "try-runtime-cli", + "xcm", ] [[package]] @@ -2351,18 +2251,18 @@ dependencies = [ "darwinia-deposit", "darwinia-staking", "dc-primitives", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "pallet-assets", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-identity 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-balances", + "pallet-identity", + "pallet-vesting", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-keyring 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-keyring", + "sp-runtime", + "sp-std", ] [[package]] @@ -2372,17 +2272,17 @@ dependencies = [ "account", "bp-darwinia-core", "dc-primitives", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-collective 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", + "pallet-collective", "parity-scale-codec", "smallvec", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm 0.9.33", - "xcm-builder 0.9.33", - "xcm-executor 0.9.33", + "sp-io", + "sp-runtime", + "sp-std", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -2392,17 +2292,17 @@ dependencies = [ "darwinia-staking", "dc-inflation", "dc-types", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "pallet-assets", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-balances", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -2412,16 +2312,16 @@ dependencies = [ "array-bytes 6.0.0", "dc-primitives", "ethabi", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "libsecp256k1 0.7.1", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", ] [[package]] @@ -2429,17 +2329,17 @@ name = "darwinia-message-gadget" version = "6.0.0" dependencies = [ "array-bytes 6.0.0", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", + "pallet-balances", "pallet-evm", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -2453,23 +2353,23 @@ dependencies = [ "fp-ethereum", "fp-evm", "fp-self-contained", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "libsecp256k1 0.5.0", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-balances", "pallet-bridge-dispatch", "pallet-ethereum", "pallet-evm", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-timestamp", "parity-scale-codec", "precompile-utils", "rlp", "scale-info", "sha3 0.9.1", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -2477,20 +2377,20 @@ name = "darwinia-precompile-assets" version = "6.0.0" dependencies = [ "fp-evm", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "pallet-assets", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-balances", "pallet-evm", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-timestamp", "parity-scale-codec", "precompile-utils", "scale-info", "sha3 0.8.2", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -2498,19 +2398,19 @@ name = "darwinia-precompile-bls12-381" version = "6.0.0" dependencies = [ "fp-evm", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "milagro_bls", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-balances", "pallet-evm", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-timestamp", "parity-scale-codec", "precompile-utils", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -2519,18 +2419,18 @@ version = "6.0.0" dependencies = [ "darwinia-deposit", "fp-evm", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", + "pallet-balances", "pallet-evm", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-timestamp", "parity-scale-codec", "precompile-utils", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -2540,18 +2440,18 @@ dependencies = [ "darwinia-deposit", "darwinia-staking", "fp-evm", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", + "pallet-balances", "pallet-evm", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-timestamp", "parity-scale-codec", "precompile-utils", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -2559,18 +2459,18 @@ name = "darwinia-precompile-state-storage" version = "6.0.0" dependencies = [ "fp-evm", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", + "pallet-balances", "pallet-evm", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-timestamp", "parity-scale-codec", "precompile-utils", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -2607,24 +2507,24 @@ dependencies = [ "dc-primitives", "fp-rpc", "fp-self-contained", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-executive 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-try-runtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "pallet-assets", "pallet-aura", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-authorship", + "pallet-balances", "pallet-bridge-dispatch", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", - "pallet-collective 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-democracy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-elections-phragmen 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-collective", + "pallet-democracy", + "pallet-elections-phragmen", "pallet-ethereum", "pallet-evm", "pallet-evm-precompile-blake2", @@ -2633,46 +2533,46 @@ dependencies = [ "pallet-evm-precompile-modexp", "pallet-evm-precompile-simple", "pallet-fee-market", - "pallet-identity 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-membership 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-multisig 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-preimage 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-proxy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-scheduler 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-sudo 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-tips 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-utility 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-xcm 0.9.33", + "pallet-identity", + "pallet-membership", + "pallet-multisig", + "pallet-preimage", + "pallet-proxy", + "pallet-scheduler", + "pallet-session", + "pallet-sudo", + "pallet-timestamp", + "pallet-tips", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-xcm", "parachain-info", "parity-scale-codec", - "polkadot-parachain 0.9.33", - "polkadot-runtime-common 0.9.33", + "polkadot-parachain", + "polkadot-runtime-common", "precompile-utils", "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api", + "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-keyring 7.0.0", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-transaction-pool", + "sp-version", "static_assertions", - "substrate-wasm-builder 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "xcm 0.9.33", - "xcm-builder 0.9.33", - "xcm-executor 0.9.33", + "substrate-wasm-builder", + "xcm", + "xcm-builder", + "xcm-executor", "xcm-primitives", ] @@ -2683,20 +2583,20 @@ dependencies = [ "darwinia-deposit", "dc-inflation", "dc-types", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "pallet-assets", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-authorship", + "pallet-balances", + "pallet-session", + "pallet-timestamp", "parity-scale-codec", "pretty_env_logger", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -2731,7 +2631,7 @@ version = "6.0.0" dependencies = [ "dc-types", "primitive-types 0.12.1", - "sp-arithmetic 6.0.0", + "sp-arithmetic", "substrate-fixed", ] @@ -2741,8 +2641,8 @@ version = "6.0.0" dependencies = [ "account", "dc-types", - "sp-core 7.0.0", - "sp-runtime 7.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -3322,64 +3222,64 @@ dependencies = [ [[package]] name = "fc-cli" version = "1.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "clap", "ethereum-types 0.14.1", "fc-db", "fp-rpc", "fp-storage", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-cli", + "sc-service", "serde", "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sp-api", + "sp-blockchain", + "sp-runtime", ] [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "async-trait", "fc-db", "fp-consensus", "fp-rpc", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sc-client-api", + "sc-consensus", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-runtime", "thiserror", ] [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "fp-storage", - "kvdb-rocksdb 0.17.0", + "kvdb-rocksdb", "log", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-db 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-db", "smallvec", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-database 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-runtime", ] [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "fc-db", "fp-consensus", @@ -3387,16 +3287,16 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sc-client-api", + "sp-api", + "sp-blockchain", + "sp-runtime", ] [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "ethereum", "ethereum-types 0.14.1", @@ -3409,7 +3309,7 @@ dependencies = [ "fp-storage", "futures", "hex", - "jsonrpsee 0.16.2", + "jsonrpsee", "libsecp256k1 0.7.1", "log", "lru", @@ -3417,33 +3317,33 @@ dependencies = [ "prometheus", "rand 0.8.5", "rlp", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-storage 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-rpc", + "sc-service", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-io", + "sp-runtime", + "sp-storage", + "substrate-prometheus-endpoint", "tokio", ] [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "ethereum", "ethereum-types 0.14.1", - "jsonrpsee 0.16.2", + "jsonrpsee", "rlp", "rustc-hex", "serde", @@ -3569,14 +3469,6 @@ version = "1.0.7" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "fork-tree" -version = "3.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "fork-tree" version = "3.0.0" @@ -3597,77 +3489,77 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "ethereum", "parity-scale-codec", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "ethereum", "ethereum-types 0.14.1", "fp-evm", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "num_enum", "parity-scale-codec", - "sp-core 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-std", ] [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "evm", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "parity-scale-codec", "serde", - "sp-core 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-std", ] [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "ethereum", "ethereum-types 0.14.1", "fp-evm", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-api", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "ethereum", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0", + "sp-runtime", ] [[package]] name = "fp-storage" version = "2.0.0" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "parity-scale-codec", "serde", @@ -3679,102 +3571,27 @@ version = "2.0.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" -[[package]] -name = "frame-benchmarking" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-runtime-interface 6.0.0", - "sp-std 4.0.0", - "sp-storage 6.0.0", -] - [[package]] name = "frame-benchmarking" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-runtime-interface 7.0.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", -] - -[[package]] -name = "frame-benchmarking-cli" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "Inflector", - "array-bytes 4.2.0", - "chrono", - "clap", - "comfy-table", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "gethostname", - "handlebars", - "hash-db", - "itertools", - "kvdb 0.12.0", - "lazy_static", - "linked-hash-map", - "log", - "memory-db 0.30.0", - "parity-scale-codec", - "rand 0.8.5", - "rand_pcg 0.3.1", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-db 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-sysinfo 6.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "serde_json", - "serde_nanos", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-database 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-externalities 0.12.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-storage 6.0.0", - "sp-trie 6.0.0", - "tempfile", - "thiserror", - "thousands", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "sp-storage", ] [[package]] @@ -3787,59 +3604,48 @@ dependencies = [ "chrono", "clap", "comfy-table", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "gethostname", "handlebars", "hash-db", "itertools", - "kvdb 0.13.0", + "kvdb", "lazy_static", "linked-hash-map", "log", - "memory-db 0.31.0", + "memory-db", "parity-scale-codec", "rand 0.8.5", "rand_pcg 0.3.1", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-db 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-sysinfo 6.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-block-builder", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", "serde_nanos", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-database 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-externalities 0.13.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", - "sp-trie 7.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-externalities", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-trie", "tempfile", "thiserror", "thousands", ] -[[package]] -name = "frame-election-provider-solution-type" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" @@ -3851,53 +3657,21 @@ dependencies = [ "syn", ] -[[package]] -name = "frame-election-provider-support" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-election-provider-solution-type 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 5.0.0", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-election-provider-solution-type 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "frame-executive" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-election-provider-solution-type", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-tracing 5.0.0", + "sp-arithmetic", + "sp-core", + "sp-npos-elections", + "sp-runtime", + "sp-std", ] [[package]] @@ -3905,16 +3679,16 @@ name = "frame-executive" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-try-runtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", + "frame-try-runtime", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-tracing 6.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -3940,46 +3714,14 @@ dependencies = [ "parity-scale-codec", "serde", "serde_json", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "substrate-rpc-client 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-version", + "substrate-rpc-client", "tokio", ] -[[package]] -name = "frame-support" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "bitflags", - "frame-metadata", - "frame-support-procedural 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "impl-trait-for-tuples", - "k256", - "log", - "once_cell", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "smallvec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-core-hashing-proc-macro 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-tracing 5.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "tt-call", -] - [[package]] name = "frame-support" version = "4.0.0-dev" @@ -3987,7 +3729,7 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "bitflags", "frame-metadata", - "frame-support-procedural 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support-procedural", "impl-trait-for-tuples", "k256", "log", @@ -3997,35 +3739,21 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-core-hashing-proc-macro 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-tracing 6.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-core-hashing-proc-macro", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-weights", "tt-call", ] -[[package]] -name = "frame-support-procedural" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "Inflector", - "cfg-expr", - "frame-support-procedural-tools 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "itertools", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "frame-support-procedural" version = "4.0.0-dev" @@ -4033,47 +3761,25 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "Inflector", "cfg-expr", - "frame-support-procedural-tools 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support-procedural-tools", "itertools", "proc-macro2", "quote", "syn", ] -[[package]] -name = "frame-support-procedural-tools" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", "syn", ] -[[package]] -name = "frame-support-procedural-tools-derive" -version = "3.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" @@ -4084,55 +3790,22 @@ dependencies = [ "syn", ] -[[package]] -name = "frame-system" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", -] - [[package]] name = "frame-system" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "frame-system-benchmarking" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", + "sp-weights", ] [[package]] @@ -4140,23 +3813,14 @@ name = "frame-system-benchmarking" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "frame-system-rpc-runtime-api" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -4165,19 +3829,7 @@ version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "frame-try-runtime" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-api", ] [[package]] @@ -4185,11 +3837,11 @@ name = "frame-try-runtime" version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] @@ -4951,54 +4603,18 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "jsonrpsee" -version = "0.15.1" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a" -dependencies = [ - "jsonrpsee-core 0.15.1", - "jsonrpsee-http-server", - "jsonrpsee-proc-macros 0.15.1", - "jsonrpsee-types 0.15.1", - "jsonrpsee-ws-client 0.15.1", - "jsonrpsee-ws-server", - "tracing", -] - [[package]] name = "jsonrpsee" version = "0.16.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e" dependencies = [ - "jsonrpsee-core 0.16.2", - "jsonrpsee-proc-macros 0.16.2", + "jsonrpsee-core", + "jsonrpsee-proc-macros", "jsonrpsee-server", - "jsonrpsee-types 0.16.2", - "jsonrpsee-ws-client 0.16.2", - "tracing", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.15.1" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74" -dependencies = [ - "futures-util", - "http", - "jsonrpsee-core 0.15.1", - "jsonrpsee-types 0.15.1", - "pin-project", - "rustls-native-certs", - "soketto", - "thiserror", - "tokio", - "tokio-rustls", - "tokio-util", + "jsonrpsee-types", + "jsonrpsee-ws-client", "tracing", - "webpki-roots", ] [[package]] @@ -5009,8 +4625,8 @@ checksum = "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb" dependencies = [ "futures-util", "http", - "jsonrpsee-core 0.16.2", - "jsonrpsee-types 0.16.2", + "jsonrpsee-core", + "jsonrpsee-types", "pin-project", "rustls-native-certs", "soketto", @@ -5024,9 +4640,9 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.15.1" +version = "0.16.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca" +checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b" dependencies = [ "anyhow", "arrayvec 0.7.2", @@ -5037,10 +4653,8 @@ dependencies = [ "futures-timer", "futures-util", "globset", - "http", "hyper", - "jsonrpsee-types 0.15.1", - "lazy_static", + "jsonrpsee-types", "parking_lot 0.12.1", "rand 0.8.5", "rustc-hash", @@ -5050,73 +4664,13 @@ dependencies = [ "thiserror", "tokio", "tracing", - "tracing-futures", - "unicase", ] [[package]] -name = "jsonrpsee-core" +name = "jsonrpsee-proc-macros" version = "0.16.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b" -dependencies = [ - "anyhow", - "arrayvec 0.7.2", - "async-lock", - "async-trait", - "beef", - "futures-channel", - "futures-timer", - "futures-util", - "globset", - "hyper", - "jsonrpsee-types 0.16.2", - "parking_lot 0.12.1", - "rand 0.8.5", - "rustc-hash", - "serde", - "serde_json", - "soketto", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "jsonrpsee-http-server" -version = "0.15.1" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117" -dependencies = [ - "futures-channel", - "futures-util", - "hyper", - "jsonrpsee-core 0.15.1", - "jsonrpsee-types 0.15.1", - "serde", - "serde_json", - "tokio", - "tracing", - "tracing-futures", -] - -[[package]] -name = "jsonrpsee-proc-macros" -version = "0.15.1" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "jsonrpsee-proc-macros" -version = "0.16.2" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c" +checksum = "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c" dependencies = [ "heck", "proc-macro-crate", @@ -5135,8 +4689,8 @@ dependencies = [ "futures-util", "http", "hyper", - "jsonrpsee-core 0.16.2", - "jsonrpsee-types 0.16.2", + "jsonrpsee-core", + "jsonrpsee-types", "serde", "serde_json", "soketto", @@ -5147,20 +4701,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-types" -version = "0.15.1" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d" -dependencies = [ - "anyhow", - "beef", - "serde", - "serde_json", - "thiserror", - "tracing", -] - [[package]] name = "jsonrpsee-types" version = "0.16.2" @@ -5175,18 +4715,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-ws-client" -version = "0.15.1" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff" -dependencies = [ - "http", - "jsonrpsee-client-transport 0.15.1", - "jsonrpsee-core 0.15.1", - "jsonrpsee-types 0.15.1", -] - [[package]] name = "jsonrpsee-ws-client" version = "0.16.2" @@ -5194,29 +4722,9 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9" dependencies = [ "http", - "jsonrpsee-client-transport 0.16.2", - "jsonrpsee-core 0.16.2", - "jsonrpsee-types 0.16.2", -] - -[[package]] -name = "jsonrpsee-ws-server" -version = "0.15.1" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325" -dependencies = [ - "futures-channel", - "futures-util", - "http", - "jsonrpsee-core 0.15.1", - "jsonrpsee-types 0.15.1", - "serde_json", - "soketto", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", - "tracing-futures", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", ] [[package]] @@ -5242,113 +4750,113 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" +version = "0.9.36" +source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "beefy-primitives", "bitvec", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-executive 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-try-runtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-election-provider-support", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "kusama-runtime-constants", "log", - "pallet-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-babe 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-bags-list 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-bounties 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-child-bounties 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-collective 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-bags-list", + "pallet-balances", + "pallet-bounties", + "pallet-child-bounties", + "pallet-collective", "pallet-conviction-voting", - "pallet-democracy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-election-provider-multi-phase 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-election-provider-support-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-elections-phragmen 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-fast-unstake 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-gilt", - "pallet-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-identity 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-im-online 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-indices 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-membership 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-multisig 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-nomination-pools 1.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-democracy", + "pallet-election-provider-multi-phase", + "pallet-election-provider-support-benchmarking", + "pallet-elections-phragmen", + "pallet-fast-unstake", + "pallet-grandpa", + "pallet-identity", + "pallet-im-online", + "pallet-indices", + "pallet-membership", + "pallet-multisig", + "pallet-nis", + "pallet-nomination-pools", "pallet-nomination-pools-benchmarking", - "pallet-nomination-pools-runtime-api 1.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-offences 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-nomination-pools-runtime-api", + "pallet-offences", "pallet-offences-benchmarking", - "pallet-preimage 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-proxy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-preimage", + "pallet-proxy", "pallet-ranked-collective", "pallet-recovery", "pallet-referenda", - "pallet-scheduler 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-scheduler", + "pallet-session", "pallet-session-benchmarking", "pallet-society", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-tips 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-utility 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-staking", + "pallet-timestamp", + "pallet-tips", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", "pallet-whitelist", - "pallet-xcm 0.9.33", + "pallet-xcm", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-primitives 0.9.33", - "polkadot-runtime-common 0.9.33", - "polkadot-runtime-parachains 0.9.33", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-arithmetic 5.0.0", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-api", + "sp-arithmetic", + "sp-authority-discovery", + "sp-beefy", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", + "sp-mmr-primitives", + "sp-npos-elections", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-transaction-pool", + "sp-version", "static_assertions", - "substrate-wasm-builder 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "xcm 0.9.33", - "xcm-builder 0.9.33", - "xcm-executor 0.9.33", + "substrate-wasm-builder", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] name = "kusama-runtime-constants" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" +version = "0.9.36" +source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "polkadot-primitives 0.9.33", - "polkadot-runtime-common 0.9.33", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -5360,16 +4868,6 @@ dependencies = [ "log", ] -[[package]] -name = "kvdb" -version = "0.12.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "585089ceadba0197ffe9af6740ab350b325e3c1f5fccfbc3522e0250c750409b" -dependencies = [ - "parity-util-mem", - "smallvec", -] - [[package]] name = "kvdb" version = "0.13.0" @@ -5379,41 +4877,14 @@ dependencies = [ "smallvec", ] -[[package]] -name = "kvdb-memorydb" -version = "0.12.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "40d109c87bfb7759edd2a49b2649c1afe25af785d930ad6a38479b4dc70dd873" -dependencies = [ - "kvdb 0.12.0", - "parity-util-mem", - "parking_lot 0.12.1", -] - [[package]] name = "kvdb-memorydb" version = "0.13.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" dependencies = [ - "kvdb 0.13.0", - "parking_lot 0.12.1", -] - -[[package]] -name = "kvdb-rocksdb" -version = "0.16.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "c076cc2cdbac89b9910c853a36c957d3862a779f31c2661174222cefb49ee597" -dependencies = [ - "kvdb 0.12.0", - "log", - "num_cpus", - "parity-util-mem", + "kvdb", "parking_lot 0.12.1", - "regex", - "rocksdb", - "smallvec", ] [[package]] @@ -5422,7 +4893,7 @@ version = "0.17.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "2182b8219fee6bd83aacaab7344e840179ae079d5216aa4e249b4d704646a844" dependencies = [ - "kvdb 0.13.0", + "kvdb", "num_cpus", "parking_lot 0.12.1", "regex", @@ -5546,7 +5017,6 @@ version = "0.37.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720" dependencies = [ - "async-std-resolver", "futures", "libp2p-core", "log", @@ -5610,7 +5080,6 @@ version = "0.41.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15" dependencies = [ - "async-io", "data-encoding", "dns-parser", "futures", @@ -5750,7 +5219,6 @@ version = "0.37.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92" dependencies = [ - "async-io", "futures", "futures-timer", "if-watch", @@ -6115,17 +5583,6 @@ dependencies = [ "autocfg", ] -[[package]] -name = "memory-db" -version = "0.30.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "34ac11bb793c28fa095b7554466f53b3a60a2cd002afdac01bcf135cbd73a269" -dependencies = [ - "hash-db", - "hashbrown", - "parity-util-mem", -] - [[package]] name = "memory-db" version = "0.31.0" @@ -6136,15 +5593,6 @@ dependencies = [ "hashbrown", ] -[[package]] -name = "memory-lru" -version = "0.1.1" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395" -dependencies = [ - "lru", -] - [[package]] name = "memory_units" version = "0.4.0" @@ -6219,16 +5667,16 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-offchain", + "sp-api", "sp-beefy", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-io", + "sp-mmr-primitives", + "sp-runtime", ] [[package]] @@ -6237,14 +5685,14 @@ version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "anyhow", - "jsonrpsee 0.16.2", + "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-mmr-primitives", + "sp-runtime", ] [[package]] @@ -6712,16 +6160,16 @@ name = "orml-traits" version = "0.4.1-dev" source = "git+/~https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.36#db0381f6363e0c8e781082b6f552c092b688fb1c" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "impl-trait-for-tuples", "num-traits", "orml-utilities", "parity-scale-codec", "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm 0.9.36", + "sp-io", + "sp-runtime", + "sp-std", + "xcm", ] [[package]] @@ -6729,12 +6177,12 @@ name = "orml-utilities" version = "0.4.1-dev" source = "git+/~https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.36#db0381f6363e0c8e781082b6f552c092b688fb1c" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "parity-scale-codec", "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6758,14 +6206,14 @@ name = "pallet-assets" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -6773,31 +6221,15 @@ name = "pallet-aura" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-authority-discovery" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 6.0.0", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -6805,30 +6237,15 @@ name = "pallet-authority-discovery" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 7.0.0", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-authorship" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "impl-trait-for-tuples", + "frame-support", + "frame-system", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-application-crypto", + "sp-authority-discovery", + "sp-runtime", + "sp-std", ] [[package]] @@ -6836,38 +6253,14 @@ name = "pallet-authorship" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-babe" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 6.0.0", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-vrf 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", + "sp-authorship", + "sp-runtime", + "sp-std", ] [[package]] @@ -6875,43 +6268,23 @@ name = "pallet-babe" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "log", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 7.0.0", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-vrf 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-bags-list" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-authorship", + "pallet-session", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-tracing 5.0.0", + "sp-application-crypto", + "sp-consensus-babe", + "sp-consensus-vrf", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", ] [[package]] @@ -6919,34 +6292,19 @@ name = "pallet-bags-list" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "log", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-tracing 6.0.0", -] - -[[package]] -name = "pallet-balances" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", + "pallet-balances", "parity-scale-codec", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -6954,30 +6312,14 @@ name = "pallet-balances" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-beefy" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "beefy-primitives", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -6985,38 +6327,15 @@ name = "pallet-beefy" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", + "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-beefy", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-beefy-mmr" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "array-bytes 4.2.0", - "beefy-merkle-tree 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "beefy-primitives", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "pallet-beefy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-mmr 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -7025,39 +6344,21 @@ version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "array-bytes 4.2.0", - "beefy-merkle-tree 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "beefy-merkle-tree", + "frame-support", + "frame-system", "log", - "pallet-beefy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-mmr 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-beefy", + "pallet-mmr", + "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-beefy", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-bounties" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7065,17 +6366,17 @@ name = "pallet-bounties" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7085,14 +6386,14 @@ source = "git+/~https://github.com/darwinia-network/darwinia-messages-substrate?br dependencies = [ "bp-message-dispatch", "bp-runtime", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "pallet-root-testing", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -7104,17 +6405,17 @@ dependencies = [ "bp-runtime", "bp-test-utils", "finality-grandpa", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", + "sp-finality-grandpa", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -7126,16 +6427,16 @@ dependencies = [ "bp-message-dispatch", "bp-messages", "bp-runtime", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -7146,36 +6447,17 @@ dependencies = [ "bp-parachains", "bp-polkadot-core", "bp-runtime", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", -] - -[[package]] -name = "pallet-child-bounties" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "pallet-bounties 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -7183,35 +6465,18 @@ name = "pallet-child-bounties" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "log", - "pallet-bounties 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-collective" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", + "pallet-bounties", + "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7219,51 +6484,33 @@ name = "pallet-collective" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "assert_matches", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "serde", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - -[[package]] -name = "pallet-democracy" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7271,41 +6518,17 @@ name = "pallet-democracy" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-election-provider-multi-phase" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "pallet-election-provider-support-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "rand 0.7.3", - "scale-info", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "static_assertions", - "strum", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7313,91 +6536,60 @@ name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", - "pallet-election-provider-support-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-election-provider-support-benchmarking", "parity-scale-codec", "rand 0.7.3", "scale-info", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-std", "static_assertions", "strum", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", -] - [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-election-provider-support", + "frame-system", "parity-scale-codec", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sp-npos-elections", + "sp-runtime", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-std", ] [[package]] -name = "pallet-elections-phragmen" -version = "5.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-ethereum" -version = "4.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +name = "pallet-ethereum" +version = "4.0.0-dev" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "ethereum", "ethereum-types 0.14.1", @@ -7408,48 +6600,48 @@ dependencies = [ "fp-rpc", "fp-self-contained", "fp-storage", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "pallet-evm", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-timestamp", "parity-scale-codec", "rlp", "scale-info", "serde", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "environmental", "evm", "fp-evm", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "hex", "log", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-timestamp", "parity-scale-codec", "primitive-types 0.12.1", "rlp", "scale-info", "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "fp-evm", ] @@ -7457,27 +6649,27 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "fp-evm", - "sp-core 7.0.0", + "sp-core", "substrate-bn", ] [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "fp-evm", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "pallet-evm", ] [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "fp-evm", "num", @@ -7486,29 +6678,11 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#89d4b1eed293cd43ca28993f0bab4d2eecde7953" +source = "git+/~https://github.com/darwinia-network/frontier?branch=polkadot-v0.9.36#bee8cbfc3ffb09f271ac39785ab0ddfe281ee63c" dependencies = [ "fp-evm", "ripemd", - "sp-io 7.0.0", -] - -[[package]] -name = "pallet-fast-unstake" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", + "sp-io", ] [[package]] @@ -7516,17 +6690,17 @@ name = "pallet-fast-unstake" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -7536,54 +6710,16 @@ source = "git+/~https://github.com/darwinia-network/darwinia-messages-substrate?br dependencies = [ "bp-messages", "bp-runtime", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-gilt" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 5.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - -[[package]] -name = "pallet-grandpa" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7591,38 +6727,22 @@ name = "pallet-grandpa" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-authorship", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0", - "sp-core 7.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-identity" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "enumflags2", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-application-crypto", + "sp-core", + "sp-finality-grandpa", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", ] [[package]] @@ -7631,34 +6751,14 @@ version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "enumflags2", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-im-online" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7666,36 +6766,19 @@ name = "pallet-im-online" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 7.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-indices" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-keyring 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -7703,33 +6786,16 @@ name = "pallet-indices" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-keyring 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-membership" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-keyring", + "sp-runtime", + "sp-std", ] [[package]] @@ -7737,34 +6803,16 @@ name = "pallet-membership" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-mmr" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "ckb-merkle-mountain-range", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7772,81 +6820,48 @@ name = "pallet-mmr" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-mmr-rpc" -version = "3.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "anyhow", - "jsonrpsee 0.15.1", - "parity-scale-codec", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", + "sp-core", + "sp-io", + "sp-mmr-primitives", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] -name = "pallet-multisig" +name = "pallet-nis" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-nomination-pools" -version = "1.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -7854,46 +6869,36 @@ name = "pallet-nomination-pools" version = "1.0.0" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-bags-list 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-nomination-pools 1.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-runtime 6.0.0", - "sp-runtime-interface 6.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", -] - -[[package]] -name = "pallet-nomination-pools-runtime-api" -version = "1.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "pallet-bags-list", + "pallet-nomination-pools", + "pallet-staking", "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", + "scale-info", + "sp-runtime", + "sp-runtime-interface", + "sp-staking", + "sp-std", ] [[package]] @@ -7902,25 +6907,8 @@ version = "1.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-offences" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime 6.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", + "sp-api", + "sp-std", ] [[package]] @@ -7928,56 +6916,39 @@ name = "pallet-offences" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "log", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-babe 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-im-online 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-offences 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-runtime 6.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", -] - -[[package]] -name = "pallet-preimage" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "pallet-babe", + "pallet-balances", + "pallet-grandpa", + "pallet-im-online", + "pallet-offences", + "pallet-session", + "pallet-staking", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -7985,31 +6956,16 @@ name = "pallet-preimage" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-proxy" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -8017,65 +6973,66 @@ name = "pallet-proxy" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "assert_matches", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 5.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -8083,30 +7040,14 @@ name = "pallet-root-testing" version = "1.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-scheduler" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -8114,37 +7055,16 @@ name = "pallet-scheduler" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "log", - "parity-scale-codec", - "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "pallet-session" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "impl-trait-for-tuples", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", - "sp-trie 6.0.0", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", ] [[package]] @@ -8152,73 +7072,50 @@ name = "pallet-session" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", - "sp-trie 7.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-trie", ] [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-session", + "pallet-staking", "rand 0.7.3", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", + "sp-runtime", + "sp-session", + "sp-std", ] [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "rand_chacha 0.2.2", - "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - -[[package]] -name = "pallet-staking" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-support", + "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "serde", - "sp-application-crypto 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -8226,32 +7123,22 @@ name = "pallet-staking" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "log", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-authorship", + "pallet-session", "parity-scale-codec", + "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-staking-reward-curve" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", + "sp-application-crypto", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -8265,53 +7152,30 @@ dependencies = [ "syn", ] -[[package]] -name = "pallet-staking-reward-fn" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "log", - "sp-arithmetic 5.0.0", -] - [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "log", - "sp-arithmetic 6.0.0", + "sp-arithmetic", ] [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - -[[package]] -name = "pallet-sudo" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -8319,31 +7183,13 @@ name = "pallet-sudo" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-timestamp" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -8351,36 +7197,17 @@ name = "pallet-timestamp" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "pallet-tips" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", "parity-scale-codec", "scale-info", - "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-std", + "sp-timestamp", ] [[package]] @@ -8388,34 +7215,18 @@ name = "pallet-tips" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-transaction-payment" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -8423,31 +7234,15 @@ name = "pallet-transaction-payment" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-transaction-payment-rpc" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "jsonrpsee 0.15.1", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-rpc 6.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -8455,27 +7250,15 @@ name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "jsonrpsee 0.16.2", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-rpc 6.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "pallet-transaction-payment-rpc-runtime-api" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "jsonrpsee", + "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-weights", ] [[package]] @@ -8483,175 +7266,109 @@ name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-transaction-payment", "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] -name = "pallet-treasury" +name = "pallet-utility" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "impl-trait-for-tuples", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "serde", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] -name = "pallet-utility" +name = "pallet-vesting" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", "parity-scale-codec", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] -name = "pallet-utility" +name = "pallet-whitelist" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] -name = "pallet-vesting" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +name = "pallet-xcm" +version = "0.9.36" +source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "serde", + "sp-core", + "sp-runtime", + "sp-std", + "xcm", + "xcm-executor", ] [[package]] -name = "pallet-vesting" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "pallet-whitelist" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - -[[package]] -name = "pallet-xcm" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "xcm 0.9.33", - "xcm-executor 0.9.33", -] - -[[package]] -name = "pallet-xcm" +name = "pallet-xcm-benchmarks" version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm 0.9.36", - "xcm-executor 0.9.36", -] - -[[package]] -name = "pallet-xcm-benchmarks" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "xcm 0.9.33", - "xcm-executor 0.9.33", + "sp-runtime", + "sp-std", + "xcm", + "xcm-executor", ] [[package]] @@ -8688,23 +7405,23 @@ dependencies = [ "dc-primitives", "fp-rpc", "fp-self-contained", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-executive 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-try-runtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "pallet-assets", "pallet-aura", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-authorship", + "pallet-balances", "pallet-bridge-dispatch", "pallet-bridge-grandpa", "pallet-bridge-messages", - "pallet-collective 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-democracy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-elections-phragmen 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-collective", + "pallet-democracy", + "pallet-elections-phragmen", "pallet-ethereum", "pallet-evm", "pallet-evm-precompile-blake2", @@ -8713,46 +7430,46 @@ dependencies = [ "pallet-evm-precompile-modexp", "pallet-evm-precompile-simple", "pallet-fee-market", - "pallet-identity 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-membership 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-multisig 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-preimage 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-proxy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-scheduler 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-sudo 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-tips 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-utility 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-xcm 0.9.33", + "pallet-identity", + "pallet-membership", + "pallet-multisig", + "pallet-preimage", + "pallet-proxy", + "pallet-scheduler", + "pallet-session", + "pallet-sudo", + "pallet-timestamp", + "pallet-tips", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-xcm", "parachain-info", "parity-scale-codec", - "polkadot-parachain 0.9.33", - "polkadot-runtime-common 0.9.33", + "polkadot-parachain", + "polkadot-runtime-common", "precompile-utils", "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api", + "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-keyring 7.0.0", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-transaction-pool", + "sp-version", "static_assertions", - "substrate-wasm-builder 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "xcm 0.9.33", - "xcm-builder 0.9.33", - "xcm-executor 0.9.33", + "substrate-wasm-builder", + "xcm", + "xcm-builder", + "xcm-executor", "xcm-primitives", ] @@ -8762,8 +7479,8 @@ version = "0.1.0" source = "git+/~https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", ] @@ -9065,48 +7782,19 @@ version = "3.0.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" -[[package]] -name = "polkadot-approval-distribution" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "futures", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "rand 0.8.5", - "tracing-gum 0.9.33", -] - [[package]] name = "polkadot-approval-distribution" version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "futures", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "rand 0.8.5", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-availability-bitfield-distribution" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "futures", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", "rand 0.8.5", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -9115,35 +7803,12 @@ version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "futures", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "rand 0.8.5", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-availability-distribution" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "derive_more", - "fatality", - "futures", - "lru", - "parity-scale-codec", - "polkadot-erasure-coding 0.9.33", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", "rand 0.8.5", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "thiserror", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -9156,38 +7821,17 @@ dependencies = [ "futures", "lru", "parity-scale-codec", - "polkadot-erasure-coding 0.9.36", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "rand 0.8.5", - "sp-core 7.0.0", - "sp-keystore 0.13.0", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-availability-recovery" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "fatality", - "futures", - "lru", - "parity-scale-codec", - "polkadot-erasure-coding 0.9.33", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", + "polkadot-erasure-coding", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", "rand 0.8.5", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-core", + "sp-keystore", "thiserror", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -9199,42 +7843,16 @@ dependencies = [ "futures", "lru", "parity-scale-codec", - "polkadot-erasure-coding 0.9.36", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", + "polkadot-erasure-coding", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", "rand 0.8.5", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-cli" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "clap", - "frame-benchmarking-cli 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "futures", - "log", - "polkadot-client 0.9.33", - "polkadot-node-core-pvf 0.9.33", - "polkadot-node-metrics 0.9.33", - "polkadot-performance-test", - "polkadot-service 0.9.33", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-sysinfo 6.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-keyring 6.0.0", - "sp-trie 6.0.0", - "substrate-build-script-utils 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sc-network", "thiserror", - "try-runtime-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "tracing-gum", ] [[package]] @@ -9243,65 +7861,25 @@ version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "clap", - "frame-benchmarking-cli 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking-cli", "futures", "log", - "polkadot-client 0.9.36", - "polkadot-node-core-pvf 0.9.36", - "polkadot-node-metrics 0.9.36", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-sysinfo 6.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-keyring 7.0.0", - "substrate-build-script-utils 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "polkadot-client", + "polkadot-node-core-pvf", + "polkadot-node-metrics", + "polkadot-performance-test", + "polkadot-service", + "sc-cli", + "sc-executor", + "sc-service", + "sc-sysinfo", + "sc-tracing", + "sp-core", + "sp-io", + "sp-keyring", + "substrate-build-script-utils", "thiserror", - "try-runtime-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "polkadot-client" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "beefy-primitives", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-benchmarking-cli 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "kusama-runtime", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "polkadot-core-primitives 0.9.33", - "polkadot-node-core-parachains-inherent 0.9.33", - "polkadot-primitives 0.9.33", - "polkadot-runtime 0.9.33", - "polkadot-runtime-common 0.9.33", - "rococo-runtime", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-keyring 6.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-storage 6.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "try-runtime-cli", ] [[package]] @@ -9310,62 +7888,42 @@ version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "async-trait", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-benchmarking-cli 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-benchmarking-cli", + "frame-system", + "frame-system-rpc-runtime-api", "futures", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "polkadot-core-primitives 0.9.36", - "polkadot-node-core-parachains-inherent 0.9.36", - "polkadot-primitives 0.9.36", - "polkadot-runtime 0.9.36", - "polkadot-runtime-common 0.9.36", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "kusama-runtime", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "polkadot-core-primitives", + "polkadot-node-core-parachains-inherent", + "polkadot-primitives", + "polkadot-runtime", + "polkadot-runtime-common", + "rococo-runtime", + "sc-client-api", + "sc-consensus", + "sc-executor", + "sc-service", + "sp-api", + "sp-authority-discovery", "sp-beefy", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-keyring 7.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-storage 7.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "polkadot-collator-protocol" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "always-assert", - "bitvec", - "fatality", - "futures", - "futures-timer", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "thiserror", - "tracing-gum 0.9.33", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-finality-grandpa", + "sp-inherents", + "sp-keyring", + "sp-mmr-primitives", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-storage", + "sp-timestamp", + "sp-transaction-pool", ] [[package]] @@ -9378,29 +7936,16 @@ dependencies = [ "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "sp-core 7.0.0", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-core-primitives" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "parity-scale-codec", - "parity-util-mem", - "scale-info", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "tracing-gum", ] [[package]] @@ -9410,34 +7955,9 @@ source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25 dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "polkadot-dispute-distribution" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "derive_more", - "fatality", - "futures", - "futures-timer", - "indexmap", - "lru", - "parity-scale-codec", - "polkadot-erasure-coding 0.9.33", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-keystore 0.12.0", - "thiserror", - "tracing-gum 0.9.33", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -9452,31 +7972,17 @@ dependencies = [ "indexmap", "lru", "parity-scale-codec", - "polkadot-erasure-coding 0.9.36", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-keystore 0.13.0", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-erasure-coding" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "parity-scale-codec", - "polkadot-node-primitives 0.9.33", - "polkadot-primitives 0.9.33", - "reed-solomon-novelpoly", - "sp-core 6.0.0", - "sp-trie 6.0.0", + "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", "thiserror", + "tracing-gum", ] [[package]] @@ -9485,34 +7991,14 @@ version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives 0.9.36", - "polkadot-primitives 0.9.36", + "polkadot-node-primitives", + "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core 7.0.0", - "sp-trie 7.0.0", + "sp-core", + "sp-trie", "thiserror", ] -[[package]] -name = "polkadot-gossip-support" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "futures", - "futures-timer", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "rand 0.8.5", - "rand_chacha 0.3.1", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "tracing-gum 0.9.33", -] - [[package]] name = "polkadot-gossip-support" version = "0.9.36" @@ -9520,41 +8006,17 @@ source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25 dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", "rand 0.8.5", "rand_chacha 0.3.1", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-core 7.0.0", - "sp-keystore 0.13.0", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-network-bridge" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "always-assert", - "async-trait", - "bytes", - "fatality", - "futures", - "parity-scale-codec", - "parking_lot 0.12.1", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-overseer 0.9.33", - "polkadot-primitives 0.9.33", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", - "tracing-gum 0.9.33", + "sc-network", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "tracing-gum", ] [[package]] @@ -9569,34 +8031,16 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-overseer 0.9.36", - "polkadot-primitives 0.9.36", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-collation-generation" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "futures", - "parity-scale-codec", - "polkadot-erasure-coding 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "sp-core 6.0.0", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "sc-network", + "sc-network-common", + "sp-consensus", "thiserror", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -9606,44 +8050,15 @@ source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25 dependencies = [ "futures", "parity-scale-codec", - "polkadot-erasure-coding 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "sp-core 7.0.0", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-core-approval-voting" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "bitvec", - "derive_more", - "futures", - "futures-timer", - "kvdb 0.12.0", - "lru", - "merlin", - "parity-scale-codec", - "polkadot-node-jaeger 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-overseer 0.9.33", - "polkadot-primitives 0.9.33", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "schnorrkel", - "sp-application-crypto 6.0.0", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", + "polkadot-erasure-coding", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-core", + "sp-maybe-compressed-blob", "thiserror", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -9655,44 +8070,24 @@ dependencies = [ "derive_more", "futures", "futures-timer", - "kvdb 0.13.0", + "kvdb", "lru", "merlin", "parity-scale-codec", - "polkadot-node-jaeger 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-overseer 0.9.36", - "polkadot-primitives 0.9.36", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "polkadot-node-jaeger", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "sc-keystore", "schnorrkel", - "sp-application-crypto 7.0.0", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sp-application-crypto", + "sp-consensus", + "sp-consensus-slots", + "sp-runtime", "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-core-av-store" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "bitvec", - "futures", - "futures-timer", - "kvdb 0.12.0", - "parity-scale-codec", - "polkadot-erasure-coding 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-overseer 0.9.33", - "polkadot-primitives 0.9.33", - "thiserror", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -9703,35 +8098,16 @@ dependencies = [ "bitvec", "futures", "futures-timer", - "kvdb 0.13.0", + "kvdb", "parity-scale-codec", - "polkadot-erasure-coding 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-overseer 0.9.36", - "polkadot-primitives 0.9.36", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-core-backing" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "bitvec", - "fatality", - "futures", - "polkadot-erasure-coding 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "polkadot-statement-table 0.9.33", - "sp-keystore 0.12.0", + "polkadot-erasure-coding", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", "thiserror", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -9742,30 +8118,15 @@ dependencies = [ "bitvec", "fatality", "futures", - "polkadot-erasure-coding 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "polkadot-statement-table 0.9.36", - "sp-keystore 0.13.0", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-core-bitfield-signing" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "futures", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "sp-keystore 0.12.0", + "polkadot-erasure-coding", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "polkadot-statement-table", + "sp-keystore", "thiserror", - "tracing-gum 0.9.33", - "wasm-timer", + "tracing-gum", ] [[package]] @@ -9774,34 +8135,15 @@ version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "futures", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "sp-keystore 0.13.0", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-keystore", "thiserror", - "tracing-gum 0.9.36", + "tracing-gum", "wasm-timer", ] -[[package]] -name = "polkadot-node-core-candidate-validation" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "parity-scale-codec", - "polkadot-node-core-pvf 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-parachain 0.9.33", - "polkadot-primitives 0.9.33", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "tracing-gum 0.9.33", -] - [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.36" @@ -9811,29 +8153,14 @@ dependencies = [ "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-core-pvf 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-parachain 0.9.36", - "polkadot-primitives 0.9.36", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-core-chain-api" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "futures", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "tracing-gum 0.9.33", + "polkadot-node-core-pvf", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-parachain", + "polkadot-primitives", + "sp-maybe-compressed-blob", + "tracing-gum", ] [[package]] @@ -9842,30 +8169,13 @@ version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "futures", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-core-chain-selection" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "futures", - "futures-timer", - "kvdb 0.12.0", - "parity-scale-codec", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "thiserror", - "tracing-gum 0.9.33", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sc-client-api", + "sc-consensus-babe", + "sp-blockchain", + "tracing-gum", ] [[package]] @@ -9875,33 +8185,14 @@ source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25 dependencies = [ "futures", "futures-timer", - "kvdb 0.13.0", - "parity-scale-codec", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-core-dispute-coordinator" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "fatality", - "futures", - "kvdb 0.12.0", - "lru", + "kvdb", "parity-scale-codec", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", "thiserror", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -9911,33 +8202,16 @@ source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25 dependencies = [ "fatality", "futures", - "kvdb 0.13.0", + "kvdb", "lru", "parity-scale-codec", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-core-parachains-inherent" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "polkadot-node-subsystem 0.9.33", - "polkadot-primitives 0.9.33", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sc-keystore", "thiserror", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -9948,86 +8222,36 @@ dependencies = [ "async-trait", "futures", "futures-timer", - "polkadot-node-subsystem 0.9.36", - "polkadot-overseer 0.9.36", - "polkadot-primitives 0.9.36", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sp-blockchain", + "sp-inherents", + "sp-runtime", "thiserror", - "tracing-gum 0.9.36", + "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" +version = "0.9.36" +source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "bitvec", "fatality", "futures", "futures-timer", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", "rand 0.8.5", "thiserror", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] -name = "polkadot-node-core-provisioner" -version = "0.9.36" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" -dependencies = [ - "bitvec", - "fatality", - "futures", - "futures-timer", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "rand 0.8.5", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-core-pvf" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "always-assert", - "assert_matches", - "async-process", - "async-std", - "futures", - "futures-timer", - "parity-scale-codec", - "pin-project", - "polkadot-core-primitives 0.9.33", - "polkadot-node-metrics 0.9.33", - "polkadot-parachain 0.9.33", - "rand 0.8.5", - "rayon", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-executor-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-executor-wasmtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "slotmap", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-io 6.0.0", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-tracing 5.0.0", - "sp-wasm-interface 6.0.0", - "tempfile", - "tracing-gum 0.9.33", -] - -[[package]] -name = "polkadot-node-core-pvf" +name = "polkadot-node-core-pvf" version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ @@ -10040,39 +8264,23 @@ dependencies = [ "futures-timer", "parity-scale-codec", "pin-project", - "polkadot-core-primitives 0.9.36", - "polkadot-node-metrics 0.9.36", - "polkadot-parachain 0.9.36", + "polkadot-core-primitives", + "polkadot-node-metrics", + "polkadot-parachain", "rand 0.8.5", "rayon", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor-wasmtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "slotmap", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-io 7.0.0", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-tracing 6.0.0", - "sp-wasm-interface 7.0.0", + "sp-core", + "sp-externalities", + "sp-io", + "sp-maybe-compressed-blob", + "sp-tracing", + "sp-wasm-interface", "tempfile", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-core-pvf-checker" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "futures", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-overseer 0.9.33", - "polkadot-primitives 0.9.33", - "sp-keystore 0.12.0", - "thiserror", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -10081,30 +8289,14 @@ version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "futures", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-overseer 0.9.36", - "polkadot-primitives 0.9.36", - "sp-keystore 0.13.0", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "sp-keystore", "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-core-runtime-api" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "futures", - "memory-lru", - "parity-util-mem", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-types 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -10114,30 +8306,12 @@ source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25 dependencies = [ "futures", "lru", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-types 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "async-std", - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.1", - "polkadot-node-primitives 0.9.33", - "polkadot-primitives 0.9.33", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "thiserror", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-consensus-babe", + "tracing-gum", ] [[package]] @@ -10150,33 +8324,14 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.1", - "polkadot-node-primitives 0.9.36", - "polkadot-primitives 0.9.36", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", + "polkadot-node-primitives", + "polkadot-primitives", + "sc-network", + "sp-core", "thiserror", "tokio", ] -[[package]] -name = "polkadot-node-metrics" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "bs58", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives 0.9.33", - "prioritized-metered-channel", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "tracing-gum 0.9.33", -] - [[package]] name = "polkadot-node-metrics" version = "0.9.36" @@ -10187,36 +8342,13 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 0.9.36", + "polkadot-primitives", "prioritized-metered-channel", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "async-trait", - "derive_more", - "fatality", - "futures", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-primitives 0.9.33", - "rand 0.8.5", - "sc-authority-discovery 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "strum", - "thiserror", - "tracing-gum 0.9.33", + "sc-cli", + "sc-service", + "sc-tracing", + "substrate-prometheus-endpoint", + "tracing-gum", ] [[package]] @@ -10230,38 +8362,16 @@ dependencies = [ "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-primitives 0.9.36", + "polkadot-node-jaeger", + "polkadot-node-primitives", + "polkadot-primitives", "rand 0.8.5", - "sc-authority-discovery 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-authority-discovery", + "sc-network", + "sc-network-common", "strum", "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-node-primitives" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "bounded-vec", - "futures", - "parity-scale-codec", - "polkadot-parachain 0.9.33", - "polkadot-primitives 0.9.33", - "schnorrkel", - "serde", - "sp-application-crypto 6.0.0", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-vrf 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", - "zstd", + "tracing-gum", ] [[package]] @@ -10272,61 +8382,28 @@ dependencies = [ "bounded-vec", "futures", "parity-scale-codec", - "polkadot-parachain 0.9.36", - "polkadot-primitives 0.9.36", + "polkadot-parachain", + "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto 7.0.0", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-vrf 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-keystore 0.13.0", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-application-crypto", + "sp-consensus-babe", + "sp-consensus-vrf", + "sp-core", + "sp-keystore", + "sp-maybe-compressed-blob", "thiserror", "zstd", ] -[[package]] -name = "polkadot-node-subsystem" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "polkadot-node-jaeger 0.9.33", - "polkadot-node-subsystem-types 0.9.33", - "polkadot-overseer 0.9.33", -] - [[package]] name = "polkadot-node-subsystem" version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "polkadot-node-jaeger 0.9.36", - "polkadot-node-subsystem-types 0.9.36", - "polkadot-overseer 0.9.36", -] - -[[package]] -name = "polkadot-node-subsystem-types" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "async-trait", - "derive_more", - "futures", - "orchestra", - "polkadot-node-jaeger 0.9.33", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-primitives 0.9.33", - "polkadot-statement-table 0.9.33", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "smallvec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] [[package]] @@ -10338,51 +8415,18 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger 0.9.36", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-primitives 0.9.36", - "polkadot-statement-table 0.9.36", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-primitives", + "polkadot-statement-table", + "sc-network", "smallvec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "thiserror", -] - -[[package]] -name = "polkadot-node-subsystem-util" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "async-trait", - "derive_more", - "fatality", - "futures", - "itertools", - "kvdb 0.12.0", - "lru", - "parity-db", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.2", - "pin-project", - "polkadot-node-jaeger 0.9.33", - "polkadot-node-metrics 0.9.33", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-overseer 0.9.33", - "polkadot-primitives 0.9.33", - "prioritized-metered-channel", - "rand 0.8.5", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-keystore 0.12.0", + "sp-api", + "sp-authority-discovery", + "sp-consensus-babe", + "substrate-prometheus-endpoint", "thiserror", - "tracing-gum 0.9.33", ] [[package]] @@ -10395,49 +8439,26 @@ dependencies = [ "fatality", "futures", "itertools", - "kvdb 0.13.0", + "kvdb", "lru", "parity-db", "parity-scale-codec", "parking_lot 0.11.2", "pin-project", - "polkadot-node-jaeger 0.9.36", - "polkadot-node-metrics 0.9.36", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-overseer 0.9.36", - "polkadot-primitives 0.9.36", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto 7.0.0", - "sp-core 7.0.0", - "sp-keystore 0.13.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-overseer" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "lru", - "orchestra", - "parity-util-mem", - "parking_lot 0.12.1", - "polkadot-node-metrics 0.9.33", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem-types 0.9.33", - "polkadot-primitives 0.9.33", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] @@ -10451,33 +8472,16 @@ dependencies = [ "lru", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics 0.9.36", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem-types 0.9.36", - "polkadot-primitives 0.9.36", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", + "polkadot-primitives", + "sc-client-api", + "sp-api", + "sp-core", "tikv-jemalloc-ctl", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-parachain" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "derive_more", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "parity-util-mem", - "polkadot-core-primitives 0.9.33", - "scale-info", - "serde", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "tracing-gum", ] [[package]] @@ -10486,58 +8490,31 @@ version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "derive_more", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", "parity-scale-codec", - "polkadot-core-primitives 0.9.36", + "polkadot-core-primitives", "scale-info", "serde", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "polkadot-performance-test" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" +version = "0.9.36" +source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "env_logger 0.9.3", "kusama-runtime", "log", - "polkadot-erasure-coding 0.9.33", - "polkadot-node-core-pvf 0.9.33", - "polkadot-node-primitives 0.9.33", + "polkadot-erasure-coding", + "polkadot-node-core-pvf", + "polkadot-node-primitives", "quote", "thiserror", ] -[[package]] -name = "polkadot-primitives" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "bitvec", - "hex-literal", - "parity-scale-codec", - "parity-util-mem", - "polkadot-core-primitives 0.9.33", - "polkadot-parachain 0.9.33", - "scale-info", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-arithmetic 5.0.0", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", -] - [[package]] name = "polkadot-primitives" version = "0.9.36" @@ -10546,54 +8523,22 @@ dependencies = [ "bitvec", "hex-literal", "parity-scale-codec", - "polkadot-core-primitives 0.9.36", - "polkadot-parachain 0.9.36", + "polkadot-core-primitives", + "polkadot-parachain", "scale-info", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-arithmetic 6.0.0", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", -] - -[[package]] -name = "polkadot-rpc" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "beefy-gadget 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "beefy-gadget-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "jsonrpsee 0.15.1", - "pallet-mmr-rpc", - "pallet-transaction-payment-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "polkadot-primitives 0.9.33", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus-babe-rpc 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus-epochs 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-finality-grandpa 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-finality-grandpa-rpc 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-sync-state-rpc 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "substrate-frame-rpc-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "substrate-state-trie-migration-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-authority-discovery", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -10601,250 +8546,120 @@ name = "polkadot-rpc" version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "beefy-gadget 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "beefy-gadget-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "jsonrpsee 0.16.2", + "beefy-gadget", + "beefy-gadget-rpc", + "jsonrpsee", "mmr-rpc", - "pallet-transaction-payment-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "polkadot-primitives 0.9.36", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-babe-rpc 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-epochs 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-finality-grandpa 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-finality-grandpa-rpc 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-sync-state-rpc 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "substrate-frame-rpc-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "substrate-state-trie-migration-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-transaction-payment-rpc", + "polkadot-primitives", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-babe-rpc", + "sc-consensus-epochs", + "sc-finality-grandpa", + "sc-finality-grandpa-rpc", + "sc-rpc", + "sc-sync-state-rpc", + "sc-transaction-pool-api", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-keystore", + "sp-runtime", + "substrate-frame-rpc-system", + "substrate-state-trie-migration-rpc", ] [[package]] name = "polkadot-runtime" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" +version = "0.9.36" +source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "beefy-primitives", "bitvec", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-executive 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-try-runtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-election-provider-support", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "log", - "pallet-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-babe 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-bags-list 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-bounties 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-child-bounties 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-collective 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-democracy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-election-provider-multi-phase 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-election-provider-support-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-elections-phragmen 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-fast-unstake 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-identity 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-im-online 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-indices 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-membership 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-multisig 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-nomination-pools 1.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-bags-list", + "pallet-balances", + "pallet-bounties", + "pallet-child-bounties", + "pallet-collective", + "pallet-democracy", + "pallet-election-provider-multi-phase", + "pallet-election-provider-support-benchmarking", + "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-benchmarking", - "pallet-nomination-pools-runtime-api 1.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-offences 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-nomination-pools-runtime-api", + "pallet-offences", "pallet-offences-benchmarking", - "pallet-preimage 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-proxy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-scheduler 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-preimage", + "pallet-proxy", + "pallet-scheduler", + "pallet-session", "pallet-session-benchmarking", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-staking-reward-curve 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-tips 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-utility 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-xcm 0.9.33", - "parity-scale-codec", - "polkadot-primitives 0.9.33", - "polkadot-runtime-common 0.9.33", - "polkadot-runtime-constants 0.9.33", - "polkadot-runtime-parachains 0.9.33", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "smallvec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "static_assertions", - "substrate-wasm-builder 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "xcm 0.9.33", - "xcm-builder 0.9.33", - "xcm-executor 0.9.33", -] - -[[package]] -name = "polkadot-runtime" -version = "0.9.36" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" -dependencies = [ - "bitvec", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-executive 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-try-runtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "log", - "pallet-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-babe 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-bags-list 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-bounties 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-child-bounties 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-collective 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-democracy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-election-provider-multi-phase 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-elections-phragmen 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-fast-unstake 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-identity 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-im-online 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-indices 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-membership 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-multisig 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-nomination-pools 1.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-nomination-pools-runtime-api 1.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-offences 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-preimage 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-proxy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-scheduler 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-staking-reward-curve 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-tips 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-utility 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-xcm 0.9.36", - "parity-scale-codec", - "polkadot-primitives 0.9.36", - "polkadot-runtime-common 0.9.36", - "polkadot-runtime-constants 0.9.36", - "polkadot-runtime-parachains 0.9.36", + "pallet-staking", + "pallet-staking-reward-curve", + "pallet-timestamp", + "pallet-tips", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-xcm", + "parity-scale-codec", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-constants", + "polkadot-runtime-parachains", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api", + "sp-authority-discovery", "sp-beefy", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "static_assertions", - "substrate-wasm-builder 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "xcm 0.9.36", - "xcm-builder 0.9.36", - "xcm-executor 0.9.36", -] - -[[package]] -name = "polkadot-runtime-common" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "beefy-primitives", - "bitvec", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "impl-trait-for-tuples", - "libsecp256k1 0.7.1", - "log", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-babe 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-bags-list 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-beefy-mmr 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-election-provider-multi-phase 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-staking-reward-fn 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "polkadot-primitives 0.9.33", - "polkadot-runtime-parachains 0.9.33", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "slot-range-helper 0.9.33", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", + "sp-mmr-primitives", + "sp-npos-elections", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-transaction-pool", + "sp-version", "static_assertions", - "xcm 0.9.33", + "substrate-wasm-builder", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -10853,58 +8668,46 @@ version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "bitvec", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", "impl-trait-for-tuples", "libsecp256k1 0.7.1", "log", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-bags-list 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-beefy-mmr 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-election-provider-multi-phase 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-staking-reward-fn 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "polkadot-primitives 0.9.36", - "polkadot-runtime-parachains 0.9.36", + "pallet-authorship", + "pallet-babe", + "pallet-bags-list", + "pallet-balances", + "pallet-beefy-mmr", + "pallet-election-provider-multi-phase", + "pallet-session", + "pallet-staking", + "pallet-staking-reward-fn", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-treasury", + "pallet-vesting", + "parity-scale-codec", + "polkadot-primitives", + "polkadot-runtime-parachains", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 0.9.36", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "slot-range-helper", + "sp-api", "sp-beefy", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", + "sp-core", + "sp-inherents", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", "static_assertions", - "xcm 0.9.36", -] - -[[package]] -name = "polkadot-runtime-constants" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "polkadot-primitives 0.9.33", - "polkadot-runtime-common 0.9.33", - "smallvec", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "xcm", ] [[package]] @@ -10912,25 +8715,13 @@ name = "polkadot-runtime-constants" version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "polkadot-primitives 0.9.36", - "polkadot-runtime-common 0.9.36", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "polkadot-runtime-metrics" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "bs58", - "parity-scale-codec", - "polkadot-primitives 0.9.33", - "sp-std 4.0.0", - "sp-tracing 5.0.0", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -10940,52 +8731,9 @@ source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25 dependencies = [ "bs58", "parity-scale-codec", - "polkadot-primitives 0.9.36", - "sp-std 5.0.0", - "sp-tracing 6.0.0", -] - -[[package]] -name = "polkadot-runtime-parachains" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "bitflags", - "bitvec", - "derive_more", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "pallet-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-babe 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "polkadot-primitives 0.9.33", - "polkadot-runtime-metrics 0.9.33", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rustc-hex", - "scale-info", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", - "static_assertions", - "xcm 0.9.33", - "xcm-executor 0.9.33", + "polkadot-primitives", + "sp-std", + "sp-tracing", ] [[package]] @@ -10996,307 +8744,178 @@ dependencies = [ "bitflags", "bitvec", "derive_more", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "log", - "pallet-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-babe 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "polkadot-primitives 0.9.36", - "polkadot-runtime-metrics 0.9.36", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-session", + "pallet-staking", + "pallet-timestamp", + "pallet-vesting", + "parity-scale-codec", + "polkadot-primitives", + "polkadot-runtime-metrics", "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", "scale-info", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", - "xcm 0.9.36", - "xcm-executor 0.9.36", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "static_assertions", + "xcm", + "xcm-executor", ] [[package]] name = "polkadot-service" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" +version = "0.9.36" +source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ "async-trait", - "beefy-gadget 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "beefy-primitives", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "beefy-gadget", + "frame-support", + "frame-system-rpc-runtime-api", "futures", "hex-literal", "kusama-runtime", "kusama-runtime-constants", - "kvdb 0.12.0", - "kvdb-rocksdb 0.16.0", + "kvdb", + "kvdb-rocksdb", "lru", - "pallet-babe 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-im-online 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "mmr-gadget", + "pallet-babe", + "pallet-im-online", + "pallet-staking", + "pallet-transaction-payment-rpc-runtime-api", "parity-db", - "polkadot-approval-distribution 0.9.33", - "polkadot-availability-bitfield-distribution 0.9.33", - "polkadot-availability-distribution 0.9.33", - "polkadot-availability-recovery 0.9.33", - "polkadot-client 0.9.33", - "polkadot-collator-protocol 0.9.33", - "polkadot-dispute-distribution 0.9.33", - "polkadot-gossip-support 0.9.33", - "polkadot-network-bridge 0.9.33", - "polkadot-node-collation-generation 0.9.33", - "polkadot-node-core-approval-voting 0.9.33", - "polkadot-node-core-av-store 0.9.33", - "polkadot-node-core-backing 0.9.33", - "polkadot-node-core-bitfield-signing 0.9.33", - "polkadot-node-core-candidate-validation 0.9.33", - "polkadot-node-core-chain-api 0.9.33", - "polkadot-node-core-chain-selection 0.9.33", - "polkadot-node-core-dispute-coordinator 0.9.33", - "polkadot-node-core-parachains-inherent 0.9.33", - "polkadot-node-core-provisioner 0.9.33", - "polkadot-node-core-pvf-checker 0.9.33", - "polkadot-node-core-runtime-api 0.9.33", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-types 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-overseer 0.9.33", - "polkadot-parachain 0.9.33", - "polkadot-primitives 0.9.33", - "polkadot-rpc 0.9.33", - "polkadot-runtime 0.9.33", - "polkadot-runtime-constants 0.9.33", - "polkadot-runtime-parachains 0.9.33", - "polkadot-statement-distribution 0.9.33", + "polkadot-approval-distribution", + "polkadot-availability-bitfield-distribution", + "polkadot-availability-distribution", + "polkadot-availability-recovery", + "polkadot-client", + "polkadot-collator-protocol", + "polkadot-dispute-distribution", + "polkadot-gossip-support", + "polkadot-network-bridge", + "polkadot-node-collation-generation", + "polkadot-node-core-approval-voting", + "polkadot-node-core-av-store", + "polkadot-node-core-backing", + "polkadot-node-core-bitfield-signing", + "polkadot-node-core-candidate-validation", + "polkadot-node-core-chain-api", + "polkadot-node-core-chain-selection", + "polkadot-node-core-dispute-coordinator", + "polkadot-node-core-parachains-inherent", + "polkadot-node-core-provisioner", + "polkadot-node-core-pvf-checker", + "polkadot-node-core-runtime-api", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-parachain", + "polkadot-primitives", + "polkadot-rpc", + "polkadot-runtime", + "polkadot-runtime-constants", + "polkadot-runtime-parachains", + "polkadot-statement-distribution", "rococo-runtime", "rococo-runtime-constants", - "sc-authority-discovery 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-basic-authorship 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-db 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-finality-grandpa 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-sync-state-rpc 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-sysinfo 6.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sc-authority-discovery", + "sc-basic-authorship", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-slots", + "sc-executor", + "sc-finality-grandpa", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-offchain", + "sc-service", + "sc-sync-state-rpc", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", "serde", "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-state-machine 0.12.0", - "sp-storage 6.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-trie 6.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", - "tracing-gum 0.9.33", + "sp-api", + "sp-authority-discovery", + "sp-beefy", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-finality-grandpa", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-mmr-primitives", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage", + "sp-timestamp", + "sp-transaction-pool", + "sp-trie", + "substrate-prometheus-endpoint", + "thiserror", + "tracing-gum", "westend-runtime", ] [[package]] -name = "polkadot-service" +name = "polkadot-statement-distribution" version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" -dependencies = [ - "async-trait", - "beefy-gadget 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "futures", - "hex-literal", - "kvdb 0.13.0", - "kvdb-rocksdb 0.17.0", - "lru", - "mmr-gadget", - "pallet-babe 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-im-online 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-db", - "polkadot-approval-distribution 0.9.36", - "polkadot-availability-bitfield-distribution 0.9.36", - "polkadot-availability-distribution 0.9.36", - "polkadot-availability-recovery 0.9.36", - "polkadot-client 0.9.36", - "polkadot-collator-protocol 0.9.36", - "polkadot-dispute-distribution 0.9.36", - "polkadot-gossip-support 0.9.36", - "polkadot-network-bridge 0.9.36", - "polkadot-node-collation-generation 0.9.36", - "polkadot-node-core-approval-voting 0.9.36", - "polkadot-node-core-av-store 0.9.36", - "polkadot-node-core-backing 0.9.36", - "polkadot-node-core-bitfield-signing 0.9.36", - "polkadot-node-core-candidate-validation 0.9.36", - "polkadot-node-core-chain-api 0.9.36", - "polkadot-node-core-chain-selection 0.9.36", - "polkadot-node-core-dispute-coordinator 0.9.36", - "polkadot-node-core-parachains-inherent 0.9.36", - "polkadot-node-core-provisioner 0.9.36", - "polkadot-node-core-pvf-checker 0.9.36", - "polkadot-node-core-runtime-api 0.9.36", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-types 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-overseer 0.9.36", - "polkadot-parachain 0.9.36", - "polkadot-primitives 0.9.36", - "polkadot-rpc 0.9.36", - "polkadot-runtime 0.9.36", - "polkadot-runtime-constants 0.9.36", - "polkadot-runtime-parachains 0.9.36", - "polkadot-statement-distribution 0.9.36", - "sc-authority-discovery 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-basic-authorship 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-db 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-finality-grandpa 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-sync-state-rpc 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-sysinfo 6.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "serde", - "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-beefy", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-keystore 0.13.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-state-machine 0.13.0", - "sp-storage 7.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-trie 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-statement-distribution" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" dependencies = [ "arrayvec 0.5.2", "fatality", "futures", "indexmap", "parity-scale-codec", - "polkadot-node-network-protocol 0.9.33", - "polkadot-node-primitives 0.9.33", - "polkadot-node-subsystem 0.9.33", - "polkadot-node-subsystem-util 0.9.33", - "polkadot-primitives 0.9.33", - "sp-keystore 0.12.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-keystore", + "sp-staking", "thiserror", - "tracing-gum 0.9.33", + "tracing-gum", ] [[package]] -name = "polkadot-statement-distribution" +name = "polkadot-statement-table" version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "arrayvec 0.5.2", - "fatality", - "futures", - "indexmap", "parity-scale-codec", - "polkadot-node-network-protocol 0.9.36", - "polkadot-node-primitives 0.9.36", - "polkadot-node-subsystem 0.9.36", - "polkadot-node-subsystem-util 0.9.36", - "polkadot-primitives 0.9.36", - "sp-keystore 0.13.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "thiserror", - "tracing-gum 0.9.36", -] - -[[package]] -name = "polkadot-statement-table" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives 0.9.33", - "sp-core 6.0.0", -] - -[[package]] -name = "polkadot-statement-table" -version = "0.9.36" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives 0.9.36", - "sp-core 7.0.0", + "polkadot-primitives", + "sp-core", ] [[package]] @@ -11351,8 +8970,8 @@ dependencies = [ "derive_more", "evm", "fp-evm", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "hex", "hex-literal", "impl-trait-for-tuples", @@ -11366,10 +8985,10 @@ dependencies = [ "serde", "sha3 0.10.6", "similar-asserts", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-std 5.0.0", - "xcm 0.9.36", + "sp-core", + "sp-io", + "sp-std", + "xcm", ] [[package]] @@ -11886,23 +9505,6 @@ version = "0.6.28" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" -[[package]] -name = "remote-externalities" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "env_logger 0.9.3", - "log", - "parity-scale-codec", - "serde", - "serde_json", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "substrate-rpc-client 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", -] - [[package]] name = "remove_dir_all" version = "0.5.3" @@ -11991,101 +9593,101 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "beefy-merkle-tree 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "beefy-primitives", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-executive 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", +version = "0.9.36" +source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" +dependencies = [ + "beefy-merkle-tree", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", "hex-literal", "log", - "pallet-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-babe 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-beefy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-beefy-mmr 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-bounties 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-child-bounties 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-collective 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-democracy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-elections-phragmen 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-gilt", - "pallet-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-identity 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-im-online 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-indices 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-membership 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-mmr 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-multisig 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-offences 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-preimage 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-proxy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-beefy", + "pallet-beefy-mmr", + "pallet-bounties", + "pallet-child-bounties", + "pallet-collective", + "pallet-democracy", + "pallet-elections-phragmen", + "pallet-grandpa", + "pallet-identity", + "pallet-im-online", + "pallet-indices", + "pallet-membership", + "pallet-mmr", + "pallet-multisig", + "pallet-nis", + "pallet-offences", + "pallet-preimage", + "pallet-proxy", "pallet-recovery", - "pallet-scheduler 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-scheduler", + "pallet-session", "pallet-society", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-staking", "pallet-state-trie-migration", - "pallet-sudo 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-tips 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-utility 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-xcm 0.9.33", + "pallet-sudo", + "pallet-timestamp", + "pallet-tips", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-xcm", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain 0.9.33", - "polkadot-primitives 0.9.33", - "polkadot-runtime-common 0.9.33", - "polkadot-runtime-parachains 0.9.33", + "polkadot-parachain", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "rococo-runtime-constants", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-api", + "sp-authority-discovery", + "sp-beefy", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", + "sp-mmr-primitives", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-transaction-pool", + "sp-version", "static_assertions", - "substrate-wasm-builder 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "xcm 0.9.33", - "xcm-builder 0.9.33", - "xcm-executor 0.9.33", + "substrate-wasm-builder", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] name = "rococo-runtime-constants" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" +version = "0.9.36" +source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "polkadot-primitives 0.9.33", - "polkadot-runtime-common 0.9.33", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -12244,52 +9846,14 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "4.1.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "log", - "sp-core 6.0.0", - "sp-wasm-interface 6.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "4.1.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "log", - "sp-core 7.0.0", - "sp-wasm-interface 7.0.0", - "thiserror", -] - -[[package]] -name = "sc-authority-discovery" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "log", - "parity-scale-codec", - "prost", - "prost-build", - "rand 0.7.3", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-core", + "sp-wasm-interface", "thiserror", ] @@ -12308,41 +9872,18 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-network-common", + "sp-api", + "sp-authority-discovery", + "sp-blockchain", + "sp-core", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] -[[package]] -name = "sc-basic-authorship" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-proposer-metrics 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", -] - [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" @@ -12352,34 +9893,18 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-proposer-metrics 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "sc-block-builder" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sc-block-builder", + "sc-client-api", + "sc-proposer-metrics", + "sc-telemetry", + "sc-transaction-pool-api", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "substrate-prometheus-endpoint", ] [[package]] @@ -12388,31 +9913,14 @@ version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", -] - -[[package]] -name = "sc-chain-spec" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "impl-trait-for-tuples", - "memmap2", - "parity-scale-codec", - "sc-chain-spec-derive 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "serde_json", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sc-client-api", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -12423,24 +9931,13 @@ dependencies = [ "impl-trait-for-tuples", "memmap2", "parity-scale-codec", - "sc-chain-spec-derive 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-chain-spec-derive", + "sc-network-common", + "sc-telemetry", "serde", "serde_json", - "sp-core 7.0.0", - "sp-runtime 7.0.0", -] - -[[package]] -name = "sc-chain-spec-derive" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", + "sp-core", + "sp-runtime", ] [[package]] @@ -12454,46 +9951,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sc-cli" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "array-bytes 4.2.0", - "chrono", - "clap", - "fdlimit", - "futures", - "libp2p", - "log", - "names", - "parity-scale-codec", - "rand 0.7.3", - "regex", - "rpassword", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-db 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "serde_json", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-keyring 6.0.0", - "sp-keystore 0.12.0", - "sp-panic-handler 4.0.0", - "sp-runtime 6.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", - "tiny-bip39", - "tokio", -] - [[package]] name = "sc-cli" version = "0.10.0-dev" @@ -12511,57 +9968,29 @@ dependencies = [ "rand 0.7.3", "regex", "rpassword", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-db 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-client-db", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", "serde", "serde_json", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-keyring 7.0.0", - "sp-keystore 0.13.0", - "sp-panic-handler 5.0.0", - "sp-runtime 7.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-blockchain", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", + "sp-version", "thiserror", "tiny-bip39", "tokio", ] -[[package]] -name = "sc-client-api" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "fnv", - "futures", - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-database 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-externalities 0.12.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-storage 6.0.0", - "sp-trie 6.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", -] - [[package]] name = "sc-client-api" version = "4.0.0-dev" @@ -12573,46 +10002,21 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-database 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-externalities 0.13.0", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-storage 7.0.0", - "sp-trie 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "sc-client-db" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "hash-db", - "kvdb 0.12.0", - "kvdb-memorydb 0.12.0", - "kvdb-rocksdb 0.16.0", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-state-db 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-arithmetic 5.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-database 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-trie 6.0.0", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-trie", + "substrate-prometheus-endpoint", ] [[package]] @@ -12621,47 +10025,23 @@ version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "hash-db", - "kvdb 0.13.0", - "kvdb-memorydb 0.13.0", - "kvdb-rocksdb 0.17.0", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", "linked-hash-map", "log", "parity-db", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-state-db 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-arithmetic 6.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-database 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-trie 7.0.0", -] - -[[package]] -name = "sc-consensus" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "libp2p", - "log", - "parking_lot 0.12.1", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", + "sc-client-api", + "sc-state-db", + "sp-arithmetic", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] @@ -12676,16 +10056,16 @@ dependencies = [ "log", "mockall", "parking_lot 0.12.1", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-utils", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", + "substrate-prometheus-endpoint", "thiserror", ] @@ -12698,64 +10078,23 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-block-builder", + "sc-client-api", + "sc-consensus", + "sc-consensus-slots", + "sc-telemetry", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "thiserror", -] - -[[package]] -name = "sc-consensus-babe" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "fork-tree 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "futures", - "log", - "merlin", - "num-bigint", - "num-rational", - "num-traits", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus-epochs 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "schnorrkel", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-vrf 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] @@ -12765,7 +10104,7 @@ version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "async-trait", - "fork-tree 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "fork-tree", "futures", "log", "merlin", @@ -12774,51 +10113,29 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-epochs 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-consensus", + "sc-consensus-epochs", + "sc-consensus-slots", + "sc-keystore", + "sc-telemetry", "schnorrkel", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-vrf 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-io 7.0.0", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "thiserror", -] - -[[package]] -name = "sc-consensus-babe-rpc" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "futures", - "jsonrpsee 0.15.1", - "sc-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus-epochs 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-consensus-vrf", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-version", + "substrate-prometheus-endpoint", "thiserror", ] @@ -12828,70 +10145,33 @@ version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "futures", - "jsonrpsee 0.16.2", - "sc-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-epochs 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "jsonrpsee", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-rpc-api", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", + "sp-api", + "sp-application-crypto", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", ] -[[package]] -name = "sc-consensus-epochs" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "fork-tree 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", -] - [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "fork-tree 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", -] - -[[package]] -name = "sc-consensus-slots" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "log", + "fork-tree", "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-arithmetic 5.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "thiserror", + "sc-client-api", + "sc-consensus", + "sp-blockchain", + "sp-runtime", ] [[package]] @@ -12904,46 +10184,20 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-arithmetic 6.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "thiserror", ] -[[package]] -name = "sc-executor" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "lazy_static", - "lru", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-executor-wasmi 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-executor-wasmtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-core-hashing-proc-macro 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-externalities 0.12.0", - "sp-io 6.0.0", - "sp-panic-handler 4.0.0", - "sp-runtime-interface 6.0.0", - "sp-trie 6.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-wasm-interface 6.0.0", - "tracing", - "wasmi", -] - [[package]] name = "sc-executor" version = "0.10.0-dev" @@ -12952,99 +10206,48 @@ dependencies = [ "lru", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor-wasmi 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor-wasmtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-io 7.0.0", - "sp-panic-handler 5.0.0", - "sp-runtime-interface 7.0.0", - "sp-trie 7.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-wasm-interface 7.0.0", + "sc-executor-common", + "sc-executor-wasmi", + "sc-executor-wasmtime", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", + "sp-trie", + "sp-version", + "sp-wasm-interface", "tracing", "wasmi", ] -[[package]] -name = "sc-executor-common" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "environmental", - "parity-scale-codec", - "sc-allocator 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-sandbox", - "sp-wasm-interface 6.0.0", - "thiserror", - "wasm-instrument", - "wasmi", -] - [[package]] name = "sc-executor-common" version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "sc-allocator 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-wasm-interface 7.0.0", + "sc-allocator", + "sp-maybe-compressed-blob", + "sp-wasm-interface", "thiserror", "wasm-instrument", "wasmi", ] -[[package]] -name = "sc-executor-wasmi" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "log", - "parity-scale-codec", - "sc-allocator 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-executor-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime-interface 6.0.0", - "sp-sandbox", - "sp-wasm-interface 6.0.0", - "wasmi", -] - [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "log", - "sc-allocator 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime-interface 7.0.0", - "sp-wasm-interface 7.0.0", + "sc-allocator", + "sc-executor-common", + "sp-runtime-interface", + "sp-wasm-interface", "wasmi", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "cfg-if", - "libc", - "log", - "once_cell", - "parity-scale-codec", - "parity-wasm", - "rustix 0.35.13", - "sc-allocator 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-executor-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime-interface 6.0.0", - "sp-sandbox", - "sp-wasm-interface 6.0.0", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" @@ -13055,154 +10258,75 @@ dependencies = [ "log", "once_cell", "rustix 0.35.13", - "sc-allocator 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime-interface 7.0.0", - "sp-wasm-interface 7.0.0", + "sc-allocator", + "sc-executor-common", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "ahash", "array-bytes 4.2.0", "async-trait", "dyn-clone", "finality-grandpa", - "fork-tree 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "fork-tree", "futures", "futures-timer", "log", "parity-scale-codec", "parking_lot 0.12.1", "rand 0.8.5", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-gossip 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-telemetry", + "sc-utils", "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-arithmetic 5.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-finality-grandpa", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] -name = "sc-finality-grandpa" +name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "ahash", - "array-bytes 4.2.0", - "async-trait", - "dyn-clone", "finality-grandpa", - "fork-tree 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", "futures", - "futures-timer", + "jsonrpsee", "log", "parity-scale-codec", - "parking_lot 0.12.1", - "rand 0.8.5", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-gossip 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-arithmetic 6.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "thiserror", -] - -[[package]] -name = "sc-finality-grandpa-rpc" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "finality-grandpa", - "futures", - "jsonrpsee 0.15.1", - "log", - "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-finality-grandpa 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "serde_json", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "thiserror", -] - -[[package]] -name = "sc-finality-grandpa-rpc" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" -dependencies = [ - "finality-grandpa", - "futures", - "jsonrpsee 0.16.2", - "log", - "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-finality-grandpa 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-finality-grandpa", + "sc-rpc", "serde", "serde_json", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", + "sp-blockchain", + "sp-core", + "sp-runtime", "thiserror", ] -[[package]] -name = "sc-informant" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "parity-util-mem", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", -] - [[package]] name = "sc-informant" version = "0.10.0-dev" @@ -13212,26 +10336,11 @@ dependencies = [ "futures", "futures-timer", "log", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", -] - -[[package]] -name = "sc-keystore" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "array-bytes 4.2.0", - "async-trait", - "parking_lot 0.12.1", - "serde_json", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "thiserror", + "sc-client-api", + "sc-network-common", + "sc-transaction-pool-api", + "sp-blockchain", + "sp-runtime", ] [[package]] @@ -13243,59 +10352,12 @@ dependencies = [ "async-trait", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 7.0.0", - "sp-core 7.0.0", - "sp-keystore 0.13.0", + "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=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "array-bytes 4.2.0", - "async-trait", - "asynchronous-codec", - "bitflags", - "bytes", - "cid", - "either", - "fnv", - "fork-tree 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked-hash-map", - "linked_hash_set", - "log", - "lru", - "parity-scale-codec", - "parking_lot 0.12.1", - "pin-project", - "prost", - "rand 0.7.3", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 5.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", - "unsigned-varint", - "zeroize", -] - [[package]] name = "sc-network" version = "0.10.0-dev" @@ -13309,7 +10371,7 @@ dependencies = [ "cid", "either", "fnv", - "fork-tree 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "fork-tree", "futures", "futures-timer", "ip_network", @@ -13323,46 +10385,26 @@ dependencies = [ "pin-project", "prost", "rand 0.7.3", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-block-builder", + "sc-client-api", + "sc-consensus", + "sc-network-common", + "sc-peerset", + "sc-utils", "serde", "serde_json", "smallvec", - "sp-arithmetic 6.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", "zeroize", ] -[[package]] -name = "sc-network-bitswap" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "cid", - "futures", - "libp2p", - "log", - "prost", - "prost-build", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "thiserror", - "unsigned-varint", - "void", -] - [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" @@ -13374,41 +10416,15 @@ dependencies = [ "log", "prost", "prost-build", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sc-client-api", + "sc-network-common", + "sp-blockchain", + "sp-runtime", "thiserror", "unsigned-varint", "void", ] -[[package]] -name = "sc-network-common" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "bitflags", - "bytes", - "futures", - "futures-timer", - "libp2p", - "linked_hash_set", - "parity-scale-codec", - "prost-build", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "smallvec", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", -] - [[package]] name = "sc-network-common" version = "0.10.0-dev" @@ -13423,36 +10439,18 @@ dependencies = [ "linked_hash_set", "parity-scale-codec", "prost-build", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-consensus", + "sc-peerset", "serde", "smallvec", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-blockchain", + "sp-consensus", + "sp-finality-grandpa", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] -[[package]] -name = "sc-network-gossip" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "ahash", - "futures", - "futures-timer", - "libp2p", - "log", - "lru", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "tracing", -] - [[package]] name = "sc-network-gossip" version = "0.10.0-dev" @@ -13464,34 +10462,13 @@ dependencies = [ "libp2p", "log", "lru", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-network-common", + "sc-peerset", + "sp-runtime", + "substrate-prometheus-endpoint", "tracing", ] -[[package]] -name = "sc-network-light" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "array-bytes 4.2.0", - "futures", - "libp2p", - "log", - "parity-scale-codec", - "prost", - "prost-build", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "thiserror", -] - [[package]] name = "sc-network-light" version = "0.10.0-dev" @@ -13504,42 +10481,12 @@ dependencies = [ "parity-scale-codec", "prost", "prost-build", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "thiserror", -] - -[[package]] -name = "sc-network-sync" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "array-bytes 4.2.0", - "fork-tree 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "futures", - "libp2p", - "log", - "lru", - "mockall", - "parity-scale-codec", - "prost", - "prost-build", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "smallvec", - "sp-arithmetic 5.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", + "sc-client-api", + "sc-network-common", + "sc-peerset", + "sp-blockchain", + "sp-core", + "sp-runtime", "thiserror", ] @@ -13550,7 +10497,7 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "array-bytes 4.2.0", "async-trait", - "fork-tree 3.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "fork-tree", "futures", "libp2p", "log", @@ -13559,41 +10506,22 @@ dependencies = [ "parity-scale-codec", "prost", "prost-build", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-consensus", + "sc-network-common", + "sc-peerset", + "sc-utils", "smallvec", - "sp-arithmetic 6.0.0", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-finality-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-finality-grandpa", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] -[[package]] -name = "sc-network-transactions" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "array-bytes 4.2.0", - "futures", - "hex", - "libp2p", - "log", - "parity-scale-codec", - "pin-project", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", -] - [[package]] name = "sc-network-transactions" version = "0.10.0-dev" @@ -13606,41 +10534,11 @@ dependencies = [ "log", "parity-scale-codec", "pin-project", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "sc-offchain" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "array-bytes 4.2.0", - "bytes", - "fnv", - "futures", - "futures-timer", - "hyper", - "hyper-rustls", - "libp2p", - "num_cpus", - "once_cell", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand 0.7.3", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "threadpool", - "tracing", + "sc-network-common", + "sc-peerset", + "sp-consensus", + "sp-runtime", + "substrate-prometheus-endpoint", ] [[package]] @@ -13661,31 +10559,18 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand 0.7.3", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-peerset 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sc-client-api", + "sc-network-common", + "sc-peerset", + "sc-utils", + "sp-api", + "sp-core", + "sp-offchain", + "sp-runtime", "threadpool", "tracing", ] -[[package]] -name = "sc-peerset" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "futures", - "libp2p", - "log", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde_json", - "wasm-timer", -] - [[package]] name = "sc-peerset" version = "4.0.0-dev" @@ -13694,57 +10579,18 @@ dependencies = [ "futures", "libp2p", "log", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-utils", "serde_json", "wasm-timer", ] -[[package]] -name = "sc-proposer-metrics" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "log", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", -] - [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "log", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "sc-rpc" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "futures", - "hash-db", - "jsonrpsee 0.15.1", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-rpc 6.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "substrate-prometheus-endpoint", ] [[package]] @@ -13754,50 +10600,27 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "futures", "hash-db", - "jsonrpsee 0.16.2", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-keystore 0.13.0", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-rpc 6.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "sc-rpc-api" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "futures", - "jsonrpsee 0.15.1", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "scale-info", - "serde", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", + "sc-utils", "serde_json", - "sp-core 6.0.0", - "sp-rpc 6.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-tracing 5.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-keystore", + "sp-offchain", + "sp-rpc", + "sp-runtime", + "sp-session", + "sp-version", ] [[package]] @@ -13806,36 +10629,23 @@ version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "futures", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-chain-spec", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", - "sp-core 7.0.0", - "sp-rpc 6.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-tracing 6.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-tracing", + "sp-version", "thiserror", ] -[[package]] -name = "sc-rpc-server" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "futures", - "jsonrpsee 0.15.1", - "log", - "serde_json", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "tokio", -] - [[package]] name = "sc-rpc-server" version = "4.0.0-dev" @@ -13843,34 +10653,15 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "futures", "http", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "serde_json", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "substrate-prometheus-endpoint", "tokio", "tower", "tower-http", ] -[[package]] -name = "sc-rpc-spec-v2" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "futures", - "hex", - "jsonrpsee 0.15.1", - "parity-scale-codec", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "thiserror", -] - [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" @@ -13878,89 +10669,18 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "futures", "hex", - "jsonrpsee 0.16.2", + "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-chain-spec", + "sc-transaction-pool-api", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-runtime", "thiserror", ] -[[package]] -name = "sc-service" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", - "hash-db", - "jsonrpsee 0.15.1", - "log", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.12.1", - "pin-project", - "rand 0.7.3", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-db 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-informant 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-bitswap 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-light 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-sync 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-network-transactions 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-rpc-server 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-rpc-spec-v2 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-sysinfo 6.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-state-machine 0.12.0", - "sp-storage 6.0.0", - "sp-tracing 5.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-transaction-storage-proof 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-trie 6.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "static_init 1.0.3", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "tempfile", - "thiserror", - "tokio", - "tracing", - "tracing-futures", -] - [[package]] name = "sc-service" version = "0.10.0-dev" @@ -13972,58 +10692,58 @@ dependencies = [ "futures", "futures-timer", "hash-db", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.1", "pin-project", "rand 0.7.3", - "sc-block-builder 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-db 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-informant 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-keystore 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-bitswap 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-common 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-light 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-sync 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-network-transactions 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc-server 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc-spec-v2 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-sysinfo 6.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-tracing 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "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-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", "serde", "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-state-machine 0.13.0", - "sp-storage 7.0.0", - "sp-tracing 6.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-transaction-storage-proof 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-trie 7.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage", + "sp-tracing", + "sp-transaction-pool", + "sp-transaction-storage-proof", + "sp-trie", + "sp-version", "static_init 1.0.3", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "substrate-prometheus-endpoint", "tempfile", "thiserror", "tokio", @@ -14031,20 +10751,6 @@ dependencies = [ "tracing-futures", ] -[[package]] -name = "sc-state-db" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "log", - "parity-scale-codec", - "parity-util-mem", - "parity-util-mem-derive", - "parking_lot 0.12.1", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", -] - [[package]] name = "sc-state-db" version = "0.10.0-dev" @@ -14053,65 +10759,27 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", + "sc-client-api", + "sp-core", ] [[package]] -name = "sc-sync-state-rpc" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "jsonrpsee 0.15.1", - "parity-scale-codec", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-consensus-epochs 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-finality-grandpa 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "serde_json", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "thiserror", -] - -[[package]] -name = "sc-sync-state-rpc" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" -dependencies = [ - "jsonrpsee 0.16.2", - "parity-scale-codec", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-consensus-epochs 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-finality-grandpa 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "serde", - "serde_json", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "thiserror", -] - -[[package]] -name = "sc-sysinfo" -version = "6.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" +name = "sc-sync-state-rpc" +version = "0.10.0-dev" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "futures", - "libc", - "log", - "rand 0.7.3", - "rand_pcg 0.2.1", - "regex", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-finality-grandpa", "serde", "serde_json", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-std 4.0.0", + "sp-blockchain", + "sp-runtime", + "thiserror", ] [[package]] @@ -14125,30 +10793,12 @@ dependencies = [ "rand 0.7.3", "rand_pcg 0.2.1", "regex", - "sc-telemetry 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "serde", - "serde_json", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sc-telemetry" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.1", - "pin-project", - "rand 0.7.3", + "sc-telemetry", "serde", "serde_json", - "thiserror", - "wasm-timer", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -14169,37 +10819,6 @@ dependencies = [ "wasm-timer", ] -[[package]] -name = "sc-tracing" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "ansi_term", - "atty", - "chrono", - "lazy_static", - "libc", - "log", - "once_cell", - "parking_lot 0.12.1", - "regex", - "rustc-hash", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-rpc-server 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-tracing-proc-macro 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-rpc 6.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-tracing 5.0.0", - "thiserror", - "tracing", - "tracing-log", - "tracing-subscriber", -] - [[package]] name = "sc-tracing" version = "4.0.0-dev" @@ -14215,33 +10834,22 @@ dependencies = [ "parking_lot 0.12.1", "regex", "rustc-hash", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc-server 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-tracing-proc-macro 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-rpc-server", + "sc-tracing-proc-macro", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-rpc 6.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-tracing 6.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-tracing", "thiserror", "tracing", "tracing-log", "tracing-subscriber", ] -[[package]] -name = "sc-tracing-proc-macro" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" @@ -14253,33 +10861,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sc-transaction-pool" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.12.1", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-tracing 5.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", -] - [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" @@ -14292,31 +10873,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-utils 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-tracing 6.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "substrate-prometheus-endpoint 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "thiserror", -] - -[[package]] -name = "sc-transaction-pool-api" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "futures", - "log", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-tracing", + "sp-transaction-pool", + "substrate-prometheus-endpoint", "thiserror", ] @@ -14329,24 +10896,11 @@ dependencies = [ "futures", "log", "serde", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", + "sp-blockchain", + "sp-runtime", "thiserror", ] -[[package]] -name = "sc-utils" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.1", - "prometheus", -] - [[package]] name = "sc-utils" version = "4.0.0-dev" @@ -14750,18 +11304,6 @@ version = "0.3.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" -[[package]] -name = "slot-range-helper" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - [[package]] name = "slot-range-helper" version = "0.9.36" @@ -14770,8 +11312,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -14839,24 +11381,6 @@ dependencies = [ "sha-1", ] -[[package]] -name = "sp-api" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "sp-api-proc-macro 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-trie 6.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", -] - [[package]] name = "sp-api" version = "4.0.0-dev" @@ -14865,28 +11389,16 @@ dependencies = [ "hash-db", "log", "parity-scale-codec", - "sp-api-proc-macro 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-api-proc-macro", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-version", "thiserror", ] -[[package]] -name = "sp-api-proc-macro" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "blake2", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" @@ -14899,19 +11411,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-application-crypto" -version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-std 4.0.0", -] - [[package]] name = "sp-application-crypto" version = "7.0.0" @@ -14920,24 +11419,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-arithmetic" -version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-debug-derive 4.0.0", - "sp-std 4.0.0", - "static_assertions", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -14950,24 +11434,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-debug-derive 5.0.0", - "sp-std 5.0.0", + "sp-debug-derive", + "sp-std", "static_assertions", ] -[[package]] -name = "sp-authority-discovery" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" @@ -14975,22 +11446,10 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-authorship" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-api", + "sp-application-crypto", + "sp-runtime", + "sp-std", ] [[package]] @@ -15000,9 +11459,9 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] @@ -15013,25 +11472,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-block-builder" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-mmr-primitives", + "sp-runtime", + "sp-std", ] [[package]] @@ -15040,28 +11487,10 @@ version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-blockchain" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "futures", - "log", - "lru", - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-database 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "thiserror", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] @@ -15074,30 +11503,11 @@ dependencies = [ "lru", "parity-scale-codec", "parking_lot 0.12.1", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-database 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "thiserror", -] - -[[package]] -name = "sp-consensus" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-api", + "sp-consensus", + "sp-database", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -15111,12 +11521,12 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-version", "thiserror", ] @@ -15128,37 +11538,14 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "sp-consensus-babe" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "merlin", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-vrf 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-api", + "sp-application-crypto", + "sp-consensus", + "sp-consensus-slots", + "sp-inherents", + "sp-runtime", + "sp-std", + "sp-timestamp", ] [[package]] @@ -15171,31 +11558,17 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-consensus 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-slots 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-consensus-vrf 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "sp-consensus-slots" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 5.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-api", + "sp-application-crypto", + "sp-consensus", + "sp-consensus-slots", + "sp-consensus-vrf", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-std", + "sp-timestamp", ] [[package]] @@ -15206,81 +11579,23 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "sp-consensus-vrf" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "scale-info", - "schnorrkel", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - -[[package]] -name = "sp-consensus-vrf" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" -dependencies = [ - "parity-scale-codec", - "scale-info", - "schnorrkel", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-core" -version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "array-bytes 4.2.0", - "base58", - "bitflags", - "blake2", - "byteorder", - "dyn-clonable", - "ed25519-zebra", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde 0.4.0", - "lazy_static", - "libsecp256k1 0.7.1", - "log", - "merlin", - "num-traits", + "sp-arithmetic", + "sp-runtime", + "sp-std", + "sp-timestamp", +] + +[[package]] +name = "sp-consensus-vrf" +version = "0.10.0-dev" +source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" +dependencies = [ "parity-scale-codec", - "parking_lot 0.12.1", - "primitive-types 0.12.1", - "rand 0.7.3", - "regex", "scale-info", "schnorrkel", - "secp256k1", - "secrecy", - "serde", - "sp-core-hashing 4.0.0", - "sp-debug-derive 4.0.0", - "sp-externalities 0.12.0", - "sp-runtime-interface 6.0.0", - "sp-std 4.0.0", - "sp-storage 6.0.0", - "ss58-registry", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "wasmi", - "zeroize", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -15314,12 +11629,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing 5.0.0", - "sp-debug-derive 5.0.0", - "sp-externalities 0.13.0", - "sp-runtime-interface 7.0.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", + "sp-core-hashing", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror", @@ -15328,20 +11643,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core-hashing" -version = "4.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "blake2", - "byteorder", - "digest 0.10.6", - "sha2 0.10.6", - "sha3 0.10.6", - "sp-std 4.0.0", - "twox-hash", -] - [[package]] name = "sp-core-hashing" version = "5.0.0" @@ -15352,21 +11653,10 @@ dependencies = [ "digest 0.10.6", "sha2 0.10.6", "sha3 0.10.6", - "sp-std 5.0.0", + "sp-std", "twox-hash", ] -[[package]] -name = "sp-core-hashing-proc-macro" -version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "proc-macro2", - "quote", - "sp-core-hashing 4.0.0", - "syn", -] - [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" @@ -15374,38 +11664,19 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "proc-macro2", "quote", - "sp-core-hashing 5.0.0", + "sp-core-hashing", "syn", ] -[[package]] -name = "sp-database" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "kvdb 0.12.0", - "parking_lot 0.12.1", -] - [[package]] name = "sp-database" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "kvdb 0.13.0", + "kvdb", "parking_lot 0.12.1", ] -[[package]] -name = "sp-debug-derive" -version = "4.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-debug-derive" version = "5.0.0" @@ -15416,17 +11687,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-externalities" -version = "0.12.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 4.0.0", - "sp-storage 6.0.0", -] - [[package]] name = "sp-externalities" version = "0.13.0" @@ -15434,26 +11694,8 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "environmental", "parity-scale-codec", - "sp-std 5.0.0", - "sp-storage 7.0.0", -] - -[[package]] -name = "sp-finality-grandpa" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-std", + "sp-storage", ] [[package]] @@ -15466,26 +11708,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-application-crypto 7.0.0", - "sp-core 7.0.0", - "sp-keystore 0.13.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-inherents" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "thiserror", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-std", ] [[package]] @@ -15496,38 +11724,12 @@ dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-runtime", + "sp-std", "thiserror", ] -[[package]] -name = "sp-io" -version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "bytes", - "futures", - "hash-db", - "libsecp256k1 0.7.1", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "secp256k1", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-keystore 0.12.0", - "sp-runtime-interface 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-tracing 5.0.0", - "sp-trie 6.0.0", - "sp-wasm-interface 6.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "7.0.0" @@ -15542,58 +11744,30 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "secp256k1", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-keystore 0.13.0", - "sp-runtime-interface 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-tracing 6.0.0", - "sp-trie 7.0.0", - "sp-wasm-interface 7.0.0", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", + "sp-wasm-interface", "tracing", "tracing-core", ] -[[package]] -name = "sp-keyring" -version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "lazy_static", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "strum", -] - [[package]] name = "sp-keyring" version = "7.0.0" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "lazy_static", - "sp-core 7.0.0", - "sp-runtime 7.0.0", + "sp-core", + "sp-runtime", "strum", ] -[[package]] -name = "sp-keystore" -version = "0.12.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "futures", - "merlin", - "parity-scale-codec", - "parking_lot 0.12.1", - "schnorrkel", - "serde", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "thiserror", -] - [[package]] name = "sp-keystore" version = "0.13.0" @@ -15606,18 +11780,9 @@ dependencies = [ "parking_lot 0.12.1", "schnorrkel", "serde", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "thiserror", -] - -[[package]] -name = "sp-maybe-compressed-blob" -version = "4.1.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ + "sp-core", + "sp-externalities", "thiserror", - "zstd", ] [[package]] @@ -15629,23 +11794,6 @@ dependencies = [ "zstd", ] -[[package]] -name = "sp-mmr-primitives" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-debug-derive 4.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "thiserror", -] - [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" @@ -15656,28 +11804,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-debug-derive 5.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-api", + "sp-core", + "sp-debug-derive", + "sp-runtime", + "sp-std", "thiserror", ] -[[package]] -name = "sp-npos-elections" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - [[package]] name = "sp-npos-elections" version = "4.0.0-dev" @@ -15686,20 +11820,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-offchain" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -15707,19 +11831,9 @@ name = "sp-offchain" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", -] - -[[package]] -name = "sp-panic-handler" -version = "4.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "backtrace", - "lazy_static", - "regex", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] @@ -15732,16 +11846,6 @@ dependencies = [ "regex", ] -[[package]] -name = "sp-rpc" -version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 6.0.0", -] - [[package]] name = "sp-rpc" version = "6.0.0" @@ -15749,30 +11853,7 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "rustc-hash", "serde", - "sp-core 7.0.0", -] - -[[package]] -name = "sp-runtime" -version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "parity-util-mem", - "paste", - "rand 0.7.3", - "scale-info", - "serde", - "sp-application-crypto 6.0.0", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-std 4.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-core", ] [[package]] @@ -15789,30 +11870,12 @@ dependencies = [ "rand 0.7.3", "scale-info", "serde", - "sp-application-crypto 7.0.0", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-std 5.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", -] - -[[package]] -name = "sp-runtime-interface" -version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types 0.12.1", - "sp-externalities 0.12.0", - "sp-runtime-interface-proc-macro 5.0.0", - "sp-std 4.0.0", - "sp-storage 6.0.0", - "sp-tracing 5.0.0", - "sp-wasm-interface 6.0.0", - "static_assertions", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", + "sp-weights", ] [[package]] @@ -15824,27 +11887,15 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types 0.12.1", - "sp-externalities 0.13.0", - "sp-runtime-interface-proc-macro 6.0.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", - "sp-tracing 6.0.0", - "sp-wasm-interface 7.0.0", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "Inflector", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" @@ -15857,34 +11908,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-sandbox" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "log", - "parity-scale-codec", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-std 4.0.0", - "sp-wasm-interface 6.0.0", - "wasmi", -] - -[[package]] -name = "sp-session" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", -] - [[package]] name = "sp-session" version = "4.0.0-dev" @@ -15892,56 +11915,23 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-staking" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-api", + "sp-core", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "sp-staking" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-state-machine" -version = "0.12.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "hash-db", - "log", - "num-traits", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand 0.7.3", - "smallvec", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-panic-handler 4.0.0", - "sp-std 4.0.0", - "sp-trie 6.0.0", - "thiserror", - "tracing", - "trie-root", +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -15956,39 +11946,21 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.7.3", "smallvec", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-panic-handler 5.0.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-std", + "sp-trie", "thiserror", "tracing", "trie-root", ] -[[package]] -name = "sp-std" -version = "4.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" - [[package]] name = "sp-std" version = "5.0.0" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" -[[package]] -name = "sp-storage" -version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "impl-serde 0.4.0", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 4.0.0", - "sp-std 4.0.0", -] - [[package]] name = "sp-storage" version = "7.0.0" @@ -15998,24 +11970,8 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 5.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-timestamp" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "futures-timer", - "log", - "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "thiserror", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -16027,69 +11983,32 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", "thiserror", ] -[[package]] -name = "sp-tracing" -version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "sp-std 4.0.0", - "tracing", - "tracing-core", - "tracing-subscriber", -] - [[package]] name = "sp-tracing" version = "6.0.0" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "parity-scale-codec", - "sp-std 5.0.0", + "sp-std", "tracing", "tracing-core", "tracing-subscriber", ] -[[package]] -name = "sp-transaction-pool" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", -] - [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", -] - -[[package]] -name = "sp-transaction-storage-proof" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-trie 6.0.0", + "sp-api", + "sp-runtime", ] [[package]] @@ -16101,34 +12020,11 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", -] - -[[package]] -name = "sp-trie" -version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "ahash", - "hash-db", - "hashbrown", - "lazy_static", - "lru", - "memory-db 0.30.0", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "scale-info", - "sp-core 6.0.0", - "sp-std 4.0.0", - "thiserror", - "tracing", - "trie-db", - "trie-root", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -16141,36 +12037,19 @@ dependencies = [ "hashbrown", "lazy_static", "lru", - "memory-db 0.31.0", + "memory-db", "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", "scale-info", - "sp-core 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-std", "thiserror", "tracing", "trie-db", "trie-root", ] -[[package]] -name = "sp-version" -version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "impl-serde 0.4.0", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-core-hashing-proc-macro 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-version-proc-macro 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "thiserror", -] - [[package]] name = "sp-version" version = "5.0.0" @@ -16181,24 +12060,13 @@ dependencies = [ "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "sp-version-proc-macro 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-core-hashing-proc-macro", + "sp-runtime", + "sp-std", + "sp-version-proc-macro", "thiserror", ] -[[package]] -name = "sp-version-proc-macro" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" @@ -16210,19 +12078,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-wasm-interface" -version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-std 4.0.0", - "wasmi", - "wasmtime", -] - [[package]] name = "sp-wasm-interface" version = "7.0.0" @@ -16231,27 +12086,11 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 5.0.0", + "sp-std", "wasmi", "wasmtime", ] -[[package]] -name = "sp-weights" -version = "4.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-debug-derive 4.0.0", - "sp-std 4.0.0", -] - [[package]] name = "sp-weights" version = "4.0.0" @@ -16262,10 +12101,10 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-debug-derive 5.0.0", - "sp-std 5.0.0", + "sp-arithmetic", + "sp-core", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -16431,14 +12270,6 @@ dependencies = [ "rustc-hex", ] -[[package]] -name = "substrate-build-script-utils" -version = "3.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "platforms 2.0.0", -] - [[package]] name = "substrate-build-script-utils" version = "3.0.0" @@ -16458,59 +12289,25 @@ dependencies = [ "typenum 1.16.0 (git+/~https://github.com/encointer/typenum?tag=v1.16.0)", ] -[[package]] -name = "substrate-frame-rpc-system" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "futures", - "jsonrpsee 0.15.1", - "log", - "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-runtime 6.0.0", -] - [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-system-rpc-runtime-api", "futures", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-transaction-pool-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-rpc-api", + "sc-transaction-pool-api", "serde_json", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-blockchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-runtime 7.0.0", -] - -[[package]] -name = "substrate-prometheus-endpoint" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "futures-util", - "hyper", - "log", - "prometheus", - "thiserror", - "tokio", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-runtime", ] [[package]] @@ -16526,51 +12323,17 @@ dependencies = [ "tokio", ] -[[package]] -name = "substrate-rpc-client" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "async-trait", - "jsonrpsee 0.15.1", - "log", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "sp-runtime 6.0.0", -] - [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ "async-trait", - "jsonrpsee 0.16.2", - "log", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "serde", - "sp-runtime 7.0.0", -] - -[[package]] -name = "substrate-state-trie-migration-rpc" -version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "jsonrpsee 0.15.1", + "jsonrpsee", "log", - "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "scale-info", + "sc-rpc-api", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-trie 6.0.0", - "trie-db", + "sp-runtime", ] [[package]] @@ -16578,39 +12341,22 @@ name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51" dependencies = [ - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-rpc-api 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-client-api", + "sc-rpc-api", "scale-info", "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", "trie-db", ] -[[package]] -name = "substrate-wasm-builder" -version = "5.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "ansi_term", - "build-helper", - "cargo_metadata", - "filetime", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "strum", - "tempfile", - "toml", - "walkdir", - "wasm-opt", -] - [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" @@ -16620,7 +12366,7 @@ dependencies = [ "build-helper", "cargo_metadata", "filetime", - "sp-maybe-compressed-blob 4.1.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sp-maybe-compressed-blob", "strum", "tempfile", "toml", @@ -17024,38 +12770,15 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-gum" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "polkadot-node-jaeger 0.9.33", - "polkadot-primitives 0.9.33", - "tracing", - "tracing-gum-proc-macro 0.9.33", -] - [[package]] name = "tracing-gum" version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "polkadot-node-jaeger 0.9.36", - "polkadot-primitives 0.9.36", + "polkadot-node-jaeger", + "polkadot-primitives", "tracing", - "tracing-gum-proc-macro 0.9.36", -] - -[[package]] -name = "tracing-gum-proc-macro" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "expander 0.0.6", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", + "tracing-gum-proc-macro", ] [[package]] @@ -17197,32 +12920,6 @@ version = "0.2.3" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" -[[package]] -name = "try-runtime-cli" -version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689" -dependencies = [ - "clap", - "log", - "parity-scale-codec", - "remote-externalities", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "serde", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "substrate-rpc-client 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "zstd", -] - [[package]] name = "try-runtime-cli" version = "0.10.0-dev" @@ -17230,27 +12927,27 @@ source = "git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb dependencies = [ "clap", "frame-remote-externalities", - "frame-try-runtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-try-runtime", "hex", "log", "parity-scale-codec", - "sc-chain-spec 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-cli 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-executor 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sc-service 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "serde", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-core 7.0.0", - "sp-debug-derive 5.0.0", - "sp-externalities 0.13.0", - "sp-io 7.0.0", - "sp-keystore 0.13.0", - "sp-rpc 6.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-runtime 7.0.0", - "sp-state-machine 0.13.0", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "substrate-rpc-client 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "sc-chain-spec", + "sc-cli", + "sc-executor", + "sc-service", + "serde", + "sp-api", + "sp-core", + "sp-debug-derive", + "sp-externalities", + "sp-io", + "sp-keystore", + "sp-rpc", + "sp-runtime", + "sp-state-machine", + "sp-version", + "sp-weights", + "substrate-rpc-client", "zstd", ] @@ -17305,15 +13002,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "unicase" -version = "2.6.0" -source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" -dependencies = [ - "version_check", -] - [[package]] name = "unicode-bidi" version = "0.3.8" @@ -17854,106 +13542,106 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" +version = "0.9.36" +source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "beefy-primitives", "bitvec", - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-election-provider-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-executive 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-try-runtime 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "frame-benchmarking", + "frame-election-provider-support", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal", "log", - "pallet-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-authorship 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-babe 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-bags-list 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-balances 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-collective 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-democracy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-election-provider-multi-phase 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-election-provider-support-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-elections-phragmen 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-fast-unstake 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-grandpa 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-identity 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-im-online 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-indices 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-membership 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-multisig 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-nomination-pools 1.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-bags-list", + "pallet-balances", + "pallet-collective", + "pallet-democracy", + "pallet-election-provider-multi-phase", + "pallet-election-provider-support-benchmarking", + "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-benchmarking", - "pallet-nomination-pools-runtime-api 1.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-offences 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-nomination-pools-runtime-api", + "pallet-offences", "pallet-offences-benchmarking", - "pallet-preimage 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-proxy 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-preimage", + "pallet-proxy", "pallet-recovery", - "pallet-scheduler 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "pallet-scheduler", + "pallet-session", "pallet-session-benchmarking", "pallet-society", - "pallet-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-staking-reward-curve 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-sudo 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-timestamp 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-transaction-payment-rpc-runtime-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-treasury 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-utility 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-vesting 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "pallet-xcm 0.9.33", + "pallet-staking", + "pallet-staking-reward-curve", + "pallet-sudo", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-xcm", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain 0.9.33", - "polkadot-primitives 0.9.33", - "polkadot-runtime-common 0.9.33", - "polkadot-runtime-parachains 0.9.33", + "polkadot-parachain", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "rustc-hex", "scale-info", "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-authority-discovery 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-block-builder 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-consensus-babe 0.10.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-core 6.0.0", - "sp-inherents 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-io 6.0.0", - "sp-mmr-primitives 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-npos-elections 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-offchain 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-runtime 6.0.0", - "sp-session 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-staking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-std 4.0.0", - "sp-transaction-pool 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "sp-version 5.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "substrate-wasm-builder 5.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-api", + "sp-authority-discovery", + "sp-beefy", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", + "sp-mmr-primitives", + "sp-npos-elections", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-transaction-pool", + "sp-version", + "substrate-wasm-builder", "westend-runtime-constants", - "xcm 0.9.33", - "xcm-builder 0.9.33", - "xcm-executor 0.9.33", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] name = "westend-runtime-constants" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" +version = "0.9.36" +source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "polkadot-primitives 0.9.33", - "polkadot-runtime-common 0.9.33", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-weights 4.0.0 (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -18176,20 +13864,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "xcm" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "derivative", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 6.0.0", - "xcm-procedural 0.9.33", -] - [[package]] name = "xcm" version = "0.9.36" @@ -18200,28 +13874,8 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0", - "xcm-procedural 0.9.36", -] - -[[package]] -name = "xcm-builder" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "log", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "parity-scale-codec", - "polkadot-parachain 0.9.33", - "scale-info", - "sp-arithmetic 5.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "xcm 0.9.33", - "xcm-executor 0.9.33", + "sp-runtime", + "xcm-procedural", ] [[package]] @@ -18229,37 +13883,19 @@ name = "xcm-builder" version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "log", - "pallet-transaction-payment 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain 0.9.36", + "polkadot-parachain", "scale-info", - "sp-arithmetic 6.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm 0.9.36", - "xcm-executor 0.9.36", -] - -[[package]] -name = "xcm-executor" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "frame-benchmarking 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.33)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "xcm 0.9.33", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", + "xcm", + "xcm-executor", ] [[package]] @@ -18267,16 +13903,17 @@ name = "xcm-executor" version = "0.9.36" source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc" dependencies = [ - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-benchmarking", + "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm 0.9.36", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "xcm", ] [[package]] @@ -18286,8 +13923,8 @@ source = "git+/~https://github.com/darwinia-network/moonbeam?branch=polkadot-v0.9. dependencies = [ "ethereum", "ethereum-types 0.14.1", - "frame-support 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", - "frame-system 4.0.0-dev (git+/~https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)", + "frame-support", + "frame-system", "hex", "log", "orml-traits", @@ -18295,23 +13932,12 @@ dependencies = [ "scale-info", "serde", "sha3 0.10.6", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", - "xcm 0.9.36", - "xcm-builder 0.9.36", - "xcm-executor 0.9.36", -] - -[[package]] -name = "xcm-procedural" -version = "0.9.33" -source = "git+/~https://github.com/paritytech/polkadot?branch=release-v0.9.33#c7d6c21242fc654f6f069e12c00951484dff334d" -dependencies = [ - "Inflector", - "proc-macro2", - "quote", - "syn", + "sp-io", + "sp-runtime", + "sp-std", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] diff --git a/node/Cargo.toml b/node/Cargo.toml index ff8892da..1b36a3b2 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -52,11 +52,11 @@ fp-rpc = { git = "/~https://github.com/darwinia-network/frontier", branch fp-storage = { git = "/~https://github.com/darwinia-network/frontier", branch = "polkadot-v0.9.36" } # polkadot -polkadot-cli = { git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -polkadot-parachain = { git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -polkadot-primitives = { git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -polkadot-service = { git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm = { git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } +polkadot-cli = { git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +polkadot-parachain = { git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +polkadot-primitives = { git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +polkadot-service = { git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm = { git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } # substrate frame-benchmarking = { git = "/~https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 40815953..9efa254d 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -24,9 +24,9 @@ bp-darwinia-core = { default-features = false, git = "/~https://github.com/darwini account = { default-features = false, git = "/~https://github.com/darwinia-network/moonbeam", branch = "polkadot-v0.9.36" } # polkadot -xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm-builder = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm-executor = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } +xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm-builder = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm-executor = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } # substrate frame-support = { default-features = false, git = "/~https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" } diff --git a/runtime/crab/Cargo.toml b/runtime/crab/Cargo.toml index bc63fbd3..529a1086 100644 --- a/runtime/crab/Cargo.toml +++ b/runtime/crab/Cargo.toml @@ -76,12 +76,12 @@ precompile-utils = { default-features = false, git = "/~https://github.com/darwini xcm-primitives = { default-features = false, git = "/~https://github.com/darwinia-network/moonbeam", branch = "polkadot-v0.9.36" } # polkadot -pallet-xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -polkadot-parachain = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -polkadot-runtime-common = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm-builder = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm-executor = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } +pallet-xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +polkadot-parachain = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +polkadot-runtime-common = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm-builder = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm-executor = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } # substrate frame-executive = { default-features = false, git = "/~https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" } diff --git a/runtime/crab/src/pallets/deposit.rs b/runtime/crab/src/pallets/deposit.rs index 2f408280..a9b8c834 100644 --- a/runtime/crab/src/pallets/deposit.rs +++ b/runtime/crab/src/pallets/deposit.rs @@ -24,7 +24,7 @@ impl darwinia_deposit::SimpleAsset for CKtonMinting { type AccountId = AccountId; fn mint(beneficiary: &Self::AccountId, amount: Balance) -> sp_runtime::DispatchResult { - Assets::mint(RuntimeOrigin::signed(ROOT), AssetIds::CKton as _, *beneficiary, amount) + Assets::mint(RuntimeOrigin::signed(ROOT), codec::Compact(AssetIds::CKton as _), *beneficiary, amount) } fn burn(who: &Self::AccountId, amount: Balance) -> sp_runtime::DispatchResult { @@ -34,7 +34,7 @@ impl darwinia_deposit::SimpleAsset for CKtonMinting { Err(>::BalanceLow)?; } - Assets::burn(RuntimeOrigin::signed(ROOT), asset_id, *who, amount) + Assets::burn(RuntimeOrigin::signed(ROOT), codec::Compact(asset_id), *who, amount) } } diff --git a/runtime/crab/src/pallets/staking.rs b/runtime/crab/src/pallets/staking.rs index 7ac9221d..ffc2bc7d 100644 --- a/runtime/crab/src/pallets/staking.rs +++ b/runtime/crab/src/pallets/staking.rs @@ -52,7 +52,7 @@ impl darwinia_staking::Stake for CKtonStaking { fn stake(who: &Self::AccountId, item: Self::Item) -> sp_runtime::DispatchResult { Assets::transfer( RuntimeOrigin::signed(*who), - AssetIds::CKton as AssetId, + codec::Compact(AssetIds::CKton as AssetId), darwinia_staking::account_id(), item, ) @@ -61,7 +61,7 @@ impl darwinia_staking::Stake for CKtonStaking { fn unstake(who: &Self::AccountId, item: Self::Item) -> sp_runtime::DispatchResult { Assets::transfer( RuntimeOrigin::signed(darwinia_staking::account_id()), - AssetIds::CKton as AssetId, + codec::Compact(AssetIds::CKton as AssetId), *who, item, ) diff --git a/runtime/crab/src/pallets/system.rs b/runtime/crab/src/pallets/system.rs index 130b1abd..43a82603 100644 --- a/runtime/crab/src/pallets/system.rs +++ b/runtime/crab/src/pallets/system.rs @@ -28,9 +28,9 @@ const AVERAGE_ON_INITIALIZE_RATIO: Perbill = Perbill::from_percent(5); pub const NORMAL_DISPATCH_RATIO: Perbill = Perbill::from_percent(75); /// We allow for 0.5 of a second of compute with a 12 second average block time. -pub const MAXIMUM_BLOCK_WEIGHT: Weight = weight::from_parts( +pub const MAXIMUM_BLOCK_WEIGHT: Weight = Weight::from_parts( frame_support::weights::constants::WEIGHT_REF_TIME_PER_SECOND.saturating_div(2), - set_proof_size(cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE as u64), + cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE as u64, ); frame_support::parameter_types! { diff --git a/runtime/crab/src/weights/block_weights.rs b/runtime/crab/src/weights/block_weights.rs index 39163b94..66279be1 100644 --- a/runtime/crab/src/weights/block_weights.rs +++ b/runtime/crab/src/weights/block_weights.rs @@ -23,7 +23,7 @@ pub mod constants { parameter_types! { /// Importing a block with 0 Extrinsics. - pub const BlockExecutionWeight: Weight = constants::WEIGHT_PER_NANOS.saturating_mul(5_000_000); + pub const BlockExecutionWeight: Weight = Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(5_000_000)); } #[cfg(test)] diff --git a/runtime/crab/src/weights/extrinsic_weights.rs b/runtime/crab/src/weights/extrinsic_weights.rs index 797cc0bd..48868670 100644 --- a/runtime/crab/src/weights/extrinsic_weights.rs +++ b/runtime/crab/src/weights/extrinsic_weights.rs @@ -23,7 +23,7 @@ pub mod constants { parameter_types! { /// Executing a NO-OP `System::remarks` Extrinsic. - pub const ExtrinsicBaseWeight: Weight = Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(125_000); + pub const ExtrinsicBaseWeight: Weight = Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(125_000)); } #[cfg(test)] diff --git a/runtime/crab/src/weights/paritydb_weights.rs b/runtime/crab/src/weights/paritydb_weights.rs index 2d2618fd..4338d928 100644 --- a/runtime/crab/src/weights/paritydb_weights.rs +++ b/runtime/crab/src/weights/paritydb_weights.rs @@ -25,8 +25,8 @@ pub mod constants { /// `ParityDB` can be enabled with a feature flag, but is still experimental. These weights /// are available for brave runtime engineers who may want to try this out as default. pub const ParityDbWeight: RuntimeDbWeight = RuntimeDbWeight { - read: 8_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), - write: 50_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), + read: 8_000 * constants::WEIGHT_REF_TIME_PER_NANOS, + write: 50_000 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } diff --git a/runtime/crab/src/weights/rocksdb_weights.rs b/runtime/crab/src/weights/rocksdb_weights.rs index cd33f8a2..1d115d96 100644 --- a/runtime/crab/src/weights/rocksdb_weights.rs +++ b/runtime/crab/src/weights/rocksdb_weights.rs @@ -25,8 +25,8 @@ pub mod constants { /// By default, Substrate uses `RocksDB`, so this will be the weight used throughout /// the runtime. pub const RocksDbWeight: RuntimeDbWeight = RuntimeDbWeight { - read: 25_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), - write: 100_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), + read: 25_000 * constants::WEIGHT_REF_TIME_PER_NANOS, + write: 100_000 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } diff --git a/runtime/darwinia/Cargo.toml b/runtime/darwinia/Cargo.toml index 34481acd..069fdfbd 100644 --- a/runtime/darwinia/Cargo.toml +++ b/runtime/darwinia/Cargo.toml @@ -76,12 +76,12 @@ precompile-utils = { default-features = false, git = "/~https://github.com/darwini xcm-primitives = { default-features = false, git = "/~https://github.com/darwinia-network/moonbeam", branch = "polkadot-v0.9.36" } # polkadot -pallet-xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -polkadot-parachain = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -polkadot-runtime-common = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm-builder = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm-executor = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } +pallet-xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +polkadot-parachain = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +polkadot-runtime-common = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm-builder = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm-executor = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } # substrate frame-executive = { default-features = false, git = "/~https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" } diff --git a/runtime/darwinia/src/pallets/deposit.rs b/runtime/darwinia/src/pallets/deposit.rs index 34a0f3e5..9c8e41f7 100644 --- a/runtime/darwinia/src/pallets/deposit.rs +++ b/runtime/darwinia/src/pallets/deposit.rs @@ -24,7 +24,7 @@ impl darwinia_deposit::SimpleAsset for KtonAsset { type AccountId = AccountId; fn mint(beneficiary: &Self::AccountId, amount: Balance) -> sp_runtime::DispatchResult { - Assets::mint(RuntimeOrigin::signed(ROOT), AssetIds::Kton as _, *beneficiary, amount) + Assets::mint(RuntimeOrigin::signed(ROOT), codec::Compact(AssetIds::Kton as _), *beneficiary, amount) } fn burn(who: &Self::AccountId, amount: Balance) -> sp_runtime::DispatchResult { @@ -34,7 +34,7 @@ impl darwinia_deposit::SimpleAsset for KtonAsset { Err(>::BalanceLow)?; } - Assets::burn(RuntimeOrigin::signed(ROOT), asset_id, *who, amount) + Assets::burn(RuntimeOrigin::signed(ROOT), codec::Compact(asset_id), *who, amount) } } diff --git a/runtime/darwinia/src/pallets/staking.rs b/runtime/darwinia/src/pallets/staking.rs index cc1661ea..8198e372 100644 --- a/runtime/darwinia/src/pallets/staking.rs +++ b/runtime/darwinia/src/pallets/staking.rs @@ -52,7 +52,7 @@ impl darwinia_staking::Stake for KtonStaking { fn stake(who: &Self::AccountId, item: Self::Item) -> sp_runtime::DispatchResult { Assets::transfer( RuntimeOrigin::signed(*who), - AssetIds::Kton as AssetId, + codec::Compact(AssetIds::Kton as AssetId), darwinia_staking::account_id(), item, ) @@ -61,7 +61,7 @@ impl darwinia_staking::Stake for KtonStaking { fn unstake(who: &Self::AccountId, item: Self::Item) -> sp_runtime::DispatchResult { Assets::transfer( RuntimeOrigin::signed(darwinia_staking::account_id()), - AssetIds::Kton as AssetId, + codec::Compact(AssetIds::Kton as AssetId), *who, item, ) diff --git a/runtime/darwinia/src/pallets/system.rs b/runtime/darwinia/src/pallets/system.rs index 130b1abd..43a82603 100644 --- a/runtime/darwinia/src/pallets/system.rs +++ b/runtime/darwinia/src/pallets/system.rs @@ -28,9 +28,9 @@ const AVERAGE_ON_INITIALIZE_RATIO: Perbill = Perbill::from_percent(5); pub const NORMAL_DISPATCH_RATIO: Perbill = Perbill::from_percent(75); /// We allow for 0.5 of a second of compute with a 12 second average block time. -pub const MAXIMUM_BLOCK_WEIGHT: Weight = weight::from_parts( +pub const MAXIMUM_BLOCK_WEIGHT: Weight = Weight::from_parts( frame_support::weights::constants::WEIGHT_REF_TIME_PER_SECOND.saturating_div(2), - set_proof_size(cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE as u64), + cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE as u64, ); frame_support::parameter_types! { diff --git a/runtime/darwinia/src/weights/block_weights.rs b/runtime/darwinia/src/weights/block_weights.rs index b8d90508..66279be1 100644 --- a/runtime/darwinia/src/weights/block_weights.rs +++ b/runtime/darwinia/src/weights/block_weights.rs @@ -23,7 +23,7 @@ pub mod constants { parameter_types! { /// Importing a block with 0 Extrinsics. - pub const BlockExecutionWeight: Weight = Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(5_000_000); + pub const BlockExecutionWeight: Weight = Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(5_000_000)); } #[cfg(test)] diff --git a/runtime/darwinia/src/weights/extrinsic_weights.rs b/runtime/darwinia/src/weights/extrinsic_weights.rs index 797cc0bd..48868670 100644 --- a/runtime/darwinia/src/weights/extrinsic_weights.rs +++ b/runtime/darwinia/src/weights/extrinsic_weights.rs @@ -23,7 +23,7 @@ pub mod constants { parameter_types! { /// Executing a NO-OP `System::remarks` Extrinsic. - pub const ExtrinsicBaseWeight: Weight = Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(125_000); + pub const ExtrinsicBaseWeight: Weight = Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(125_000)); } #[cfg(test)] diff --git a/runtime/darwinia/src/weights/paritydb_weights.rs b/runtime/darwinia/src/weights/paritydb_weights.rs index 2d2618fd..4338d928 100644 --- a/runtime/darwinia/src/weights/paritydb_weights.rs +++ b/runtime/darwinia/src/weights/paritydb_weights.rs @@ -25,8 +25,8 @@ pub mod constants { /// `ParityDB` can be enabled with a feature flag, but is still experimental. These weights /// are available for brave runtime engineers who may want to try this out as default. pub const ParityDbWeight: RuntimeDbWeight = RuntimeDbWeight { - read: 8_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), - write: 50_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), + read: 8_000 * constants::WEIGHT_REF_TIME_PER_NANOS, + write: 50_000 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } diff --git a/runtime/darwinia/src/weights/rocksdb_weights.rs b/runtime/darwinia/src/weights/rocksdb_weights.rs index cd33f8a2..1d115d96 100644 --- a/runtime/darwinia/src/weights/rocksdb_weights.rs +++ b/runtime/darwinia/src/weights/rocksdb_weights.rs @@ -25,8 +25,8 @@ pub mod constants { /// By default, Substrate uses `RocksDB`, so this will be the weight used throughout /// the runtime. pub const RocksDbWeight: RuntimeDbWeight = RuntimeDbWeight { - read: 25_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), - write: 100_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), + read: 25_000 * constants::WEIGHT_REF_TIME_PER_NANOS, + write: 100_000 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } diff --git a/runtime/pangolin/Cargo.toml b/runtime/pangolin/Cargo.toml index 96b38a31..738bf2ed 100644 --- a/runtime/pangolin/Cargo.toml +++ b/runtime/pangolin/Cargo.toml @@ -75,12 +75,12 @@ precompile-utils = { default-features = false, git = "/~https://github.com/darwini xcm-primitives = { default-features = false, git = "/~https://github.com/darwinia-network/moonbeam", branch = "polkadot-v0.9.36" } # polkadot -pallet-xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -polkadot-parachain = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -polkadot-runtime-common = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm-builder = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } -xcm-executor = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } +pallet-xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +polkadot-parachain = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +polkadot-runtime-common = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm-builder = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } +xcm-executor = { default-features = false, git = "/~https://github.com/paritytech/polkadot", branch = "release-v0.9.36" } # substrate frame-executive = { default-features = false, git = "/~https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" } diff --git a/runtime/pangolin/src/pallets/deposit.rs b/runtime/pangolin/src/pallets/deposit.rs index 2febd939..1515fa70 100644 --- a/runtime/pangolin/src/pallets/deposit.rs +++ b/runtime/pangolin/src/pallets/deposit.rs @@ -24,7 +24,7 @@ impl darwinia_deposit::SimpleAsset for PKtonMinting { type AccountId = AccountId; fn mint(beneficiary: &Self::AccountId, amount: Balance) -> sp_runtime::DispatchResult { - Assets::mint(RuntimeOrigin::signed(ROOT), AssetIds::PKton as _, *beneficiary, amount) + Assets::mint(RuntimeOrigin::signed(ROOT), codec::Compact(AssetIds::PKton as _), *beneficiary, amount) } fn burn(who: &Self::AccountId, amount: Balance) -> sp_runtime::DispatchResult { @@ -34,7 +34,7 @@ impl darwinia_deposit::SimpleAsset for PKtonMinting { Err(>::BalanceLow)?; } - Assets::burn(RuntimeOrigin::signed(ROOT), asset_id, *who, amount) + Assets::burn(RuntimeOrigin::signed(ROOT), codec::Compact(asset_id), *who, amount) } } diff --git a/runtime/pangolin/src/pallets/staking.rs b/runtime/pangolin/src/pallets/staking.rs index 83e0ea7f..b44f2f66 100644 --- a/runtime/pangolin/src/pallets/staking.rs +++ b/runtime/pangolin/src/pallets/staking.rs @@ -52,7 +52,7 @@ impl darwinia_staking::Stake for PKtonStaking { fn stake(who: &Self::AccountId, item: Self::Item) -> sp_runtime::DispatchResult { Assets::transfer( RuntimeOrigin::signed(*who), - AssetIds::PKton as AssetId, + codec::Compact(AssetIds::PKton as AssetId), darwinia_staking::account_id(), item, ) @@ -61,7 +61,7 @@ impl darwinia_staking::Stake for PKtonStaking { fn unstake(who: &Self::AccountId, item: Self::Item) -> sp_runtime::DispatchResult { Assets::transfer( RuntimeOrigin::signed(darwinia_staking::account_id()), - AssetIds::PKton as AssetId, + codec::Compact(AssetIds::PKton as AssetId), *who, item, ) diff --git a/runtime/pangolin/src/pallets/system.rs b/runtime/pangolin/src/pallets/system.rs index 130b1abd..43a82603 100644 --- a/runtime/pangolin/src/pallets/system.rs +++ b/runtime/pangolin/src/pallets/system.rs @@ -28,9 +28,9 @@ const AVERAGE_ON_INITIALIZE_RATIO: Perbill = Perbill::from_percent(5); pub const NORMAL_DISPATCH_RATIO: Perbill = Perbill::from_percent(75); /// We allow for 0.5 of a second of compute with a 12 second average block time. -pub const MAXIMUM_BLOCK_WEIGHT: Weight = weight::from_parts( +pub const MAXIMUM_BLOCK_WEIGHT: Weight = Weight::from_parts( frame_support::weights::constants::WEIGHT_REF_TIME_PER_SECOND.saturating_div(2), - set_proof_size(cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE as u64), + cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE as u64, ); frame_support::parameter_types! { diff --git a/runtime/pangolin/src/weights/block_weights.rs b/runtime/pangolin/src/weights/block_weights.rs index b8d90508..66279be1 100644 --- a/runtime/pangolin/src/weights/block_weights.rs +++ b/runtime/pangolin/src/weights/block_weights.rs @@ -23,7 +23,7 @@ pub mod constants { parameter_types! { /// Importing a block with 0 Extrinsics. - pub const BlockExecutionWeight: Weight = Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(5_000_000); + pub const BlockExecutionWeight: Weight = Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(5_000_000)); } #[cfg(test)] diff --git a/runtime/pangolin/src/weights/extrinsic_weights.rs b/runtime/pangolin/src/weights/extrinsic_weights.rs index 797cc0bd..48868670 100644 --- a/runtime/pangolin/src/weights/extrinsic_weights.rs +++ b/runtime/pangolin/src/weights/extrinsic_weights.rs @@ -23,7 +23,7 @@ pub mod constants { parameter_types! { /// Executing a NO-OP `System::remarks` Extrinsic. - pub const ExtrinsicBaseWeight: Weight = Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(125_000); + pub const ExtrinsicBaseWeight: Weight = Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(125_000)); } #[cfg(test)] diff --git a/runtime/pangolin/src/weights/paritydb_weights.rs b/runtime/pangolin/src/weights/paritydb_weights.rs index 2d2618fd..4338d928 100644 --- a/runtime/pangolin/src/weights/paritydb_weights.rs +++ b/runtime/pangolin/src/weights/paritydb_weights.rs @@ -25,8 +25,8 @@ pub mod constants { /// `ParityDB` can be enabled with a feature flag, but is still experimental. These weights /// are available for brave runtime engineers who may want to try this out as default. pub const ParityDbWeight: RuntimeDbWeight = RuntimeDbWeight { - read: 8_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), - write: 50_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), + read: 8_000 * constants::WEIGHT_REF_TIME_PER_NANOS, + write: 50_000 * constants::WEIGHT_REF_TIME_PER_NANOS, }; } diff --git a/runtime/pangolin/src/weights/rocksdb_weights.rs b/runtime/pangolin/src/weights/rocksdb_weights.rs index cd33f8a2..1d115d96 100644 --- a/runtime/pangolin/src/weights/rocksdb_weights.rs +++ b/runtime/pangolin/src/weights/rocksdb_weights.rs @@ -25,8 +25,8 @@ pub mod constants { /// By default, Substrate uses `RocksDB`, so this will be the weight used throughout /// the runtime. pub const RocksDbWeight: RuntimeDbWeight = RuntimeDbWeight { - read: 25_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), - write: 100_000 * constants::WEIGHT_REF_TIME_PER_NANOS(), + read: 25_000 * constants::WEIGHT_REF_TIME_PER_NANOS, + write: 100_000 * constants::WEIGHT_REF_TIME_PER_NANOS, }; }