From 3c566ad7b916a3ad6146832c0e77e28222127124 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Wed, 25 Oct 2023 17:01:08 +1300 Subject: [PATCH] use crates.io --- Cargo.dev.toml | 132 +++++++++++++++++++++---------------------- authority/Cargo.toml | 2 +- 2 files changed, 67 insertions(+), 67 deletions(-) diff --git a/Cargo.dev.toml b/Cargo.dev.toml index 3433f8068..daa77c14e 100644 --- a/Cargo.dev.toml +++ b/Cargo.dev.toml @@ -35,70 +35,70 @@ scale-info = { version = "2.10.0", default-features = false, features = ["derive serde = { version = "1.0.189" } parity-scale-codec = { version = "3.6.5", default-features = false, features = ["max-encoded-len"] } -frame-benchmarking = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -frame-support = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -frame-system = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-babe = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-balances = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-session = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-staking = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-root-testing = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-api = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-arithmetic = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-authority-discovery = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-consensus = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-consensus-slots = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-core = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-debug-derive = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-externalities = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-inherents = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-io = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-keystore = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-npos-elections = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-panic-handler = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-runtime-interface = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-session = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-staking = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-state-machine = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-std = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-storage = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-timestamp = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-trie = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-version = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-wasm-interface = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-tracing = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -sp-weights = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -parachain-info = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-xcm = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -polkadot-parachain-primitives = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -polkadot-primitives = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -xcm = { package = "staging-xcm", git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0", default-features = false } +frame-benchmarking = { version = "24.0.0", default-features = false } +frame-support = { version = "24.0.0", default-features = false } +frame-system = { version = "24.0.0", default-features = false } +pallet-authority-discovery = { version = "24.0.0", default-features = false } +pallet-authorship = { version = "24.0.0", default-features = false } +pallet-babe = { version = "24.0.0", default-features = false } +pallet-balances = { version = "24.0.0", default-features = false } +pallet-elections-phragmen = { version = "25.0.0", default-features = false } +pallet-message-queue = { version = "27.0.0", default-features = false } +pallet-scheduler = { version = "25.0.0", default-features = false } +pallet-session = { version = "24.0.0", default-features = false } +pallet-staking = { version = "24.0.0", default-features = false } +pallet-timestamp = { version = "23.0.0", default-features = false } +pallet-treasury = { version = "23.0.0", default-features = false } +pallet-vesting = { version = "24.0.0", default-features = false } +pallet-transaction-payment = { version = "24.0.0", default-features = false } +pallet-preimage = { version = "24.0.0", default-features = false } +# pallet-root-testing = { version = "*", default-features = false } +sp-api = { version = "22.0.0", default-features = false } +sp-application-crypto = { version = "26.0.0", default-features = false } +sp-arithmetic = { version = "19.0.0", default-features = false } +sp-authority-discovery = { version = "22.0.0", default-features = false } +sp-blockchain = { version = "24.0.0", default-features = false } +sp-consensus = { version = "0.28.0", default-features = false } +sp-consensus-slots = { version = "0.28.0", default-features = false } +sp-core = { version = "24.0.0", default-features = false } +sp-debug-derive = { version = "11.0.0", default-features = false } +sp-externalities = { version = "0.22.0", default-features = false } +sp-inherents = { version = "22.0.0", default-features = false } +sp-io = { version = "26.0.0", default-features = false } +sp-keystore = { version = "0.30.0", default-features = false } +sp-npos-elections = { version = "22.0.0", default-features = false } +sp-panic-handler = { version = "11.0.0", default-features = false } +sp-runtime = { version = "27.0.0", default-features = false } +sp-runtime-interface = { version = "20.0.0", default-features = false } +sp-session = { version = "23.0.0", default-features = false } +sp-staking = { version = "22.0.0", default-features = false } +sp-state-machine = { version = "0.31.0", default-features = false } +sp-std = { version = "11.0.0", default-features = false } +sp-storage = { version = "16.0.0", default-features = false } +sp-timestamp = { version = "22.0.0", default-features = false } +sp-trie = { version = "25.0.0", default-features = false } +sp-version = { version = "25.0.0", default-features = false } +sp-wasm-interface = { version = "17.0.0", default-features = false } +sp-tracing = { version = "13.0.0", default-features = false } +sp-maybe-compressed-blob = { version = "8.0.0", default-features = false } +sp-weights = { version = "23.0.0", default-features = false } +cumulus-primitives-core = { version = "0.3.0", default-features = false } +cumulus-pallet-dmp-queue = { version = "0.3.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.3.0", default-features = false } +cumulus-pallet-xcm = { version = "0.3.0", default-features = false } +parachain-info = { package = "staging-parachain-info", version = "0.3.0", default-features = false } +pallet-xcm = { version = "3.0.0", default-features = false } +polkadot-core-primitives = { version = "3.0.0", default-features = false } +polkadot-runtime-parachains = { version = "3.0.0", default-features = false } +polkadot-parachain-primitives = { version = "2.0.0", default-features = false } +polkadot-primitives = { version = "3.0.0", default-features = false } +xcm = { package = "staging-xcm", version = "3.0.1", default-features = false } +xcm-executor = { package = "staging-xcm-executor", version = "3.0.0", default-features = false } +xcm-builder = { package = "staging-xcm-builder", version = "3.0.1", default-features = false } -xcm-simulator = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-client-api = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-client-db = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-executor = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-executor-common = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" } -sc-utils = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.1.0" } +xcm-simulator = { version = "3.0.0" } +sc-client-api = { version = "24.0.0" } +sc-client-db = { version = "0.31.0" } +sc-executor = { version = "0.28.0" } +sc-executor-common = { version = "0.25.0" } +sc-utils = { version = "10.0.0" } diff --git a/authority/Cargo.toml b/authority/Cargo.toml index 77977f845..8e8cc7cfc 100644 --- a/authority/Cargo.toml +++ b/authority/Cargo.toml @@ -22,7 +22,7 @@ sp-std = { workspace = true } [dev-dependencies] pallet-preimage = { workspace = true, features = ["std"] } pallet-scheduler = { workspace = true, features = ["std"] } -pallet-root-testing = { workspace = true, features = ["std"] } +# pallet-root-testing = { workspace = true, features = ["std"] } sp-io = { workspace = true, features = ["std"] } [features]