diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25d61cf349615..fb89264cd99a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -217,19 +217,19 @@ default: #### stage: .pre -skip-if-draft: - extends: .kubernetes-env - variables: - CI_IMAGE: "paritytech/tools:latest" - stage: .pre - rules: - - if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs - script: - - echo "Commit message is ${CI_COMMIT_MESSAGE}" - - echo "Ref is ${CI_COMMIT_REF_NAME}" - - echo "pipeline source is ${CI_PIPELINE_SOURCE}" - - ./scripts/ci/gitlab/skip_if_draft.sh - allow_failure: true +#skip-if-draft: +# extends: .kubernetes-env +# variables: +# CI_IMAGE: "paritytech/tools:latest" +# stage: .pre +# rules: +# - if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs +# script: +# - echo "Commit message is ${CI_COMMIT_MESSAGE}" +# - echo "Ref is ${CI_COMMIT_REF_NAME}" +# - echo "pipeline source is ${CI_PIPELINE_SOURCE}" +# - ./scripts/ci/gitlab/skip_if_draft.sh +# allow_failure: true include: # check jobs diff --git a/Cargo.lock b/Cargo.lock index 2f2b4aa7cf35d..04d5a2bbabe6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "beefy-gadget" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "async-trait", @@ -416,7 +416,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "beefy-gadget", "futures", @@ -438,7 +438,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "env_logger", @@ -783,7 +783,7 @@ dependencies = [ [[package]] name = "chain-spec-builder" -version = "2.0.0" +version = "4.0.0" dependencies = [ "ansi_term", "clap 4.0.11", @@ -1844,7 +1844,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" -version = "3.0.0" +version = "4.0.0" dependencies = [ "parity-scale-codec", ] @@ -1867,7 +1867,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab" [[package]] name = "frame-benchmarking" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "frame-support", @@ -1892,7 +1892,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "Inflector", "array-bytes", @@ -1943,7 +1943,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-election-provider-support", "frame-support", @@ -1959,7 +1959,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -1977,7 +1977,7 @@ dependencies = [ [[package]] name = "frame-election-solution-type-fuzzer" -version = "2.0.0-alpha.5" +version = "4.0.0" dependencies = [ "clap 4.0.11", "frame-election-provider-solution-type", @@ -1994,7 +1994,7 @@ dependencies = [ [[package]] name = "frame-executive" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "frame-support", @@ -2027,7 +2027,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "env_logger", "frame-support", @@ -2046,7 +2046,7 @@ dependencies = [ [[package]] name = "frame-support" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "assert_matches", "bitflags", @@ -2081,7 +2081,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "Inflector", "cfg-expr", @@ -2094,7 +2094,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2105,7 +2105,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" -version = "3.0.0" +version = "4.0.0" dependencies = [ "proc-macro2", "quote", @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "frame-support-test" -version = "3.0.0" +version = "4.0.0" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2136,7 +2136,7 @@ dependencies = [ [[package]] name = "frame-support-test-compile-pass" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -2149,7 +2149,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "frame-system" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "criterion", "frame-support", @@ -2179,7 +2179,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -2194,7 +2194,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "sp-api", @@ -2202,7 +2202,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "parity-scale-codec", @@ -2372,7 +2372,7 @@ checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" [[package]] name = "generate-bags" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "chrono", "frame-election-provider-support", @@ -3066,7 +3066,7 @@ dependencies = [ [[package]] name = "kitchensink-runtime" -version = "3.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -3894,7 +3894,7 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "futures", "log", @@ -3918,7 +3918,7 @@ dependencies = [ [[package]] name = "mmr-rpc" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "anyhow", "jsonrpsee", @@ -4169,7 +4169,7 @@ dependencies = [ [[package]] name = "node-bench" -version = "0.9.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "clap 4.0.11", @@ -4205,7 +4205,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "3.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "assert_cmd", @@ -4290,7 +4290,7 @@ dependencies = [ [[package]] name = "node-executor" -version = "3.0.0-dev" +version = "4.0.0" dependencies = [ "criterion", "frame-benchmarking", @@ -4326,7 +4326,7 @@ dependencies = [ [[package]] name = "node-inspect" -version = "0.9.0-dev" +version = "4.0.0" dependencies = [ "clap 4.0.11", "parity-scale-codec", @@ -4342,7 +4342,7 @@ dependencies = [ [[package]] name = "node-primitives" -version = "2.0.0" +version = "4.0.0" dependencies = [ "frame-system", "parity-scale-codec", @@ -4354,7 +4354,7 @@ dependencies = [ [[package]] name = "node-rpc" -version = "3.0.0-dev" +version = "4.0.0" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -4385,7 +4385,7 @@ dependencies = [ [[package]] name = "node-runtime-generate-bags" -version = "3.0.0" +version = "4.0.0" dependencies = [ "clap 4.0.11", "generate-bags", @@ -4394,7 +4394,7 @@ dependencies = [ [[package]] name = "node-template" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "clap 4.0.11", "frame-benchmarking", @@ -4437,7 +4437,7 @@ dependencies = [ [[package]] name = "node-template-runtime" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-executive", @@ -4473,7 +4473,7 @@ dependencies = [ [[package]] name = "node-testing" -version = "3.0.0-dev" +version = "4.0.0" dependencies = [ "frame-system", "fs_extra", @@ -4669,7 +4669,7 @@ dependencies = [ [[package]] name = "pallet-alliance" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "frame-benchmarking", @@ -4690,7 +4690,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4712,7 +4712,7 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4728,7 +4728,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -4743,7 +4743,7 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -4760,7 +4760,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -4777,7 +4777,7 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -4793,7 +4793,7 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4822,7 +4822,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4841,7 +4841,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-fuzzer" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-election-provider-support", "honggfuzz", @@ -4851,7 +4851,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -4869,7 +4869,7 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4886,7 +4886,7 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -4904,7 +4904,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "beefy-merkle-tree", @@ -4927,7 +4927,7 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4945,7 +4945,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4964,7 +4964,7 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4980,7 +4980,7 @@ dependencies = [ [[package]] name = "pallet-contracts" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "assert_matches", @@ -5018,7 +5018,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" -version = "7.0.0" +version = "4.0.0" dependencies = [ "bitflags", "parity-scale-codec", @@ -5029,7 +5029,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "proc-macro2", "quote", @@ -5038,7 +5038,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5057,7 +5057,7 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5077,7 +5077,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5103,7 +5103,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5115,7 +5115,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "5.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5135,7 +5135,7 @@ dependencies = [ [[package]] name = "pallet-example-basic" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5152,7 +5152,7 @@ dependencies = [ [[package]] name = "pallet-example-offchain-worker" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5169,7 +5169,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5194,7 +5194,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "finality-grandpa", "frame-benchmarking", @@ -5224,7 +5224,7 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5261,7 +5261,7 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5278,7 +5278,7 @@ dependencies = [ [[package]] name = "pallet-lottery" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5295,7 +5295,7 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5311,7 +5311,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "7.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5333,7 +5333,7 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "env_logger", @@ -5352,7 +5352,7 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5369,7 +5369,7 @@ dependencies = [ [[package]] name = "pallet-nicks" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5384,7 +5384,7 @@ dependencies = [ [[package]] name = "pallet-nis" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5401,7 +5401,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5416,7 +5416,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "1.0.0" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5434,7 +5434,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "1.0.0" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5458,7 +5458,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-fuzzer" -version = "2.0.0" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5473,7 +5473,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "1.0.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "sp-api", @@ -5482,7 +5482,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-test-staking" -version = "1.0.0" +version = "4.0.0" dependencies = [ "frame-election-provider-support", "frame-support", @@ -5506,7 +5506,7 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5524,7 +5524,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5550,7 +5550,7 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5567,7 +5567,7 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5584,7 +5584,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5599,7 +5599,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5616,7 +5616,7 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5632,7 +5632,7 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5654,7 +5654,7 @@ dependencies = [ [[package]] name = "pallet-remark" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5670,7 +5670,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" -version = "1.0.0-dev" +version = "4.0.0" dependencies = [ "frame-election-provider-support", "frame-support", @@ -5691,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" -version = "1.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5705,7 +5705,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5724,7 +5724,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5739,7 +5739,7 @@ dependencies = [ [[package]] name = "pallet-session" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5759,7 +5759,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5782,7 +5782,7 @@ dependencies = [ [[package]] name = "pallet-society" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-support-test", @@ -5799,7 +5799,7 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5829,7 +5829,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5840,7 +5840,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "log", "sp-arithmetic", @@ -5848,7 +5848,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-remote-externalities", @@ -5873,7 +5873,7 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5887,7 +5887,7 @@ dependencies = [ [[package]] name = "pallet-template" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5901,7 +5901,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5919,7 +5919,7 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5939,7 +5939,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -5956,7 +5956,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5971,7 +5971,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5982,7 +5982,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "frame-benchmarking", @@ -6003,7 +6003,7 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6021,7 +6021,7 @@ dependencies = [ [[package]] name = "pallet-uniques" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6038,7 +6038,7 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6057,7 +6057,7 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6074,7 +6074,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -7100,7 +7100,7 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "4.1.0-dev" +version = "4.0.0" dependencies = [ "log", "sp-core", @@ -7110,7 +7110,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "futures", @@ -7139,7 +7139,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "futures", "futures-timer", @@ -7164,7 +7164,7 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7180,7 +7180,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "impl-trait-for-tuples", "memmap2", @@ -7196,7 +7196,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7206,7 +7206,7 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "chrono", @@ -7247,7 +7247,7 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "fnv", "futures", @@ -7277,7 +7277,7 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "criterion", "hash-db", @@ -7308,7 +7308,7 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "futures", @@ -7333,7 +7333,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "futures", @@ -7371,7 +7371,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "fork-tree", @@ -7420,7 +7420,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "futures", "jsonrpsee", @@ -7448,7 +7448,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7460,7 +7460,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "assert_matches", "async-trait", @@ -7497,7 +7497,7 @@ dependencies = [ [[package]] name = "sc-consensus-pow" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "futures", @@ -7521,7 +7521,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "futures", @@ -7545,7 +7545,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "sc-client-api", "sp-authorship", @@ -7555,7 +7555,7 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "criterion", @@ -7593,7 +7593,7 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -7605,7 +7605,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "log", "sc-allocator", @@ -7617,7 +7617,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "cfg-if", "libc", @@ -7639,7 +7639,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "ahash", "array-bytes", @@ -7686,7 +7686,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "finality-grandpa", "futures", @@ -7711,7 +7711,7 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "ansi_term", "futures", @@ -7726,7 +7726,7 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "async-trait", @@ -7741,7 +7741,7 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "assert_matches", @@ -7797,7 +7797,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "cid", "futures", @@ -7823,7 +7823,7 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "bitflags", @@ -7848,7 +7848,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "ahash", "futures", @@ -7868,7 +7868,7 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "futures", @@ -7888,7 +7888,7 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "async-trait", @@ -7925,7 +7925,7 @@ dependencies = [ [[package]] name = "sc-network-test" -version = "0.8.0" +version = "4.0.0" dependencies = [ "async-trait", "futures", @@ -7955,7 +7955,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "futures", @@ -7973,7 +7973,7 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "bytes", @@ -8011,7 +8011,7 @@ dependencies = [ [[package]] name = "sc-peerset" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "futures", "libp2p", @@ -8024,7 +8024,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8032,7 +8032,7 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "assert_matches", "env_logger", @@ -8071,7 +8071,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "futures", "jsonrpsee", @@ -8093,7 +8093,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "futures", "http", @@ -8108,7 +8108,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "futures", "hex", @@ -8128,7 +8128,7 @@ dependencies = [ [[package]] name = "sc-runtime-test" -version = "2.0.0" +version = "4.0.0" dependencies = [ "sp-core", "sp-io", @@ -8139,7 +8139,7 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "directories", @@ -8210,7 +8210,7 @@ dependencies = [ [[package]] name = "sc-service-test" -version = "2.0.0" +version = "4.0.0" dependencies = [ "array-bytes", "fdlimit", @@ -8247,7 +8247,7 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "log", "parity-scale-codec", @@ -8258,7 +8258,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8276,7 +8276,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "6.0.0-dev" +version = "4.0.0" dependencies = [ "futures", "libc", @@ -8295,7 +8295,7 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "chrono", "futures", @@ -8312,7 +8312,7 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "ansi_term", "atty", @@ -8343,7 +8343,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8353,7 +8353,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "assert_matches", @@ -8386,7 +8386,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "futures", @@ -8400,7 +8400,7 @@ dependencies = [ [[package]] name = "sc-utils" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "futures", "futures-timer", @@ -8820,7 +8820,7 @@ dependencies = [ [[package]] name = "sp-api" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "hash-db", "log", @@ -8838,7 +8838,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "blake2", "proc-macro-crate", @@ -8849,7 +8849,7 @@ dependencies = [ [[package]] name = "sp-api-test" -version = "2.0.1" +version = "4.0.0" dependencies = [ "criterion", "futures", @@ -8870,7 +8870,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "7.0.0" +version = "4.0.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -8882,7 +8882,7 @@ dependencies = [ [[package]] name = "sp-application-crypto-test" -version = "2.0.0" +version = "4.0.0" dependencies = [ "sp-api", "sp-application-crypto", @@ -8894,7 +8894,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "6.0.0" +version = "4.0.0" dependencies = [ "criterion", "integer-sqrt", @@ -8912,7 +8912,7 @@ dependencies = [ [[package]] name = "sp-arithmetic-fuzzer" -version = "2.0.0" +version = "4.0.0" dependencies = [ "honggfuzz", "num-bigint", @@ -8922,7 +8922,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -8934,7 +8934,7 @@ dependencies = [ [[package]] name = "sp-authorship" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "parity-scale-codec", @@ -8945,7 +8945,7 @@ dependencies = [ [[package]] name = "sp-beefy" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "parity-scale-codec", @@ -8963,7 +8963,7 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "sp-api", @@ -8974,7 +8974,7 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "futures", "log", @@ -8991,7 +8991,7 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "futures", @@ -9010,7 +9010,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "parity-scale-codec", @@ -9027,7 +9027,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "merlin", @@ -9049,7 +9049,7 @@ dependencies = [ [[package]] name = "sp-consensus-pow" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "sp-api", @@ -9060,7 +9060,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9073,7 +9073,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9085,7 +9085,7 @@ dependencies = [ [[package]] name = "sp-core" -version = "7.0.0" +version = "4.0.0" dependencies = [ "array-bytes", "base58", @@ -9133,7 +9133,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" -version = "5.0.0" +version = "4.0.0" dependencies = [ "blake2", "byteorder", @@ -9146,7 +9146,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" -version = "5.0.0" +version = "4.0.0" dependencies = [ "proc-macro2", "quote", @@ -9156,7 +9156,7 @@ dependencies = [ [[package]] name = "sp-database" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -9164,7 +9164,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" -version = "5.0.0" +version = "4.0.0" dependencies = [ "proc-macro2", "quote", @@ -9173,7 +9173,7 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.13.0" +version = "4.0.0" dependencies = [ "environmental", "parity-scale-codec", @@ -9183,7 +9183,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "finality-grandpa", "log", @@ -9200,7 +9200,7 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "futures", @@ -9214,7 +9214,7 @@ dependencies = [ [[package]] name = "sp-io" -version = "7.0.0" +version = "4.0.0" dependencies = [ "bytes", "ed25519-dalek", @@ -9240,7 +9240,7 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "7.0.0" +version = "4.0.0" dependencies = [ "lazy_static", "sp-core", @@ -9250,7 +9250,7 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.13.0" +version = "4.0.0" dependencies = [ "async-trait", "futures", @@ -9268,7 +9268,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" -version = "4.1.0-dev" +version = "4.0.0" dependencies = [ "thiserror", "zstd", @@ -9276,7 +9276,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "array-bytes", "ckb-merkle-mountain-range", @@ -9294,7 +9294,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "rand 0.7.3", @@ -9309,7 +9309,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-fuzzer" -version = "2.0.0-alpha.5" +version = "4.0.0" dependencies = [ "clap 4.0.11", "honggfuzz", @@ -9322,7 +9322,7 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "sp-api", "sp-core", @@ -9331,7 +9331,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "5.0.0" +version = "4.0.0" dependencies = [ "backtrace", "lazy_static", @@ -9340,7 +9340,7 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "6.0.0" +version = "4.0.0" dependencies = [ "rustc-hash", "serde", @@ -9350,7 +9350,7 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "7.0.0" +version = "4.0.0" dependencies = [ "either", "hash256-std-hasher", @@ -9377,7 +9377,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "7.0.0" +version = "4.0.0" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -9400,7 +9400,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "6.0.0" +version = "4.0.0" dependencies = [ "Inflector", "proc-macro-crate", @@ -9411,7 +9411,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-test" -version = "2.0.0" +version = "4.0.0" dependencies = [ "sc-executor", "sc-executor-common", @@ -9427,7 +9427,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-test-wasm" -version = "2.0.0" +version = "4.0.0" dependencies = [ "bytes", "sp-core", @@ -9439,7 +9439,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-test-wasm-deprecated" -version = "2.0.0" +version = "4.0.0" dependencies = [ "sp-core", "sp-io", @@ -9450,7 +9450,7 @@ dependencies = [ [[package]] name = "sp-serializer" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "serde", "serde_json", @@ -9458,7 +9458,7 @@ dependencies = [ [[package]] name = "sp-session" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9471,7 +9471,7 @@ dependencies = [ [[package]] name = "sp-staking" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9481,7 +9481,7 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.13.0" +version = "4.0.0" dependencies = [ "array-bytes", "assert_matches", @@ -9507,11 +9507,11 @@ dependencies = [ [[package]] name = "sp-std" -version = "5.0.0" +version = "4.0.0" [[package]] name = "sp-storage" -version = "7.0.0" +version = "4.0.0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9523,7 +9523,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" -version = "2.0.0" +version = "4.0.0" dependencies = [ "parity-scale-codec", "serde", @@ -9534,7 +9534,7 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "futures-timer", @@ -9549,7 +9549,7 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "6.0.0" +version = "4.0.0" dependencies = [ "parity-scale-codec", "sp-std", @@ -9560,7 +9560,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "sp-api", "sp-runtime", @@ -9568,7 +9568,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "log", @@ -9583,7 +9583,7 @@ dependencies = [ [[package]] name = "sp-trie" -version = "7.0.0" +version = "4.0.0" dependencies = [ "ahash", "array-bytes", @@ -9610,7 +9610,7 @@ dependencies = [ [[package]] name = "sp-version" -version = "5.0.0" +version = "4.0.0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9626,7 +9626,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -9637,7 +9637,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "7.0.0" +version = "4.0.0" dependencies = [ "impl-trait-for-tuples", "log", @@ -9782,7 +9782,7 @@ dependencies = [ [[package]] name = "subkey" -version = "2.0.2" +version = "4.0.0" dependencies = [ "clap 4.0.11", "sc-cli", @@ -9803,14 +9803,14 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" -version = "3.0.0" +version = "4.0.0" dependencies = [ "platforms", ] [[package]] name = "substrate-frame-cli" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "clap 4.0.11", "frame-support", @@ -9822,7 +9822,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-support" -version = "3.0.0" +version = "4.0.0" dependencies = [ "frame-support", "frame-system", @@ -9840,7 +9840,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "assert_matches", "frame-system-rpc-runtime-api", @@ -9865,7 +9865,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "futures-util", "hyper", @@ -9877,7 +9877,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "async-trait", "jsonrpsee", @@ -9891,7 +9891,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "jsonrpsee", "log", @@ -9912,7 +9912,7 @@ dependencies = [ [[package]] name = "substrate-test-client" -version = "2.0.1" +version = "4.0.0" dependencies = [ "array-bytes", "async-trait", @@ -9937,7 +9937,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" -version = "2.0.0" +version = "4.0.0" dependencies = [ "beefy-merkle-tree", "cfg-if", @@ -9984,7 +9984,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" -version = "2.0.0" +version = "4.0.0" dependencies = [ "futures", "parity-scale-codec", @@ -10002,7 +10002,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-transaction-pool" -version = "2.0.0" +version = "4.0.0" dependencies = [ "futures", "parity-scale-codec", @@ -10017,7 +10017,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "futures", "sc-service", @@ -10028,7 +10028,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10038,7 +10038,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-test-crate" -version = "0.1.0" +version = "4.0.0" dependencies = [ "sc-service", "substrate-test-utils", @@ -10047,7 +10047,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "5.0.0-dev" +version = "4.0.0" dependencies = [ "ansi_term", "build-helper", @@ -10600,7 +10600,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" -version = "0.10.0-dev" +version = "4.0.0" dependencies = [ "clap 4.0.11", "frame-remote-externalities", diff --git a/Cargo.toml b/Cargo.toml index eb78d5e104486..d78cd3b195c40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -247,6 +247,14 @@ members = [ "utils/wasm-builder", ] +[workspace.package] +version = "4.0.0" +authors = ["Parity Technologies "] +edition = "2021" +repository = "https://github.com/paritytech/substrate.git" +homepage = "https://substrate.io" + + # The list of dependencies below (which can be both direct and indirect dependencies) are crates # that are suspected to be CPU-intensive, and that are unlikely to require debugging (as some of # their debug info might be missing) or to require to be frequently recompiled. We compile these diff --git a/README.md b/README.md index 7d8c7e575581c..be16faafbf563 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Then try out one of the [tutorials](https://docs.substrate.io/tutorials/). ## Community & Support Join the highly active and supportive community on the [Substrate Stack Exchange](https://substrate.stackexchange.com/) to ask questions about use and problems you run into using this software. -Please do report bugs and [issues here](https://github.com/paritytech/substrate/issues) for anything you suspect requires action in the source. +Please do report bugs and [issues here](https://github.com/paritytech/substrate/issues) for anything you suspect requires action in the source. ## Contributions & Code of Conduct diff --git a/bin/node-template/node/Cargo.toml b/bin/node-template/node/Cargo.toml index 2ea841093d0e2..f68b1bd94f9c8 100644 --- a/bin/node-template/node/Cargo.toml +++ b/bin/node-template/node/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "node-template" -version = "4.0.0-dev" description = "A fresh FRAME-based Substrate node, ready for hacking." -authors = ["Substrate DevHub "] -homepage = "https://substrate.io/" -edition = "2021" license = "Unlicense" publish = false -repository = "https://github.com/substrate-developer-hub/substrate-node-template/" build = "build.rs" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,51 +20,51 @@ name = "node-template" clap = { version = "4.0.9", features = ["derive"] } futures = { version = "0.3.21", features = ["thread-pool"]} -sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sc-service = { version = "0.10.0-dev", path = "../../../client/service" } -sc-telemetry = { version = "4.0.0-dev", path = "../../../client/telemetry" } -sc-keystore = { version = "4.0.0-dev", path = "../../../client/keystore" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sc-consensus-aura = { version = "0.10.0-dev", path = "../../../client/consensus/aura" } -sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-finality-grandpa = { version = "0.10.0-dev", path = "../../../client/finality-grandpa" } -sp-finality-grandpa = { version = "4.0.0-dev", path = "../../../primitives/finality-grandpa" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment" } +sc-cli = { path = "../../../client/cli" } +sp-core = { path = "../../../primitives/core" } +sc-executor = { path = "../../../client/executor" } +sc-service = { path = "../../../client/service" } +sc-telemetry = { path = "../../../client/telemetry" } +sc-keystore = { path = "../../../client/keystore" } +sc-transaction-pool = { path = "../../../client/transaction-pool" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } +sc-consensus-aura = { path = "../../../client/consensus/aura" } +sp-consensus-aura = { path = "../../../primitives/consensus/aura" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sc-consensus = { path = "../../../client/consensus/common" } +sc-finality-grandpa = { path = "../../../client/finality-grandpa" } +sp-finality-grandpa = { path = "../../../primitives/finality-grandpa" } +sc-client-api = { path = "../../../client/api" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-timestamp = { path = "../../../primitives/timestamp" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-keyring = { path = "../../../primitives/keyring" } +frame-system = { path = "../../../frame/system" } +pallet-transaction-payment = { default-features = false, path = "../../../frame/transaction-payment" } # These dependencies are used for the node template's RPCs jsonrpsee = { version = "0.16.2", features = ["server"] } -sc-rpc = { version = "4.0.0-dev", path = "../../../client/rpc" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../client/rpc-api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sc-basic-authorship = { version = "0.10.0-dev", path = "../../../client/basic-authorship" } -substrate-frame-rpc-system = { version = "4.0.0-dev", path = "../../../utils/frame/rpc/system" } -pallet-transaction-payment-rpc = { version = "4.0.0-dev", path = "../../../frame/transaction-payment/rpc/" } +sc-rpc = { path = "../../../client/rpc" } +sp-api = { path = "../../../primitives/api" } +sc-rpc-api = { path = "../../../client/rpc-api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sc-basic-authorship = { path = "../../../client/basic-authorship" } +substrate-frame-rpc-system = { path = "../../../utils/frame/rpc/system" } +pallet-transaction-payment-rpc = { path = "../../../frame/transaction-payment/rpc/" } # These dependencies are used for runtime benchmarking -frame-benchmarking = { version = "4.0.0-dev", path = "../../../frame/benchmarking" } -frame-benchmarking-cli = { version = "4.0.0-dev", path = "../../../utils/frame/benchmarking-cli" } +frame-benchmarking = { path = "../../../frame/benchmarking" } +frame-benchmarking-cli = { path = "../../../utils/frame/benchmarking-cli" } # Local Dependencies -node-template-runtime = { version = "4.0.0-dev", path = "../runtime" } +node-template-runtime = { path = "../runtime" } # CLI-specific dependencies -try-runtime-cli = { version = "0.10.0-dev", optional = true, path = "../../../utils/frame/try-runtime/cli" } +try-runtime-cli = { optional = true, path = "../../../utils/frame/try-runtime/cli" } [build-dependencies] -substrate-build-script-utils = { version = "3.0.0", path = "../../../utils/build-script-utils" } +substrate-build-script-utils = { path = "../../../utils/build-script-utils" } [features] default = [] diff --git a/bin/node-template/pallets/template/Cargo.toml b/bin/node-template/pallets/template/Cargo.toml index 7c04838cae319..7a1b594b06801 100644 --- a/bin/node-template/pallets/template/Cargo.toml +++ b/bin/node-template/pallets/template/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-template" -version = "4.0.0-dev" description = "FRAME pallet template for defining custom runtime logic." -authors = ["Substrate DevHub "] -homepage = "https://substrate.io" -edition = "2021" license = "Unlicense" publish = false -repository = "https://github.com/substrate-developer-hub/substrate-node-template/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,14 +17,14 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = "derive", ] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../../../../frame/benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/system" } +frame-benchmarking = { default-features = false, optional = true, path = "../../../../frame/benchmarking" } +frame-support = { default-features = false, path = "../../../../frame/support" } +frame-system = { default-features = false, path = "../../../../frame/system" } [dev-dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../../primitives/runtime" } +sp-core = { default-features = false, path = "../../../../primitives/core" } +sp-io = { default-features = false, path = "../../../../primitives/io" } +sp-runtime = { default-features = false, path = "../../../../primitives/runtime" } [features] default = ["std"] diff --git a/bin/node-template/runtime/Cargo.toml b/bin/node-template/runtime/Cargo.toml index 1a3c5bd84223b..617349b3fc8e7 100644 --- a/bin/node-template/runtime/Cargo.toml +++ b/bin/node-template/runtime/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "node-template-runtime" -version = "4.0.0-dev" description = "A fresh FRAME-based Substrate node, ready for hacking." -authors = ["Substrate DevHub "] -homepage = "https://substrate.io/" -edition = "2021" license = "Unlicense" publish = false -repository = "https://github.com/substrate-developer-hub/substrate-node-template/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,42 +16,42 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -pallet-aura = { version = "4.0.0-dev", default-features = false, path = "../../../frame/aura" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../../frame/balances" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../frame/support" } -pallet-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../../frame/grandpa" } -pallet-randomness-collective-flip = { version = "4.0.0-dev", default-features = false, path = "../../../frame/randomness-collective-flip" } -pallet-sudo = { version = "4.0.0-dev", default-features = false, path = "../../../frame/sudo" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system" } -frame-try-runtime = { version = "0.10.0-dev", default-features = false, path = "../../../frame/try-runtime", optional = true } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../frame/timestamp" } -pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment" } -frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../../frame/executive" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/block-builder"} -sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../../primitives/consensus/aura" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/inherents"} -sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/offchain" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } -sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/transaction-pool" } -sp-version = { version = "5.0.0", default-features = false, path = "../../../primitives/version" } +pallet-aura = { default-features = false, path = "../../../frame/aura" } +pallet-balances = { default-features = false, path = "../../../frame/balances" } +frame-support = { default-features = false, path = "../../../frame/support" } +pallet-grandpa = { default-features = false, path = "../../../frame/grandpa" } +pallet-randomness-collective-flip = { default-features = false, path = "../../../frame/randomness-collective-flip" } +pallet-sudo = { default-features = false, path = "../../../frame/sudo" } +frame-system = { default-features = false, path = "../../../frame/system" } +frame-try-runtime = { default-features = false, path = "../../../frame/try-runtime", optional = true } +pallet-timestamp = { default-features = false, path = "../../../frame/timestamp" } +pallet-transaction-payment = { default-features = false, path = "../../../frame/transaction-payment" } +frame-executive = { default-features = false, path = "../../../frame/executive" } +sp-api = { default-features = false, path = "../../../primitives/api" } +sp-block-builder = { default-features = false, path = "../../../primitives/block-builder"} +sp-consensus-aura = { default-features = false, path = "../../../primitives/consensus/aura" } +sp-core = { default-features = false, path = "../../../primitives/core" } +sp-inherents = { default-features = false, path = "../../../primitives/inherents"} +sp-offchain = { default-features = false, path = "../../../primitives/offchain" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-session = { default-features = false, path = "../../../primitives/session" } +sp-std = { default-features = false, path = "../../../primitives/std" } +sp-transaction-pool = { default-features = false, path = "../../../primitives/transaction-pool" } +sp-version = { default-features = false, path = "../../../primitives/version" } # Used for the node template's RPCs -frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/rpc/runtime-api/" } -pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" } +frame-system-rpc-runtime-api = { default-features = false, path = "../../../frame/system/rpc/runtime-api/" } +pallet-transaction-payment-rpc-runtime-api = { default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" } # Used for runtime benchmarking -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/benchmarking", optional = true } -frame-system-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/benchmarking", optional = true } +frame-benchmarking = { default-features = false, path = "../../../frame/benchmarking", optional = true } +frame-system-benchmarking = { default-features = false, path = "../../../frame/system/benchmarking", optional = true } # Local Dependencies -pallet-template = { version = "4.0.0-dev", default-features = false, path = "../pallets/template" } +pallet-template = { default-features = false, path = "../pallets/template" } [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder" } +substrate-wasm-builder = { path = "../../../utils/wasm-builder" } [features] default = ["std"] diff --git a/bin/node/bench/Cargo.toml b/bin/node/bench/Cargo.toml index 265de731de690..3b12952162281 100644 --- a/bin/node/bench/Cargo.toml +++ b/bin/node/bench/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "node-bench" -version = "0.9.0-dev" -authors = ["Parity Technologies "] description = "Substrate node integration benchmarks." -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,30 +15,30 @@ publish = false array-bytes = "4.1" clap = { version = "4.0.9", features = ["derive"] } log = "0.4.17" -node-primitives = { version = "2.0.0", path = "../primitives" } -node-testing = { version = "3.0.0-dev", path = "../testing" } -kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api/" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } +node-primitives = { path = "../primitives" } +node-testing = { path = "../testing" } +kitchensink-runtime = { path = "../runtime" } +sc-client-api = { path = "../../../client/api/" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-state-machine = { path = "../../../primitives/state-machine" } serde = "1.0.136" serde_json = "1.0.85" derive_more = { version = "0.99.17", default-features = false, features = ["display"] } kvdb = "0.13.0" kvdb-rocksdb = "0.17.0" -sp-trie = { version = "7.0.0", path = "../../../primitives/trie" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sc-basic-authorship = { version = "0.10.0-dev", path = "../../../client/basic-authorship" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/timestamp" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-trie = { path = "../../../primitives/trie" } +sp-core = { path = "../../../primitives/core" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sc-basic-authorship = { path = "../../../client/basic-authorship" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-timestamp = { default-features = false, path = "../../../primitives/timestamp" } +sp-tracing = { path = "../../../primitives/tracing" } hash-db = "0.15.2" tempfile = "3.1.0" fs_extra = "1" rand = { version = "0.7.2", features = ["small_rng"] } lazy_static = "1.4.0" parity-db = "0.4.2" -sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } +sc-transaction-pool = { path = "../../../client/transaction-pool" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } futures = { version = "0.3.21", features = ["thread-pool"] } diff --git a/bin/node/cli/Cargo.toml b/bin/node/cli/Cargo.toml index 4ee4bcd033921..5007f438986d8 100644 --- a/bin/node/cli/Cargo.toml +++ b/bin/node/cli/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "node-cli" -version = "3.0.0-dev" -authors = ["Parity Technologies "] description = "Generic Substrate node implementation in Rust." build = "build.rs" -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" default-run = "substrate" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.wasm-pack.profile.release] # `wasm-opt` has some problems on linux, see @@ -45,73 +45,73 @@ log = "0.4.17" rand = "0.8" # primitives -sp-authority-discovery = { version = "4.0.0-dev", path = "../../../primitives/authority-discovery" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -grandpa-primitives = { version = "4.0.0-dev", package = "sp-finality-grandpa", path = "../../../primitives/finality-grandpa" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } -sp-authorship = { version = "4.0.0-dev", path = "../../../primitives/authorship" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-transaction-pool = { version = "4.0.0-dev", path = "../../../primitives/transaction-pool" } -sp-transaction-storage-proof = { version = "4.0.0-dev", path = "../../../primitives/transaction-storage-proof" } +sp-authority-discovery = { path = "../../../primitives/authority-discovery" } +sp-consensus-babe = { path = "../../../primitives/consensus/babe" } +grandpa-primitives = { package = "sp-finality-grandpa", path = "../../../primitives/finality-grandpa" } +sp-api = { path = "../../../primitives/api" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-timestamp = { path = "../../../primitives/timestamp" } +sp-authorship = { path = "../../../primitives/authorship" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-keyring = { path = "../../../primitives/keyring" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-transaction-pool = { path = "../../../primitives/transaction-pool" } +sp-transaction-storage-proof = { path = "../../../primitives/transaction-storage-proof" } # client dependencies -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sc-network = { version = "0.10.0-dev", path = "../../../client/network" } -sc-network-common = { version = "0.10.0-dev", path = "../../../client/network/common" } -sc-consensus-slots = { version = "0.10.0-dev", path = "../../../client/consensus/slots" } -sc-consensus-babe = { version = "0.10.0-dev", path = "../../../client/consensus/babe" } -sc-consensus-uncles = { version = "0.10.0-dev", path = "../../../client/consensus/uncles" } -grandpa = { version = "0.10.0-dev", package = "sc-finality-grandpa", path = "../../../client/finality-grandpa" } -sc-rpc = { version = "4.0.0-dev", path = "../../../client/rpc" } -sc-basic-authorship = { version = "0.10.0-dev", path = "../../../client/basic-authorship" } -sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../client/service" } -sc-telemetry = { version = "4.0.0-dev", path = "../../../client/telemetry" } -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sc-authority-discovery = { version = "0.10.0-dev", path = "../../../client/authority-discovery" } -sc-sync-state-rpc = { version = "0.10.0-dev", path = "../../../client/sync-state-rpc" } -sc-sysinfo = { version = "6.0.0-dev", path = "../../../client/sysinfo" } +sc-client-api = { path = "../../../client/api" } +sc-chain-spec = { path = "../../../client/chain-spec" } +sc-consensus = { path = "../../../client/consensus/common" } +sc-transaction-pool = { path = "../../../client/transaction-pool" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } +sc-network = { path = "../../../client/network" } +sc-network-common = { path = "../../../client/network/common" } +sc-consensus-slots = { path = "../../../client/consensus/slots" } +sc-consensus-babe = { path = "../../../client/consensus/babe" } +sc-consensus-uncles = { path = "../../../client/consensus/uncles" } +grandpa = { package = "sc-finality-grandpa", path = "../../../client/finality-grandpa" } +sc-rpc = { path = "../../../client/rpc" } +sc-basic-authorship = { path = "../../../client/basic-authorship" } +sc-service = { default-features = false, path = "../../../client/service" } +sc-telemetry = { path = "../../../client/telemetry" } +sc-executor = { path = "../../../client/executor" } +sc-authority-discovery = { path = "../../../client/authority-discovery" } +sc-sync-state-rpc = { path = "../../../client/sync-state-rpc" } +sc-sysinfo = { path = "../../../client/sysinfo" } # frame dependencies -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -frame-system-rpc-runtime-api = { version = "4.0.0-dev", path = "../../../frame/system/rpc/runtime-api" } -pallet-transaction-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment" } -pallet-assets = { version = "4.0.0-dev", path = "../../../frame/assets/" } -pallet-asset-tx-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment/asset-tx-payment/" } -pallet-im-online = { version = "4.0.0-dev", default-features = false, path = "../../../frame/im-online" } +frame-system = { path = "../../../frame/system" } +frame-system-rpc-runtime-api = { path = "../../../frame/system/rpc/runtime-api" } +pallet-transaction-payment = { path = "../../../frame/transaction-payment" } +pallet-assets = { path = "../../../frame/assets/" } +pallet-asset-tx-payment = { path = "../../../frame/transaction-payment/asset-tx-payment/" } +pallet-im-online = { default-features = false, path = "../../../frame/im-online" } # node-specific dependencies -kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" } -node-rpc = { version = "3.0.0-dev", path = "../rpc" } -node-primitives = { version = "2.0.0", path = "../primitives" } -node-executor = { version = "3.0.0-dev", path = "../executor" } +kitchensink-runtime = { path = "../runtime" } +node-rpc = { path = "../rpc" } +node-primitives = { path = "../primitives" } +node-executor = { path = "../executor" } # CLI-specific dependencies -sc-cli = { version = "0.10.0-dev", optional = true, path = "../../../client/cli" } -frame-benchmarking-cli = { version = "4.0.0-dev", optional = true, path = "../../../utils/frame/benchmarking-cli" } -node-inspect = { version = "0.9.0-dev", optional = true, path = "../inspect" } -try-runtime-cli = { version = "0.10.0-dev", optional = true, path = "../../../utils/frame/try-runtime/cli" } +sc-cli = { optional = true, path = "../../../client/cli" } +frame-benchmarking-cli = { optional = true, path = "../../../utils/frame/benchmarking-cli" } +node-inspect = { optional = true, path = "../inspect" } +try-runtime-cli = { optional = true, path = "../../../utils/frame/try-runtime/cli" } serde_json = "1.0.85" [dev-dependencies] -sc-keystore = { version = "4.0.0-dev", path = "../../../client/keystore" } -sc-client-db = { version = "0.10.0-dev", path = "../../../client/db" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-consensus-babe = { version = "0.10.0-dev", path = "../../../client/consensus/babe" } -sc-consensus-epochs = { version = "0.10.0-dev", path = "../../../client/consensus/epochs" } -sc-service-test = { version = "2.0.0", path = "../../../client/service/test" } -sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } +sc-keystore = { path = "../../../client/keystore" } +sc-client-db = { path = "../../../client/db" } +sc-consensus = { path = "../../../client/consensus/common" } +sc-consensus-babe = { path = "../../../client/consensus/babe" } +sc-consensus-epochs = { path = "../../../client/consensus/epochs" } +sc-service-test = { path = "../../../client/service/test" } +sc-block-builder = { path = "../../../client/block-builder" } +sp-tracing = { path = "../../../primitives/tracing" } +sp-blockchain = { path = "../../../primitives/blockchain" } futures = "0.3.21" tempfile = "3.1.0" assert_cmd = "2.0.2" @@ -125,18 +125,18 @@ tokio = { version = "1.22.0", features = ["macros", "time", "parking_lot"] } tokio-util = { version = "0.7.4", features = ["compat"] } wait-timeout = "0.2" substrate-rpc-client = { path = "../../../utils/frame/rpc/client" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../../frame/timestamp" } +pallet-timestamp = { path = "../../../frame/timestamp" } [build-dependencies] clap = { version = "4.0.9", optional = true } clap_complete = { version = "4.0.2", optional = true } -node-inspect = { version = "0.9.0-dev", optional = true, path = "../inspect" } -frame-benchmarking-cli = { version = "4.0.0-dev", optional = true, path = "../../../utils/frame/benchmarking-cli" } -substrate-build-script-utils = { version = "3.0.0", optional = true, path = "../../../utils/build-script-utils" } -substrate-frame-cli = { version = "4.0.0-dev", optional = true, path = "../../../utils/frame/frame-utilities-cli" } -try-runtime-cli = { version = "0.10.0-dev", optional = true, path = "../../../utils/frame/try-runtime/cli" } -sc-cli = { version = "0.10.0-dev", path = "../../../client/cli", optional = true } -pallet-balances = { version = "4.0.0-dev", path = "../../../frame/balances" } +node-inspect = { optional = true, path = "../inspect" } +frame-benchmarking-cli = { optional = true, path = "../../../utils/frame/benchmarking-cli" } +substrate-build-script-utils = { optional = true, path = "../../../utils/build-script-utils" } +substrate-frame-cli = { optional = true, path = "../../../utils/frame/frame-utilities-cli" } +try-runtime-cli = { optional = true, path = "../../../utils/frame/try-runtime/cli" } +sc-cli = { path = "../../../client/cli", optional = true } +pallet-balances = { path = "../../../frame/balances" } [features] default = ["cli"] diff --git a/bin/node/executor/Cargo.toml b/bin/node/executor/Cargo.toml index 8b3add78a9a26..f87944109c544 100644 --- a/bin/node/executor/Cargo.toml +++ b/bin/node/executor/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "node-executor" -version = "3.0.0-dev" -authors = ["Parity Technologies "] description = "Substrate node implementation in Rust." -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,36 +15,36 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0" } scale-info = { version = "2.1.1", features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", path = "../../../frame/benchmarking" } -node-primitives = { version = "2.0.0", path = "../primitives" } -kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" } -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } -sp-trie = { version = "7.0.0", path = "../../../primitives/trie" } +frame-benchmarking = { path = "../../../frame/benchmarking" } +node-primitives = { path = "../primitives" } +kitchensink-runtime = { path = "../runtime" } +sc-executor = { path = "../../../client/executor" } +sp-core = { path = "../../../primitives/core" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-state-machine = { path = "../../../primitives/state-machine" } +sp-tracing = { path = "../../../primitives/tracing" } +sp-trie = { path = "../../../primitives/trie" } [dev-dependencies] criterion = "0.3.0" futures = "0.3.21" wat = "1.0" -frame-support = { version = "4.0.0-dev", path = "../../../frame/support" } -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -node-testing = { version = "3.0.0-dev", path = "../testing" } -pallet-balances = { version = "4.0.0-dev", path = "../../../frame/balances" } -pallet-contracts = { version = "4.0.0-dev", path = "../../../frame/contracts" } -pallet-im-online = { version = "4.0.0-dev", path = "../../../frame/im-online" } -pallet-sudo = { version = "4.0.0-dev", path = "../../../frame/sudo" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../../frame/timestamp" } -pallet-treasury = { version = "4.0.0-dev", path = "../../../frame/treasury" } -pallet-transaction-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment" } -sp-application-crypto = { version = "7.0.0", path = "../../../primitives/application-crypto" } -pallet-root-testing = { version = "1.0.0-dev", path = "../../../frame/root-testing" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-externalities = { version = "0.13.0", path = "../../../primitives/externalities" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +frame-support = { path = "../../../frame/support" } +frame-system = { path = "../../../frame/system" } +node-testing = { path = "../testing" } +pallet-balances = { path = "../../../frame/balances" } +pallet-contracts = { path = "../../../frame/contracts" } +pallet-im-online = { path = "../../../frame/im-online" } +pallet-sudo = { path = "../../../frame/sudo" } +pallet-timestamp = { path = "../../../frame/timestamp" } +pallet-treasury = { path = "../../../frame/treasury" } +pallet-transaction-payment = { path = "../../../frame/transaction-payment" } +sp-application-crypto = { path = "../../../primitives/application-crypto" } +pallet-root-testing = { path = "../../../frame/root-testing" } +sp-consensus-babe = { path = "../../../primitives/consensus/babe" } +sp-externalities = { path = "../../../primitives/externalities" } +sp-keyring = { path = "../../../primitives/keyring" } +sp-runtime = { path = "../../../primitives/runtime" } [features] stress-test = [] diff --git a/bin/node/inspect/Cargo.toml b/bin/node/inspect/Cargo.toml index a7343b3ca827f..956fc5a08c420 100644 --- a/bin/node/inspect/Cargo.toml +++ b/bin/node/inspect/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "node-inspect" -version = "0.9.0-dev" -authors = ["Parity Technologies "] description = "Substrate node block inspection tool." -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"] clap = { version = "4.0.9", features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0" } thiserror = "1.0" -sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../client/service" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sc-cli = { path = "../../../client/cli" } +sc-client-api = { path = "../../../client/api" } +sc-executor = { path = "../../../client/executor" } +sc-service = { default-features = false, path = "../../../client/service" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } diff --git a/bin/node/primitives/Cargo.toml b/bin/node/primitives/Cargo.toml index 1aa0a8f0e27a3..0f671ff517d6d 100644 --- a/bin/node/primitives/Cargo.toml +++ b/bin/node/primitives/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "node-primitives" -version = "2.0.0" -authors = ["Parity Technologies "] description = "Substrate node low-level primitives." -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,10 +17,10 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = "derive", ] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../../primitives/application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } +frame-system = { default-features = false, path = "../../../frame/system" } +sp-application-crypto = { default-features = false, path = "../../../primitives/application-crypto" } +sp-core = { default-features = false, path = "../../../primitives/core" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } [features] default = ["std"] diff --git a/bin/node/rpc/Cargo.toml b/bin/node/rpc/Cargo.toml index f34922a287dfe..dbd0281b6a091 100644 --- a/bin/node/rpc/Cargo.toml +++ b/bin/node/rpc/Cargo.toml @@ -1,40 +1,40 @@ [package] name = "node-rpc" -version = "3.0.0-dev" -authors = ["Parity Technologies "] description = "Substrate node rpc methods." -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpsee = { version = "0.16.2", features = ["server"] } -node-primitives = { version = "2.0.0", path = "../primitives" } -pallet-transaction-payment-rpc = { version = "4.0.0-dev", path = "../../../frame/transaction-payment/rpc/" } -mmr-rpc = { version = "4.0.0-dev", path = "../../../client/merkle-mountain-range/rpc/" } -sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-consensus-babe = { version = "0.10.0-dev", path = "../../../client/consensus/babe" } -sc-consensus-babe-rpc = { version = "0.10.0-dev", path = "../../../client/consensus/babe/rpc" } -sc-consensus-epochs = { version = "0.10.0-dev", path = "../../../client/consensus/epochs" } -sc-finality-grandpa = { version = "0.10.0-dev", path = "../../../client/finality-grandpa" } -sc-finality-grandpa-rpc = { version = "0.10.0-dev", path = "../../../client/finality-grandpa/rpc" } -sc-rpc = { version = "4.0.0-dev", path = "../../../client/rpc" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../client/rpc-api" } -sc-rpc-spec-v2 = { version = "0.10.0-dev", path = "../../../client/rpc-spec-v2" } -sc-sync-state-rpc = { version = "0.10.0-dev", path = "../../../client/sync-state-rpc" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -substrate-frame-rpc-system = { version = "4.0.0-dev", path = "../../../utils/frame/rpc/system" } -substrate-state-trie-migration-rpc = { version = "4.0.0-dev", path = "../../../utils/frame/rpc/state-trie-migration-rpc/" } +node-primitives = { path = "../primitives" } +pallet-transaction-payment-rpc = { path = "../../../frame/transaction-payment/rpc/" } +mmr-rpc = { path = "../../../client/merkle-mountain-range/rpc/" } +sc-chain-spec = { path = "../../../client/chain-spec" } +sc-client-api = { path = "../../../client/api" } +sc-consensus-babe = { path = "../../../client/consensus/babe" } +sc-consensus-babe-rpc = { path = "../../../client/consensus/babe/rpc" } +sc-consensus-epochs = { path = "../../../client/consensus/epochs" } +sc-finality-grandpa = { path = "../../../client/finality-grandpa" } +sc-finality-grandpa-rpc = { path = "../../../client/finality-grandpa/rpc" } +sc-rpc = { path = "../../../client/rpc" } +sc-rpc-api = { path = "../../../client/rpc-api" } +sc-rpc-spec-v2 = { path = "../../../client/rpc-spec-v2" } +sc-sync-state-rpc = { path = "../../../client/sync-state-rpc" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } +sp-api = { path = "../../../primitives/api" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-babe = { path = "../../../primitives/consensus/babe" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime" } +substrate-frame-rpc-system = { path = "../../../utils/frame/rpc/system" } +substrate-state-trie-migration-rpc = { path = "../../../utils/frame/rpc/state-trie-migration-rpc/" } diff --git a/bin/node/runtime/Cargo.toml b/bin/node/runtime/Cargo.toml index 477545c9ac332..2f3effbce85f7 100644 --- a/bin/node/runtime/Cargo.toml +++ b/bin/node/runtime/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "kitchensink-runtime" -version = "3.0.0-dev" -authors = ["Parity Technologies "] description = "Substrate node kitchensink runtime." -edition = "2021" build = "build.rs" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -25,94 +25,94 @@ static_assertions = "1.1.0" log = { version = "0.4.17", default-features = false } # primitives -sp-authority-discovery = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/authority-discovery" } -sp-consensus-babe = { version = "0.10.0-dev", default-features = false, path = "../../../primitives/consensus/babe" } -sp-block-builder = { path = "../../../primitives/block-builder", default-features = false, version = "4.0.0-dev" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/inherents" } -node-primitives = { version = "2.0.0", default-features = false, path = "../primitives" } -sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/offchain" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/staking" } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" } -sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/transaction-pool" } -sp-version = { version = "5.0.0", default-features = false, path = "../../../primitives/version" } -sp-io = { version = "7.0.0", default-features = false, path = "../../../primitives/io" } +sp-authority-discovery = { default-features = false, path = "../../../primitives/authority-discovery" } +sp-consensus-babe = { default-features = false, path = "../../../primitives/consensus/babe" } +sp-block-builder = { path = "../../../primitives/block-builder", default-features = false} +sp-inherents = { default-features = false, path = "../../../primitives/inherents" } +node-primitives = { default-features = false, path = "../primitives" } +sp-offchain = { default-features = false, path = "../../../primitives/offchain" } +sp-core = { default-features = false, path = "../../../primitives/core" } +sp-std = { default-features = false, path = "../../../primitives/std" } +sp-api = { default-features = false, path = "../../../primitives/api" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-staking = { default-features = false, path = "../../../primitives/staking" } +sp-session = { default-features = false, path = "../../../primitives/session" } +sp-transaction-pool = { default-features = false, path = "../../../primitives/transaction-pool" } +sp-version = { default-features = false, path = "../../../primitives/version" } +sp-io = { default-features = false, path = "../../../primitives/io" } # frame dependencies -frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../../frame/executive" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/benchmarking", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../../frame/support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system" } -frame-system-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/benchmarking", optional = true } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../../../frame/election-provider-support" } -frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/rpc/runtime-api/" } -frame-try-runtime = { version = "0.10.0-dev", default-features = false, path = "../../../frame/try-runtime", optional = true } -pallet-alliance = { version = "4.0.0-dev", default-features = false, path = "../../../frame/alliance" } -pallet-assets = { version = "4.0.0-dev", default-features = false, path = "../../../frame/assets" } -pallet-authority-discovery = { version = "4.0.0-dev", default-features = false, path = "../../../frame/authority-discovery" } -pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../../../frame/authorship" } -pallet-babe = { version = "4.0.0-dev", default-features = false, path = "../../../frame/babe" } -pallet-bags-list = { version = "4.0.0-dev", default-features = false, path = "../../../frame/bags-list" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../../frame/balances" } -pallet-bounties = { version = "4.0.0-dev", default-features = false, path = "../../../frame/bounties" } -pallet-child-bounties = { version = "4.0.0-dev", default-features = false, path = "../../../frame/child-bounties" } -pallet-collective = { version = "4.0.0-dev", default-features = false, path = "../../../frame/collective" } -pallet-contracts = { version = "4.0.0-dev", default-features = false, path = "../../../frame/contracts" } -pallet-contracts-primitives = { version = "7.0.0", default-features = false, path = "../../../frame/contracts/primitives/" } -pallet-conviction-voting = { version = "4.0.0-dev", default-features = false, path = "../../../frame/conviction-voting" } -pallet-democracy = { version = "4.0.0-dev", default-features = false, path = "../../../frame/democracy" } -pallet-election-provider-multi-phase = { version = "4.0.0-dev", default-features = false, path = "../../../frame/election-provider-multi-phase" } -pallet-election-provider-support-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/election-provider-support/benchmarking", optional = true } -pallet-elections-phragmen = { version = "5.0.0-dev", default-features = false, path = "../../../frame/elections-phragmen" } -pallet-fast-unstake = { version = "4.0.0-dev", default-features = false, path = "../../../frame/fast-unstake" } -pallet-nis = { version = "4.0.0-dev", default-features = false, path = "../../../frame/nis" } -pallet-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../../frame/grandpa" } -pallet-im-online = { version = "4.0.0-dev", default-features = false, path = "../../../frame/im-online" } -pallet-indices = { version = "4.0.0-dev", default-features = false, path = "../../../frame/indices" } -pallet-identity = { version = "4.0.0-dev", default-features = false, path = "../../../frame/identity" } -pallet-lottery = { version = "4.0.0-dev", default-features = false, path = "../../../frame/lottery" } -pallet-membership = { version = "4.0.0-dev", default-features = false, path = "../../../frame/membership" } -pallet-message-queue = { version = "7.0.0-dev", default-features = false, path = "../../../frame/message-queue" } -pallet-mmr = { version = "4.0.0-dev", default-features = false, path = "../../../frame/merkle-mountain-range" } -pallet-multisig = { version = "4.0.0-dev", default-features = false, path = "../../../frame/multisig" } -pallet-nomination-pools = { version = "1.0.0", default-features = false, path = "../../../frame/nomination-pools"} -pallet-nomination-pools-benchmarking = { version = "1.0.0", default-features = false, optional = true, path = "../../../frame/nomination-pools/benchmarking" } -pallet-nomination-pools-runtime-api = { version = "1.0.0-dev", default-features = false, path = "../../../frame/nomination-pools/runtime-api" } -pallet-offences = { version = "4.0.0-dev", default-features = false, path = "../../../frame/offences" } -pallet-offences-benchmarking = { version = "4.0.0-dev", path = "../../../frame/offences/benchmarking", default-features = false, optional = true } -pallet-preimage = { version = "4.0.0-dev", default-features = false, path = "../../../frame/preimage" } -pallet-proxy = { version = "4.0.0-dev", default-features = false, path = "../../../frame/proxy" } -pallet-randomness-collective-flip = { version = "4.0.0-dev", default-features = false, path = "../../../frame/randomness-collective-flip" } -pallet-ranked-collective = { version = "4.0.0-dev", default-features = false, path = "../../../frame/ranked-collective" } -pallet-recovery = { version = "4.0.0-dev", default-features = false, path = "../../../frame/recovery" } -pallet-referenda = { version = "4.0.0-dev", default-features = false, path = "../../../frame/referenda" } -pallet-remark = { version = "4.0.0-dev", default-features = false, path = "../../../frame/remark" } -pallet-root-testing = { version = "1.0.0-dev", default-features = false, path = "../../../frame/root-testing" } -pallet-session = { version = "4.0.0-dev", features = [ "historical" ], path = "../../../frame/session", default-features = false } -pallet-session-benchmarking = { version = "4.0.0-dev", path = "../../../frame/session/benchmarking", default-features = false, optional = true } -pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../../frame/staking" } -pallet-staking-reward-curve = { version = "4.0.0-dev", default-features = false, path = "../../../frame/staking/reward-curve" } -pallet-state-trie-migration = { version = "4.0.0-dev", default-features = false, path = "../../../frame/state-trie-migration" } -pallet-scheduler = { version = "4.0.0-dev", default-features = false, path = "../../../frame/scheduler" } -pallet-society = { version = "4.0.0-dev", default-features = false, path = "../../../frame/society" } -pallet-sudo = { version = "4.0.0-dev", default-features = false, path = "../../../frame/sudo" } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../frame/timestamp" } -pallet-tips = { version = "4.0.0-dev", default-features = false, path = "../../../frame/tips" } -pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../../../frame/treasury" } -pallet-utility = { version = "4.0.0-dev", default-features = false, path = "../../../frame/utility" } -pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment" } -pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" } -pallet-asset-tx-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment/asset-tx-payment/" } -pallet-transaction-storage = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-storage" } -pallet-uniques = { version = "4.0.0-dev", default-features = false, path = "../../../frame/uniques" } -pallet-vesting = { version = "4.0.0-dev", default-features = false, path = "../../../frame/vesting" } -pallet-whitelist = { version = "4.0.0-dev", default-features = false, path = "../../../frame/whitelist" } +frame-executive = { default-features = false, path = "../../../frame/executive" } +frame-benchmarking = { default-features = false, path = "../../../frame/benchmarking", optional = true } +frame-support = { default-features = false, path = "../../../frame/support" } +frame-system = { default-features = false, path = "../../../frame/system" } +frame-system-benchmarking = { default-features = false, path = "../../../frame/system/benchmarking", optional = true } +frame-election-provider-support = { default-features = false, path = "../../../frame/election-provider-support" } +frame-system-rpc-runtime-api = { default-features = false, path = "../../../frame/system/rpc/runtime-api/" } +frame-try-runtime = { default-features = false, path = "../../../frame/try-runtime", optional = true } +pallet-alliance = { default-features = false, path = "../../../frame/alliance" } +pallet-assets = { default-features = false, path = "../../../frame/assets" } +pallet-authority-discovery = { default-features = false, path = "../../../frame/authority-discovery" } +pallet-authorship = { default-features = false, path = "../../../frame/authorship" } +pallet-babe = { default-features = false, path = "../../../frame/babe" } +pallet-bags-list = { default-features = false, path = "../../../frame/bags-list" } +pallet-balances = { default-features = false, path = "../../../frame/balances" } +pallet-bounties = { default-features = false, path = "../../../frame/bounties" } +pallet-child-bounties = { default-features = false, path = "../../../frame/child-bounties" } +pallet-collective = { default-features = false, path = "../../../frame/collective" } +pallet-contracts = { default-features = false, path = "../../../frame/contracts" } +pallet-contracts-primitives = { default-features = false, path = "../../../frame/contracts/primitives/" } +pallet-conviction-voting = { default-features = false, path = "../../../frame/conviction-voting" } +pallet-democracy = { default-features = false, path = "../../../frame/democracy" } +pallet-election-provider-multi-phase = { default-features = false, path = "../../../frame/election-provider-multi-phase" } +pallet-election-provider-support-benchmarking = { default-features = false, path = "../../../frame/election-provider-support/benchmarking", optional = true } +pallet-elections-phragmen = { default-features = false, path = "../../../frame/elections-phragmen" } +pallet-fast-unstake = { default-features = false, path = "../../../frame/fast-unstake" } +pallet-nis = { default-features = false, path = "../../../frame/nis" } +pallet-grandpa = { default-features = false, path = "../../../frame/grandpa" } +pallet-im-online = { default-features = false, path = "../../../frame/im-online" } +pallet-indices = { default-features = false, path = "../../../frame/indices" } +pallet-identity = { default-features = false, path = "../../../frame/identity" } +pallet-lottery = { default-features = false, path = "../../../frame/lottery" } +pallet-membership = { default-features = false, path = "../../../frame/membership" } +pallet-message-queue = { default-features = false, path = "../../../frame/message-queue" } +pallet-mmr = { default-features = false, path = "../../../frame/merkle-mountain-range" } +pallet-multisig = { default-features = false, path = "../../../frame/multisig" } +pallet-nomination-pools = { default-features = false, path = "../../../frame/nomination-pools"} +pallet-nomination-pools-benchmarking = { default-features = false, optional = true, path = "../../../frame/nomination-pools/benchmarking" } +pallet-nomination-pools-runtime-api = { default-features = false, path = "../../../frame/nomination-pools/runtime-api" } +pallet-offences = { default-features = false, path = "../../../frame/offences" } +pallet-offences-benchmarking = { path = "../../../frame/offences/benchmarking", default-features = false, optional = true } +pallet-preimage = { default-features = false, path = "../../../frame/preimage" } +pallet-proxy = { default-features = false, path = "../../../frame/proxy" } +pallet-randomness-collective-flip = { default-features = false, path = "../../../frame/randomness-collective-flip" } +pallet-ranked-collective = { default-features = false, path = "../../../frame/ranked-collective" } +pallet-recovery = { default-features = false, path = "../../../frame/recovery" } +pallet-referenda = { default-features = false, path = "../../../frame/referenda" } +pallet-remark = { default-features = false, path = "../../../frame/remark" } +pallet-root-testing = { default-features = false, path = "../../../frame/root-testing" } +pallet-session = { features = [ "historical" ], path = "../../../frame/session", default-features = false } +pallet-session-benchmarking = { path = "../../../frame/session/benchmarking", default-features = false, optional = true } +pallet-staking = { default-features = false, path = "../../../frame/staking" } +pallet-staking-reward-curve = { default-features = false, path = "../../../frame/staking/reward-curve" } +pallet-state-trie-migration = { default-features = false, path = "../../../frame/state-trie-migration" } +pallet-scheduler = { default-features = false, path = "../../../frame/scheduler" } +pallet-society = { default-features = false, path = "../../../frame/society" } +pallet-sudo = { default-features = false, path = "../../../frame/sudo" } +pallet-timestamp = { default-features = false, path = "../../../frame/timestamp" } +pallet-tips = { default-features = false, path = "../../../frame/tips" } +pallet-treasury = { default-features = false, path = "../../../frame/treasury" } +pallet-utility = { default-features = false, path = "../../../frame/utility" } +pallet-transaction-payment = { default-features = false, path = "../../../frame/transaction-payment" } +pallet-transaction-payment-rpc-runtime-api = { default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" } +pallet-asset-tx-payment = { default-features = false, path = "../../../frame/transaction-payment/asset-tx-payment/" } +pallet-transaction-storage = { default-features = false, path = "../../../frame/transaction-storage" } +pallet-uniques = { default-features = false, path = "../../../frame/uniques" } +pallet-vesting = { default-features = false, path = "../../../frame/vesting" } +pallet-whitelist = { default-features = false, path = "../../../frame/whitelist" } [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder" } +substrate-wasm-builder = { path = "../../../utils/wasm-builder" } [features] default = ["std"] diff --git a/bin/node/testing/Cargo.toml b/bin/node/testing/Cargo.toml index 0154a778457fc..a9e1635986bcc 100644 --- a/bin/node/testing/Cargo.toml +++ b/bin/node/testing/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "node-testing" -version = "3.0.0-dev" -authors = ["Parity Technologies "] description = "Test utilities for Substrate node." -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,30 +18,30 @@ fs_extra = "1" futures = "0.3.21" log = "0.4.17" tempfile = "3.1.0" -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -node-executor = { version = "3.0.0-dev", path = "../executor" } -node-primitives = { version = "2.0.0", path = "../primitives" } -kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" } -pallet-assets = { version = "4.0.0-dev", path = "../../../frame/assets" } -pallet-asset-tx-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment/asset-tx-payment" } -pallet-transaction-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment" } -sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-client-db = { version = "0.10.0-dev", features = ["rocksdb"], path = "../../../client/db" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sc-service = { version = "0.10.0-dev", features = [ +frame-system = { path = "../../../frame/system" } +node-executor = { path = "../executor" } +node-primitives = { path = "../primitives" } +kitchensink-runtime = { path = "../runtime" } +pallet-assets = { path = "../../../frame/assets" } +pallet-asset-tx-payment = { path = "../../../frame/transaction-payment/asset-tx-payment" } +pallet-transaction-payment = { path = "../../../frame/transaction-payment" } +sc-block-builder = { path = "../../../client/block-builder" } +sc-client-api = { path = "../../../client/api" } +sc-client-db = { features = ["rocksdb"], path = "../../../client/db" } +sc-consensus = { path = "../../../client/consensus/common" } +sc-executor = { path = "../../../client/executor" } +sc-service = { features = [ "test-helpers", "rocksdb", ], path = "../../../client/service" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/timestamp" } -substrate-test-client = { version = "2.0.0", path = "../../../test-utils/client" } +sp-api = { path = "../../../primitives/api" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-io = { path = "../../../primitives/io" } +sp-keyring = { path = "../../../primitives/keyring" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-timestamp = { default-features = false, path = "../../../primitives/timestamp" } +substrate-test-client = { path = "../../../test-utils/client" } diff --git a/bin/utils/chain-spec-builder/Cargo.toml b/bin/utils/chain-spec-builder/Cargo.toml index e1d720f673aea..1c626edf8ae02 100644 --- a/bin/utils/chain-spec-builder/Cargo.toml +++ b/bin/utils/chain-spec-builder/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "chain-spec-builder" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" build = "build.rs" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,8 +17,8 @@ targets = ["x86_64-unknown-linux-gnu"] ansi_term = "0.12.1" clap = { version = "4.0.9", features = ["derive"] } rand = "0.8" -node-cli = { version = "3.0.0-dev", path = "../../node/cli" } -sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" } -sc-keystore = { version = "4.0.0-dev", path = "../../../client/keystore" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } +node-cli = { path = "../../node/cli" } +sc-chain-spec = { path = "../../../client/chain-spec" } +sc-keystore = { path = "../../../client/keystore" } +sp-core = { path = "../../../primitives/core" } +sp-keystore = { path = "../../../primitives/keystore" } diff --git a/bin/utils/subkey/Cargo.toml b/bin/utils/subkey/Cargo.toml index 77c323821a508..204e5a0d4be10 100644 --- a/bin/utils/subkey/Cargo.toml +++ b/bin/utils/subkey/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "subkey" -version = "2.0.2" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,4 +18,4 @@ name = "subkey" [dependencies] clap = { version = "4.0.9", features = ["derive"] } -sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" } +sc-cli = { path = "../../../client/cli" } diff --git a/client/allocator/Cargo.toml b/client/allocator/Cargo.toml index 729decb5ebb3f..3ee71d0913075 100644 --- a/client/allocator/Cargo.toml +++ b/client/allocator/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-allocator" -version = "4.1.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Collection of allocator implementations." documentation = "https://docs.rs/sc-allocator" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,5 +16,5 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = "0.4.17" thiserror = "1.0.30" -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-wasm-interface = { version = "7.0.0", path = "../../primitives/wasm-interface" } +sp-core = { path = "../../primitives/core" } +sp-wasm-interface = { path = "../../primitives/wasm-interface" } diff --git a/client/api/Cargo.toml b/client/api/Cargo.toml index c57a1e7221ad7..d78272510fdc7 100644 --- a/client/api/Cargo.toml +++ b/client/api/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-client-api" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate client interfaces." documentation = "https://docs.rs/sc-client-api" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -22,23 +22,23 @@ futures = "0.3.21" hash-db = { version = "0.15.2", default-features = false } log = "0.4.17" parking_lot = "0.12.1" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-executor = { version = "0.10.0-dev", path = "../executor" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-database = { version = "4.0.0-dev", path = "../../primitives/database" } -sp-externalities = { version = "0.13.0", path = "../../primitives/externalities" } -sp-keystore = { version = "0.13.0", default-features = false, path = "../../primitives/keystore" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } -sp-storage = { version = "7.0.0", path = "../../primitives/storage" } -sp-trie = { version = "7.0.0", path = "../../primitives/trie" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-executor = { path = "../executor" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sc-utils = { path = "../utils" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-database = { path = "../../primitives/database" } +sp-externalities = { path = "../../primitives/externalities" } +sp-keystore = { default-features = false, path = "../../primitives/keystore" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-state-machine = { path = "../../primitives/state-machine" } +sp-storage = { path = "../../primitives/storage" } +sp-trie = { path = "../../primitives/trie" } [dev-dependencies] thiserror = "1.0.30" -sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" } -substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" } +sp-test-primitives = { path = "../../primitives/test-primitives" } +substrate-test-runtime = { path = "../../test-utils/runtime" } diff --git a/client/authority-discovery/Cargo.toml b/client/authority-discovery/Cargo.toml index 0da79bd70ff44..23d774ad7205b 100644 --- a/client/authority-discovery/Cargo.toml +++ b/client/authority-discovery/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-authority-discovery" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" build = "build.rs" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate authority discovery." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -26,18 +26,18 @@ log = "0.4.17" prost = "0.11" rand = "0.7.2" thiserror = "1.0" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-authority-discovery = { version = "4.0.0-dev", path = "../../primitives/authority-discovery" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-client-api = { path = "../api" } +sc-network-common = { path = "../network/common" } +sp-api = { path = "../../primitives/api" } +sp-authority-discovery = { path = "../../primitives/authority-discovery" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-keystore = { path = "../../primitives/keystore" } +sp-runtime = { path = "../../primitives/runtime" } async-trait = "0.1.56" [dev-dependencies] quickcheck = { version = "1.0.3", default-features = false } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } diff --git a/client/basic-authorship/Cargo.toml b/client/basic-authorship/Cargo.toml index 09b5c47394491..4bee48e6e7050 100644 --- a/client/basic-authorship/Cargo.toml +++ b/client/basic-authorship/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-basic-authorship" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Basic implementation of block-authoring logic." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,20 +17,20 @@ codec = { package = "parity-scale-codec", version = "3.0.0" } futures = "0.3.21" futures-timer = "3.0.1" log = "0.4.17" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-proposer-metrics = { version = "0.10.0-dev", path = "../proposer-metrics" } -sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../client/transaction-pool/api" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-block-builder = { path = "../block-builder" } +sc-client-api = { path = "../api" } +sc-proposer-metrics = { path = "../proposer-metrics" } +sc-telemetry = { path = "../telemetry" } +sc-transaction-pool-api = { path = "../../client/transaction-pool/api" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-core = { path = "../../primitives/core" } +sp-inherents = { path = "../../primitives/inherents" } +sp-runtime = { path = "../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" -sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sc-transaction-pool = { path = "../transaction-pool" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } diff --git a/client/beefy/Cargo.toml b/client/beefy/Cargo.toml index d0b36a9255f76..b2afc4590d12e 100644 --- a/client/beefy/Cargo.toml +++ b/client/beefy/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "beefy-gadget" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -repository = "https://github.com/paritytech/substrate" description = "BEEFY Client gadget for substrate" -homepage = "https://substrate.io" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] array-bytes = "4.1" @@ -19,35 +19,35 @@ log = "0.4" parking_lot = "0.12.1" thiserror = "1.0" wasm-timer = "0.2.5" -beefy-primitives = { version = "4.0.0-dev", path = "../../primitives/beefy", package = "sp-beefy" } -prometheus = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-chain-spec = { version = "4.0.0-dev", path = "../../client/chain-spec" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-consensus = { version = "0.10.0-dev", path = "../consensus/common" } -sc-finality-grandpa = { version = "0.10.0-dev", path = "../../client/finality-grandpa" } -sc-keystore = { version = "4.0.0-dev", path = "../keystore" } -sc-network = { version = "0.10.0-dev", path = "../network" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-network-gossip = { version = "0.10.0-dev", path = "../network-gossip" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-application-crypto = { version = "7.0.0", path = "../../primitives/application-crypto" } -sp-arithmetic = { version = "6.0.0", path = "../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } -sp-mmr-primitives = { version = "4.0.0-dev", path = "../../primitives/merkle-mountain-range" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +beefy-primitives = { path = "../../primitives/beefy", package = "sp-beefy" } +prometheus = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-chain-spec = { path = "../../client/chain-spec" } +sc-client-api = { path = "../api" } +sc-consensus = { path = "../consensus/common" } +sc-finality-grandpa = { path = "../../client/finality-grandpa" } +sc-keystore = { path = "../keystore" } +sc-network = { path = "../network" } +sc-network-common = { path = "../network/common" } +sc-network-gossip = { path = "../network-gossip" } +sc-utils = { path = "../utils" } +sp-api = { path = "../../primitives/api" } +sp-application-crypto = { path = "../../primitives/application-crypto" } +sp-arithmetic = { path = "../../primitives/arithmetic" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-core = { path = "../../primitives/core" } +sp-keystore = { path = "../../primitives/keystore" } +sp-mmr-primitives = { path = "../../primitives/merkle-mountain-range" } +sp-runtime = { path = "../../primitives/runtime" } [dev-dependencies] serde = "1.0.136" strum = { version = "0.24.1", features = ["derive"] } tempfile = "3.1.0" tokio = "1.22.0" -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-network-test = { version = "0.8.0", path = "../network/test" } -sp-finality-grandpa = { version = "4.0.0-dev", path = "../../primitives/finality-grandpa" } -sp-keyring = { version = "7.0.0", path = "../../primitives/keyring" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sc-block-builder = { path = "../block-builder" } +sc-network-test = { path = "../network/test" } +sp-finality-grandpa = { path = "../../primitives/finality-grandpa" } +sp-keyring = { path = "../../primitives/keyring" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } diff --git a/client/beefy/rpc/Cargo.toml b/client/beefy/rpc/Cargo.toml index f5b5770153477..d047a9086f4c2 100644 --- a/client/beefy/rpc/Cargo.toml +++ b/client/beefy/rpc/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "beefy-gadget-rpc" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -repository = "https://github.com/paritytech/substrate" description = "RPC for the BEEFY Client gadget for substrate" -homepage = "https://substrate.io" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } @@ -16,17 +16,17 @@ log = "0.4" parking_lot = "0.12.1" serde = { version = "1.0.136", features = ["derive"] } thiserror = "1.0" -beefy-gadget = { version = "4.0.0-dev", path = "../." } -beefy-primitives = { version = "4.0.0-dev", path = "../../../primitives/beefy", package = "sp-beefy" } -sc-rpc = { version = "4.0.0-dev", path = "../../rpc" } -sc-utils = { version = "4.0.0-dev", path = "../../utils" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +beefy-gadget = { path = "../." } +beefy-primitives = { path = "../../../primitives/beefy", package = "sp-beefy" } +sc-rpc = { path = "../../rpc" } +sc-utils = { path = "../../utils" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] serde_json = "1.0.85" -sc-rpc = { version = "4.0.0-dev", features = [ +sc-rpc = { features = [ "test-helpers", ], path = "../../rpc" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } tokio = { version = "1.22.0", features = ["macros"] } diff --git a/client/block-builder/Cargo.toml b/client/block-builder/Cargo.toml index 2516374864bc1..29b6158b022a6 100644 --- a/client/block-builder/Cargo.toml +++ b/client/block-builder/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-block-builder" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate block builder" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,14 +16,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive", ] } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", path = "../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } +sc-client-api = { path = "../api" } +sp-api = { path = "../../primitives/api" } +sp-block-builder = { path = "../../primitives/block-builder" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-inherents = { path = "../../primitives/inherents" } +sp-runtime = { path = "../../primitives/runtime" } +sp-state-machine = { path = "../../primitives/state-machine" } [dev-dependencies] substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } diff --git a/client/chain-spec/Cargo.toml b/client/chain-spec/Cargo.toml index 3756a7783763b..bde37f93773ff 100644 --- a/client/chain-spec/Cargo.toml +++ b/client/chain-spec/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-chain-spec" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate chain configurations." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,8 +18,8 @@ impl-trait-for-tuples = "0.2.2" memmap2 = "0.5.0" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.85" -sc-chain-spec-derive = { version = "4.0.0-dev", path = "./derive" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sc-chain-spec-derive = { path = "./derive" } +sc-network-common = { path = "../network/common" } +sc-telemetry = { path = "../telemetry" } +sp-core = { path = "../../primitives/core" } +sp-runtime = { path = "../../primitives/runtime" } diff --git a/client/chain-spec/derive/Cargo.toml b/client/chain-spec/derive/Cargo.toml index d733bda9b1692..586b1bd6b5877 100644 --- a/client/chain-spec/derive/Cargo.toml +++ b/client/chain-spec/derive/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-chain-spec-derive" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Macros to derive chain spec extension traits implementation." +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/client/cli/Cargo.toml b/client/cli/Cargo.toml index fd84ff4d4574b..bc2fc80c5f625 100644 --- a/client/cli/Cargo.toml +++ b/client/cli/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-cli" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Substrate CLI interface." -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -30,22 +30,22 @@ serde_json = "1.0.85" thiserror = "1.0.30" tiny-bip39 = "0.8.2" tokio = { version = "1.22.0", features = ["signal", "rt-multi-thread", "parking_lot"] } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../db" } -sc-keystore = { version = "4.0.0-dev", path = "../keystore" } -sc-network = { version = "0.10.0-dev", path = "../network" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-service = { version = "0.10.0-dev", default-features = false, path = "../service" } -sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -sc-tracing = { version = "4.0.0-dev", path = "../tracing" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keyring = { version = "7.0.0", path = "../../primitives/keyring" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } -sp-panic-handler = { version = "5.0.0", path = "../../primitives/panic-handler" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } +sc-client-api = { path = "../api" } +sc-client-db = { default-features = false, path = "../db" } +sc-keystore = { path = "../keystore" } +sc-network = { path = "../network" } +sc-network-common = { path = "../network/common" } +sc-service = { default-features = false, path = "../service" } +sc-telemetry = { path = "../telemetry" } +sc-tracing = { path = "../tracing" } +sc-utils = { path = "../utils" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-keyring = { path = "../../primitives/keyring" } +sp-keystore = { path = "../../primitives/keystore" } +sp-panic-handler = { path = "../../primitives/panic-handler" } +sp-runtime = { path = "../../primitives/runtime" } +sp-version = { path = "../../primitives/version" } [dev-dependencies] tempfile = "3.1.0" diff --git a/client/consensus/aura/Cargo.toml b/client/consensus/aura/Cargo.toml index 47aee0ec084eb..e7d894e6db373 100644 --- a/client/consensus/aura/Cargo.toml +++ b/client/consensus/aura/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-consensus-aura" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Aura consensus algorithm for substrate" -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,32 +18,32 @@ codec = { package = "parity-scale-codec", version = "3.0.0" } futures = "0.3.21" log = "0.4.17" thiserror = "1.0" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-consensus-slots = { version = "0.10.0-dev", path = "../slots" } -sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-application-crypto = { version = "7.0.0", path = "../../../primitives/application-crypto" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" } -sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-block-builder = { path = "../../block-builder" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../../../client/consensus/common" } +sc-consensus-slots = { path = "../slots" } +sc-telemetry = { path = "../../telemetry" } +sp-api = { path = "../../../primitives/api" } +sp-application-crypto = { path = "../../../primitives/application-crypto" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-aura = { path = "../../../primitives/consensus/aura" } +sp-consensus-slots = { path = "../../../primitives/consensus/slots" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" tempfile = "3.1.0" -sc-keystore = { version = "4.0.0-dev", path = "../../keystore" } -sc-network = { version = "0.10.0-dev", path = "../../network" } -sc-network-test = { version = "0.8.0", path = "../../network/test" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-keystore = { path = "../../keystore" } +sc-network = { path = "../../network" } +sc-network-test = { path = "../../network/test" } +sp-keyring = { path = "../../../primitives/keyring" } +sp-timestamp = { path = "../../../primitives/timestamp" } +sp-tracing = { path = "../../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } tokio = { version = "1.22.0" } diff --git a/client/consensus/babe/Cargo.toml b/client/consensus/babe/Cargo.toml index c39802ba237ae..69b61a4f6088a 100644 --- a/client/consensus/babe/Cargo.toml +++ b/client/consensus/babe/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-consensus-babe" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "BABE consensus algorithm for substrate" -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sc-consensus-babe" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -26,36 +26,36 @@ parking_lot = "0.12.1" schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] } serde = { version = "1.0.136", features = ["derive"] } thiserror = "1.0" -fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-consensus-epochs = { version = "0.10.0-dev", path = "../epochs" } -sc-consensus-slots = { version = "0.10.0-dev", path = "../slots" } -sc-keystore = { version = "4.0.0-dev", path = "../../keystore" } -sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-application-crypto = { version = "7.0.0", path = "../../../primitives/application-crypto" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-consensus-vrf = { version = "0.10.0-dev", path = "../../../primitives/consensus/vrf" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-version = { version = "5.0.0", path = "../../../primitives/version" } +fork-tree = { path = "../../../utils/fork-tree" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../../../client/consensus/common" } +sc-consensus-epochs = { path = "../epochs" } +sc-consensus-slots = { path = "../slots" } +sc-keystore = { path = "../../keystore" } +sc-telemetry = { path = "../../telemetry" } +sp-api = { path = "../../../primitives/api" } +sp-application-crypto = { path = "../../../primitives/application-crypto" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-babe = { path = "../../../primitives/consensus/babe" } +sp-consensus-slots = { path = "../../../primitives/consensus/slots" } +sp-consensus-vrf = { path = "../../../primitives/consensus/vrf" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-io = { path = "../../../primitives/io" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-version = { path = "../../../primitives/version" } [dev-dependencies] rand_chacha = "0.2.2" -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -sc-network = { version = "0.10.0-dev", path = "../../network" } -sc-network-test = { version = "0.8.0", path = "../../network/test" } -sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../block-builder" } +sp-keyring = { path = "../../../primitives/keyring" } +sc-network = { path = "../../network" } +sc-network-test = { path = "../../network/test" } +sp-timestamp = { path = "../../../primitives/timestamp" } +sp-tracing = { path = "../../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } tokio = "1.22.0" diff --git a/client/consensus/babe/rpc/Cargo.toml b/client/consensus/babe/rpc/Cargo.toml index 4f5aaf85494b9..2c881cedc9730 100644 --- a/client/consensus/babe/rpc/Cargo.toml +++ b/client/consensus/babe/rpc/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-consensus-babe-rpc" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "RPC extensions for the BABE consensus algorithm" -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,23 +17,23 @@ jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] futures = "0.3.21" serde = { version = "1.0.136", features = ["derive"] } thiserror = "1.0" -sc-consensus-babe = { version = "0.10.0-dev", path = "../" } -sc-consensus-epochs = { version = "0.10.0-dev", path = "../../epochs" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../rpc-api" } -sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" } -sp-application-crypto = { version = "7.0.0", path = "../../../../primitives/application-crypto" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../../primitives/consensus/common" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../../primitives/consensus/babe" } -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sc-consensus-babe = { path = "../" } +sc-consensus-epochs = { path = "../../epochs" } +sc-rpc-api = { path = "../../../rpc-api" } +sp-api = { path = "../../../../primitives/api" } +sp-application-crypto = { path = "../../../../primitives/application-crypto" } +sp-blockchain = { path = "../../../../primitives/blockchain" } +sp-consensus = { path = "../../../../primitives/consensus/common" } +sp-consensus-babe = { path = "../../../../primitives/consensus/babe" } +sp-core = { path = "../../../../primitives/core" } +sp-keystore = { path = "../../../../primitives/keystore" } +sp-runtime = { path = "../../../../primitives/runtime" } [dev-dependencies] serde_json = "1.0.85" tempfile = "3.1.0" tokio = "1.22.0" -sc-consensus = { version = "0.10.0-dev", path = "../../../consensus/common" } -sc-keystore = { version = "4.0.0-dev", path = "../../../keystore" } -sp-keyring = { version = "7.0.0", path = "../../../../primitives/keyring" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" } +sc-consensus = { path = "../../../consensus/common" } +sc-keystore = { path = "../../../keystore" } +sp-keyring = { path = "../../../../primitives/keyring" } +substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" } diff --git a/client/consensus/common/Cargo.toml b/client/consensus/common/Cargo.toml index b61c6a4334285..867ac8c9c7bee 100644 --- a/client/consensus/common/Cargo.toml +++ b/client/consensus/common/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-consensus" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Collection of common consensus specific imlementations for Substrate (client)" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -22,15 +22,15 @@ mockall = "0.11.2" parking_lot = "0.12.1" serde = { version = "1.0", features = ["derive"] } thiserror = "1.0.30" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-utils = { version = "4.0.0-dev", path = "../../utils" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-client-api = { path = "../../api" } +sc-utils = { path = "../../utils" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-state-machine = { path = "../../../primitives/state-machine" } [dev-dependencies] -sp-test-primitives = { version = "2.0.0", path = "../../../primitives/test-primitives" } +sp-test-primitives = { path = "../../../primitives/test-primitives" } diff --git a/client/consensus/epochs/Cargo.toml b/client/consensus/epochs/Cargo.toml index c88b5c52ba18e..2e7b4a0946f96 100644 --- a/client/consensus/epochs/Cargo.toml +++ b/client/consensus/epochs/Cargo.toml @@ -1,21 +1,21 @@ [package] name = "sc-consensus-epochs" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Generic epochs-based utilities for consensus" -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } -fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../common" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +fork-tree = { path = "../../../utils/fork-tree" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../common" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-runtime = { path = "../../../primitives/runtime" } diff --git a/client/consensus/manual-seal/Cargo.toml b/client/consensus/manual-seal/Cargo.toml index fb89445a97002..0a5a83af4d609 100644 --- a/client/consensus/manual-seal/Cargo.toml +++ b/client/consensus/manual-seal/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-consensus-manual-seal" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Manual sealing engine for Substrate" -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -21,28 +21,28 @@ futures = "0.3.21" log = "0.4.17" serde = { version = "1.0", features = ["derive"] } thiserror = "1.0" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sc-consensus-aura = { version = "0.10.0-dev", path = "../../consensus/aura" } -sc-consensus-babe = { version = "0.10.0-dev", path = "../../consensus/babe" } -sc-consensus-epochs = { version = "0.10.0-dev", path = "../../consensus/epochs" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../../transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../../consensus/common" } +sc-consensus-aura = { path = "../../consensus/aura" } +sc-consensus-babe = { path = "../../consensus/babe" } +sc-consensus-epochs = { path = "../../consensus/epochs" } +sc-transaction-pool = { path = "../../transaction-pool" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-aura = { path = "../../../primitives/consensus/aura" } +sp-consensus-babe = { path = "../../../primitives/consensus/babe" } +sp-consensus-slots = { path = "../../../primitives/consensus/slots" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-timestamp = { path = "../../../primitives/timestamp" } [dev-dependencies] tokio = { version = "1.22.0", features = ["rt-multi-thread", "macros"] } -sc-basic-authorship = { version = "0.10.0-dev", path = "../../basic-authorship" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } -substrate-test-runtime-transaction-pool = { version = "2.0.0", path = "../../../test-utils/runtime/transaction-pool" } +sc-basic-authorship = { path = "../../basic-authorship" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } +substrate-test-runtime-transaction-pool = { path = "../../../test-utils/runtime/transaction-pool" } diff --git a/client/consensus/pow/Cargo.toml b/client/consensus/pow/Cargo.toml index 480d9b23b06a3..9399e32545e79 100644 --- a/client/consensus/pow/Cargo.toml +++ b/client/consensus/pow/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-consensus-pow" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "PoW consensus algorithm for substrate" -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,14 +20,14 @@ futures-timer = "3.0.1" log = "0.4.17" parking_lot = "0.12.1" thiserror = "1.0" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-pow = { version = "0.10.0-dev", path = "../../../primitives/consensus/pow" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../../../client/consensus/common" } +sp-api = { path = "../../../primitives/api" } +sp-block-builder = { path = "../../../primitives/block-builder" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-pow = { path = "../../../primitives/consensus/pow" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-runtime = { path = "../../../primitives/runtime" } diff --git a/client/consensus/slots/Cargo.toml b/client/consensus/slots/Cargo.toml index 4bb9387cf5596..193e86dccd257 100644 --- a/client/consensus/slots/Cargo.toml +++ b/client/consensus/slots/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-consensus-slots" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Generic slots-based utilities for consensus" -edition = "2021" build = "build.rs" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,17 +20,17 @@ futures = "0.3.21" futures-timer = "3.0.1" log = "0.4.17" thiserror = "1.0.30" -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" } -sp-arithmetic = { version = "6.0.0", path = "../../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../../../client/consensus/common" } +sc-telemetry = { path = "../../telemetry" } +sp-arithmetic = { path = "../../../primitives/arithmetic" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-slots = { path = "../../../primitives/consensus/slots" } +sp-core = { path = "../../../primitives/core" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-state-machine = { path = "../../../primitives/state-machine" } [dev-dependencies] -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/client/consensus/uncles/Cargo.toml b/client/consensus/uncles/Cargo.toml index 0be48659f9c77..ece52f203526e 100644 --- a/client/consensus/uncles/Cargo.toml +++ b/client/consensus/uncles/Cargo.toml @@ -1,19 +1,19 @@ [package] name = "sc-consensus-uncles" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Generic uncle inclusion utilities for consensus" -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] thiserror = "1.0.30" -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sp-authorship = { version = "4.0.0-dev", path = "../../../primitives/authorship" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sc-client-api = { path = "../../api" } +sp-authorship = { path = "../../../primitives/authorship" } +sp-runtime = { path = "../../../primitives/runtime" } diff --git a/client/db/Cargo.toml b/client/db/Cargo.toml index ee879a161edfe..faaa3ed2ab079 100644 --- a/client/db/Cargo.toml +++ b/client/db/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-client-db" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Client backend that uses RocksDB database as storage." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -24,15 +24,15 @@ linked-hash-map = "0.5.4" log = "0.4.17" parity-db = "0.4.2" parking_lot = "0.12.1" -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-state-db = { version = "0.10.0-dev", path = "../state-db" } -sp-arithmetic = { version = "6.0.0", path = "../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-database = { version = "4.0.0-dev", path = "../../primitives/database" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } -sp-trie = { version = "7.0.0", path = "../../primitives/trie" } +sc-client-api = { path = "../api" } +sc-state-db = { path = "../state-db" } +sp-arithmetic = { path = "../../primitives/arithmetic" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-database = { path = "../../primitives/database" } +sp-runtime = { path = "../../primitives/runtime" } +sp-state-machine = { path = "../../primitives/state-machine" } +sp-trie = { path = "../../primitives/trie" } [dev-dependencies] criterion = "0.3.3" @@ -41,8 +41,8 @@ rand = "0.8.4" tempfile = "3.1.0" quickcheck = { version = "1.0.3", default-features = false } kitchensink-runtime = { path = "../../bin/node/runtime" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } [features] default = [] diff --git a/client/executor/Cargo.toml b/client/executor/Cargo.toml index 83d4801d1c92b..00877f8f3772c 100644 --- a/client/executor/Cargo.toml +++ b/client/executor/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-executor" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "A crate that provides means of executing/dispatching calls into the runtime." documentation = "https://docs.rs/sc-executor" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,28 +20,28 @@ tracing = "0.1.29" wasmi = "0.13" codec = { package = "parity-scale-codec", version = "3.0.0" } -sc-executor-common = { version = "0.10.0-dev", path = "common" } -sc-executor-wasmi = { version = "0.10.0-dev", path = "wasmi" } -sc-executor-wasmtime = { version = "0.10.0-dev", path = "wasmtime" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-externalities = { version = "0.13.0", path = "../../primitives/externalities" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-panic-handler = { version = "5.0.0", path = "../../primitives/panic-handler" } -sp-runtime-interface = { version = "7.0.0", path = "../../primitives/runtime-interface" } -sp-trie = { version = "7.0.0", path = "../../primitives/trie" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } -sp-wasm-interface = { version = "7.0.0", path = "../../primitives/wasm-interface" } +sc-executor-common = { path = "common" } +sc-executor-wasmi = { path = "wasmi" } +sc-executor-wasmtime = { path = "wasmtime" } +sp-api = { path = "../../primitives/api" } +sp-core = { path = "../../primitives/core" } +sp-externalities = { path = "../../primitives/externalities" } +sp-io = { path = "../../primitives/io" } +sp-panic-handler = { path = "../../primitives/panic-handler" } +sp-runtime-interface = { path = "../../primitives/runtime-interface" } +sp-trie = { path = "../../primitives/trie" } +sp-version = { path = "../../primitives/version" } +sp-wasm-interface = { path = "../../primitives/wasm-interface" } [dev-dependencies] array-bytes = "4.1" wat = "1.0" -sc-runtime-test = { version = "2.0.0", path = "runtime-test" } -substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" } -sc-tracing = { version = "4.0.0-dev", path = "../tracing" } +sc-runtime-test = { path = "runtime-test" } +substrate-test-runtime = { path = "../../test-utils/runtime" } +sp-state-machine = { path = "../../primitives/state-machine" } +sp-runtime = { path = "../../primitives/runtime" } +sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" } +sc-tracing = { path = "../tracing" } tracing-subscriber = "0.2.19" paste = "1.0" regex = "1.6.0" diff --git a/client/executor/common/Cargo.toml b/client/executor/common/Cargo.toml index 648e937d371ff..307f7b14c4dd8 100644 --- a/client/executor/common/Cargo.toml +++ b/client/executor/common/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-executor-common" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "A set of common definitions that are needed for defining execution engines." documentation = "https://docs.rs/sc-executor-common/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,9 +17,9 @@ targets = ["x86_64-unknown-linux-gnu"] thiserror = "1.0.30" wasm-instrument = "0.3" wasmi = "0.13" -sc-allocator = { version = "4.1.0-dev", path = "../../allocator" } -sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../../primitives/maybe-compressed-blob" } -sp-wasm-interface = { version = "7.0.0", path = "../../../primitives/wasm-interface" } +sc-allocator = { path = "../../allocator" } +sp-maybe-compressed-blob = { path = "../../../primitives/maybe-compressed-blob" } +sp-wasm-interface = { path = "../../../primitives/wasm-interface" } [features] default = [] diff --git a/client/executor/runtime-test/Cargo.toml b/client/executor/runtime-test/Cargo.toml index eadf547823bb2..725bbdd959b06 100644 --- a/client/executor/runtime-test/Cargo.toml +++ b/client/executor/runtime-test/Cargo.toml @@ -1,25 +1,25 @@ [package] name = "sc-runtime-test" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" build = "build.rs" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" publish = false -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, features = ["improved_panic_error_reporting"], path = "../../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-core = { default-features = false, path = "../../../primitives/core" } +sp-io = { default-features = false, features = ["improved_panic_error_reporting"], path = "../../../primitives/io" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-std = { default-features = false, path = "../../../primitives/std" } [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder" } +substrate-wasm-builder = { path = "../../../utils/wasm-builder" } [features] default = ["std"] diff --git a/client/executor/wasmi/Cargo.toml b/client/executor/wasmi/Cargo.toml index 4235440023c89..7d65874132f58 100644 --- a/client/executor/wasmi/Cargo.toml +++ b/client/executor/wasmi/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-executor-wasmi" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "This crate provides an implementation of `WasmRuntime` that is baked by wasmi." documentation = "https://docs.rs/sc-executor-wasmi" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = "0.4.17" wasmi = "0.13" -sc-allocator = { version = "4.1.0-dev", path = "../../allocator" } -sc-executor-common = { version = "0.10.0-dev", path = "../common" } -sp-runtime-interface = { version = "7.0.0", path = "../../../primitives/runtime-interface" } -sp-wasm-interface = { version = "7.0.0", path = "../../../primitives/wasm-interface" } +sc-allocator = { path = "../../allocator" } +sc-executor-common = { path = "../common" } +sp-runtime-interface = { path = "../../../primitives/runtime-interface" } +sp-wasm-interface = { path = "../../../primitives/wasm-interface" } diff --git a/client/executor/wasmtime/Cargo.toml b/client/executor/wasmtime/Cargo.toml index 7e38929f05a13..e60ff3a2794d5 100644 --- a/client/executor/wasmtime/Cargo.toml +++ b/client/executor/wasmtime/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-executor-wasmtime" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Defines a `WasmRuntime` that uses the Wasmtime JIT to execute." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -27,10 +27,10 @@ wasmtime = { version = "1.0.0", default-features = false, features = [ "memory-init-cow", "pooling-allocator", ] } -sc-allocator = { version = "4.1.0-dev", path = "../../allocator" } -sc-executor-common = { version = "0.10.0-dev", path = "../common" } -sp-runtime-interface = { version = "7.0.0", path = "../../../primitives/runtime-interface" } -sp-wasm-interface = { version = "7.0.0", path = "../../../primitives/wasm-interface" } +sc-allocator = { path = "../../allocator" } +sc-executor-common = { path = "../common" } +sp-runtime-interface = { path = "../../../primitives/runtime-interface" } +sp-wasm-interface = { path = "../../../primitives/wasm-interface" } # Here we include the rustix crate in the exactly same semver-compatible version as used by # wasmtime and enable its 'use-libc' flag. @@ -43,8 +43,8 @@ once_cell = "1.12.0" [dev-dependencies] wat = "1.0" -sc-runtime-test = { version = "2.0.0", path = "../runtime-test" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +sc-runtime-test = { path = "../runtime-test" } +sp-io = { path = "../../../primitives/io" } tempfile = "3.3.0" paste = "1.0" codec = { package = "parity-scale-codec", version = "3.0.0" } diff --git a/client/finality-grandpa/Cargo.toml b/client/finality-grandpa/Cargo.toml index 0d5b8eaca5bec..cfd7c4daa8906 100644 --- a/client/finality-grandpa/Cargo.toml +++ b/client/finality-grandpa/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-finality-grandpa" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Integration of the GRANDPA finality gadget into substrate." documentation = "https://docs.rs/sc-finality-grandpa" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -27,35 +27,35 @@ parking_lot = "0.12.1" rand = "0.8.4" serde_json = "1.0.85" thiserror = "1.0" -fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-chain-spec = { version = "4.0.0-dev", path = "../../client/chain-spec" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-consensus = { version = "0.10.0-dev", path = "../consensus/common" } -sc-keystore = { version = "4.0.0-dev", path = "../keystore" } -sc-network = { version = "0.10.0-dev", path = "../network" } -sc-network-gossip = { version = "0.10.0-dev", path = "../network-gossip" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-application-crypto = { version = "7.0.0", path = "../../primitives/application-crypto" } -sp-arithmetic = { version = "6.0.0", path = "../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-finality-grandpa = { version = "4.0.0-dev", path = "../../primitives/finality-grandpa" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +fork-tree = { path = "../../utils/fork-tree" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-block-builder = { path = "../block-builder" } +sc-chain-spec = { path = "../../client/chain-spec" } +sc-client-api = { path = "../api" } +sc-consensus = { path = "../consensus/common" } +sc-keystore = { path = "../keystore" } +sc-network = { path = "../network" } +sc-network-gossip = { path = "../network-gossip" } +sc-network-common = { path = "../network/common" } +sc-telemetry = { path = "../telemetry" } +sc-utils = { path = "../utils" } +sp-api = { path = "../../primitives/api" } +sp-application-crypto = { path = "../../primitives/application-crypto" } +sp-arithmetic = { path = "../../primitives/arithmetic" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-core = { path = "../../primitives/core" } +sp-finality-grandpa = { path = "../../primitives/finality-grandpa" } +sp-keystore = { path = "../../primitives/keystore" } +sp-runtime = { path = "../../primitives/runtime" } [dev-dependencies] assert_matches = "1.3.0" finality-grandpa = { version = "0.16.0", features = ["derive-codec", "test-helpers"] } serde = "1.0.136" tokio = "1.22.0" -sc-network = { version = "0.10.0-dev", path = "../network" } -sc-network-test = { version = "0.8.0", path = "../network/test" } -sp-keyring = { version = "7.0.0", path = "../../primitives/keyring" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sc-network = { path = "../network" } +sc-network-test = { path = "../network/test" } +sp-keyring = { path = "../../primitives/keyring" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } diff --git a/client/finality-grandpa/rpc/Cargo.toml b/client/finality-grandpa/rpc/Cargo.toml index 252c5e3871a64..9b2c8fee2bbb5 100644 --- a/client/finality-grandpa/rpc/Cargo.toml +++ b/client/finality-grandpa/rpc/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-finality-grandpa-rpc" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "RPC extensions for the GRANDPA finality gadget" -repository = "https://github.com/paritytech/substrate/" -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" readme = "README.md" -homepage = "https://substrate.io" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] finality-grandpa = { version = "0.16.0", features = ["derive-codec"] } @@ -18,20 +18,20 @@ parity-scale-codec = { version = "3.0.0", features = ["derive"] } serde = { version = "1.0.105", features = ["derive"] } serde_json = "1.0.50" thiserror = "1.0" -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-finality-grandpa = { version = "0.10.0-dev", path = "../" } -sc-rpc = { version = "4.0.0-dev", path = "../../rpc" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sc-client-api = { path = "../../api" } +sc-finality-grandpa = { path = "../" } +sc-rpc = { path = "../../rpc" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sc-rpc = { version = "4.0.0-dev", features = [ +sc-block-builder = { path = "../../block-builder" } +sc-rpc = { features = [ "test-helpers", ], path = "../../rpc" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-finality-grandpa = { version = "4.0.0-dev", path = "../../../primitives/finality-grandpa" } -sp-keyring = { version = "7.0.0", path = "../../../primitives/keyring" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sp-core = { path = "../../../primitives/core" } +sp-finality-grandpa = { path = "../../../primitives/finality-grandpa" } +sp-keyring = { path = "../../../primitives/keyring" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } tokio = { version = "1.22.0", features = ["macros"] } diff --git a/client/informant/Cargo.toml b/client/informant/Cargo.toml index a432c2ada5c61..512a9020782a0 100644 --- a/client/informant/Cargo.toml +++ b/client/informant/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-informant" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Substrate informant." -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,8 +17,8 @@ ansi_term = "0.12.1" futures = "0.3.21" futures-timer = "3.0.1" log = "0.4.17" -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sc-client-api = { path = "../api" } +sc-network-common = { path = "../network/common" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-runtime = { path = "../../primitives/runtime" } diff --git a/client/keystore/Cargo.toml b/client/keystore/Cargo.toml index 8766ee80157e9..fcf32e3db694b 100644 --- a/client/keystore/Cargo.toml +++ b/client/keystore/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-keystore" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Keystore (and session key management) for ed25519 based chains like Polkadot." documentation = "https://docs.rs/sc-keystore" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,9 +19,9 @@ async-trait = "0.1.57" parking_lot = "0.12.1" serde_json = "1.0.85" thiserror = "1.0" -sp-application-crypto = { version = "7.0.0", path = "../../primitives/application-crypto" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } +sp-application-crypto = { path = "../../primitives/application-crypto" } +sp-core = { path = "../../primitives/core" } +sp-keystore = { path = "../../primitives/keystore" } [dev-dependencies] tempfile = "3.1.0" diff --git a/client/merkle-mountain-range/Cargo.toml b/client/merkle-mountain-range/Cargo.toml index 4fb423cee83bc..ef9f47108882e 100644 --- a/client/merkle-mountain-range/Cargo.toml +++ b/client/merkle-mountain-range/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "mmr-gadget" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -repository = "https://github.com/paritytech/substrate" description = "MMR Client gadget for substrate" -homepage = "https://substrate.io" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -14,20 +14,20 @@ homepage = "https://substrate.io" codec = { package = "parity-scale-codec", version = "3.0.0" } futures = "0.3" log = "0.4" -beefy-primitives = { version = "4.0.0-dev", path = "../../primitives/beefy", package = "sp-beefy" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-mmr-primitives = { version = "4.0.0-dev", path = "../../primitives/merkle-mountain-range" } -sc-offchain = { version = "4.0.0-dev", path = "../offchain" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +beefy-primitives = { path = "../../primitives/beefy", package = "sp-beefy" } +sc-client-api = { path = "../api" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +sp-mmr-primitives = { path = "../../primitives/merkle-mountain-range" } +sc-offchain = { path = "../offchain" } +sp-runtime = { path = "../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sc-block-builder = { path = "../block-builder" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } tokio = "1.17.0" diff --git a/client/merkle-mountain-range/rpc/Cargo.toml b/client/merkle-mountain-range/rpc/Cargo.toml index dcc5e49c52051..b1ddb5da646a7 100644 --- a/client/merkle-mountain-range/rpc/Cargo.toml +++ b/client/merkle-mountain-range/rpc/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "mmr-rpc" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Node-specific RPC methods for interaction with Merkle Mountain Range pallet." +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,11 +15,11 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0" } jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] } serde = { version = "1.0.136", features = ["derive"] } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-mmr-primitives = { version = "4.0.0-dev", path = "../../../primitives/merkle-mountain-range" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-core = { path = "../../../primitives/core" } +sp-mmr-primitives = { path = "../../../primitives/merkle-mountain-range" } +sp-runtime = { path = "../../../primitives/runtime" } anyhow = "1" [dev-dependencies] diff --git a/client/network-gossip/Cargo.toml b/client/network-gossip/Cargo.toml index c40a830f9219b..cd033cc67d44d 100644 --- a/client/network-gossip/Cargo.toml +++ b/client/network-gossip/Cargo.toml @@ -1,14 +1,14 @@ [package] description = "Gossiping for the Substrate network protocol" name = "sc-network-gossip" -version = "0.10.0-dev" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sc-network-gossip" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -21,12 +21,12 @@ libp2p = { version = "0.49.0", default-features = false } log = "0.4.17" lru = "0.8.1" tracing = "0.1.29" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-peerset = { version = "4.0.0-dev", path = "../peerset" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-network-common = { path = "../network/common" } +sc-peerset = { path = "../peerset" } +sp-runtime = { path = "../../primitives/runtime" } [dev-dependencies] tokio = "1.22.0" quickcheck = { version = "1.0.3", default-features = false } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } diff --git a/client/network/Cargo.toml b/client/network/Cargo.toml index 1959e24bd680f..c3d2de66cf2f9 100644 --- a/client/network/Cargo.toml +++ b/client/network/Cargo.toml @@ -1,14 +1,14 @@ [package] description = "Substrate network protocol" name = "sc-network" -version = "0.10.0-dev" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sc-network" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -41,19 +41,19 @@ smallvec = "1.8.0" thiserror = "1.0" unsigned-varint = { version = "0.7.1", features = ["futures", "asynchronous_codec"] } zeroize = "1.4.3" -fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-consensus = { version = "0.10.0-dev", path = "../consensus/common" } -sc-network-common = { version = "0.10.0-dev", path = "./common" } -sc-peerset = { version = "4.0.0-dev", path = "../peerset" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-arithmetic = { version = "6.0.0", path = "../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +fork-tree = { path = "../../utils/fork-tree" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-block-builder = { path = "../block-builder" } +sc-client-api = { path = "../api" } +sc-consensus = { path = "../consensus/common" } +sc-network-common = { path = "./common" } +sc-peerset = { path = "../peerset" } +sc-utils = { path = "../utils" } +sp-arithmetic = { path = "../../primitives/arithmetic" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-core = { path = "../../primitives/core" } +sp-runtime = { path = "../../primitives/runtime" } [dev-dependencies] assert_matches = "1.3" @@ -61,12 +61,12 @@ rand = "0.7.2" tempfile = "3.1.0" tokio = { version = "1.22.0", features = ["macros"] } tokio-util = { version = "0.7.4", features = ["compat"] } -sc-network-light = { version = "0.10.0-dev", path = "./light" } -sc-network-sync = { version = "0.10.0-dev", path = "./sync" } -sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sc-network-light = { path = "./light" } +sc-network-sync = { path = "./sync" } +sp-test-primitives = { path = "../../primitives/test-primitives" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime = { path = "../../test-utils/runtime" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } [features] default = [] diff --git a/client/network/bitswap/Cargo.toml b/client/network/bitswap/Cargo.toml index 099b5cd5e88b2..23b200537a328 100644 --- a/client/network/bitswap/Cargo.toml +++ b/client/network/bitswap/Cargo.toml @@ -1,13 +1,13 @@ [package] description = "Substrate bitswap protocol" name = "sc-network-bitswap" -version = "0.10.0-dev" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sc-network-bitswap" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -24,16 +24,16 @@ prost = "0.11" thiserror = "1.0" unsigned-varint = { version = "0.7.1", features = ["futures", "asynchronous_codec"] } void = "1.0.2" -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-network-common = { version = "0.10.0-dev", path = "../common" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sc-client-api = { path = "../../api" } +sc-network-common = { path = "../common" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] tokio = { version = "1.22.0", features = ["full"] } -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../block-builder" } +sc-consensus = { path = "../../consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-consensus = { path = "../../../primitives/consensus/common" } +substrate-test-runtime = { path = "../../../test-utils/runtime" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/client/network/common/Cargo.toml b/client/network/common/Cargo.toml index 545ae8a8af514..d6ae150aa3215 100644 --- a/client/network/common/Cargo.toml +++ b/client/network/common/Cargo.toml @@ -1,13 +1,13 @@ [package] description = "Substrate network common" name = "sc-network-common" -version = "0.10.0-dev" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sc-network-sync" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -26,13 +26,13 @@ futures = "0.3.21" futures-timer = "3.0.2" libp2p = { version = "0.49.0", features = [ "request-response", "kad" ] } linked_hash_set = "0.1.3" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } smallvec = "1.8.0" -sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sc-peerset = { version = "4.0.0-dev", path = "../../peerset" } +sc-consensus = { path = "../../consensus/common" } +sc-peerset = { path = "../../peerset" } serde = { version = "1.0.136", features = ["derive"] } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-finality-grandpa = { version = "4.0.0-dev", path = "../../../primitives/finality-grandpa" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-finality-grandpa = { path = "../../../primitives/finality-grandpa" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-blockchain = { path = "../../../primitives/blockchain" } thiserror = "1.0" diff --git a/client/network/light/Cargo.toml b/client/network/light/Cargo.toml index 5b84a0adde20f..5ba67428bf83b 100644 --- a/client/network/light/Cargo.toml +++ b/client/network/light/Cargo.toml @@ -1,13 +1,13 @@ [package] description = "Substrate light network protocol" name = "sc-network-light" -version = "0.10.0-dev" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sc-network-light" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -24,10 +24,10 @@ futures = "0.3.21" libp2p = "0.49.0" log = "0.4.16" prost = "0.11" -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-network-common = { version = "0.10.0-dev", path = "../common" } -sc-peerset = { version = "4.0.0-dev", path = "../../peerset" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sc-client-api = { path = "../../api" } +sc-network-common = { path = "../common" } +sc-peerset = { path = "../../peerset" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } thiserror = "1.0" diff --git a/client/network/sync/Cargo.toml b/client/network/sync/Cargo.toml index e29d8047161ce..119dd470008a0 100644 --- a/client/network/sync/Cargo.toml +++ b/client/network/sync/Cargo.toml @@ -1,13 +1,13 @@ [package] description = "Substrate sync network protocol" name = "sc-network-sync" -version = "0.10.0-dev" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sc-network-sync" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -27,24 +27,24 @@ mockall = "0.11.2" prost = "0.11" smallvec = "1.8.0" thiserror = "1.0" -fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sc-network-common = { version = "0.10.0-dev", path = "../common" } -sc-peerset = { version = "4.0.0-dev", path = "../../peerset" } -sc-utils = { version = "4.0.0-dev", path = "../../utils" } -sp-arithmetic = { version = "6.0.0", path = "../../../primitives/arithmetic" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-finality-grandpa = { version = "4.0.0-dev", path = "../../../primitives/finality-grandpa" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +fork-tree = { path = "../../../utils/fork-tree" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../../consensus/common" } +sc-network-common = { path = "../common" } +sc-peerset = { path = "../../peerset" } +sc-utils = { path = "../../utils" } +sp-arithmetic = { path = "../../../primitives/arithmetic" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-finality-grandpa = { path = "../../../primitives/finality-grandpa" } +sp-runtime = { path = "../../../primitives/runtime" } [dev-dependencies] tokio = { version = "1.22.0", features = ["macros"] } quickcheck = { version = "1.0.3", default-features = false } -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sp-test-primitives = { version = "2.0.0", path = "../../../primitives/test-primitives" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../block-builder" } +sp-test-primitives = { path = "../../../primitives/test-primitives" } +sp-tracing = { path = "../../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/client/network/test/Cargo.toml b/client/network/test/Cargo.toml index 86b5be37d256a..966b8ace7bda4 100644 --- a/client/network/test/Cargo.toml +++ b/client/network/test/Cargo.toml @@ -1,13 +1,13 @@ [package] description = "Integration tests for Substrate network protocol" name = "sc-network-test" -version = "0.8.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -authors = ["Parity Technologies "] -edition = "2021" publish = false -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -21,19 +21,19 @@ libp2p = { version = "0.49.0", default-features = false } log = "0.4.17" parking_lot = "0.12.1" rand = "0.7.2" -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sc-network = { version = "0.10.0-dev", path = "../" } -sc-network-common = { version = "0.10.0-dev", path = "../common" } -sc-network-light = { version = "0.10.0-dev", path = "../light" } -sc-network-sync = { version = "0.10.0-dev", path = "../sync" } -sc-service = { version = "0.10.0-dev", default-features = false, features = ["test-helpers"], path = "../../service" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } -substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../block-builder" } +sc-client-api = { path = "../../api" } +sc-consensus = { path = "../../consensus/common" } +sc-network = { path = "../" } +sc-network-common = { path = "../common" } +sc-network-light = { path = "../light" } +sc-network-sync = { path = "../sync" } +sc-service = { default-features = false, features = ["test-helpers"], path = "../../service" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-consensus-babe = { path = "../../../primitives/consensus/babe" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-tracing = { path = "../../../primitives/tracing" } +substrate-test-runtime = { path = "../../../test-utils/runtime" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/client/network/transactions/Cargo.toml b/client/network/transactions/Cargo.toml index cb45abca02f6a..a8fe3d4f3a894 100644 --- a/client/network/transactions/Cargo.toml +++ b/client/network/transactions/Cargo.toml @@ -1,13 +1,13 @@ [package] description = "Substrate transaction protocol" name = "sc-network-transactions" -version = "0.10.0-dev" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sc-network-transactions" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,8 +20,8 @@ hex = "0.4.0" libp2p = "0.49.0" log = "0.4.17" pin-project = "1.0.12" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" } -sc-network-common = { version = "0.10.0-dev", path = "../common" } -sc-peerset = { version = "4.0.0-dev", path = "../../peerset" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } +sc-network-common = { path = "../common" } +sc-peerset = { path = "../../peerset" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-consensus = { path = "../../../primitives/consensus/common" } diff --git a/client/offchain/Cargo.toml b/client/offchain/Cargo.toml index 6406d7dc475a8..36a033e5dc1eb 100644 --- a/client/offchain/Cargo.toml +++ b/client/offchain/Cargo.toml @@ -1,13 +1,13 @@ [package] description = "Substrate offchain workers" name = "sc-offchain" -version = "4.0.0-dev" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -28,25 +28,25 @@ parking_lot = "0.12.1" rand = "0.7.2" threadpool = "1.7" tracing = "0.1.29" -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-peerset = { version = "4.0.0-dev", path = "../peerset" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-offchain = { version = "4.0.0-dev", path = "../../primitives/offchain" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sc-client-api = { path = "../api" } +sc-network-common = { path = "../network/common" } +sc-peerset = { path = "../peerset" } +sc-utils = { path = "../utils" } +sp-api = { path = "../../primitives/api" } +sp-core = { path = "../../primitives/core" } +sp-offchain = { path = "../../primitives/offchain" } +sp-runtime = { path = "../../primitives/runtime" } [dev-dependencies] lazy_static = "1.4.0" tokio = "1.22.0" -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-client-db = { version = "0.10.0-dev", default-features = true, path = "../db" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sc-block-builder = { path = "../block-builder" } +sc-client-db = { default-features = true, path = "../db" } +sc-transaction-pool = { path = "../transaction-pool" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } [features] default = [] diff --git a/client/peerset/Cargo.toml b/client/peerset/Cargo.toml index ade2bc3d78d03..90d89e609a3df 100644 --- a/client/peerset/Cargo.toml +++ b/client/peerset/Cargo.toml @@ -1,14 +1,14 @@ [package] description = "Connectivity manager based on reputation" -homepage = "https://substrate.io" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" name = "sc-peerset" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sc-peerset" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,7 +19,7 @@ libp2p = { version = "0.49.0", default-features = false } log = "0.4.17" serde_json = "1.0.85" wasm-timer = "0.2" -sc-utils = { version = "4.0.0-dev", path = "../utils" } +sc-utils = { path = "../utils" } [dev-dependencies] rand = "0.7.2" diff --git a/client/proposer-metrics/Cargo.toml b/client/proposer-metrics/Cargo.toml index 97a7c076bd9e7..b52b0bb726e6d 100644 --- a/client/proposer-metrics/Cargo.toml +++ b/client/proposer-metrics/Cargo.toml @@ -1,17 +1,17 @@ [package] name = "sc-proposer-metrics" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Basic metrics for block production." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = "0.4.17" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } diff --git a/client/rpc-api/Cargo.toml b/client/rpc-api/Cargo.toml index c46488db2d8e1..dc447c856761d 100644 --- a/client/rpc-api/Cargo.toml +++ b/client/rpc-api/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-rpc-api" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate RPC interfaces." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -21,11 +21,11 @@ scale-info = { version = "2.1.1", default-features = false, features = ["derive" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.85" thiserror = "1.0" -sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } +sc-chain-spec = { path = "../chain-spec" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sp-core = { path = "../../primitives/core" } +sp-rpc = { path = "../../primitives/rpc" } +sp-runtime = { path = "../../primitives/runtime" } +sp-tracing = { path = "../../primitives/tracing" } +sp-version = { path = "../../primitives/version" } jsonrpsee = { version = "0.16.2", features = ["server", "client-core", "macros"] } diff --git a/client/rpc-servers/Cargo.toml b/client/rpc-servers/Cargo.toml index b494749ffd26a..f46a269672eff 100644 --- a/client/rpc-servers/Cargo.toml +++ b/client/rpc-servers/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-rpc-server" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate RPC servers." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,7 +18,7 @@ jsonrpsee = { version = "0.16.2", features = ["server"] } log = "0.4.17" serde_json = "1.0.85" tokio = { version = "1.22.0", features = ["parking_lot"] } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } tower-http = { version = "0.3.4", features = ["cors"] } tower = "0.4.13" http = "0.2.8" diff --git a/client/rpc-spec-v2/Cargo.toml b/client/rpc-spec-v2/Cargo.toml index 930aeb4bd8956..d0352bc6f6ae4 100644 --- a/client/rpc-spec-v2/Cargo.toml +++ b/client/rpc-spec-v2/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-rpc-spec-v2" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate RPC interface v2." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,13 +15,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] } # Internal chain structures for "chain_spec". -sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } +sc-chain-spec = { path = "../chain-spec" } # Pool for submitting extrinsics required by "transaction" -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sp-core = { path = "../../primitives/core" } +sp-runtime = { path = "../../primitives/runtime" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } codec = { package = "parity-scale-codec", version = "3.0.0" } thiserror = "1.0" serde = "1.0" diff --git a/client/rpc/Cargo.toml b/client/rpc/Cargo.toml index a241807cc242b..ba2bff815630c 100644 --- a/client/rpc/Cargo.toml +++ b/client/rpc/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-rpc" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate Client RPC" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -21,22 +21,22 @@ lazy_static = { version = "1.4.0", optional = true } log = "0.4.17" parking_lot = "0.12.1" serde_json = "1.0.85" -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-rpc-api = { version = "0.10.0-dev", path = "../rpc-api" } -sc-tracing = { version = "4.0.0-dev", path = "../tracing" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } -sp-offchain = { version = "4.0.0-dev", path = "../../primitives/offchain" } -sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-session = { version = "4.0.0-dev", path = "../../primitives/session" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } +sc-block-builder = { path = "../block-builder" } +sc-chain-spec = { path = "../chain-spec" } +sc-client-api = { path = "../api" } +sc-rpc-api = { path = "../rpc-api" } +sc-tracing = { path = "../tracing" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sc-utils = { path = "../utils" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-keystore = { path = "../../primitives/keystore" } +sp-offchain = { path = "../../primitives/offchain" } +sp-rpc = { path = "../../primitives/rpc" } +sp-runtime = { path = "../../primitives/runtime" } +sp-session = { path = "../../primitives/session" } +sp-version = { path = "../../primitives/version" } tokio = { version = "1.22.0", optional = true } @@ -44,14 +44,14 @@ tokio = { version = "1.22.0", optional = true } env_logger = "0.9" assert_matches = "1.3.0" lazy_static = "1.4.0" -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sc-network = { version = "0.10.0-dev", path = "../network" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } +sc-block-builder = { path = "../block-builder" } +sc-network = { path = "../network" } +sc-network-common = { path = "../network/common" } +sc-transaction-pool = { path = "../transaction-pool" } +sp-consensus = { path = "../../primitives/consensus/common" } tokio = "1.22.0" -sp-io = { version = "7.0.0", path = "../../primitives/io" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sp-io = { path = "../../primitives/io" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } [features] test-helpers = ["lazy_static", "tokio"] diff --git a/client/service/Cargo.toml b/client/service/Cargo.toml index 4d1d267d45c97..f945badc07206 100644 --- a/client/service/Cargo.toml +++ b/client/service/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-service" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate service. Starts a thread that spins up the network, client, and extrinsic pool. Manages communication between them." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -34,50 +34,50 @@ pin-project = "1.0.12" hash-db = "0.15.2" serde = "1.0.136" serde_json = "1.0.85" -sc-keystore = { version = "4.0.0-dev", path = "../keystore" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-trie = { version = "7.0.0", path = "../../primitives/trie" } -sp-externalities = { version = "0.13.0", path = "../../primitives/externalities" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } -sp-session = { version = "4.0.0-dev", path = "../../primitives/session" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } -sp-application-crypto = { version = "7.0.0", path = "../../primitives/application-crypto" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sc-consensus = { version = "0.10.0-dev", path = "../../client/consensus/common" } -sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" } -sp-storage = { version = "7.0.0", path = "../../primitives/storage" } -sc-network = { version = "0.10.0-dev", path = "../network" } -sc-network-bitswap = { version = "0.10.0-dev", path = "../network/bitswap" } -sc-network-common = { version = "0.10.0-dev", path = "../network/common" } -sc-network-light = { version = "0.10.0-dev", path = "../network/light" } -sc-network-sync = { version = "0.10.0-dev", path = "../network/sync" } -sc-network-transactions = { version = "0.10.0-dev", path = "../network/transactions" } -sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../db" } +sc-keystore = { path = "../keystore" } +sp-runtime = { path = "../../primitives/runtime" } +sp-trie = { path = "../../primitives/trie" } +sp-externalities = { path = "../../primitives/externalities" } +sc-utils = { path = "../utils" } +sp-version = { path = "../../primitives/version" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-keystore = { path = "../../primitives/keystore" } +sp-session = { path = "../../primitives/session" } +sp-state-machine = { path = "../../primitives/state-machine" } +sp-application-crypto = { path = "../../primitives/application-crypto" } +sp-consensus = { path = "../../primitives/consensus/common" } +sc-consensus = { path = "../../client/consensus/common" } +sp-inherents = { path = "../../primitives/inherents" } +sp-storage = { path = "../../primitives/storage" } +sc-network = { path = "../network" } +sc-network-bitswap = { path = "../network/bitswap" } +sc-network-common = { path = "../network/common" } +sc-network-light = { path = "../network/light" } +sc-network-sync = { path = "../network/sync" } +sc-network-transactions = { path = "../network/transactions" } +sc-chain-spec = { path = "../chain-spec" } +sc-client-api = { path = "../api" } +sp-api = { path = "../../primitives/api" } +sc-client-db = { default-features = false, path = "../db" } codec = { package = "parity-scale-codec", version = "3.0.0" } -sc-executor = { version = "0.10.0-dev", path = "../executor" } -sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" } -sp-transaction-pool = { version = "4.0.0-dev", path = "../../primitives/transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" } -sp-transaction-storage-proof = { version = "4.0.0-dev", path = "../../primitives/transaction-storage-proof" } -sc-rpc-server = { version = "4.0.0-dev", path = "../rpc-servers" } -sc-rpc = { version = "4.0.0-dev", path = "../rpc" } -sc-rpc-spec-v2 = { version = "0.10.0-dev", path = "../rpc-spec-v2" } -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sp-block-builder = { version = "4.0.0-dev", path = "../../primitives/block-builder" } -sc-informant = { version = "0.10.0-dev", path = "../informant" } -sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -sc-offchain = { version = "4.0.0-dev", path = "../offchain" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.10.0-dev" } -sc-tracing = { version = "4.0.0-dev", path = "../tracing" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -sc-sysinfo = { version = "6.0.0-dev", path = "../sysinfo" } +sc-executor = { path = "../executor" } +sc-transaction-pool = { path = "../transaction-pool" } +sp-transaction-pool = { path = "../../primitives/transaction-pool" } +sc-transaction-pool-api = { path = "../transaction-pool/api" } +sp-transaction-storage-proof = { path = "../../primitives/transaction-storage-proof" } +sc-rpc-server = { path = "../rpc-servers" } +sc-rpc = { path = "../rpc" } +sc-rpc-spec-v2 = { path = "../rpc-spec-v2" } +sc-block-builder = { path = "../block-builder" } +sp-block-builder = { path = "../../primitives/block-builder" } +sc-informant = { path = "../informant" } +sc-telemetry = { path = "../telemetry" } +sc-offchain = { path = "../offchain" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus"} +sc-tracing = { path = "../tracing" } +sp-tracing = { path = "../../primitives/tracing" } +sc-sysinfo = { path = "../sysinfo" } tracing = "0.1.29" tracing-futures = { version = "0.2.4" } async-trait = "0.1.57" @@ -87,5 +87,5 @@ directories = "4.0.1" static_init = "1.0.3" [dev-dependencies] -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } -substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime/" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } +substrate-test-runtime = { path = "../../test-utils/runtime/" } diff --git a/client/service/test/Cargo.toml b/client/service/test/Cargo.toml index 46ba1b33931ac..d5242e819ed4f 100644 --- a/client/service/test/Cargo.toml +++ b/client/service/test/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-service-test" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" publish = false -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,26 +20,26 @@ parity-scale-codec = "3.0.0" parking_lot = "0.12.1" tempfile = "3.1.0" tokio = { version = "1.22.0", features = ["time"] } -sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../../api" } -sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../../db" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sc-executor = { version = "0.10.0-dev", path = "../../executor" } -sc-network = { version = "0.10.0-dev", path = "../../network" } -sc-network-common = { version = "0.10.0-dev", path = "../../network/common" } -sc-service = { version = "0.10.0-dev", features = ["test-helpers"], path = "../../service" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-externalities = { version = "0.13.0", path = "../../../primitives/externalities" } -sp-panic-handler = { version = "5.0.0", path = "../../../primitives/panic-handler" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } -sp-storage = { version = "7.0.0", path = "../../../primitives/storage" } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } -sp-trie = { version = "7.0.0", path = "../../../primitives/trie" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } -substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sc-block-builder = { path = "../../block-builder" } +sc-client-api = { path = "../../api" } +sc-client-db = { default-features = false, path = "../../db" } +sc-consensus = { path = "../../../client/consensus/common" } +sc-executor = { path = "../../executor" } +sc-network = { path = "../../network" } +sc-network-common = { path = "../../network/common" } +sc-service = { features = ["test-helpers"], path = "../../service" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-externalities = { path = "../../../primitives/externalities" } +sp-panic-handler = { path = "../../../primitives/panic-handler" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-state-machine = { path = "../../../primitives/state-machine" } +sp-storage = { path = "../../../primitives/storage" } +sp-tracing = { path = "../../../primitives/tracing" } +sp-trie = { path = "../../../primitives/trie" } +sp-io = { path = "../../../primitives/io" } +substrate-test-runtime = { path = "../../../test-utils/runtime" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/client/state-db/Cargo.toml b/client/state-db/Cargo.toml index b6d40a8106322..8e6e4e1b402cb 100644 --- a/client/state-db/Cargo.toml +++ b/client/state-db/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-state-db" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "State database maintenance. Handles canonicalization and pruning in the database." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,5 +16,5 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } log = "0.4.17" parking_lot = "0.12.1" -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sc-client-api = { path = "../api" } +sp-core = { path = "../../primitives/core" } diff --git a/client/sync-state-rpc/Cargo.toml b/client/sync-state-rpc/Cargo.toml index a72b4106ba873..182549de83554 100644 --- a/client/sync-state-rpc/Cargo.toml +++ b/client/sync-state-rpc/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-sync-state-rpc" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "A RPC handler to create sync states for light clients." -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,10 +17,10 @@ jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.85" thiserror = "1.0.30" -sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-consensus-babe = { version = "0.10.0-dev", path = "../consensus/babe" } -sc-consensus-epochs = { version = "0.10.0-dev", path = "../consensus/epochs" } -sc-finality-grandpa = { version = "0.10.0-dev", path = "../finality-grandpa" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sc-chain-spec = { path = "../chain-spec" } +sc-client-api = { path = "../api" } +sc-consensus-babe = { path = "../consensus/babe" } +sc-consensus-epochs = { path = "../consensus/epochs" } +sc-finality-grandpa = { path = "../finality-grandpa" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-runtime = { path = "../../primitives/runtime" } diff --git a/client/sysinfo/Cargo.toml b/client/sysinfo/Cargo.toml index c59611ed1b432..ac10b4a731f18 100644 --- a/client/sysinfo/Cargo.toml +++ b/client/sysinfo/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-sysinfo" -version = "6.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "A crate that provides basic hardware and software telemetry information." documentation = "https://docs.rs/sc-sysinfo" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -22,10 +22,10 @@ rand_pcg = "0.2.1" regex = "1" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.85" -sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-std = { version = "5.0.0", path = "../../primitives/std" } +sc-telemetry = { path = "../telemetry" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +sp-std = { path = "../../primitives/std" } [dev-dependencies] -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } +sp-runtime = { path = "../../primitives/runtime" } diff --git a/client/telemetry/Cargo.toml b/client/telemetry/Cargo.toml index 0a0b9284efa24..071fd83d0c86c 100644 --- a/client/telemetry/Cargo.toml +++ b/client/telemetry/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sc-telemetry" -version = "4.0.0-dev" -authors = ["Parity Technologies "] description = "Telemetry utils" -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sc-telemetry" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/client/tracing/Cargo.toml b/client/tracing/Cargo.toml index be6237a344f52..f41434f0d2cbe 100644 --- a/client/tracing/Cargo.toml +++ b/client/tracing/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-tracing" -version = "4.0.0-dev" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Instrumentation implementation for substrate." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -28,15 +28,15 @@ thiserror = "1.0.30" tracing = "0.1.29" tracing-log = "0.1.3" tracing-subscriber = { version = "0.2.25", features = ["parking_lot"] } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-rpc-server = { version = "4.0.0-dev", path = "../rpc-servers" } -sc-tracing-proc-macro = { version = "4.0.0-dev", path = "./proc-macro" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sc-client-api = { path = "../api" } +sc-rpc-server = { path = "../rpc-servers" } +sc-tracing-proc-macro = { path = "./proc-macro" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-rpc = { path = "../../primitives/rpc" } +sp-runtime = { path = "../../primitives/runtime" } +sp-tracing = { path = "../../primitives/tracing" } [dev-dependencies] criterion = "0.3" diff --git a/client/tracing/proc-macro/Cargo.toml b/client/tracing/proc-macro/Cargo.toml index 031f1fe49d970..b1af8a0564df7 100644 --- a/client/tracing/proc-macro/Cargo.toml +++ b/client/tracing/proc-macro/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-tracing-proc-macro" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Helper macros for Substrate's client CLI" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/client/transaction-pool/Cargo.toml b/client/transaction-pool/Cargo.toml index 7a3ab042d5a13..02f497a6397a3 100644 --- a/client/transaction-pool/Cargo.toml +++ b/client/transaction-pool/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-transaction-pool" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate transaction pool implementation." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -22,26 +22,26 @@ log = "0.4.17" parking_lot = "0.12.1" serde = { version = "1.0.136", features = ["derive"] } thiserror = "1.0.30" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" } -sc-client-api = { version = "4.0.0-dev", path = "../api" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "./api" } -sc-utils = { version = "4.0.0-dev", path = "../utils" } -sp-api = { version = "4.0.0-dev", path = "../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -sp-transaction-pool = { version = "4.0.0-dev", path = "../../primitives/transaction-pool" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +sc-client-api = { path = "../api" } +sc-transaction-pool-api = { path = "./api" } +sc-utils = { path = "../utils" } +sp-api = { path = "../../primitives/api" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-core = { path = "../../primitives/core" } +sp-runtime = { path = "../../primitives/runtime" } +sp-tracing = { path = "../../primitives/tracing" } +sp-transaction-pool = { path = "../../primitives/transaction-pool" } [dev-dependencies] array-bytes = "4.1" assert_matches = "1.3.0" criterion = "0.3" -sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } -substrate-test-runtime-transaction-pool = { version = "2.0.0", path = "../../test-utils/runtime/transaction-pool" } +sc-block-builder = { path = "../block-builder" } +sp-consensus = { path = "../../primitives/consensus/common" } +substrate-test-runtime = { path = "../../test-utils/runtime" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } +substrate-test-runtime-transaction-pool = { path = "../../test-utils/runtime/transaction-pool" } [[bench]] name = "basics" diff --git a/client/transaction-pool/api/Cargo.toml b/client/transaction-pool/api/Cargo.toml index e14a3ff4f3839..226da92b91bbb 100644 --- a/client/transaction-pool/api/Cargo.toml +++ b/client/transaction-pool/api/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-transaction-pool-api" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Transaction pool client facing API." +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] async-trait = "0.1.57" @@ -14,8 +14,8 @@ futures = "0.3.21" log = "0.4.17" serde = { version = "1.0.136", features = ["derive"] } thiserror = "1.0.30" -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } [dev-dependencies] serde_json = "1.0" diff --git a/client/utils/Cargo.toml b/client/utils/Cargo.toml index 082ac3b55e80d..8cdd9b047a5c9 100644 --- a/client/utils/Cargo.toml +++ b/client/utils/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-utils" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "I/O for Substrate runtimes" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] futures = "0.3.21" diff --git a/frame/alliance/Cargo.toml b/frame/alliance/Cargo.toml index da0a7d665747d..837785cd376c1 100644 --- a/frame/alliance/Cargo.toml +++ b/frame/alliance/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-alliance" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://docs.substrate.io/" -repository = "https://github.com/paritytech/substrate/" description = "The Alliance pallet provides a collective for standard-setting industry collaboration." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,23 +20,23 @@ log = { version = "0.4.14", default-features = false } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +frame-benchmarking = { default-features = false, path = "../benchmarking", optional = true } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } -pallet-identity = { version = "4.0.0-dev", path = "../identity", default-features = false } -pallet-collective = { version = "4.0.0-dev", path = "../collective", default-features = false, optional = true } +pallet-identity = { path = "../identity", default-features = false } +pallet-collective = { path = "../collective", default-features = false, optional = true } [dev-dependencies] array-bytes = "4.1" sha2 = "0.10.1" -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-collective = { version = "4.0.0-dev", path = "../collective" } +pallet-balances = { path = "../balances" } +pallet-collective = { path = "../collective" } [features] default = ["std"] diff --git a/frame/assets/Cargo.toml b/frame/assets/Cargo.toml index 715149b20c042..c1bd90f88dafa 100644 --- a/frame/assets/Cargo.toml +++ b/frame/assets/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-assets" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME asset management pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,20 +15,20 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-std = { default-features = false, path = "../../primitives/std" } # Needed for various traits. In our case, `OnFinalize`. -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } # Needed for type-safe access to storage DB. -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } +frame-support = { default-features = false, path = "../support" } # `system` module provides us with all sorts of useful stuff and macros depend on it being around. -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } +frame-system = { default-features = false, path = "../system" } +frame-benchmarking = { default-features = false, path = "../benchmarking", optional = true } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-std = { version = "5.0.0", path = "../../primitives/std" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +sp-core = { path = "../../primitives/core" } +sp-std = { path = "../../primitives/std" } +sp-io = { path = "../../primitives/io" } +pallet-balances = { path = "../balances" } [features] default = ["std"] diff --git a/frame/atomic-swap/Cargo.toml b/frame/atomic-swap/Cargo.toml index 5220edb9d17c7..d9ca60fca4ef6 100644 --- a/frame/atomic-swap/Cargo.toml +++ b/frame/atomic-swap/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-atomic-swap" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME atomic swap pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,15 +15,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = ["std"] diff --git a/frame/aura/Cargo.toml b/frame/aura/Cargo.toml index 552f13301d311..966f33026e982 100644 --- a/frame/aura/Cargo.toml +++ b/frame/aura/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-aura" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME AURA consensus pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,17 +15,17 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../timestamp" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/aura" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-timestamp = { default-features = false, path = "../timestamp" } +sp-application-crypto = { default-features = false, path = "../../primitives/application-crypto" } +sp-consensus-aura = { default-features = false, path = "../../primitives/consensus/aura" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/authority-discovery/Cargo.toml b/frame/authority-discovery/Cargo.toml index 47bd1a126f4da..3c7960b427951 100644 --- a/frame/authority-discovery/Cargo.toml +++ b/frame/authority-discovery/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-authority-discovery" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for authority discovery" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,19 +17,19 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = "derive", ] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-session = { version = "4.0.0-dev", default-features = false, features = [ +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-session = { default-features = false, features = [ "historical", ], path = "../session" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-authority-discovery = { version = "4.0.0-dev", default-features = false, path = "../../primitives/authority-discovery" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-application-crypto = { default-features = false, path = "../../primitives/application-crypto" } +sp-authority-discovery = { default-features = false, path = "../../primitives/authority-discovery" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/authorship/Cargo.toml b/frame/authorship/Cargo.toml index 7c0289909f806..f9f7dc7496c01 100644 --- a/frame/authorship/Cargo.toml +++ b/frame/authorship/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-authorship" -version = "4.0.0-dev" description = "Block and Uncle Author tracking for the FRAME" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,15 +18,15 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = ] } impl-trait-for-tuples = "0.2.2" scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-authorship = { version = "4.0.0-dev", default-features = false, path = "../../primitives/authorship" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-authorship = { default-features = false, path = "../../primitives/authorship" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/babe/Cargo.toml b/frame/babe/Cargo.toml index a3232f6f981d0..fc1606d6e13bc 100644 --- a/frame/babe/Cargo.toml +++ b/frame/babe/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-babe" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Consensus extension module for BABE consensus. Collects on-chain randomness from VRF outputs and manages epoch transitions." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,28 +16,28 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../timestamp" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-consensus-babe = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/babe" } -sp-consensus-vrf = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/vrf" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-authorship = { default-features = false, path = "../authorship" } +pallet-session = { default-features = false, path = "../session" } +pallet-timestamp = { default-features = false, path = "../timestamp" } +sp-application-crypto = { default-features = false, path = "../../primitives/application-crypto" } +sp-consensus-babe = { default-features = false, path = "../../primitives/consensus/babe" } +sp-consensus-vrf = { default-features = false, path = "../../primitives/consensus/vrf" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-session = { default-features = false, path = "../../primitives/session" } +sp-staking = { default-features = false, path = "../../primitives/staking" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-offences = { version = "4.0.0-dev", path = "../offences" } -pallet-staking = { version = "4.0.0-dev", path = "../staking" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +frame-election-provider-support = { path = "../election-provider-support" } +pallet-balances = { path = "../balances" } +pallet-offences = { path = "../offences" } +pallet-staking = { path = "../staking" } +pallet-staking-reward-curve = { path = "../staking/reward-curve" } +sp-core = { path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/bags-list/Cargo.toml b/frame/bags-list/Cargo.toml index 52dd14b7d01c8..ef17f284846c2 100644 --- a/frame/bags-list/Cargo.toml +++ b/frame/bags-list/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-bags-list" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet bags list" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,31 +17,31 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } # primitives -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } # FRAME -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +frame-election-provider-support = { default-features = false, path = "../election-provider-support" } # third party log = { version = "0.4.17", default-features = false } # Optional imports for benchmarking -frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking", optional = true, default-features = false } -pallet-balances = { version = "4.0.0-dev", path = "../balances", optional = true, default-features = false } -sp-core = { version = "7.0.0", path = "../../primitives/core", optional = true, default-features = false } -sp-io = { version = "7.0.0", path = "../../primitives/io", optional = true, default-features = false } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing", optional = true, default-features = false } +frame-benchmarking = { path = "../benchmarking", optional = true, default-features = false } +pallet-balances = { path = "../balances", optional = true, default-features = false } +sp-core = { path = "../../primitives/core", optional = true, default-features = false } +sp-io = { path = "../../primitives/io", optional = true, default-features = false } +sp-tracing = { path = "../../primitives/tracing", optional = true, default-features = false } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core"} -sp-io = { version = "7.0.0", path = "../../primitives/io"} -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } -frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" } +sp-core = { path = "../../primitives/core"} +sp-io = { path = "../../primitives/io"} +sp-tracing = { path = "../../primitives/tracing" } +pallet-balances = { path = "../balances" } +frame-election-provider-support = { path = "../election-provider-support" } +frame-benchmarking = { path = "../benchmarking" } [features] default = ["std"] diff --git a/frame/bags-list/fuzzer/Cargo.toml b/frame/bags-list/fuzzer/Cargo.toml index fc2334bea5ca7..35fe8bb050410 100644 --- a/frame/bags-list/fuzzer/Cargo.toml +++ b/frame/bags-list/fuzzer/Cargo.toml @@ -1,19 +1,19 @@ [package] name = "pallet-bags-list-fuzzer" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Fuzzer for FRAME pallet bags list" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] honggfuzz = "0.5" rand = { version = "0.8", features = ["std", "small_rng"] } -frame-election-provider-support = { version = "4.0.0-dev", features = ["fuzz"], path = "../../election-provider-support" } -pallet-bags-list = { version = "4.0.0-dev", features = ["fuzz"], path = ".." } +frame-election-provider-support = { features = ["fuzz"], path = "../../election-provider-support" } +pallet-bags-list = { features = ["fuzz"], path = ".." } [[bin]] name = "bags-list" diff --git a/frame/bags-list/remote-tests/Cargo.toml b/frame/bags-list/remote-tests/Cargo.toml index 9fb6d0154b302..456156b02de43 100644 --- a/frame/bags-list/remote-tests/Cargo.toml +++ b/frame/bags-list/remote-tests/Cargo.toml @@ -1,34 +1,34 @@ [package] name = "pallet-bags-list-remote-tests" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet bags list remote test" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] # frame -pallet-staking = { path = "../../staking", version = "4.0.0-dev" } -pallet-bags-list = { path = "../../bags-list", version = "4.0.0-dev" } -frame-election-provider-support = { path = "../../election-provider-support", version = "4.0.0-dev" } -frame-system = { path = "../../system", version = "4.0.0-dev" } -frame-support = { path = "../../support", version = "4.0.0-dev" } +pallet-staking = { path = "../../staking"} +pallet-bags-list = { path = "../../bags-list"} +frame-election-provider-support = { path = "../../election-provider-support"} +frame-system = { path = "../../system"} +frame-support = { path = "../../support"} # core -sp-storage = { path = "../../../primitives/storage", version = "7.0.0" } -sp-core = { path = "../../../primitives/core", version = "7.0.0" } -sp-tracing = { path = "../../../primitives/tracing", version = "6.0.0" } -sp-runtime = { path = "../../../primitives/runtime", version = "7.0.0" } -sp-std = { path = "../../../primitives/std", version = "5.0.0" } +sp-storage = { path = "../../../primitives/storage"} +sp-core = { path = "../../../primitives/core"} +sp-tracing = { path = "../../../primitives/tracing"} +sp-runtime = { path = "../../../primitives/runtime"} +sp-std = { path = "../../../primitives/std"} # utils -remote-externalities = { path = "../../../utils/frame/remote-externalities", version = "0.10.0-dev", package = "frame-remote-externalities" } +remote-externalities = { path = "../../../utils/frame/remote-externalities", package = "frame-remote-externalities" } # others log = "0.4.17" diff --git a/frame/balances/Cargo.toml b/frame/balances/Cargo.toml index 934138a900214..69dd3a790f33b 100644 --- a/frame/balances/Cargo.toml +++ b/frame/balances/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-balances" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet to manage balances" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,16 +16,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-transaction-payment = { version = "4.0.0-dev", path = "../transaction-payment" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +pallet-transaction-payment = { path = "../transaction-payment" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/beefy-mmr/Cargo.toml b/frame/beefy-mmr/Cargo.toml index f65270acdc3f8..0a641d29dccc6 100644 --- a/frame/beefy-mmr/Cargo.toml +++ b/frame/beefy-mmr/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-beefy-mmr" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" description = "BEEFY + MMR runtime utilities" -repository = "https://github.com/paritytech/substrate" -homepage = "https://substrate.io" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] array-bytes = { version = "4.1", optional = true } @@ -14,21 +14,21 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } -beefy-merkle-tree = { version = "4.0.0-dev", default-features = false, path = "./primitives" } -beefy-primitives = { version = "4.0.0-dev", default-features = false, path = "../../primitives/beefy", package = "sp-beefy" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-beefy = { version = "4.0.0-dev", default-features = false, path = "../beefy" } -pallet-mmr = { version = "4.0.0-dev", default-features = false, path = "../merkle-mountain-range" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +beefy-merkle-tree = { default-features = false, path = "./primitives" } +beefy-primitives = { default-features = false, path = "../../primitives/beefy", package = "sp-beefy" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-beefy = { default-features = false, path = "../beefy" } +pallet-mmr = { default-features = false, path = "../merkle-mountain-range" } +pallet-session = { default-features = false, path = "../session" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] array-bytes = "4.1" -sp-staking = { version = "4.0.0-dev", path = "../../primitives/staking" } +sp-staking = { path = "../../primitives/staking" } [features] default = ["std"] diff --git a/frame/beefy-mmr/primitives/Cargo.toml b/frame/beefy-mmr/primitives/Cargo.toml index c087bc2f37cd3..c74411aa62ffc 100644 --- a/frame/beefy-mmr/primitives/Cargo.toml +++ b/frame/beefy-mmr/primitives/Cargo.toml @@ -1,20 +1,20 @@ [package] name = "beefy-merkle-tree" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -repository = "https://github.com/paritytech/substrate" description = "A no-std/Substrate compatible library to construct binary merkle tree." -homepage = "https://substrate.io" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] array-bytes = { version = "4.1", optional = true } log = { version = "0.4", default-features = false, optional = true } -beefy-primitives = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/beefy", package = "sp-beefy" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } +beefy-primitives = { default-features = false, path = "../../../primitives/beefy", package = "sp-beefy" } +sp-api = { default-features = false, path = "../../../primitives/api" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } [dev-dependencies] array-bytes = "4.1" diff --git a/frame/beefy/Cargo.toml b/frame/beefy/Cargo.toml index 707e8e25712ab..f8054e857ac33 100644 --- a/frame/beefy/Cargo.toml +++ b/frame/beefy/Cargo.toml @@ -1,28 +1,28 @@ [package] name = "pallet-beefy" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -repository = "https://github.com/paritytech/substrate" description = "BEEFY FRAME pallet" -homepage = "https://substrate.io" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } -beefy-primitives = { version = "4.0.0-dev", default-features = false, path = "../../primitives/beefy", package = "sp-beefy" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +beefy-primitives = { default-features = false, path = "../../primitives/beefy", package = "sp-beefy" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-session = { default-features = false, path = "../session" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-staking = { version = "4.0.0-dev", path = "../../primitives/staking" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +sp-staking = { path = "../../primitives/staking" } [features] default = ["std"] diff --git a/frame/benchmarking/Cargo.toml b/frame/benchmarking/Cargo.toml index 7c18b69401884..3b8f27c945e7e 100644 --- a/frame/benchmarking/Cargo.toml +++ b/frame/benchmarking/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "frame-benchmarking" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Macro for benchmarking a FRAME runtime." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,21 +19,21 @@ log = { version = "0.4.17", default-features = false } paste = "1.0" scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../../primitives/runtime-interface" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-storage = { version = "7.0.0", default-features = false, path = "../../primitives/storage" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-api = { default-features = false, path = "../../primitives/api" } +sp-application-crypto = { default-features = false, path = "../../primitives/application-crypto" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-runtime-interface = { default-features = false, path = "../../primitives/runtime-interface" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-storage = { default-features = false, path = "../../primitives/storage" } [dev-dependencies] array-bytes = "4.1" rusty-fork = { version = "0.3.0", default-features = false } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } +sp-keystore = { path = "../../primitives/keystore" } [features] default = ["std"] diff --git a/frame/bounties/Cargo.toml b/frame/bounties/Cargo.toml index a5411952a385a..2a5d9bd5aa8a3 100644 --- a/frame/bounties/Cargo.toml +++ b/frame/bounties/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-bounties" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet to manage bounties" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,17 +18,17 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = ] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../treasury" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-treasury = { default-features = false, path = "../treasury" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = ["std"] diff --git a/frame/child-bounties/Cargo.toml b/frame/child-bounties/Cargo.toml index 6b0a672d04225..ad94768f13b1c 100644 --- a/frame/child-bounties/Cargo.toml +++ b/frame/child-bounties/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-child-bounties" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet to manage child bounties" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,18 +18,18 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = ] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-bounties = { version = "4.0.0-dev", default-features = false, path = "../bounties" } -pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../treasury" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-bounties = { default-features = false, path = "../bounties" } +pallet-treasury = { default-features = false, path = "../treasury" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = ["std"] diff --git a/frame/collective/Cargo.toml b/frame/collective/Cargo.toml index 0e8c5421f5ff1..16782cdc84599 100644 --- a/frame/collective/Cargo.toml +++ b/frame/collective/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-collective" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Collective system: Members of a set of account IDs can make their collective feelings known through dispatched calls from one of two specialized origins." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,13 +16,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [features] default = ["std"] diff --git a/frame/contracts/Cargo.toml b/frame/contracts/Cargo.toml index 8e6368490f6d7..f56e2f0e5deb5 100644 --- a/frame/contracts/Cargo.toml +++ b/frame/contracts/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-contracts" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for WASM contracts" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -34,16 +34,16 @@ rand = { version = "0.8", optional = true, default-features = false } rand_pcg = { version = "0.3", optional = true } # Substrate Dependencies -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-contracts-primitives = { version = "7.0.0", default-features = false, path = "primitives" } -pallet-contracts-proc-macro = { version = "4.0.0-dev", path = "proc-macro" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, path = "../benchmarking", optional = true } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-contracts-primitives = { default-features = false, path = "primitives" } +pallet-contracts-proc-macro = { path = "proc-macro" } +sp-api = { default-features = false, path = "../../primitives/api" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] array-bytes = "4.1" @@ -53,11 +53,11 @@ pretty_assertions = "1" wat = "1" # Substrate Dependencies -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -pallet-randomness-collective-flip = { version = "4.0.0-dev", path = "../randomness-collective-flip" } -pallet-utility = { version = "4.0.0-dev", path = "../utility" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } +pallet-balances = { path = "../balances" } +pallet-timestamp = { path = "../timestamp" } +pallet-randomness-collective-flip = { path = "../randomness-collective-flip" } +pallet-utility = { path = "../utility" } +sp-keystore = { path = "../../primitives/keystore" } [features] default = ["std"] diff --git a/frame/contracts/primitives/Cargo.toml b/frame/contracts/primitives/Cargo.toml index d0c3a34ddfccb..0fcfe1e634571 100644 --- a/frame/contracts/primitives/Cargo.toml +++ b/frame/contracts/primitives/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-contracts-primitives" -version = "7.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "A crate that hosts a common definitions that are relevant for the pallet-contracts." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,9 +17,9 @@ bitflags = "1.0" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } # Substrate Dependencies (This crate should not rely on frame) -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../../primitives/weights" } +sp-std = { default-features = false, path = "../../../primitives/std" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-weights = { default-features = false, path = "../../../primitives/weights" } [features] default = ["std"] diff --git a/frame/contracts/proc-macro/Cargo.toml b/frame/contracts/proc-macro/Cargo.toml index 08dafcc6a8fca..a8384de3e1e13 100644 --- a/frame/contracts/proc-macro/Cargo.toml +++ b/frame/contracts/proc-macro/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-contracts-proc-macro" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Procedural macros used in pallet_contracts" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/frame/conviction-voting/Cargo.toml b/frame/conviction-voting/Cargo.toml index 9bfc93f2d9ff5..1ecef7f5d2e60 100644 --- a/frame/conviction-voting/Cargo.toml +++ b/frame/conviction-voting/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-conviction-voting" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for conviction voting in referenda" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,17 +20,17 @@ codec = { package = "parity-scale-codec", version = "3.0.3", default-features = ] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-scheduler = { version = "4.0.0-dev", path = "../scheduler" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +pallet-scheduler = { path = "../scheduler" } +sp-core = { path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/democracy/Cargo.toml b/frame/democracy/Cargo.toml index 49dbe133d6919..1722c0ac581de 100644 --- a/frame/democracy/Cargo.toml +++ b/frame/democracy/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-democracy" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for democracy" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,19 +18,19 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = ] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-core = { default-features = false, path = "../../primitives/core" } log = { version = "0.4.17", default-features = false } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-scheduler = { version = "4.0.0-dev", path = "../scheduler" } -pallet-preimage = { version = "4.0.0-dev", path = "../preimage" } +pallet-balances = { path = "../balances" } +pallet-scheduler = { path = "../scheduler" } +pallet-preimage = { path = "../preimage" } [features] default = ["std"] diff --git a/frame/election-provider-multi-phase/Cargo.toml b/frame/election-provider-multi-phase/Cargo.toml index 42cd682a0ff02..7a4d9f1a2f407 100644 --- a/frame/election-provider-multi-phase/Cargo.toml +++ b/frame/election-provider-multi-phase/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-election-provider-multi-phase" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "PALLET two phase election providers" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -21,32 +21,32 @@ scale-info = { version = "2.1.1", default-features = false, features = [ ] } log = { version = "0.4.17", default-features = false } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-npos-elections = { default-features = false, path = "../../primitives/npos-elections" } +sp-arithmetic = { default-features = false, path = "../../primitives/arithmetic" } +frame-election-provider-support = { default-features = false, path = "../election-provider-support" } # Optional imports for benchmarking -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } -pallet-election-provider-support-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support/benchmarking", optional = true } +frame-benchmarking = { default-features = false, path = "../benchmarking", optional = true } +pallet-election-provider-support-benchmarking = { default-features = false, path = "../election-provider-support/benchmarking", optional = true } rand = { version = "0.7.3", default-features = false, features = ["alloc", "small_rng"], optional = true } strum = { version = "0.24.1", default-features = false, features = ["derive"], optional = true } [dev-dependencies] parking_lot = "0.12.1" rand = { version = "0.7.3" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +sp-npos-elections = { default-features = false, path = "../../primitives/npos-elections" } +sp-tracing = { path = "../../primitives/tracing" } +pallet-balances = { path = "../balances" } +frame-benchmarking = { path = "../benchmarking" } [features] default = ["std"] diff --git a/frame/election-provider-support/Cargo.toml b/frame/election-provider-support/Cargo.toml index b9584c899e1b1..e869491c3cba1 100644 --- a/frame/election-provider-support/Cargo.toml +++ b/frame/election-provider-support/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-election-provider-support" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "election provider supporting traits" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -14,19 +14,19 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-election-provider-solution-type = { version = "4.0.0-dev", path = "solution-type" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-election-provider-solution-type = { path = "solution-type" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-arithmetic = { default-features = false, path = "../../primitives/arithmetic" } +sp-npos-elections = { default-features = false, path = "../../primitives/npos-elections" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] rand = "0.7.3" -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-npos-elections = { version = "4.0.0-dev", path = "../../primitives/npos-elections" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +sp-npos-elections = { path = "../../primitives/npos-elections" } [features] default = ["std"] diff --git a/frame/election-provider-support/benchmarking/Cargo.toml b/frame/election-provider-support/benchmarking/Cargo.toml index 60538997773d4..ecaf52e356018 100644 --- a/frame/election-provider-support/benchmarking/Cargo.toml +++ b/frame/election-provider-support/benchmarking/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-election-provider-support-benchmarking" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Benchmarking for election provider support onchain config trait" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,11 +15,11 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive", ] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../../benchmarking" } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = ".." } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/npos-elections" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } +frame-benchmarking = { default-features = false, optional = true, path = "../../benchmarking" } +frame-election-provider-support = { default-features = false, path = ".." } +frame-system = { default-features = false, path = "../../system" } +sp-npos-elections = { default-features = false, path = "../../../primitives/npos-elections" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } [features] default = ["std"] diff --git a/frame/election-provider-support/solution-type/Cargo.toml b/frame/election-provider-support/solution-type/Cargo.toml index 5a0c46cb83a0d..92f63b04e8ac5 100644 --- a/frame/election-provider-support/solution-type/Cargo.toml +++ b/frame/election-provider-support/solution-type/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-election-provider-solution-type" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "NPoS Solution Type" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -23,8 +23,8 @@ proc-macro-crate = "1.1.3" [dev-dependencies] parity-scale-codec = "3.0.0" scale-info = "2.1.1" -sp-arithmetic = { version = "6.0.0", path = "../../../primitives/arithmetic" } +sp-arithmetic = { path = "../../../primitives/arithmetic" } # used by generate_solution_type: -frame-election-provider-support = { version = "4.0.0-dev", path = ".." } -frame-support = { version = "4.0.0-dev", path = "../../support" } +frame-election-provider-support = { path = ".." } +frame-support = { path = "../../support" } trybuild = "1.0.60" diff --git a/frame/election-provider-support/solution-type/fuzzer/Cargo.toml b/frame/election-provider-support/solution-type/fuzzer/Cargo.toml index 34aeaf9300352..d8e8e0aa0275f 100644 --- a/frame/election-provider-support/solution-type/fuzzer/Cargo.toml +++ b/frame/election-provider-support/solution-type/fuzzer/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "frame-election-solution-type-fuzzer" -version = "2.0.0-alpha.5" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Fuzzer for phragmén solution type implementation." publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,13 +19,13 @@ rand = { version = "0.8", features = ["std", "small_rng"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-election-provider-solution-type = { version = "4.0.0-dev", path = ".." } -frame-election-provider-support = { version = "4.0.0-dev", path = "../.." } -sp-arithmetic = { version = "6.0.0", path = "../../../../primitives/arithmetic" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +frame-election-provider-solution-type = { path = ".." } +frame-election-provider-support = { path = "../.." } +sp-arithmetic = { path = "../../../../primitives/arithmetic" } +sp-runtime = { path = "../../../../primitives/runtime" } # used by generate_solution_type: -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../../primitives/npos-elections" } -frame-support = { version = "4.0.0-dev", path = "../../../support" } +sp-npos-elections = { default-features = false, path = "../../../../primitives/npos-elections" } +frame-support = { path = "../../../support" } [[bin]] name = "compact" diff --git a/frame/elections-phragmen/Cargo.toml b/frame/elections-phragmen/Cargo.toml index fb1d924dbd1bd..0403278ee651a 100644 --- a/frame/elections-phragmen/Cargo.toml +++ b/frame/elections-phragmen/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-elections-phragmen" -version = "5.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet based on seq-Phragmén election method." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,20 +18,20 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = ] } log = { version = "0.4.14", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-npos-elections = { default-features = false, path = "../../primitives/npos-elections" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } sp-tracing = { path = "../../primitives/tracing" } -substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } +substrate-test-utils = { path = "../../test-utils" } [features] default = ["std"] diff --git a/frame/examples/basic/Cargo.toml b/frame/examples/basic/Cargo.toml index 8c69dc6c3e9ce..bfc3515a094fd 100644 --- a/frame/examples/basic/Cargo.toml +++ b/frame/examples/basic/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-example-basic" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Unlicense" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME example pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,16 +16,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" } -sp-io = { version = "7.0.0", default-features = false, path = "../../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../../benchmarking" } +frame-support = { default-features = false, path = "../../support" } +frame-system = { default-features = false, path = "../../system" } +pallet-balances = { default-features = false, path = "../../balances" } +sp-io = { default-features = false, path = "../../../primitives/io" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-std = { default-features = false, path = "../../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } +sp-core = { default-features = false, path = "../../../primitives/core" } [features] default = ["std"] diff --git a/frame/examples/offchain-worker/Cargo.toml b/frame/examples/offchain-worker/Cargo.toml index 446af8dda9198..f582b33fd4c7d 100644 --- a/frame/examples/offchain-worker/Cargo.toml +++ b/frame/examples/offchain-worker/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-example-offchain-worker" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Unlicense" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME example pallet for offchain worker" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,13 +17,13 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = lite-json = { version = "0.2.0", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../../primitives/io" } -sp-keystore = { version = "0.13.0", optional = true, path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +frame-support = { default-features = false, path = "../../support" } +frame-system = { default-features = false, path = "../../system" } +sp-core = { default-features = false, path = "../../../primitives/core" } +sp-io = { default-features = false, path = "../../../primitives/io" } +sp-keystore = { optional = true, path = "../../../primitives/keystore" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-std = { default-features = false, path = "../../../primitives/std" } [features] default = ["std"] diff --git a/frame/executive/Cargo.toml b/frame/executive/Cargo.toml index b3e4247445710..ff4d24ae880df 100644 --- a/frame/executive/Cargo.toml +++ b/frame/executive/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "frame-executive" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME executives engine" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,23 +17,23 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = "derive", ] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -frame-try-runtime = { version = "0.10.0-dev", default-features = false, path = "../try-runtime", optional = true } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-tracing = { version = "6.0.0", default-features = false, path = "../../primitives/tracing" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +frame-try-runtime = { default-features = false, path = "../try-runtime", optional = true } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-tracing = { default-features = false, path = "../../primitives/tracing" } [dev-dependencies] array-bytes = "4.1" -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-transaction-payment = { version = "4.0.0-dev", path = "../transaction-payment" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-version = { version = "5.0.0", path = "../../primitives/version" } +pallet-balances = { path = "../balances" } +pallet-transaction-payment = { path = "../transaction-payment" } +sp-core = { path = "../../primitives/core" } +sp-inherents = { path = "../../primitives/inherents" } +sp-io = { path = "../../primitives/io" } +sp-version = { path = "../../primitives/version" } [features] default = ["std"] diff --git a/frame/fast-unstake/Cargo.toml b/frame/fast-unstake/Cargo.toml index 61bc823cc11e5..c4c6749c9d221 100644 --- a/frame/fast-unstake/Cargo.toml +++ b/frame/fast-unstake/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-fast-unstake" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Unlicense" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME fast unstake pallet" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,25 +16,25 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } sp-staking = { default-features = false, path = "../../primitives/staking" } frame-election-provider-support = { default-features = false, path = "../election-provider-support" } # optional dependencies for cargo features -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } pallet-staking = { default-features = false, optional = true, path = "../staking" } pallet-assets = { default-features = false, optional = true, path = "../assets" } [dev-dependencies] -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +pallet-staking-reward-curve = { path = "../staking/reward-curve" } +sp-core = { default-features = false, path = "../../primitives/core" } +substrate-test-utils = { path = "../../test-utils" } +sp-tracing = { path = "../../primitives/tracing" } pallet-staking = { path = "../staking" } pallet-balances = { path = "../balances" } pallet-timestamp = { path = "../timestamp" } diff --git a/frame/grandpa/Cargo.toml b/frame/grandpa/Cargo.toml index 5a85a3682db82..9225371419cd8 100644 --- a/frame/grandpa/Cargo.toml +++ b/frame/grandpa/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-grandpa" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for GRANDPA finality gadget" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,30 +16,30 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-finality-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../primitives/finality-grandpa" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-authorship = { default-features = false, path = "../authorship" } +pallet-session = { default-features = false, path = "../session" } +sp-application-crypto = { default-features = false, path = "../../primitives/application-crypto" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-finality-grandpa = { default-features = false, path = "../../primitives/finality-grandpa" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-session = { default-features = false, path = "../../primitives/session" } +sp-staking = { default-features = false, path = "../../primitives/staking" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] grandpa = { package = "finality-grandpa", version = "0.16.0", features = ["derive-codec"] } -frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-offences = { version = "4.0.0-dev", path = "../offences" } -pallet-staking = { version = "4.0.0-dev", path = "../staking" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -sp-keyring = { version = "7.0.0", path = "../../primitives/keyring" } +frame-benchmarking = { path = "../benchmarking" } +frame-election-provider-support = { path = "../election-provider-support" } +pallet-balances = { path = "../balances" } +pallet-offences = { path = "../offences" } +pallet-staking = { path = "../staking" } +pallet-staking-reward-curve = { path = "../staking/reward-curve" } +pallet-timestamp = { path = "../timestamp" } +sp-keyring = { path = "../../primitives/keyring" } [features] default = ["std"] diff --git a/frame/identity/Cargo.toml b/frame/identity/Cargo.toml index 8c7655af6ab34..97824de63896d 100644 --- a/frame/identity/Cargo.toml +++ b/frame/identity/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-identity" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME identity management pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,16 +16,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } enumflags2 = { version = "0.7.4" } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/im-online/Cargo.toml b/frame/im-online/Cargo.toml index c0058e9f2371d..3be76fcce0c0c 100644 --- a/frame/im-online/Cargo.toml +++ b/frame/im-online/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-im-online" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME's I'm online pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,19 +16,19 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-authorship = { default-features = false, path = "../authorship" } +sp-application-crypto = { default-features = false, path = "../../primitives/application-crypto" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-staking = { default-features = false, path = "../../primitives/staking" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-session = { version = "4.0.0-dev", path = "../session" } +pallet-session = { path = "../session" } [features] default = ["std"] diff --git a/frame/indices/Cargo.toml b/frame/indices/Cargo.toml index b3afa397c45f5..761916407b9ba 100644 --- a/frame/indices/Cargo.toml +++ b/frame/indices/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-indices" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME indices management pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,17 +15,17 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-keyring = { version = "7.0.0", optional = true, path = "../../primitives/keyring" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-keyring = { optional = true, path = "../../primitives/keyring" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = ["std"] diff --git a/frame/lottery/Cargo.toml b/frame/lottery/Cargo.toml index 9ac69d63eb983..247b41e9718d4 100644 --- a/frame/lottery/Cargo.toml +++ b/frame/lottery/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-lottery" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME Participation Lottery Pallet" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,17 +16,17 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = "derive", ] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -frame-support-test = { version = "3.0.0", path = "../support/test" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +frame-support-test = { path = "../support/test" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/membership/Cargo.toml b/frame/membership/Cargo.toml index b457c4c2911bd..1ed1966f6f8dc 100644 --- a/frame/membership/Cargo.toml +++ b/frame/membership/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-membership" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME membership management pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,13 +16,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [features] default = ["std"] diff --git a/frame/merkle-mountain-range/Cargo.toml b/frame/merkle-mountain-range/Cargo.toml index cf26cfb231c85..4d698f1d8d175 100644 --- a/frame/merkle-mountain-range/Cargo.toml +++ b/frame/merkle-mountain-range/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-mmr" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME Merkle Mountain Range pallet." +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -14,14 +14,14 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-mmr-primitives = { version = "4.0.0-dev", default-features = false, path = "../../primitives/merkle-mountain-range" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-mmr-primitives = { default-features = false, path = "../../primitives/merkle-mountain-range" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] array-bytes = "4.1" diff --git a/frame/message-queue/Cargo.toml b/frame/message-queue/Cargo.toml index 47d114902f52c..6af5102899f6d 100644 --- a/frame/message-queue/Cargo.toml +++ b/frame/message-queue/Cargo.toml @@ -1,12 +1,12 @@ [package] -authors = ["Parity Technologies "] -edition = "2021" name = "pallet-message-queue" -version = "7.0.0-dev" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet to queue and process messages" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } @@ -14,19 +14,19 @@ scale-info = { version = "2.1.2", default-features = false, features = ["derive" serde = { version = "1.0.137", optional = true, features = ["derive"] } log = { version = "0.4.17", default-features = false } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../primitives/weights" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-arithmetic = { default-features = false, path = "../../primitives/arithmetic" } +sp-weights = { default-features = false, path = "../../primitives/weights" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } [dev-dependencies] -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +sp-tracing = { path = "../../primitives/tracing" } rand = "0.8.5" rand_distr = "0.4.3" diff --git a/frame/multisig/Cargo.toml b/frame/multisig/Cargo.toml index 4e9f4f5d832e6..e32b081773b64 100644 --- a/frame/multisig/Cargo.toml +++ b/frame/multisig/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-multisig" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME multi-signature dispatch pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,19 +15,19 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } # third party log = { version = "0.4.17", default-features = false } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/nicks/Cargo.toml b/frame/nicks/Cargo.toml index 2390060c71698..37d2f2bd22826 100644 --- a/frame/nicks/Cargo.toml +++ b/frame/nicks/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-nicks" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for nick management" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,15 +15,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/nis/Cargo.toml b/frame/nis/Cargo.toml index be12d97dd871d..7c8c09530da83 100644 --- a/frame/nis/Cargo.toml +++ b/frame/nis/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-nis" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for rewarding account freezing." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,17 +15,17 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-arithmetic = { default-features = false, path = "../../primitives/arithmetic" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +pallet-balances = { path = "../balances" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/node-authorization/Cargo.toml b/frame/node-authorization/Cargo.toml index fbf486644e15c..fd3fa067d85bd 100644 --- a/frame/node-authorization/Cargo.toml +++ b/frame/node-authorization/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-node-authorization" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for node authorization" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [features] default = ["std"] diff --git a/frame/nomination-pools/Cargo.toml b/frame/nomination-pools/Cargo.toml index 4894e3d97f19a..1ae506ca6ce42 100644 --- a/frame/nomination-pools/Cargo.toml +++ b/frame/nomination-pools/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-nomination-pools" -version = "1.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME nomination pools pallet" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,22 +17,22 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } # FRAME -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-staking = { default-features = false, path = "../../primitives/staking" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } log = { version = "0.4.0", default-features = false } # Optional: usef for testing and/or fuzzing -pallet-balances = { version = "4.0.0-dev", path = "../balances", optional = true } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing", optional = true } +pallet-balances = { path = "../balances", optional = true } +sp-tracing = { path = "../../primitives/tracing", optional = true } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } +pallet-balances = { path = "../balances" } +sp-tracing = { path = "../../primitives/tracing" } [features] default = ["std"] diff --git a/frame/nomination-pools/benchmarking/Cargo.toml b/frame/nomination-pools/benchmarking/Cargo.toml index be52d9777ac86..f09e3ce13b5b4 100644 --- a/frame/nomination-pools/benchmarking/Cargo.toml +++ b/frame/nomination-pools/benchmarking/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-nomination-pools-benchmarking" -version = "1.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME nomination pools pallet benchmarking" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,27 +18,27 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } # FRAME -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../../election-provider-support" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-bags-list = { version = "4.0.0-dev", default-features = false, path = "../../bags-list" } -pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../staking" } -pallet-nomination-pools = { version = "1.0.0", default-features = false, path = "../" } +frame-benchmarking = { default-features = false, path = "../../benchmarking" } +frame-election-provider-support = { default-features = false, path = "../../election-provider-support" } +frame-support = { default-features = false, path = "../../support" } +frame-system = { default-features = false, path = "../../system" } +pallet-bags-list = { default-features = false, path = "../../bags-list" } +pallet-staking = { default-features = false, path = "../../staking" } +pallet-nomination-pools = { default-features = false, path = "../" } # Substrate Primitives -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime-interface" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-runtime-interface = { default-features = false, path = "../../../primitives/runtime-interface" } +sp-staking = { default-features = false, path = "../../../primitives/staking" } +sp-std = { default-features = false, path = "../../../primitives/std" } sp-io = { optional = true, default-features = false, path = "../../../primitives/io" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +pallet-balances = { default-features = false, path = "../../balances" } +pallet-timestamp = { path = "../../timestamp" } +pallet-staking-reward-curve = { path = "../../staking/reward-curve" } +sp-core = { path = "../../../primitives/core" } +sp-io = { path = "../../../primitives/io" } [features] default = ["std"] diff --git a/frame/nomination-pools/fuzzer/Cargo.toml b/frame/nomination-pools/fuzzer/Cargo.toml index 7dde8733e3f60..81c5ca932d481 100644 --- a/frame/nomination-pools/fuzzer/Cargo.toml +++ b/frame/nomination-pools/fuzzer/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "pallet-nomination-pools-fuzzer" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Fuzzer for fixed point arithmetic primitives." documentation = "https://docs.rs/sp-arithmetic-fuzzer" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/frame/nomination-pools/runtime-api/Cargo.toml b/frame/nomination-pools/runtime-api/Cargo.toml index cf72d795c9faa..214e879eb6c0f 100644 --- a/frame/nomination-pools/runtime-api/Cargo.toml +++ b/frame/nomination-pools/runtime-api/Cargo.toml @@ -1,21 +1,21 @@ [package] name = "pallet-nomination-pools-runtime-api" -version = "1.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Runtime API for nomination-pools FRAME pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-api = { default-features = false, path = "../../../primitives/api" } +sp-std = { default-features = false, path = "../../../primitives/std" } [features] default = ["std"] diff --git a/frame/nomination-pools/test-staking/Cargo.toml b/frame/nomination-pools/test-staking/Cargo.toml index a45c7852d4151..2d5a7bcd80b2e 100644 --- a/frame/nomination-pools/test-staking/Cargo.toml +++ b/frame/nomination-pools/test-staking/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-nomination-pools-test-staking" -version = "1.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME nomination pools pallet tests with the staking pallet" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,22 +16,22 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } scale-info = { version = "2.0.1", features = ["derive"] } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } -sp-std = { version = "5.0.0", path = "../../../primitives/std" } -sp-staking = { version = "4.0.0-dev", path = "../../../primitives/staking" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-io = { path = "../../../primitives/io" } +sp-std = { path = "../../../primitives/std" } +sp-staking = { path = "../../../primitives/staking" } +sp-core = { path = "../../../primitives/core" } -frame-system = { version = "4.0.0-dev", path = "../../system" } -frame-support = { version = "4.0.0-dev", path = "../../support" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../../election-provider-support" } +frame-system = { path = "../../system" } +frame-support = { path = "../../support" } +frame-election-provider-support = { path = "../../election-provider-support" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } -pallet-balances = { version = "4.0.0-dev", path = "../../balances" } -pallet-staking = { version = "4.0.0-dev", path = "../../staking" } -pallet-bags-list = { version = "4.0.0-dev", path = "../../bags-list" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } -pallet-nomination-pools = { version = "1.0.0-dev", path = ".." } +pallet-timestamp = { path = "../../timestamp" } +pallet-balances = { path = "../../balances" } +pallet-staking = { path = "../../staking" } +pallet-bags-list = { path = "../../bags-list" } +pallet-staking-reward-curve = { path = "../../staking/reward-curve" } +pallet-nomination-pools = { path = ".." } -sp-tracing = { version = "6.0.0", path = "../../../primitives/tracing" } +sp-tracing = { path = "../../../primitives/tracing" } log = { version = "0.4.0" } diff --git a/frame/offences/Cargo.toml b/frame/offences/Cargo.toml index 107a0489cd594..d40e5b6eeda57 100644 --- a/frame/offences/Cargo.toml +++ b/frame/offences/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-offences" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME offences pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,16 +17,16 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../balances" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-balances = { default-features = false, path = "../balances" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-staking = { default-features = false, path = "../../primitives/staking" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/offences/benchmarking/Cargo.toml b/frame/offences/benchmarking/Cargo.toml index e20aefd69ad4d..efa100ac12ebc 100644 --- a/frame/offences/benchmarking/Cargo.toml +++ b/frame/offences/benchmarking/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-offences-benchmarking" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME offences pallet benchmarking" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,26 +15,26 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../../election-provider-support" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-babe = { version = "4.0.0-dev", default-features = false, path = "../../babe" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" } -pallet-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../grandpa" } -pallet-im-online = { version = "4.0.0-dev", default-features = false, path = "../../im-online" } -pallet-offences = { version = "4.0.0-dev", default-features = false, path = "../../offences" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../../session" } -pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../staking" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +frame-benchmarking = { default-features = false, path = "../../benchmarking" } +frame-election-provider-support = { default-features = false, path = "../../election-provider-support" } +frame-support = { default-features = false, path = "../../support" } +frame-system = { default-features = false, path = "../../system" } +pallet-babe = { default-features = false, path = "../../babe" } +pallet-balances = { default-features = false, path = "../../balances" } +pallet-grandpa = { default-features = false, path = "../../grandpa" } +pallet-im-online = { default-features = false, path = "../../im-online" } +pallet-offences = { default-features = false, path = "../../offences" } +pallet-session = { default-features = false, path = "../../session" } +pallet-staking = { default-features = false, path = "../../staking" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-staking = { default-features = false, path = "../../../primitives/staking" } +sp-std = { default-features = false, path = "../../../primitives/std" } [dev-dependencies] -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +pallet-staking-reward-curve = { path = "../../staking/reward-curve" } +pallet-timestamp = { path = "../../timestamp" } +sp-core = { path = "../../../primitives/core" } +sp-io = { path = "../../../primitives/io" } [features] default = ["std"] diff --git a/frame/preimage/Cargo.toml b/frame/preimage/Cargo.toml index def39d61d5175..e19fd2bd08c63 100644 --- a/frame/preimage/Cargo.toml +++ b/frame/preimage/Cargo.toml @@ -1,28 +1,28 @@ [package] name = "pallet-preimage" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for storing preimages of hashes" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, optional = true, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, optional = true, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } log = { version = "0.4.17", default-features = false } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { default-features = false, path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/proxy/Cargo.toml b/frame/proxy/Cargo.toml index 1674e408668d2..3e275fd6af4c0 100644 --- a/frame/proxy/Cargo.toml +++ b/frame/proxy/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-proxy" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME proxying pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,17 +15,17 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-utility = { version = "4.0.0-dev", path = "../utility" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +pallet-utility = { path = "../utility" } +sp-core = { path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/randomness-collective-flip/Cargo.toml b/frame/randomness-collective-flip/Cargo.toml index 5a20949e9f243..e87ef4133ee76 100644 --- a/frame/randomness-collective-flip/Cargo.toml +++ b/frame/randomness-collective-flip/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-randomness-collective-flip" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME randomness collective flip pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,14 +16,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } safe-mix = { version = "1.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/ranked-collective/Cargo.toml b/frame/ranked-collective/Cargo.toml index c5e79eb68f24d..cfb933fdb71bf 100644 --- a/frame/ranked-collective/Cargo.toml +++ b/frame/ranked-collective/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-ranked-collective" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Ranked collective system: Members of a set of account IDs can make their collective feelings known through dispatched calls from one of two specialized origins." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,14 +16,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.16", default-features = false } scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-arithmetic = { default-features = false, path = "../../primitives/arithmetic" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [features] default = ["std"] diff --git a/frame/recovery/Cargo.toml b/frame/recovery/Cargo.toml index cdcebbec161bc..6124f9db2a4fa 100644 --- a/frame/recovery/Cargo.toml +++ b/frame/recovery/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-recovery" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME account recovery pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,16 +15,16 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/referenda/Cargo.toml b/frame/referenda/Cargo.toml index 02894e1499d93..d5bfb44154226 100644 --- a/frame/referenda/Cargo.toml +++ b/frame/referenda/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-referenda" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for inclusive on-chain decisions" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,21 +19,21 @@ codec = { package = "parity-scale-codec", version = "3.0.3", default-features = ] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-arithmetic = { default-features = false, path = "../../primitives/arithmetic" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } log = { version = "0.4.17", default-features = false } [dev-dependencies] assert_matches = { version = "1.5" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-preimage = { version = "4.0.0-dev", path = "../preimage" } -pallet-scheduler = { version = "4.0.0-dev", path = "../scheduler" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +pallet-preimage = { path = "../preimage" } +pallet-scheduler = { path = "../scheduler" } +sp-core = { path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/remark/Cargo.toml b/frame/remark/Cargo.toml index a827d165f8389..0758231888c2d 100644 --- a/frame/remark/Cargo.toml +++ b/frame/remark/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-remark" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Remark storage pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,16 +16,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } +sp-core = { default-features = false, path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/root-offences/Cargo.toml b/frame/root-offences/Cargo.toml index 76eb832c88e1b..11aa25df80919 100644 --- a/frame/root-offences/Cargo.toml +++ b/frame/root-offences/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-root-offences" -version = "1.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME root offences pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,24 +16,24 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -pallet-session = { version = "4.0.0-dev", features = [ "historical" ], path = "../../frame/session", default-features = false } -pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../frame/staking" } +pallet-session = { features = [ "historical" ], path = "../../frame/session", default-features = false } +pallet-staking = { default-features = false, path = "../../frame/staking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-runtime = { path = "../../primitives/runtime" } +sp-staking = { default-features = false, path = "../../primitives/staking" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } +pallet-balances = { path = "../balances" } +pallet-timestamp = { path = "../timestamp" } +pallet-staking-reward-curve = { path = "../staking/reward-curve" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +sp-core = { path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-std = { default-features = false, path = "../../primitives/std" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } +frame-election-provider-support = { path = "../election-provider-support" } [features] runtime-benchmarks = [] diff --git a/frame/root-testing/Cargo.toml b/frame/root-testing/Cargo.toml index 4d3f70c5d0d9f..07094a672c8da 100644 --- a/frame/root-testing/Cargo.toml +++ b/frame/root-testing/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "pallet-root-testing" -version = "1.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME root testing pallet" readme = "README.md" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,12 +16,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [features] try-runtime = ["frame-support/try-runtime"] diff --git a/frame/scheduler/Cargo.toml b/frame/scheduler/Cargo.toml index 25ac602681cc0..aba3dc42ce010 100644 --- a/frame/scheduler/Cargo.toml +++ b/frame/scheduler/Cargo.toml @@ -1,30 +1,30 @@ [package] name = "pallet-scheduler" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME Scheduler pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../primitives/weights" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-weights = { default-features = false, path = "../../primitives/weights" } [dev-dependencies] -pallet-preimage = { version = "4.0.0-dev", path = "../preimage" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } +pallet-preimage = { path = "../preimage" } +sp-core = { default-features = false, path = "../../primitives/core" } +substrate-test-utils = { path = "../../test-utils" } [features] default = ["std"] diff --git a/frame/scored-pool/Cargo.toml b/frame/scored-pool/Cargo.toml index a1e8dc453df6c..954f934cab3b3 100644 --- a/frame/scored-pool/Cargo.toml +++ b/frame/scored-pool/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-scored-pool" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for scored pools" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,15 +15,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/session/Cargo.toml b/frame/session/Cargo.toml index 57b519e81e59b..545b264a6456f 100644 --- a/frame/session/Cargo.toml +++ b/frame/session/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-session" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME sessions pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,16 +17,16 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = impl-trait-for-tuples = "0.2.2" log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../timestamp" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-trie = { version = "7.0.0", default-features = false, optional = true, path = "../../primitives/trie" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-timestamp = { default-features = false, path = "../timestamp" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-session = { default-features = false, path = "../../primitives/session" } +sp-staking = { default-features = false, path = "../../primitives/staking" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-trie = { default-features = false, optional = true, path = "../../primitives/trie" } [features] default = ["historical", "std"] diff --git a/frame/session/benchmarking/Cargo.toml b/frame/session/benchmarking/Cargo.toml index 90d6d95c07f4f..3b96fdee59004 100644 --- a/frame/session/benchmarking/Cargo.toml +++ b/frame/session/benchmarking/Cargo.toml @@ -1,37 +1,37 @@ [package] name = "pallet-session-benchmarking" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME sessions pallet benchmarking" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] rand = { version = "0.7.2", default-features = false } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-session = { version = "4.0.0-dev", default-features = false, path = "../../session" } -pallet-staking = { version = "4.0.0-dev", default-features = false, path = "../../staking" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +frame-benchmarking = { default-features = false, path = "../../benchmarking" } +frame-support = { default-features = false, path = "../../support" } +frame-system = { default-features = false, path = "../../system" } +pallet-session = { default-features = false, path = "../../session" } +pallet-staking = { default-features = false, path = "../../staking" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-session = { default-features = false, path = "../../../primitives/session" } +sp-std = { default-features = false, path = "../../../primitives/std" } [dev-dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } scale-info = "2.1.1" -frame-election-provider-support = { version = "4.0.0-dev", path = "../../election-provider-support" } -pallet-balances = { version = "4.0.0-dev", path = "../../balances" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../../staking/reward-curve" } -pallet-timestamp = { version = "4.0.0-dev", path = "../../timestamp" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +frame-election-provider-support = { path = "../../election-provider-support" } +pallet-balances = { path = "../../balances" } +pallet-staking-reward-curve = { path = "../../staking/reward-curve" } +pallet-timestamp = { path = "../../timestamp" } +sp-core = { path = "../../../primitives/core" } +sp-io = { path = "../../../primitives/io" } [features] default = ["std"] diff --git a/frame/society/Cargo.toml b/frame/society/Cargo.toml index 40b78c8922299..e0636b9130cf4 100644 --- a/frame/society/Cargo.toml +++ b/frame/society/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-society" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME society pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,16 +16,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } rand_chacha = { version = "0.2", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -frame-support-test = { version = "3.0.0", path = "../support/test" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +frame-support-test = { path = "../support/test" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/staking/Cargo.toml b/frame/staking/Cargo.toml index 3ad63ad94a08a..57ad6887c4e39 100644 --- a/frame/staking/Cargo.toml +++ b/frame/staking/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-staking" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet staking" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,36 +18,36 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = "derive", ] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-session = { version = "4.0.0-dev", default-features = false, features = [ +sp-std = { default-features = false, path = "../../primitives/std" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-staking = { default-features = false, path = "../../primitives/staking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-session = { default-features = false, features = [ "historical", ], path = "../session" } -pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } -frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support" } +pallet-authorship = { default-features = false, path = "../authorship" } +sp-application-crypto = { default-features = false, path = "../../primitives/application-crypto" } +frame-election-provider-support = { default-features = false, path = "../election-provider-support" } log = { version = "0.4.17", default-features = false } # optional dependencies for cargo features -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true } +frame-benchmarking = { default-features = false, path = "../benchmarking", optional = true } rand_chacha = { version = "0.2", default-features = false, optional = true } pallet-bags-list = { default-features = false, optional = true, path = "../bags-list" } [dev-dependencies] -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-npos-elections = { version = "4.0.0-dev", path = "../../primitives/npos-elections" } -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" } -pallet-bags-list = { version = "4.0.0-dev", path = "../bags-list" } -substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } -frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" } +sp-tracing = { path = "../../primitives/tracing" } +sp-core = { path = "../../primitives/core" } +sp-npos-elections = { path = "../../primitives/npos-elections" } +pallet-balances = { path = "../balances" } +pallet-timestamp = { path = "../timestamp" } +pallet-staking-reward-curve = { path = "../staking/reward-curve" } +pallet-bags-list = { path = "../bags-list" } +substrate-test-utils = { path = "../../test-utils" } +frame-benchmarking = { path = "../benchmarking" } +frame-election-provider-support = { path = "../election-provider-support" } rand_chacha = { version = "0.2" } [features] diff --git a/frame/staking/reward-curve/Cargo.toml b/frame/staking/reward-curve/Cargo.toml index c761517ea6829..3287b0067acb5 100644 --- a/frame/staking/reward-curve/Cargo.toml +++ b/frame/staking/reward-curve/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-staking-reward-curve" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Reward Curve for FRAME staking pallet" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -21,4 +21,4 @@ quote = "1.0.10" syn = { version = "1.0.98", features = ["full", "visit"] } [dev-dependencies] -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +sp-runtime = { path = "../../../primitives/runtime" } diff --git a/frame/staking/reward-fn/Cargo.toml b/frame/staking/reward-fn/Cargo.toml index 0fb034a17202b..d81cec1e93eb0 100644 --- a/frame/staking/reward-fn/Cargo.toml +++ b/frame/staking/reward-fn/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-staking-reward-fn" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Reward function for FRAME staking pallet" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = { version = "0.4.17", default-features = false } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../../primitives/arithmetic" } +sp-arithmetic = { default-features = false, path = "../../../primitives/arithmetic" } [features] default = ["std"] diff --git a/frame/state-trie-migration/Cargo.toml b/frame/state-trie-migration/Cargo.toml index 90c8f426d0e10..bff8d5692e0dd 100644 --- a/frame/state-trie-migration/Cargo.toml +++ b/frame/state-trie-migration/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-state-trie-migration" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet migration of trie" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/frame/sudo/Cargo.toml b/frame/sudo/Cargo.toml index b0e38b0139c11..3eb9f05e41384 100644 --- a/frame/sudo/Cargo.toml +++ b/frame/sudo/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-sudo" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for sudo" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,14 +15,14 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } +sp-core = { path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/support/Cargo.toml b/frame/support/Cargo.toml index 4945b5ab915f9..40453a9e0676e 100644 --- a/frame/support/Cargo.toml +++ b/frame/support/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "frame-support" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Support code for the runtime." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,33 +17,33 @@ serde = { version = "1.0.136", optional = true, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } frame-metadata = { version = "15.0.0", default-features = false, features = ["v14"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-tracing = { version = "6.0.0", default-features = false, path = "../../primitives/tracing" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../primitives/arithmetic" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../primitives/weights" } +sp-api = { default-features = false, path = "../../primitives/api" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-tracing = { default-features = false, path = "../../primitives/tracing" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-arithmetic = { default-features = false, path = "../../primitives/arithmetic" } +sp-inherents = { default-features = false, path = "../../primitives/inherents" } +sp-staking = { default-features = false, path = "../../primitives/staking" } +sp-weights = { default-features = false, path = "../../primitives/weights" } tt-call = "1.0.8" -frame-support-procedural = { version = "4.0.0-dev", default-features = false, path = "./procedural" } +frame-support-procedural = { default-features = false, path = "./procedural" } paste = "1.0" once_cell = { version = "1", default-features = false, optional = true } -sp-state-machine = { version = "0.13.0", default-features = false, optional = true, path = "../../primitives/state-machine" } +sp-state-machine = { default-features = false, optional = true, path = "../../primitives/state-machine" } bitflags = "1.3" impl-trait-for-tuples = "0.2.2" smallvec = "1.8.0" log = { version = "0.4.17", default-features = false } -sp-core-hashing-proc-macro = { version = "5.0.0", path = "../../primitives/core/hashing/proc-macro" } +sp-core-hashing-proc-macro = { path = "../../primitives/core/hashing/proc-macro" } k256 = { version = "0.11.5", default-features = false, features = ["ecdsa"] } [dev-dependencies] serde_json = "1.0.85" assert_matches = "1.3.0" pretty_assertions = "1.2.1" -frame-system = { version = "4.0.0-dev", path = "../system" } +frame-system = { path = "../system" } [features] default = ["std"] diff --git a/frame/support/procedural/Cargo.toml b/frame/support/procedural/Cargo.toml index 06b8056aff982..167e7fa1aaa64 100644 --- a/frame/support/procedural/Cargo.toml +++ b/frame/support/procedural/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-support-procedural" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Proc macro of Support code for the runtime." +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -21,7 +21,7 @@ itertools = "0.10.3" proc-macro2 = "1.0.37" quote = "1.0.10" syn = { version = "1.0.98", features = ["full"] } -frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" } +frame-support-procedural-tools = { path = "./tools" } [features] default = ["std"] diff --git a/frame/support/procedural/tools/Cargo.toml b/frame/support/procedural/tools/Cargo.toml index 755483f7db9aa..fdb7d2c00ccd2 100644 --- a/frame/support/procedural/tools/Cargo.toml +++ b/frame/support/procedural/tools/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-support-procedural-tools" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Proc macro helpers for procedural macros" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,4 +16,4 @@ proc-macro-crate = "1.1.3" proc-macro2 = "1.0.37" quote = "1.0.10" syn = { version = "1.0.98", features = ["full", "visit", "extra-traits"] } -frame-support-procedural-tools-derive = { version = "3.0.0", path = "./derive" } +frame-support-procedural-tools-derive = { path = "./derive" } diff --git a/frame/support/procedural/tools/derive/Cargo.toml b/frame/support/procedural/tools/derive/Cargo.toml index a688ee13a7d17..0ff8446082ff5 100644 --- a/frame/support/procedural/tools/derive/Cargo.toml +++ b/frame/support/procedural/tools/derive/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-support-procedural-tools-derive" -version = "3.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Use to derive parsing for parsing struct." +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/frame/support/test/Cargo.toml b/frame/support/test/Cargo.toml index 0ac3d90f59e07..2e03c1ca186e9 100644 --- a/frame/support/test/Cargo.toml +++ b/frame/support/test/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-support-test" -version = "3.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" publish = false -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,18 +15,18 @@ targets = ["x86_64-unknown-linux-gnu"] serde = { version = "1.0.136", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../../primitives/arithmetic" } -sp-io = { version = "7.0.0", path = "../../../primitives/io", default-features = false } -sp-state-machine = { version = "0.13.0", optional = true, path = "../../../primitives/state-machine" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } -sp-version = { version = "5.0.0", default-features = false, path = "../../../primitives/version" } +sp-arithmetic = { default-features = false, path = "../../../primitives/arithmetic" } +sp-io = { path = "../../../primitives/io", default-features = false } +sp-state-machine = { optional = true, path = "../../../primitives/state-machine" } +frame-support = { default-features = false, path = "../" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-core = { default-features = false, path = "../../../primitives/core" } +sp-std = { default-features = false, path = "../../../primitives/std" } +sp-version = { default-features = false, path = "../../../primitives/version" } trybuild = { version = "1.0.60", features = [ "diff" ] } pretty_assertions = "1.2.1" rustversion = "1.0.6" -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } +frame-system = { default-features = false, path = "../../system" } # The "std" feature for this pallet is never activated on purpose, in order to test construct_runtime error message test-pallet = { package = "frame-support-test-pallet", default-features = false, path = "pallet" } diff --git a/frame/support/test/compile_pass/Cargo.toml b/frame/support/test/compile_pass/Cargo.toml index ea22a735b3698..c72e740e4c25b 100644 --- a/frame/support/test/compile_pass/Cargo.toml +++ b/frame/support/test/compile_pass/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-support-test-compile-pass" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" publish = false -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -14,11 +14,11 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../../primitives/core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../../primitives/runtime" } -sp-version = { version = "5.0.0", default-features = false, path = "../../../../primitives/version" } +frame-support = { default-features = false, path = "../../" } +frame-system = { default-features = false, path = "../../../system" } +sp-core = { default-features = false, path = "../../../../primitives/core" } +sp-runtime = { default-features = false, path = "../../../../primitives/runtime" } +sp-version = { default-features = false, path = "../../../../primitives/version" } [features] default = ["std"] diff --git a/frame/support/test/pallet/Cargo.toml b/frame/support/test/pallet/Cargo.toml index bf5febeb45441..e54e490f97fb6 100644 --- a/frame/support/test/pallet/Cargo.toml +++ b/frame/support/test/pallet/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-support-test-pallet" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" publish = false -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -14,8 +14,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../system" } +frame-support = { default-features = false, path = "../../" } +frame-system = { default-features = false, path = "../../../system" } [features] default = ["std"] diff --git a/frame/support/test/tests/construct_runtime.rs b/frame/support/test/tests/construct_runtime.rs index b1ace12936241..edce24d0c3f8f 100644 --- a/frame/support/test/tests/construct_runtime.rs +++ b/frame/support/test/tests/construct_runtime.rs @@ -733,65 +733,65 @@ fn pallet_in_runtime_is_correct() { assert_eq!(PalletInfo::index::().unwrap(), 30); assert_eq!(PalletInfo::name::().unwrap(), "System"); assert_eq!(PalletInfo::module_name::().unwrap(), "system"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 31); assert_eq!(PalletInfo::name::().unwrap(), "Module1_1"); assert_eq!(PalletInfo::module_name::().unwrap(), "module1"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 32); assert_eq!(PalletInfo::name::().unwrap(), "Module2"); assert_eq!(PalletInfo::module_name::().unwrap(), "module2"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 33); assert_eq!(PalletInfo::name::().unwrap(), "Module1_2"); assert_eq!(PalletInfo::module_name::().unwrap(), "module1"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 34); assert_eq!(PalletInfo::name::().unwrap(), "NestedModule3"); assert_eq!(PalletInfo::module_name::().unwrap(), "nested::module3"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 35); assert_eq!(PalletInfo::name::().unwrap(), "Module3"); assert_eq!(PalletInfo::module_name::().unwrap(), "self::module3"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 6); assert_eq!(PalletInfo::name::().unwrap(), "Module1_3"); assert_eq!(PalletInfo::module_name::().unwrap(), "module1"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 3); assert_eq!(PalletInfo::name::().unwrap(), "Module1_4"); assert_eq!(PalletInfo::module_name::().unwrap(), "module1"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 4); assert_eq!(PalletInfo::name::().unwrap(), "Module1_5"); assert_eq!(PalletInfo::module_name::().unwrap(), "module1"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 1); assert_eq!(PalletInfo::name::().unwrap(), "Module1_6"); assert_eq!(PalletInfo::module_name::().unwrap(), "module1"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 2); assert_eq!(PalletInfo::name::().unwrap(), "Module1_7"); assert_eq!(PalletInfo::module_name::().unwrap(), "module1"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 12); assert_eq!(PalletInfo::name::().unwrap(), "Module1_8"); assert_eq!(PalletInfo::module_name::().unwrap(), "module1"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); assert_eq!(PalletInfo::index::().unwrap(), 13); assert_eq!(PalletInfo::name::().unwrap(), "Module1_9"); assert_eq!(PalletInfo::module_name::().unwrap(), "module1"); - assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(3, 0, 0)); + assert_eq!(PalletInfo::crate_version::().unwrap(), CrateVersion::new(4, 0, 0)); } diff --git a/frame/support/test/tests/pallet_instance.rs b/frame/support/test/tests/pallet_instance.rs index d8ad13ceda1dd..a062f5276fe3d 100644 --- a/frame/support/test/tests/pallet_instance.rs +++ b/frame/support/test/tests/pallet_instance.rs @@ -635,25 +635,25 @@ fn pallet_metadata_expands() { index: 1, name: "Example", module_name: "pallet", - crate_version: CrateVersion { major: 3, minor: 0, patch: 0 }, + crate_version: CrateVersion { major: 4, minor: 0, patch: 0 }, }, PalletInfoData { index: 2, name: "Instance1Example", module_name: "pallet", - crate_version: CrateVersion { major: 3, minor: 0, patch: 0 }, + crate_version: CrateVersion { major: 4, minor: 0, patch: 0 }, }, PalletInfoData { index: 3, name: "Example2", module_name: "pallet2", - crate_version: CrateVersion { major: 3, minor: 0, patch: 0 }, + crate_version: CrateVersion { major: 4, minor: 0, patch: 0 }, }, PalletInfoData { index: 4, name: "Instance1Example2", module_name: "pallet2", - crate_version: CrateVersion { major: 3, minor: 0, patch: 0 }, + crate_version: CrateVersion { major: 4, minor: 0, patch: 0 }, }, ] ); diff --git a/frame/system/Cargo.toml b/frame/system/Cargo.toml index 55c9b5bda54fa..e84e67ddda215 100644 --- a/frame/system/Cargo.toml +++ b/frame/system/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "frame-system" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME system module" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,18 +17,18 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-version = { version = "5.0.0", default-features = false, path = "../../primitives/version" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../primitives/weights" } +frame-support = { default-features = false, path = "../support" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-version = { default-features = false, path = "../../primitives/version" } +sp-weights = { default-features = false, path = "../../primitives/weights" } [dev-dependencies] criterion = "0.3.3" -sp-externalities = { version = "0.13.0", path = "../../primitives/externalities" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sp-externalities = { path = "../../primitives/externalities" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } [features] default = ["std"] diff --git a/frame/system/benchmarking/Cargo.toml b/frame/system/benchmarking/Cargo.toml index 30b299ea6a56e..321ee796cec74 100644 --- a/frame/system/benchmarking/Cargo.toml +++ b/frame/system/benchmarking/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "frame-system-benchmarking" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME System benchmarking" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,15 +15,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +frame-benchmarking = { default-features = false, path = "../../benchmarking" } +frame-support = { default-features = false, path = "../../support" } +frame-system = { default-features = false, path = "../../system" } +sp-core = { default-features = false, path = "../../../primitives/core" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-std = { default-features = false, path = "../../../primitives/std" } [dev-dependencies] -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +sp-io = { path = "../../../primitives/io" } [features] default = ["std"] diff --git a/frame/system/rpc/runtime-api/Cargo.toml b/frame/system/rpc/runtime-api/Cargo.toml index 63d76d731e26e..0bfb6261464cc 100644 --- a/frame/system/rpc/runtime-api/Cargo.toml +++ b/frame/system/rpc/runtime-api/Cargo.toml @@ -1,20 +1,20 @@ [package] name = "frame-system-rpc-runtime-api" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Runtime API definition required by System RPC extensions." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../../primitives/api" } +sp-api = { default-features = false, path = "../../../../primitives/api" } [features] default = ["std"] diff --git a/frame/timestamp/Cargo.toml b/frame/timestamp/Cargo.toml index df63ed0d72b8e..ccde769334012 100644 --- a/frame/timestamp/Cargo.toml +++ b/frame/timestamp/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "pallet-timestamp" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME Timestamp Module" documentation = "https://docs.rs/pallet-timestamp" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,18 +17,18 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } -sp-io = { version = "7.0.0", default-features = false, optional = true, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../primitives/timestamp" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-inherents = { default-features = false, path = "../../primitives/inherents" } +sp-io = { default-features = false, optional = true, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-timestamp = { default-features = false, path = "../../primitives/timestamp" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/tips/Cargo.toml b/frame/tips/Cargo.toml index 7d0576ec28cce..7a8371f1fb1e7 100644 --- a/frame/tips/Cargo.toml +++ b/frame/tips/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-tips" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet to manage tips" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,18 +17,18 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../treasury" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-treasury = { default-features = false, path = "../treasury" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-storage = { version = "7.0.0", path = "../../primitives/storage" } +pallet-balances = { path = "../balances" } +sp-storage = { path = "../../primitives/storage" } [features] default = ["std"] diff --git a/frame/transaction-payment/Cargo.toml b/frame/transaction-payment/Cargo.toml index a2f77b6cf2279..c8d713e897959 100644 --- a/frame/transaction-payment/Cargo.toml +++ b/frame/transaction-payment/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-transaction-payment" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet to manage transaction payments" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,16 +18,16 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = ] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] serde_json = "1.0.85" -pallet-balances = { version = "4.0.0-dev", path = "../balances" } +pallet-balances = { path = "../balances" } [features] default = ["std"] diff --git a/frame/transaction-payment/asset-tx-payment/Cargo.toml b/frame/transaction-payment/asset-tx-payment/Cargo.toml index b192c4e9cd96e..c0e0a671e36ca 100644 --- a/frame/transaction-payment/asset-tx-payment/Cargo.toml +++ b/frame/transaction-payment/asset-tx-payment/Cargo.toml @@ -1,29 +1,29 @@ [package] name = "pallet-asset-tx-payment" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "pallet to manage transaction payments in assets" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] # Substrate dependencies -sp-core = { version = "7.0.0", default-features = false, path = "../../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../../primitives/std" } +sp-core = { default-features = false, path = "../../../primitives/core" } +sp-io = { default-features = false, path = "../../../primitives/io" } +sp-runtime = { default-features = false, path = "../../../primitives/runtime" } +sp-std = { default-features = false, path = "../../../primitives/std" } # optional dependencies for cargo features -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" } -pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = ".." } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../../benchmarking", optional = true } +frame-support = { default-features = false, path = "../../support" } +frame-system = { default-features = false, path = "../../system" } +pallet-transaction-payment = { default-features = false, path = ".." } +frame-benchmarking = { default-features = false, path = "../../benchmarking", optional = true } pallet-assets = { default-features = false, optional = true, path = "../../assets" } # Other dependencies @@ -34,11 +34,11 @@ serde = { version = "1.0.136", optional = true } [dev-dependencies] serde_json = "1.0.85" -sp-storage = { version = "7.0.0", default-features = false, path = "../../../primitives/storage" } +sp-storage = { default-features = false, path = "../../../primitives/storage" } -pallet-assets = { version = "4.0.0-dev", path = "../../assets" } -pallet-authorship = { version = "4.0.0-dev", path = "../../authorship" } -pallet-balances = { version = "4.0.0-dev", path = "../../balances" } +pallet-assets = { path = "../../assets" } +pallet-authorship = { path = "../../authorship" } +pallet-balances = { path = "../../balances" } [features] diff --git a/frame/transaction-payment/rpc/Cargo.toml b/frame/transaction-payment/rpc/Cargo.toml index b77143201ffd4..8d51d28e1c3be 100644 --- a/frame/transaction-payment/rpc/Cargo.toml +++ b/frame/transaction-payment/rpc/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-transaction-payment-rpc" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "RPC interface for the transaction payment pallet." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,10 +15,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0" } jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] } -pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", path = "./runtime-api" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-rpc = { version = "6.0.0", path = "../../../primitives/rpc" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-weights = { version = "4.0.0", path = "../../../primitives/weights" } +pallet-transaction-payment-rpc-runtime-api = { path = "./runtime-api" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-core = { path = "../../../primitives/core" } +sp-rpc = { path = "../../../primitives/rpc" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-weights = { path = "../../../primitives/weights" } diff --git a/frame/transaction-payment/rpc/runtime-api/Cargo.toml b/frame/transaction-payment/rpc/runtime-api/Cargo.toml index 86753526fef47..c271b5089f9dd 100644 --- a/frame/transaction-payment/rpc/runtime-api/Cargo.toml +++ b/frame/transaction-payment/rpc/runtime-api/Cargo.toml @@ -1,23 +1,23 @@ [package] name = "pallet-transaction-payment-rpc-runtime-api" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "RPC runtime API for transaction payment FRAME pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } -pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../transaction-payment" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../../../primitives/runtime" } -sp-weights = { version = "4.0.0", default-features = false, path = "../../../../primitives/weights" } +pallet-transaction-payment = { default-features = false, path = "../../../transaction-payment" } +sp-api = { default-features = false, path = "../../../../primitives/api" } +sp-runtime = { default-features = false, path = "../../../../primitives/runtime" } +sp-weights = { default-features = false, path = "../../../../primitives/weights" } [features] default = ["std"] diff --git a/frame/transaction-storage/Cargo.toml b/frame/transaction-storage/Cargo.toml index 73867c3643a69..62a8b09cbf360 100644 --- a/frame/transaction-storage/Cargo.toml +++ b/frame/transaction-storage/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-transaction-storage" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Unlicense" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Storage chain pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,20 +17,20 @@ array-bytes = { version = "4.1", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../balances" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-transaction-storage-proof = { version = "4.0.0-dev", default-features = false, path = "../../primitives/transaction-storage-proof" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-balances = { default-features = false, path = "../balances" } +sp-inherents = { default-features = false, path = "../../primitives/inherents" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-transaction-storage-proof = { default-features = false, path = "../../primitives/transaction-storage-proof" } log = { version = "0.4.17", default-features = false } [dev-dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-transaction-storage-proof = { version = "4.0.0-dev", default-features = true, path = "../../primitives/transaction-storage-proof" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-transaction-storage-proof = { default-features = true, path = "../../primitives/transaction-storage-proof" } [features] default = ["std"] diff --git a/frame/treasury/Cargo.toml b/frame/treasury/Cargo.toml index 993f89ff0faa5..710f8619a65aa 100644 --- a/frame/treasury/Cargo.toml +++ b/frame/treasury/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-treasury" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet to manage treasury" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,16 +20,16 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = impl-trait-for-tuples = "0.2.2" scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../balances" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +pallet-balances = { default-features = false, path = "../balances" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/try-runtime/Cargo.toml b/frame/try-runtime/Cargo.toml index 87aca0d1ed9f0..6ba08c7b2de92 100644 --- a/frame/try-runtime/Cargo.toml +++ b/frame/try-runtime/Cargo.toml @@ -1,22 +1,22 @@ [package] name = "frame-try-runtime" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for democracy" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"]} -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-support = { default-features = false, path = "../support" } +sp-api = { default-features = false, path = "../../primitives/api" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [features] default = [ "std" ] diff --git a/frame/uniques/Cargo.toml b/frame/uniques/Cargo.toml index 6e36240748c4b..3e14b311852c0 100644 --- a/frame/uniques/Cargo.toml +++ b/frame/uniques/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-uniques" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME NFT asset management pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,17 +16,17 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } -sp-std = { version = "5.0.0", path = "../../primitives/std" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } +sp-std = { path = "../../primitives/std" } [features] default = ["std"] diff --git a/frame/utility/Cargo.toml b/frame/utility/Cargo.toml index de293ed5df8af..c65887385c705 100644 --- a/frame/utility/Cargo.toml +++ b/frame/utility/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-utility" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME utilities pallet" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,20 +15,20 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-root-testing = { version = "1.0.0-dev", path = "../root-testing" } -pallet-collective = { version = "4.0.0-dev", path = "../collective" } -pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } +pallet-balances = { path = "../balances" } +pallet-root-testing = { path = "../root-testing" } +pallet-collective = { path = "../collective" } +pallet-timestamp = { path = "../timestamp" } +sp-core = { path = "../../primitives/core" } [features] default = ["std"] diff --git a/frame/vesting/Cargo.toml b/frame/vesting/Cargo.toml index 23fa06454b23c..105debd7f9000 100644 --- a/frame/vesting/Cargo.toml +++ b/frame/vesting/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-vesting" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for manage vesting" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,16 +18,16 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = ] } log = { version = "0.4.17", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } +pallet-balances = { path = "../balances" } +sp-core = { path = "../../primitives/core" } +sp-io = { default-features = false, path = "../../primitives/io" } [features] default = ["std"] diff --git a/frame/whitelist/Cargo.toml b/frame/whitelist/Cargo.toml index f3f44d3187a8e..31a9dddb72381 100644 --- a/frame/whitelist/Cargo.toml +++ b/frame/whitelist/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-whitelist" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME pallet for whitelisting call, and dispatch from specific origin" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -14,18 +14,18 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.1", default-features = false, features = ["derive"] } -frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } +frame-support = { default-features = false, path = "../support" } +frame-system = { default-features = false, path = "../system" } +sp-api = { default-features = false, path = "../../primitives/api" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +sp-std = { default-features = false, path = "../../primitives/std" } [dev-dependencies] -pallet-balances = { version = "4.0.0-dev", path = "../balances" } -pallet-preimage = { version = "4.0.0-dev", path = "../preimage" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../primitives/io" } +pallet-balances = { path = "../balances" } +pallet-preimage = { path = "../preimage" } +sp-core = { path = "../../primitives/core" } +sp-io = { path = "../../primitives/io" } [features] default = ["std"] diff --git a/primitives/api/Cargo.toml b/primitives/api/Cargo.toml index 3139c66cef921..823b03d3aa6c3 100644 --- a/primitives/api/Cargo.toml +++ b/primitives/api/Cargo.toml @@ -1,33 +1,33 @@ [package] name = "sp-api" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate runtime api primitives" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-api-proc-macro = { version = "4.0.0-dev", path = "proc-macro" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-version = { version = "5.0.0", default-features = false, path = "../version" } -sp-state-machine = { version = "0.13.0", default-features = false, optional = true, path = "../state-machine" } -sp-trie = { version = "7.0.0", default-features = false, optional = true, path = "../trie" } +sp-api-proc-macro = { path = "proc-macro" } +sp-core = { default-features = false, path = "../core" } +sp-std = { default-features = false, path = "../std" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-version = { default-features = false, path = "../version" } +sp-state-machine = { default-features = false, optional = true, path = "../state-machine" } +sp-trie = { default-features = false, optional = true, path = "../trie" } hash-db = { version = "0.15.2", optional = true } thiserror = { version = "1.0.30", optional = true } log = { version = "0.4.17", default-features = false } [dev-dependencies] -sp-test-primitives = { version = "2.0.0", path = "../test-primitives" } +sp-test-primitives = { path = "../test-primitives" } [features] default = ["std"] diff --git a/primitives/api/proc-macro/Cargo.toml b/primitives/api/proc-macro/Cargo.toml index 8acc15d6a0591..891df212ff4c6 100644 --- a/primitives/api/proc-macro/Cargo.toml +++ b/primitives/api/proc-macro/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-api-proc-macro" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Macros for declaring and implementing runtime apis." documentation = "https://docs.rs/sp-api-proc-macro" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/api/test/Cargo.toml b/primitives/api/test/Cargo.toml index edc0d43e91437..e78575db0f047 100644 --- a/primitives/api/test/Cargo.toml +++ b/primitives/api/test/Cargo.toml @@ -1,26 +1,26 @@ [package] name = "sp-api-test" -version = "2.0.1" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" publish = false -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "4.0.0-dev", path = "../" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } -sp-version = { version = "5.0.0", path = "../../version" } -sp-tracing = { version = "6.0.0", path = "../../tracing" } -sp-runtime = { version = "7.0.0", path = "../../runtime" } -sp-consensus = { version = "0.10.0-dev", path = "../../consensus/common" } -sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } +sp-api = { path = "../" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } +sp-version = { path = "../../version" } +sp-tracing = { path = "../../tracing" } +sp-runtime = { path = "../../runtime" } +sp-consensus = { path = "../../consensus/common" } +sc-block-builder = { path = "../../../client/block-builder" } codec = { package = "parity-scale-codec", version = "3.0.0" } -sp-state-machine = { version = "0.13.0", path = "../../state-machine" } +sp-state-machine = { path = "../../state-machine" } trybuild = "1.0.60" rustversion = "1.0.6" @@ -28,7 +28,7 @@ rustversion = "1.0.6" criterion = "0.3.0" futures = "0.3.21" log = "0.4.17" -sp-core = { version = "7.0.0", path = "../../core" } +sp-core = { path = "../../core" } [[bench]] name = "bench" diff --git a/primitives/application-crypto/Cargo.toml b/primitives/application-crypto/Cargo.toml index 39a3413bcf981..408d70e2f0ff4 100644 --- a/primitives/application-crypto/Cargo.toml +++ b/primitives/application-crypto/Cargo.toml @@ -1,26 +1,26 @@ [package] name = "sp-application-crypto" -version = "7.0.0" -authors = ["Parity Technologies "] -edition = "2021" description = "Provides facilities for generating application specific crypto wrapper types." license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sp-application-crypto" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../core" } +sp-core = { default-features = false, path = "../core" } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true, features = ["derive"] } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-io = { version = "7.0.0", default-features = false, path = "../io" } +sp-std = { default-features = false, path = "../std" } +sp-io = { default-features = false, path = "../io" } [features] default = [ "std" ] diff --git a/primitives/application-crypto/test/Cargo.toml b/primitives/application-crypto/test/Cargo.toml index b10b7a3218ba6..95db15cd073d4 100644 --- a/primitives/application-crypto/test/Cargo.toml +++ b/primitives/application-crypto/test/Cargo.toml @@ -1,21 +1,21 @@ [package] name = "sp-application-crypto-test" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" description = "Integration tests for application-crypto" license = "Apache-2.0" publish = false -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "4.0.0-dev", path = "../../api" } -sp-application-crypto = { version = "7.0.0", path = "../" } -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-keystore = { version = "0.13.0", default-features = false, path = "../../keystore" } -sp-runtime = { version = "7.0.0", path = "../../runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" } +sp-api = { path = "../../api" } +sp-application-crypto = { path = "../" } +sp-core = { default-features = false, path = "../../core" } +sp-keystore = { default-features = false, path = "../../keystore" } +sp-runtime = { path = "../../runtime" } +substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/primitives/arithmetic/Cargo.toml b/primitives/arithmetic/Cargo.toml index 36c86230e96ce..a1e64a4e17fe1 100644 --- a/primitives/arithmetic/Cargo.toml +++ b/primitives/arithmetic/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-arithmetic" -version = "6.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Minimal fixed point arithmetic primitives and types for runtime." documentation = "https://docs.rs/sp-arithmetic" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -23,13 +23,13 @@ num-traits = { version = "0.2.8", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } static_assertions = "1.1.0" -sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-debug-derive = { default-features = false, path = "../debug-derive" } +sp-std = { default-features = false, path = "../std" } [dev-dependencies] criterion = "0.3" primitive-types = "0.12.0" -sp-core = { version = "7.0.0", features = ["full_crypto"], path = "../core" } +sp-core = { features = ["full_crypto"], path = "../core" } rand = "0.7.2" [features] diff --git a/primitives/arithmetic/fuzzer/Cargo.toml b/primitives/arithmetic/fuzzer/Cargo.toml index 7be800a2e966c..b6cb356c5d409 100644 --- a/primitives/arithmetic/fuzzer/Cargo.toml +++ b/primitives/arithmetic/fuzzer/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-arithmetic-fuzzer" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Fuzzer for fixed point arithmetic primitives." documentation = "https://docs.rs/sp-arithmetic-fuzzer" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] honggfuzz = "0.5.49" num-bigint = "0.4.3" primitive-types = "0.12.0" -sp-arithmetic = { version = "6.0.0", path = ".." } +sp-arithmetic = { path = ".." } [[bin]] name = "biguint" diff --git a/primitives/authority-discovery/Cargo.toml b/primitives/authority-discovery/Cargo.toml index 4b450a4da4a88..12b611dcb70e8 100644 --- a/primitives/authority-discovery/Cargo.toml +++ b/primitives/authority-discovery/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-authority-discovery" -version = "4.0.0-dev" -authors = ["Parity Technologies "] description = "Authority discovery primitives" -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,10 +15,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-api = { default-features = false, path = "../api" } +sp-application-crypto = { default-features = false, path = "../application-crypto" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } [features] default = ["std"] diff --git a/primitives/authorship/Cargo.toml b/primitives/authorship/Cargo.toml index 49107ebed1db0..04920612e3b91 100644 --- a/primitives/authorship/Cargo.toml +++ b/primitives/authorship/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-authorship" -version = "4.0.0-dev" -authors = ["Parity Technologies "] description = "Authorship primitives" -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,9 +15,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] async-trait = { version = "0.1.57", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-inherents = { default-features = false, path = "../inherents" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/primitives/beefy/Cargo.toml b/primitives/beefy/Cargo.toml index b286d9878b44e..953a514a2f7a2 100644 --- a/primitives/beefy/Cargo.toml +++ b/primitives/beefy/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-beefy" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate" description = "Primitives for BEEFY protocol." +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,17 +15,17 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-io = { version = "7.0.0", default-features = false, path = "../io" } -sp-mmr-primitives = { version = "4.0.0-dev", default-features = false, path = "../merkle-mountain-range" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-api = { default-features = false, path = "../api" } +sp-application-crypto = { default-features = false, path = "../application-crypto" } +sp-core = { default-features = false, path = "../core" } +sp-io = { default-features = false, path = "../io" } +sp-mmr-primitives = { default-features = false, path = "../merkle-mountain-range" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } [dev-dependencies] array-bytes = "4.1" -sp-keystore = { version = "0.13.0", path = "../keystore" } +sp-keystore = { path = "../keystore" } [features] default = ["std"] diff --git a/primitives/block-builder/Cargo.toml b/primitives/block-builder/Cargo.toml index 7770a0e210c63..ad1d25c9fe25a 100644 --- a/primitives/block-builder/Cargo.toml +++ b/primitives/block-builder/Cargo.toml @@ -1,23 +1,23 @@ [package] name = "sp-block-builder" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "The block builder runtime api." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-api = { default-features = false, path = "../api" } +sp-inherents = { default-features = false, path = "../inherents" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/primitives/blockchain/Cargo.toml b/primitives/blockchain/Cargo.toml index 7f5f22fe09b73..cb2cb5e0a694f 100644 --- a/primitives/blockchain/Cargo.toml +++ b/primitives/blockchain/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-blockchain" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate blockchain traits and primitives." documentation = "https://docs.rs/sp-blockchain" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,8 +20,8 @@ log = "0.4.17" lru = "0.8.1" parking_lot = "0.12.1" thiserror = "1.0.30" -sp-api = { version = "4.0.0-dev", path = "../api" } -sp-consensus = { version = "0.10.0-dev", path = "../consensus/common" } -sp-database = { version = "4.0.0-dev", path = "../database" } -sp-runtime = { version = "7.0.0", path = "../runtime" } -sp-state-machine = { version = "0.13.0", path = "../state-machine" } +sp-api = { path = "../api" } +sp-consensus = { path = "../consensus/common" } +sp-database = { path = "../database" } +sp-runtime = { path = "../runtime" } +sp-state-machine = { path = "../state-machine" } diff --git a/primitives/consensus/aura/Cargo.toml b/primitives/consensus/aura/Cargo.toml index 51b20e4fb7e01..5b070b1f2b270 100644 --- a/primitives/consensus/aura/Cargo.toml +++ b/primitives/consensus/aura/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-consensus-aura" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Primitives for Aura consensus" -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,14 +16,14 @@ targets = ["x86_64-unknown-linux-gnu"] async-trait = { version = "0.1.57", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../application-crypto" } -sp-consensus = { version = "0.10.0-dev", optional = true, path = "../common" } -sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } -sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" } +sp-api = { default-features = false, path = "../../api" } +sp-application-crypto = { default-features = false, path = "../../application-crypto" } +sp-consensus = { optional = true, path = "../common" } +sp-consensus-slots = { default-features = false, path = "../slots" } +sp-inherents = { default-features = false, path = "../../inherents" } +sp-runtime = { default-features = false, path = "../../runtime" } +sp-std = { default-features = false, path = "../../std" } +sp-timestamp = { default-features = false, path = "../../timestamp" } [features] default = ["std"] diff --git a/primitives/consensus/babe/Cargo.toml b/primitives/consensus/babe/Cargo.toml index 25cb8a2bf64da..a42ecc6fef116 100644 --- a/primitives/consensus/babe/Cargo.toml +++ b/primitives/consensus/babe/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-consensus-babe" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Primitives for BABE consensus" -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,17 +18,17 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = merlin = { version = "2.0", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../application-crypto" } -sp-consensus = { version = "0.10.0-dev", optional = true, path = "../common" } -sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" } -sp-consensus-vrf = { version = "0.10.0-dev", default-features = false, path = "../vrf" } -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" } -sp-keystore = { version = "0.13.0", default-features = false, optional = true, path = "../../keystore" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } -sp-timestamp = { version = "4.0.0-dev", optional = true, path = "../../timestamp" } +sp-api = { default-features = false, path = "../../api" } +sp-application-crypto = { default-features = false, path = "../../application-crypto" } +sp-consensus = { optional = true, path = "../common" } +sp-consensus-slots = { default-features = false, path = "../slots" } +sp-consensus-vrf = { default-features = false, path = "../vrf" } +sp-core = { default-features = false, path = "../../core" } +sp-inherents = { default-features = false, path = "../../inherents" } +sp-keystore = { default-features = false, optional = true, path = "../../keystore" } +sp-runtime = { default-features = false, path = "../../runtime" } +sp-std = { default-features = false, path = "../../std" } +sp-timestamp = { optional = true, path = "../../timestamp" } [features] default = ["std"] diff --git a/primitives/consensus/common/Cargo.toml b/primitives/consensus/common/Cargo.toml index 6df4e5c7232a8..cc5514b241290 100644 --- a/primitives/consensus/common/Cargo.toml +++ b/primitives/consensus/common/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-consensus" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Common utilities for building and using consensus engines in substrate." documentation = "https://docs.rs/sp-consensus/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -22,16 +22,16 @@ futures = { version = "0.3.21", features = ["thread-pool"] } futures-timer = "3.0.1" log = "0.4.17" thiserror = "1.0.30" -sp-core = { version = "7.0.0", path = "../../core" } -sp-inherents = { version = "4.0.0-dev", path = "../../inherents" } -sp-runtime = { version = "7.0.0", path = "../../runtime" } -sp-state-machine = { version = "0.13.0", path = "../../state-machine" } -sp-std = { version = "5.0.0", path = "../../std" } -sp-version = { version = "5.0.0", path = "../../version" } +sp-core = { path = "../../core" } +sp-inherents = { path = "../../inherents" } +sp-runtime = { path = "../../runtime" } +sp-state-machine = { path = "../../state-machine" } +sp-std = { path = "../../std" } +sp-version = { path = "../../version" } [dev-dependencies] futures = "0.3.21" -sp-test-primitives = { version = "2.0.0", path = "../../test-primitives" } +sp-test-primitives = { path = "../../test-primitives" } [features] default = [] diff --git a/primitives/consensus/pow/Cargo.toml b/primitives/consensus/pow/Cargo.toml index 495372089e195..819ecd7b27b6a 100644 --- a/primitives/consensus/pow/Cargo.toml +++ b/primitives/consensus/pow/Cargo.toml @@ -1,23 +1,23 @@ [package] name = "sp-consensus-pow" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Primitives for Aura consensus" -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" } -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-api = { default-features = false, path = "../../api" } +sp-core = { default-features = false, path = "../../core" } +sp-runtime = { default-features = false, path = "../../runtime" } +sp-std = { default-features = false, path = "../../std" } [features] default = ["std"] diff --git a/primitives/consensus/slots/Cargo.toml b/primitives/consensus/slots/Cargo.toml index a7b941b3f498d..6178311805109 100644 --- a/primitives/consensus/slots/Cargo.toml +++ b/primitives/consensus/slots/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-consensus-slots" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Primitives for slots-based consensus" -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0", features = ["derive"], optional = true } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../arithmetic" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } -sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" } +sp-arithmetic = { default-features = false, path = "../../arithmetic" } +sp-runtime = { default-features = false, path = "../../runtime" } +sp-std = { default-features = false, path = "../../std" } +sp-timestamp = { default-features = false, path = "../../timestamp" } [features] default = ["std"] diff --git a/primitives/consensus/vrf/Cargo.toml b/primitives/consensus/vrf/Cargo.toml index 7159da2aa1883..334fd0ab5de72 100644 --- a/primitives/consensus/vrf/Cargo.toml +++ b/primitives/consensus/vrf/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-consensus-vrf" -version = "0.10.0-dev" -authors = ["Parity Technologies "] description = "Primitives for VRF based consensus" -edition = "2021" license = "Apache-2.0" -repository = "https://github.com/paritytech/substrate/" -homepage = "https://substrate.io" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.1.1", default-features = false } schnorrkel = { version = "0.9.1", default-features = false, features = ["preaudit_deprecated", "u64_backend"] } -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-core = { default-features = false, path = "../../core" } +sp-runtime = { default-features = false, path = "../../runtime" } +sp-std = { default-features = false, path = "../../std" } [features] default = ["std"] diff --git a/primitives/core/Cargo.toml b/primitives/core/Cargo.toml index bfec09a13c135..5ca1013380c84 100644 --- a/primitives/core/Cargo.toml +++ b/primitives/core/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-core" -version = "7.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Shareable Substrate types." documentation = "https://docs.rs/sp-core" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -36,10 +36,10 @@ zeroize = { version = "1.4.3", default-features = false } secrecy = { version = "0.8.0", default-features = false } lazy_static = { version = "1.4.0", default-features = false, optional = true } parking_lot = { version = "0.12.1", optional = true } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" } -sp-storage = { version = "7.0.0", default-features = false, path = "../storage" } -sp-externalities = { version = "0.13.0", optional = true, path = "../externalities" } +sp-std = { default-features = false, path = "../std" } +sp-debug-derive = { default-features = false, path = "../debug-derive" } +sp-storage = { default-features = false, path = "../storage" } +sp-externalities = { optional = true, path = "../externalities" } futures = { version = "0.3.21", optional = true } dyn-clonable = { version = "0.9.0", optional = true } thiserror = { version = "1.0.30", optional = true } @@ -57,15 +57,15 @@ libsecp256k1 = { version = "0.7", default-features = false, features = ["static- merlin = { version = "2.0", default-features = false, optional = true } secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc"], optional = true } ss58-registry = { version = "1.34.0", default-features = false } -sp-core-hashing = { version = "5.0.0", path = "./hashing", default-features = false, optional = true } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../runtime-interface" } +sp-core-hashing = { path = "./hashing", default-features = false, optional = true } +sp-runtime-interface = { default-features = false, path = "../runtime-interface" } [dev-dependencies] -sp-serializer = { version = "4.0.0-dev", path = "../serializer" } +sp-serializer = { path = "../serializer" } rand = "0.7.2" criterion = "0.3.3" serde_json = "1.0" -sp-core-hashing-proc-macro = { version = "5.0.0", path = "./hashing/proc-macro" } +sp-core-hashing-proc-macro = { path = "./hashing/proc-macro" } [[bench]] name = "bench" diff --git a/primitives/core/hashing/Cargo.toml b/primitives/core/hashing/Cargo.toml index 1bb67ffff5142..dd52a093dbf00 100644 --- a/primitives/core/hashing/Cargo.toml +++ b/primitives/core/hashing/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-core-hashing" -version = "5.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Primitive core crate hashing implementation." documentation = "https://docs.rs/sp-core-hashing" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,7 +19,7 @@ digest = { version = "0.10.3", default-features = false } sha2 = { version = "0.10.2", default-features = false } sha3 = { version = "0.10.0", default-features = false } twox-hash = { version = "1.6.3", default-features = false, features = ["digest_0_10"] } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-std = { default-features = false, path = "../../std" } [features] default = ["std"] diff --git a/primitives/core/hashing/proc-macro/Cargo.toml b/primitives/core/hashing/proc-macro/Cargo.toml index 6d9747de871c7..758247dedce19 100644 --- a/primitives/core/hashing/proc-macro/Cargo.toml +++ b/primitives/core/hashing/proc-macro/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-core-hashing-proc-macro" -version = "5.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "This crate provides procedural macros for calculating static hash." documentation = "https://docs.rs/sp-core-hashing-proc-macro" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,4 +19,4 @@ proc-macro = true proc-macro2 = "1.0.37" quote = "1.0.6" syn = { version = "1.0.98", features = ["full", "parsing"] } -sp-core-hashing = { version = "5.0.0", default-features = false, path = "../" } +sp-core-hashing = { default-features = false, path = "../" } diff --git a/primitives/database/Cargo.toml b/primitives/database/Cargo.toml index b1105f88ba50f..bda43b4241f38 100644 --- a/primitives/database/Cargo.toml +++ b/primitives/database/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-database" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate database trait." documentation = "https://docs.rs/sp-database" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] kvdb = "0.13.0" diff --git a/primitives/debug-derive/Cargo.toml b/primitives/debug-derive/Cargo.toml index a903b704410c2..d7ebd7f547826 100644 --- a/primitives/debug-derive/Cargo.toml +++ b/primitives/debug-derive/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-debug-derive" -version = "5.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Macros to derive runtime debug implementation." documentation = "https://docs.rs/sp-debug-derive" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] diff --git a/primitives/externalities/Cargo.toml b/primitives/externalities/Cargo.toml index c3d32370dc32f..94c8ca9517fcd 100644 --- a/primitives/externalities/Cargo.toml +++ b/primitives/externalities/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-externalities" -version = "0.13.0" license = "Apache-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate externalities abstraction" documentation = "https://docs.rs/sp-externalities" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } environmental = { version = "1.1.3", default-features = false } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-storage = { version = "7.0.0", default-features = false, path = "../storage" } +sp-std = { default-features = false, path = "../std" } +sp-storage = { default-features = false, path = "../storage" } [features] default = ["std"] diff --git a/primitives/finality-grandpa/Cargo.toml b/primitives/finality-grandpa/Cargo.toml index 1c8011ff764e3..1d6422db38393 100644 --- a/primitives/finality-grandpa/Cargo.toml +++ b/primitives/finality-grandpa/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-finality-grandpa" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Primitives for GRANDPA integration, suitable for WASM compilation." documentation = "https://docs.rs/sp-finality-grandpa" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,12 +19,12 @@ grandpa = { package = "finality-grandpa", version = "0.16.0", default-features = log = { version = "0.4.17", optional = true } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-keystore = { version = "0.13.0", default-features = false, optional = true, path = "../keystore" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-api = { default-features = false, path = "../api" } +sp-application-crypto = { default-features = false, path = "../application-crypto" } +sp-core = { default-features = false, path = "../core" } +sp-keystore = { default-features = false, optional = true, path = "../keystore" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } [features] default = ["std"] diff --git a/primitives/inherents/Cargo.toml b/primitives/inherents/Cargo.toml index 8f6d8aef155ac..899a55eda483a 100644 --- a/primitives/inherents/Cargo.toml +++ b/primitives/inherents/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-inherents" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Provides types and traits for creating and checking inherents." documentation = "https://docs.rs/sp-inherents" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,9 +18,9 @@ async-trait = { version = "0.1.57", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } impl-trait-for-tuples = "0.2.2" thiserror = { version = "1.0.30", optional = true } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", optional = true, default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-core = { default-features = false, path = "../core" } +sp-runtime = { optional = true, default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } [dev-dependencies] futures = "0.3.21" diff --git a/primitives/io/Cargo.toml b/primitives/io/Cargo.toml index cd900b8f158ef..86220aad9c789 100644 --- a/primitives/io/Cargo.toml +++ b/primitives/io/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-io" -version = "7.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "I/O for Substrate runtimes" documentation = "https://docs.rs/sp-io" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,16 +18,16 @@ targets = ["x86_64-unknown-linux-gnu"] bytes = { version = "1.1.0", default-features = false } codec = { package = "parity-scale-codec", version = "3.1.3", default-features = false, features = ["bytes"] } hash-db = { version = "0.15.2", default-features = false } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-keystore = { version = "0.13.0", default-features = false, optional = true, path = "../keystore" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-core = { default-features = false, path = "../core" } +sp-keystore = { default-features = false, optional = true, path = "../keystore" } +sp-std = { default-features = false, path = "../std" } libsecp256k1 = { version = "0.7", optional = true } -sp-state-machine = { version = "0.13.0", default-features = false, optional = true, path = "../state-machine" } -sp-wasm-interface = { version = "7.0.0", path = "../wasm-interface", default-features = false } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../runtime-interface" } -sp-trie = { version = "7.0.0", default-features = false, optional = true, path = "../trie" } -sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" } -sp-tracing = { version = "6.0.0", default-features = false, path = "../tracing" } +sp-state-machine = { default-features = false, optional = true, path = "../state-machine" } +sp-wasm-interface = { path = "../wasm-interface", default-features = false } +sp-runtime-interface = { default-features = false, path = "../runtime-interface" } +sp-trie = { default-features = false, optional = true, path = "../trie" } +sp-externalities = { default-features = false, path = "../externalities" } +sp-tracing = { default-features = false, path = "../tracing" } log = { version = "0.4.17", optional = true } futures = { version = "0.3.21", features = ["thread-pool"], optional = true } parking_lot = { version = "0.12.1", optional = true } diff --git a/primitives/keyring/Cargo.toml b/primitives/keyring/Cargo.toml index 0646dde4f077a..c3a24235ee3ed 100644 --- a/primitives/keyring/Cargo.toml +++ b/primitives/keyring/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-keyring" -version = "7.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Keyring support code for the runtime. A set of test accounts." documentation = "https://docs.rs/sp-keyring" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,5 +16,5 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] lazy_static = "1.4.0" strum = { version = "0.24.1", features = ["derive"] } -sp-core = { version = "7.0.0", path = "../core" } -sp-runtime = { version = "7.0.0", path = "../runtime" } +sp-core = { path = "../core" } +sp-runtime = { path = "../runtime" } diff --git a/primitives/keystore/Cargo.toml b/primitives/keystore/Cargo.toml index 0d5d7ca5637eb..e2fad0b62366b 100644 --- a/primitives/keystore/Cargo.toml +++ b/primitives/keystore/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-keystore" -version = "0.13.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Keystore primitives." documentation = "https://docs.rs/sp-core" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -21,8 +21,8 @@ parking_lot = { version = "0.12.1", default-features = false } schnorrkel = { version = "0.9.1", default-features = false, features = ["preaudit_deprecated", "u64_backend"] } serde = { version = "1.0", optional = true } thiserror = "1.0" -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" } +sp-core = { default-features = false, path = "../core" } +sp-externalities = { default-features = false, path = "../externalities" } [dev-dependencies] rand = "0.7.2" diff --git a/primitives/maybe-compressed-blob/Cargo.toml b/primitives/maybe-compressed-blob/Cargo.toml index 7e2780aa23355..106cf5ee5cc18 100644 --- a/primitives/maybe-compressed-blob/Cargo.toml +++ b/primitives/maybe-compressed-blob/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-maybe-compressed-blob" -version = "4.1.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Handling of blobs, usually Wasm code, which may be compresed" documentation = "https://docs.rs/sp-maybe-compressed-blob" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] thiserror = "1.0" diff --git a/primitives/merkle-mountain-range/Cargo.toml b/primitives/merkle-mountain-range/Cargo.toml index 2e532990a5caf..995841768b847 100644 --- a/primitives/merkle-mountain-range/Cargo.toml +++ b/primitives/merkle-mountain-range/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-mmr-primitives" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Merkle Mountain Range primitives." +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,11 +17,11 @@ scale-info = { version = "2.1.1", default-features = false, features = ["derive" log = { version = "0.4.17", default-features = false } mmr-lib = { package = "ckb-merkle-mountain-range", version = "0.5.2", default-features = false } serde = { version = "1.0.136", features = ["derive"], optional = true } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-api = { default-features = false, path = "../api" } +sp-core = { default-features = false, path = "../core" } +sp-debug-derive = { default-features = false, path = "../debug-derive" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } thiserror = "1.0" [dev-dependencies] diff --git a/primitives/npos-elections/Cargo.toml b/primitives/npos-elections/Cargo.toml index b99b05e0e3a09..9e7f4800eef0d 100644 --- a/primitives/npos-elections/Cargo.toml +++ b/primitives/npos-elections/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-npos-elections" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "NPoS election algorithm primitives" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,14 +16,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-arithmetic = { default-features = false, path = "../arithmetic" } +sp-core = { default-features = false, path = "../core" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } [dev-dependencies] rand = "0.7.3" -substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" } +substrate-test-utils = { path = "../../test-utils" } [features] default = ["std"] diff --git a/primitives/npos-elections/fuzzer/Cargo.toml b/primitives/npos-elections/fuzzer/Cargo.toml index 860ed6b18810d..fc43cc0f4c4af 100644 --- a/primitives/npos-elections/fuzzer/Cargo.toml +++ b/primitives/npos-elections/fuzzer/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-npos-elections-fuzzer" -version = "2.0.0-alpha.5" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Fuzzer for phragmén implementation." documentation = "https://docs.rs/sp-npos-elections-fuzzer" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,8 +19,8 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = honggfuzz = "0.5" rand = { version = "0.8", features = ["std", "small_rng"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-npos-elections = { version = "4.0.0-dev", path = ".." } -sp-runtime = { version = "7.0.0", path = "../../runtime" } +sp-npos-elections = { path = ".." } +sp-runtime = { path = "../../runtime" } [[bin]] name = "reduce" diff --git a/primitives/offchain/Cargo.toml b/primitives/offchain/Cargo.toml index cb567893776e0..ee11aac612606 100644 --- a/primitives/offchain/Cargo.toml +++ b/primitives/offchain/Cargo.toml @@ -1,21 +1,21 @@ [package] description = "Substrate offchain workers primitives" name = "sp-offchain" -version = "4.0.0-dev" license = "Apache-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } +sp-api = { default-features = false, path = "../api" } +sp-core = { default-features = false, path = "../core" } +sp-runtime = { default-features = false, path = "../runtime" } [features] default = ["std"] diff --git a/primitives/panic-handler/Cargo.toml b/primitives/panic-handler/Cargo.toml index 9da052b4a05e1..29dc84e1c2379 100644 --- a/primitives/panic-handler/Cargo.toml +++ b/primitives/panic-handler/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-panic-handler" -version = "5.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Custom panic hook with bug report link" documentation = "https://docs.rs/sp-panic-handler" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/rpc/Cargo.toml b/primitives/rpc/Cargo.toml index ef9fdc544301d..5223455ed3d24 100644 --- a/primitives/rpc/Cargo.toml +++ b/primitives/rpc/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-rpc" -version = "6.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate RPC primitives and utilities." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] rustc-hash = "1.1.0" serde = { version = "1.0.136", features = ["derive"] } -sp-core = { version = "7.0.0", path = "../core" } +sp-core = { path = "../core" } [dev-dependencies] serde_json = "1.0.85" diff --git a/primitives/runtime-interface/Cargo.toml b/primitives/runtime-interface/Cargo.toml index 09f4b83d68b34..cce57cac45b0f 100644 --- a/primitives/runtime-interface/Cargo.toml +++ b/primitives/runtime-interface/Cargo.toml @@ -1,36 +1,36 @@ [package] name = "sp-runtime-interface" -version = "7.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate runtime interface" documentation = "https://docs.rs/sp-runtime-interface/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = { version = "1.1.0", default-features = false } -sp-wasm-interface = { version = "7.0.0", path = "../wasm-interface", default-features = false } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-tracing = { version = "6.0.0", default-features = false, path = "../tracing" } -sp-runtime-interface-proc-macro = { version = "6.0.0", path = "proc-macro" } -sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" } +sp-wasm-interface = { path = "../wasm-interface", default-features = false } +sp-std = { default-features = false, path = "../std" } +sp-tracing = { default-features = false, path = "../tracing" } +sp-runtime-interface-proc-macro = { path = "proc-macro" } +sp-externalities = { default-features = false, path = "../externalities" } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["bytes"] } static_assertions = "1.0.0" primitive-types = { version = "0.12.0", default-features = false } -sp-storage = { version = "7.0.0", default-features = false, path = "../storage" } +sp-storage = { default-features = false, path = "../storage" } impl-trait-for-tuples = "0.2.2" [dev-dependencies] -sp-runtime-interface-test-wasm = { version = "2.0.0", path = "test-wasm" } -sp-state-machine = { version = "0.13.0", path = "../state-machine" } -sp-core = { version = "7.0.0", path = "../core" } -sp-io = { version = "7.0.0", path = "../io" } +sp-runtime-interface-test-wasm = { path = "test-wasm" } +sp-state-machine = { path = "../state-machine" } +sp-core = { path = "../core" } +sp-io = { path = "../io" } rustversion = "1.0.6" trybuild = "1.0.60" diff --git a/primitives/runtime-interface/proc-macro/Cargo.toml b/primitives/runtime-interface/proc-macro/Cargo.toml index 9bc7161012cb1..14876f5811ca6 100644 --- a/primitives/runtime-interface/proc-macro/Cargo.toml +++ b/primitives/runtime-interface/proc-macro/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-runtime-interface-proc-macro" -version = "6.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "This crate provides procedural macros for usage within the context of the Substrate runtime interface." documentation = "https://docs.rs/sp-runtime-interface-proc-macro" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml b/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml index 32d78ec2cee41..4cd18f78cefaf 100644 --- a/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml +++ b/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml @@ -1,25 +1,25 @@ [package] name = "sp-runtime-interface-test-wasm-deprecated" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" build = "build.rs" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../io" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-core = { default-features = false, path = "../../core" } +sp-io = { default-features = false, path = "../../io" } +sp-runtime-interface = { default-features = false, path = "../" } +sp-std = { default-features = false, path = "../../std" } [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder" } +substrate-wasm-builder = { path = "../../../utils/wasm-builder" } [features] default = [ "std" ] diff --git a/primitives/runtime-interface/test-wasm/Cargo.toml b/primitives/runtime-interface/test-wasm/Cargo.toml index 5fb4850af8d9b..c0aaf0f585097 100644 --- a/primitives/runtime-interface/test-wasm/Cargo.toml +++ b/primitives/runtime-interface/test-wasm/Cargo.toml @@ -1,26 +1,26 @@ [package] name = "sp-runtime-interface-test-wasm" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" build = "build.rs" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = { version = "1.1.0", default-features = false } -sp-core = { version = "7.0.0", default-features = false, path = "../../core" } -sp-io = { version = "7.0.0", default-features = false, path = "../../io" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../" } -sp-std = { version = "5.0.0", default-features = false, path = "../../std" } +sp-core = { default-features = false, path = "../../core" } +sp-io = { default-features = false, path = "../../io" } +sp-runtime-interface = { default-features = false, path = "../" } +sp-std = { default-features = false, path = "../../std" } [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder" } +substrate-wasm-builder = { path = "../../../utils/wasm-builder" } [features] default = [ "std" ] diff --git a/primitives/runtime-interface/test/Cargo.toml b/primitives/runtime-interface/test/Cargo.toml index 4e4522fd93dd2..7241d755f3e44 100644 --- a/primitives/runtime-interface/test/Cargo.toml +++ b/primitives/runtime-interface/test/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-runtime-interface-test" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" publish = false -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -14,11 +14,11 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] tracing = "0.1.29" tracing-core = "0.1.28" -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sc-executor-common = { version = "0.10.0-dev", path = "../../../client/executor/common" } -sp-io = { version = "7.0.0", path = "../../io" } -sp-runtime = { version = "7.0.0", path = "../../runtime" } -sp-runtime-interface = { version = "7.0.0", path = "../" } -sp-runtime-interface-test-wasm = { version = "2.0.0", path = "../test-wasm" } -sp-runtime-interface-test-wasm-deprecated = { version = "2.0.0", path = "../test-wasm-deprecated" } -sp-state-machine = { version = "0.13.0", path = "../../state-machine" } +sc-executor = { path = "../../../client/executor" } +sc-executor-common = { path = "../../../client/executor/common" } +sp-io = { path = "../../io" } +sp-runtime = { path = "../../runtime" } +sp-runtime-interface = { path = "../" } +sp-runtime-interface-test-wasm = { path = "../test-wasm" } +sp-runtime-interface-test-wasm-deprecated = { path = "../test-wasm-deprecated" } +sp-state-machine = { path = "../../state-machine" } diff --git a/primitives/runtime/Cargo.toml b/primitives/runtime/Cargo.toml index 8ea6ed3eb3b19..407db303c1630 100644 --- a/primitives/runtime/Cargo.toml +++ b/primitives/runtime/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-runtime" -version = "7.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Runtime Modules shared primitive types." documentation = "https://docs.rs/sp-runtime" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -23,21 +23,21 @@ paste = "1.0" rand = { version = "0.7.2", optional = true } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" } -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-io = { version = "7.0.0", default-features = false, path = "../io" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-weights = { version = "4.0.0", default-features = false, path = "../weights" } +sp-application-crypto = { default-features = false, path = "../application-crypto" } +sp-arithmetic = { default-features = false, path = "../arithmetic" } +sp-core = { default-features = false, path = "../core" } +sp-io = { default-features = false, path = "../io" } +sp-std = { default-features = false, path = "../std" } +sp-weights = { default-features = false, path = "../weights" } [dev-dependencies] rand = "0.7.2" serde_json = "1.0.85" zstd = { version = "0.11.2", default-features = false } -sp-api = { version = "4.0.0-dev", path = "../api" } -sp-state-machine = { version = "0.13.0", path = "../state-machine" } -sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" } +sp-api = { path = "../api" } +sp-state-machine = { path = "../state-machine" } +sp-tracing = { path = "../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../test-utils/runtime/client" } [features] runtime-benchmarks = [] diff --git a/primitives/serializer/Cargo.toml b/primitives/serializer/Cargo.toml index 585e4b4e0dc20..7badfeeb4f344 100644 --- a/primitives/serializer/Cargo.toml +++ b/primitives/serializer/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-serializer" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate customizable serde serializer." documentation = "https://docs.rs/sp-serializer" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/session/Cargo.toml b/primitives/session/Cargo.toml index 94f9e8a23505a..e21200a7167a1 100644 --- a/primitives/session/Cargo.toml +++ b/primitives/session/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-session" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Primitives for sessions" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,11 +15,11 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", optional = true, path = "../runtime" } -sp-staking = { version = "4.0.0-dev", default-features = false, path = "../staking" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-api = { default-features = false, path = "../api" } +sp-core = { default-features = false, path = "../core" } +sp-runtime = { optional = true, path = "../runtime" } +sp-staking = { default-features = false, path = "../staking" } +sp-std = { default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/primitives/staking/Cargo.toml b/primitives/staking/Cargo.toml index 550c1485e992c..aa0966e24704f 100644 --- a/primitives/staking/Cargo.toml +++ b/primitives/staking/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-staking" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "A crate which contains primitives that are useful for implementation that uses staking approaches in general. Definitions related to sessions, slashing, etc go here." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,8 +15,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } [features] default = ["std"] diff --git a/primitives/state-machine/Cargo.toml b/primitives/state-machine/Cargo.toml index 98794db60d30b..817b7476a5cef 100644 --- a/primitives/state-machine/Cargo.toml +++ b/primitives/state-machine/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-state-machine" -version = "0.13.0" -authors = ["Parity Technologies "] description = "Substrate State Machine" -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sp-state-machine" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -24,17 +24,17 @@ smallvec = "1.8.0" thiserror = { version = "1.0.30", optional = true } tracing = { version = "0.1.29", optional = true } trie-root = { version = "0.17.0", default-features = false } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" } -sp-panic-handler = { version = "5.0.0", optional = true, path = "../panic-handler" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-trie = { version = "7.0.0", default-features = false, path = "../trie" } +sp-core = { default-features = false, path = "../core" } +sp-externalities = { default-features = false, path = "../externalities" } +sp-panic-handler = { optional = true, path = "../panic-handler" } +sp-std = { default-features = false, path = "../std" } +sp-trie = { default-features = false, path = "../trie" } [dev-dependencies] array-bytes = "4.1" pretty_assertions = "1.2.1" rand = "0.7.2" -sp-runtime = { version = "7.0.0", path = "../runtime" } +sp-runtime = { path = "../runtime" } trie-db = "0.24.0" assert_matches = "1.5" diff --git a/primitives/std/Cargo.toml b/primitives/std/Cargo.toml index 87ab1a46d8777..6a922a1d6e493 100644 --- a/primitives/std/Cargo.toml +++ b/primitives/std/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-std" -version = "5.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Lowest-abstraction level for the Substrate runtime: just exports useful primitives from std or client/alloc to be used with any code that depends on the runtime." documentation = "https://docs.rs/sp-std" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/storage/Cargo.toml b/primitives/storage/Cargo.toml index eb166ee3730ff..5f9dccef92194 100644 --- a/primitives/storage/Cargo.toml +++ b/primitives/storage/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-storage" -version = "7.0.0" -authors = ["Parity Technologies "] -edition = "2021" description = "Storage related primitives" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" documentation = "https://docs.rs/sp-storage/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,8 +18,8 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = impl-serde = { version = "0.4.0", optional = true } ref-cast = "1.0.0" serde = { version = "1.0.136", features = ["derive"], optional = true } -sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-debug-derive = { default-features = false, path = "../debug-derive" } +sp-std = { default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/primitives/test-primitives/Cargo.toml b/primitives/test-primitives/Cargo.toml index 1d12ed74ee6ce..3926c470bbf40 100644 --- a/primitives/test-primitives/Cargo.toml +++ b/primitives/test-primitives/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-test-primitives" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -14,9 +14,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } +sp-application-crypto = { default-features = false, path = "../application-crypto" } +sp-core = { default-features = false, path = "../core" } +sp-runtime = { default-features = false, path = "../runtime" } [features] default = [ diff --git a/primitives/timestamp/Cargo.toml b/primitives/timestamp/Cargo.toml index 72266a48b0d6c..214eb0e9b2dd8 100644 --- a/primitives/timestamp/Cargo.toml +++ b/primitives/timestamp/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-timestamp" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate core types and inherents for timestamps." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,10 +18,10 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = futures-timer = { version = "3.0.2", optional = true } log = { version = "0.4.17", optional = true } thiserror = { version = "1.0.30", optional = true } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-api = { default-features = false, path = "../api" } +sp-inherents = { default-features = false, path = "../inherents" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/primitives/tracing/Cargo.toml b/primitives/tracing/Cargo.toml index 794785085c8b4..545357c961527 100644 --- a/primitives/tracing/Cargo.toml +++ b/primitives/tracing/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-tracing" -version = "6.0.0" license = "Apache-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Instrumentation primitives and macros for Substrate." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] # let's default to wasm32 @@ -18,7 +18,7 @@ features = ["with-tracing"] targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"] [dependencies] -sp-std = { version = "5.0.0", path = "../std", default-features = false } +sp-std = { path = "../std", default-features = false } codec = { version = "3.0.0", package = "parity-scale-codec", default-features = false, features = [ "derive", ] } diff --git a/primitives/transaction-pool/Cargo.toml b/primitives/transaction-pool/Cargo.toml index 63b34a10cd09f..bf1b375fb3476 100644 --- a/primitives/transaction-pool/Cargo.toml +++ b/primitives/transaction-pool/Cargo.toml @@ -1,21 +1,21 @@ [package] name = "sp-transaction-pool" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Transaction pool runtime facing API." documentation = "https://docs.rs/sp-transaction-pool" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } +sp-api = { default-features = false, path = "../api" } +sp-runtime = { default-features = false, path = "../runtime" } [features] default = [ "std" ] diff --git a/primitives/transaction-storage-proof/Cargo.toml b/primitives/transaction-storage-proof/Cargo.toml index ea6419dfaa1ba..0fd6710e68764 100644 --- a/primitives/transaction-storage-proof/Cargo.toml +++ b/primitives/transaction-storage-proof/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-transaction-storage-proof" -version = "4.0.0-dev" -authors = ["Parity Technologies "] description = "Transaction storage proof primitives" -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,11 +17,11 @@ async-trait = { version = "0.1.57", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.17", optional = true } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-core = { version = "7.0.0", optional = true, path = "../core" } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-trie = { version = "7.0.0", optional = true, path = "../trie" } +sp-core = { optional = true, path = "../core" } +sp-inherents = { default-features = false, path = "../inherents" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } +sp-trie = { optional = true, path = "../trie" } [features] default = [ "std" ] diff --git a/primitives/trie/Cargo.toml b/primitives/trie/Cargo.toml index 68a5fb17c3c34..672f498cb4a35 100644 --- a/primitives/trie/Cargo.toml +++ b/primitives/trie/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-trie" -version = "7.0.0" -authors = ["Parity Technologies "] description = "Patricia trie stuff using a parity-scale-codec node format" -repository = "https://github.com/paritytech/substrate/" license = "Apache-2.0" -edition = "2021" -homepage = "https://substrate.io" documentation = "https://docs.rs/sp-trie" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -32,15 +32,15 @@ thiserror = { version = "1.0.30", optional = true } tracing = { version = "0.1.29", optional = true } trie-db = { version = "0.24.0", default-features = false } trie-root = { version = "0.17.0", default-features = false } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-core = { default-features = false, path = "../core" } +sp-std = { default-features = false, path = "../std" } [dev-dependencies] array-bytes = "4.1" criterion = "0.3.3" trie-bench = "0.33.0" trie-standardmap = "0.15.2" -sp-runtime = { version = "7.0.0", path = "../runtime" } +sp-runtime = { path = "../runtime" } [features] default = ["std"] diff --git a/primitives/version/Cargo.toml b/primitives/version/Cargo.toml index 56fabcd566475..627e9cd76d964 100644 --- a/primitives/version/Cargo.toml +++ b/primitives/version/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-version" -version = "5.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Version module for the Substrate runtime; Provides a function that returns the runtime version." documentation = "https://docs.rs/sp-version" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,10 +20,10 @@ parity-wasm = { version = "0.45", optional = true } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", features = ["derive"], optional = true } thiserror = { version = "1.0.30", optional = true } -sp-core-hashing-proc-macro = { version = "5.0.0", path = "../core/hashing/proc-macro" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } -sp-version-proc-macro = { version = "4.0.0-dev", default-features = false, path = "proc-macro" } +sp-core-hashing-proc-macro = { path = "../core/hashing/proc-macro" } +sp-runtime = { default-features = false, path = "../runtime" } +sp-std = { default-features = false, path = "../std" } +sp-version-proc-macro = { default-features = false, path = "proc-macro" } [features] default = ["std"] diff --git a/primitives/version/proc-macro/Cargo.toml b/primitives/version/proc-macro/Cargo.toml index 3d129d4753a15..82d8a2c9c1b21 100644 --- a/primitives/version/proc-macro/Cargo.toml +++ b/primitives/version/proc-macro/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-version-proc-macro" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Macro for defining a runtime version." documentation = "https://docs.rs/sp-api-proc-macro" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -22,4 +22,4 @@ quote = "1.0.10" syn = { version = "1.0.98", features = ["full", "fold", "extra-traits", "visit"] } [dev-dependencies] -sp-version = { version = "5.0.0", path = ".." } +sp-version = { path = ".." } diff --git a/primitives/wasm-interface/Cargo.toml b/primitives/wasm-interface/Cargo.toml index 1822ae43edb68..e5c23830ef9fd 100644 --- a/primitives/wasm-interface/Cargo.toml +++ b/primitives/wasm-interface/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sp-wasm-interface" -version = "7.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Types and traits for interfacing between the host and the wasm runtime." documentation = "https://docs.rs/sp-wasm-interface" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,7 +19,7 @@ impl-trait-for-tuples = "0.2.2" log = { version = "0.4.17", optional = true } wasmi = { version = "0.13", optional = true } wasmtime = { version = "1.0.0", default-features = false, optional = true } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-std = { default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/primitives/weights/Cargo.toml b/primitives/weights/Cargo.toml index 00996458362fe..7cb47aa6a5a0d 100644 --- a/primitives/weights/Cargo.toml +++ b/primitives/weights/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sp-weights" -version = "4.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Types and traits for interfacing between the host and the wasm runtime." documentation = "https://docs.rs/sp-wasm-interface" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,10 +18,10 @@ impl-trait-for-tuples = "0.2.2" scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } serde = { version = "1.0.136", optional = true, features = ["derive"] } smallvec = "1.8.0" -sp-arithmetic = { version = "6.0.0", default-features = false, path = "../arithmetic" } -sp-core = { version = "7.0.0", default-features = false, path = "../core" } -sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" } -sp-std = { version = "5.0.0", default-features = false, path = "../std" } +sp-arithmetic = { default-features = false, path = "../arithmetic" } +sp-core = { default-features = false, path = "../core" } +sp-debug-derive = { default-features = false, path = "../debug-derive" } +sp-std = { default-features = false, path = "../std" } [features] default = [ "std" ] diff --git a/scripts/ci/node-template-release/Cargo.toml b/scripts/ci/node-template-release/Cargo.toml index 668e0f3f62a7f..b26b7ddc1f6f0 100644 --- a/scripts/ci/node-template-release/Cargo.toml +++ b/scripts/ci/node-template-release/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "node-template-release" -version = "3.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "GPL-3.0" -homepage = "https://substrate.io" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index cd4839fa1cbd7..e4efe615171db 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "substrate-test-utils" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate test utilities" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,8 +15,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] futures = "0.3.16" tokio = { version = "1.22.0", features = ["macros", "time"] } -substrate-test-utils-derive = { version = "0.10.0-dev", path = "./derive" } +substrate-test-utils-derive = { path = "./derive" } [dev-dependencies] trybuild = { version = "1.0.53", features = [ "diff" ] } -sc-service = { version = "0.10.0-dev", path = "../client/service" } +sc-service = { path = "../client/service" } diff --git a/test-utils/client/Cargo.toml b/test-utils/client/Cargo.toml index 106ec21d79464..e691b987f804f 100644 --- a/test-utils/client/Cargo.toml +++ b/test-utils/client/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "substrate-test-client" description = "Client testing utilities" -version = "2.0.1" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,20 +19,20 @@ codec = { package = "parity-scale-codec", version = "3.0.0" } futures = "0.3.21" serde = "1.0.136" serde_json = "1.0.85" -sc-client-api = { version = "4.0.0-dev", path = "../../client/api" } -sc-client-db = { version = "0.10.0-dev", default-features = false, features = [ +sc-client-api = { path = "../../client/api" } +sc-client-db = { default-features = false, features = [ "test-helpers", ], path = "../../client/db" } -sc-consensus = { version = "0.10.0-dev", path = "../../client/consensus/common" } -sc-executor = { version = "0.10.0-dev", path = "../../client/executor" } -sc-offchain = { version = "4.0.0-dev", path = "../../client/offchain" } -sc-service = { version = "0.10.0-dev", default-features = false, features = [ +sc-consensus = { path = "../../client/consensus/common" } +sc-executor = { path = "../../client/executor" } +sc-offchain = { path = "../../client/offchain" } +sc-service = { default-features = false, features = [ "test-helpers", ], path = "../../client/service" } -sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../primitives/core" } -sp-keyring = { version = "7.0.0", path = "../../primitives/keyring" } -sp-keystore = { version = "0.13.0", path = "../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../primitives/state-machine" } +sp-blockchain = { path = "../../primitives/blockchain" } +sp-consensus = { path = "../../primitives/consensus/common" } +sp-core = { path = "../../primitives/core" } +sp-keyring = { path = "../../primitives/keyring" } +sp-keystore = { path = "../../primitives/keystore" } +sp-runtime = { path = "../../primitives/runtime" } +sp-state-machine = { path = "../../primitives/state-machine" } diff --git a/test-utils/derive/Cargo.toml b/test-utils/derive/Cargo.toml index b55ace822ceb3..19b959a6e6800 100644 --- a/test-utils/derive/Cargo.toml +++ b/test-utils/derive/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "substrate-test-utils-derive" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Substrate test utilities macros" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] proc-macro-crate = "1.1.3" diff --git a/test-utils/runtime/Cargo.toml b/test-utils/runtime/Cargo.toml index 7576a63ac3eb1..afc416cc6c9c3 100644 --- a/test-utils/runtime/Cargo.toml +++ b/test-utils/runtime/Cargo.toml @@ -1,50 +1,50 @@ [package] name = "substrate-test-runtime" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" build = "build.rs" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] -beefy-primitives = { version = "4.0.0-dev", default-features = false, path = "../../primitives/beefy", package = "sp-beefy" } -beefy-merkle-tree = { version = "4.0.0-dev", default-features = false, path = "../../frame/beefy-mmr/primitives" } -sp-application-crypto = { version = "7.0.0", default-features = false, path = "../../primitives/application-crypto" } -sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/aura" } -sp-consensus-babe = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/babe" } -sp-block-builder = { version = "4.0.0-dev", default-features = false, path = "../../primitives/block-builder" } +beefy-primitives = { default-features = false, path = "../../primitives/beefy", package = "sp-beefy" } +beefy-merkle-tree = { default-features = false, path = "../../frame/beefy-mmr/primitives" } +sp-application-crypto = { default-features = false, path = "../../primitives/application-crypto" } +sp-consensus-aura = { default-features = false, path = "../../primitives/consensus/aura" } +sp-consensus-babe = { default-features = false, path = "../../primitives/consensus/babe" } +sp-block-builder = { default-features = false, path = "../../primitives/block-builder" } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../primitives/inherents" } -sp-keyring = { version = "7.0.0", optional = true, path = "../../primitives/keyring" } +sp-inherents = { default-features = false, path = "../../primitives/inherents" } +sp-keyring = { optional = true, path = "../../primitives/keyring" } memory-db = { version = "0.31.0", default-features = false } -sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../primitives/offchain" } -sp-core = { version = "7.0.0", default-features = false, path = "../../primitives/core" } -sp-std = { version = "5.0.0", default-features = false, path = "../../primitives/std" } -sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../../primitives/runtime-interface" } -sp-io = { version = "7.0.0", default-features = false, path = "../../primitives/io" } -frame-support = { version = "4.0.0-dev", default-features = false, path = "../../frame/support" } -sp-version = { version = "5.0.0", default-features = false, path = "../../primitives/version" } -sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" } -sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" } -sp-runtime = { version = "7.0.0", default-features = false, path = "../../primitives/runtime" } -pallet-babe = { version = "4.0.0-dev", default-features = false, path = "../../frame/babe" } -frame-system = { version = "4.0.0-dev", default-features = false, path = "../../frame/system" } -frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../frame/system/rpc/runtime-api" } -pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../frame/timestamp" } -sp-finality-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../primitives/finality-grandpa" } -sp-trie = { version = "7.0.0", default-features = false, path = "../../primitives/trie" } -sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../primitives/transaction-pool" } +sp-offchain = { default-features = false, path = "../../primitives/offchain" } +sp-core = { default-features = false, path = "../../primitives/core" } +sp-std = { default-features = false, path = "../../primitives/std" } +sp-runtime-interface = { default-features = false, path = "../../primitives/runtime-interface" } +sp-io = { default-features = false, path = "../../primitives/io" } +frame-support = { default-features = false, path = "../../frame/support" } +sp-version = { default-features = false, path = "../../primitives/version" } +sp-session = { default-features = false, path = "../../primitives/session" } +sp-api = { default-features = false, path = "../../primitives/api" } +sp-runtime = { default-features = false, path = "../../primitives/runtime" } +pallet-babe = { default-features = false, path = "../../frame/babe" } +frame-system = { default-features = false, path = "../../frame/system" } +frame-system-rpc-runtime-api = { default-features = false, path = "../../frame/system/rpc/runtime-api" } +pallet-timestamp = { default-features = false, path = "../../frame/timestamp" } +sp-finality-grandpa = { default-features = false, path = "../../primitives/finality-grandpa" } +sp-trie = { default-features = false, path = "../../primitives/trie" } +sp-transaction-pool = { default-features = false, path = "../../primitives/transaction-pool" } trie-db = { version = "0.24.0", default-features = false } -sc-service = { version = "0.10.0-dev", default-features = false, optional = true, features = ["test-helpers"], path = "../../client/service" } -sp-state-machine = { version = "0.13.0", default-features = false, path = "../../primitives/state-machine" } -sp-externalities = { version = "0.13.0", default-features = false, path = "../../primitives/externalities" } +sc-service = { default-features = false, optional = true, features = ["test-helpers"], path = "../../client/service" } +sp-state-machine = { default-features = false, path = "../../primitives/state-machine" } +sp-externalities = { default-features = false, path = "../../primitives/externalities" } # 3rd party cfg-if = "1.0" @@ -52,14 +52,14 @@ log = { version = "0.4.17", default-features = false } serde = { version = "1.0.136", optional = true, features = ["derive"] } [dev-dependencies] -sc-block-builder = { version = "0.10.0-dev", path = "../../client/block-builder" } -sc-executor = { version = "0.10.0-dev", path = "../../client/executor" } -sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" } -substrate-test-runtime-client = { version = "2.0.0", path = "./client" } +sc-block-builder = { path = "../../client/block-builder" } +sc-executor = { path = "../../client/executor" } +sp-consensus = { path = "../../primitives/consensus/common" } +substrate-test-runtime-client = { path = "./client" } futures = "0.3.21" [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", path = "../../utils/wasm-builder" } +substrate-wasm-builder = { path = "../../utils/wasm-builder" } [features] default = [ diff --git a/test-utils/runtime/client/Cargo.toml b/test-utils/runtime/client/Cargo.toml index 2ac944edc637f..1cc689aa9c08a 100644 --- a/test-utils/runtime/client/Cargo.toml +++ b/test-utils/runtime/client/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "substrate-test-runtime-client" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -14,13 +14,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0" } futures = "0.3.21" -sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -substrate-test-client = { version = "2.0.0", path = "../../client" } -substrate-test-runtime = { version = "2.0.0", path = "../../runtime" } +sc-block-builder = { path = "../../../client/block-builder" } +sc-client-api = { path = "../../../client/api" } +sc-consensus = { path = "../../../client/consensus/common" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-consensus = { path = "../../../primitives/consensus/common" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } +substrate-test-client = { path = "../../client" } +substrate-test-runtime = { path = "../../runtime" } diff --git a/test-utils/runtime/transaction-pool/Cargo.toml b/test-utils/runtime/transaction-pool/Cargo.toml index f5cba2b99be56..17c44c1a192a9 100644 --- a/test-utils/runtime/transaction-pool/Cargo.toml +++ b/test-utils/runtime/transaction-pool/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "substrate-test-runtime-transaction-pool" -version = "2.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -16,8 +16,8 @@ codec = { package = "parity-scale-codec", version = "3.0.0" } futures = "0.3.21" parking_lot = "0.12.1" thiserror = "1.0" -sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -substrate-test-runtime-client = { version = "2.0.0", path = "../client" } +sc-transaction-pool = { path = "../../../client/transaction-pool" } +sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-runtime = { path = "../../../primitives/runtime" } +substrate-test-runtime-client = { path = "../client" } diff --git a/test-utils/test-crate/Cargo.toml b/test-utils/test-crate/Cargo.toml index 67966dd2b6015..fe8a95b7517d5 100644 --- a/test-utils/test-crate/Cargo.toml +++ b/test-utils/test-crate/Cargo.toml @@ -1,17 +1,17 @@ [package] name = "substrate-test-utils-test-crate" -version = "0.1.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dev-dependencies] tokio = { version = "1.22.0", features = ["macros"] } -sc-service = { version = "0.10.0-dev", path = "../../client/service" } -test-utils = { package = "substrate-test-utils", version = "4.0.0-dev", path = ".." } +sc-service = { path = "../../client/service" } +test-utils = { package = "substrate-test-utils", path = ".." } diff --git a/utils/build-script-utils/Cargo.toml b/utils/build-script-utils/Cargo.toml index 7150b4fa5adcb..40053eaa59f00 100644 --- a/utils/build-script-utils/Cargo.toml +++ b/utils/build-script-utils/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "substrate-build-script-utils" -version = "3.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Crate with utility functions for `build.rs` scripts." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/utils/fork-tree/Cargo.toml b/utils/fork-tree/Cargo.toml index 4ac176f645bd1..7260246a2a960 100644 --- a/utils/fork-tree/Cargo.toml +++ b/utils/fork-tree/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "fork-tree" -version = "3.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Utility library for managing tree-like ordered data with logic for pruning the tree while finalizing nodes." documentation = "https://docs.rs/fork-tree" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/utils/frame/benchmarking-cli/Cargo.toml b/utils/frame/benchmarking-cli/Cargo.toml index 5173340f7d0d9..77efe579f2e85 100644 --- a/utils/frame/benchmarking-cli/Cargo.toml +++ b/utils/frame/benchmarking-cli/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "frame-benchmarking-cli" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "CLI for benchmarking FRAME" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -35,28 +35,28 @@ serde_nanos = "0.1.2" tempfile = "3.2.0" thiserror = "1.0.30" thousands = "0.2.0" -frame-benchmarking = { version = "4.0.0-dev", path = "../../../frame/benchmarking" } -frame-support = { version = "4.0.0-dev", path = "../../../frame/support" } -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" } -sc-cli = { version = "0.10.0-dev", default-features = false, path = "../../../client/cli" } -sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" } -sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../../../client/db" } -sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" } -sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../client/service" } -sc-sysinfo = { version = "6.0.0-dev", path = "../../../client/sysinfo" } -sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-database = { version = "4.0.0-dev", path = "../../../primitives/database" } -sp-externalities = { version = "0.13.0", path = "../../../primitives/externalities" } -sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" } -sp-keystore = { version = "0.13.0", path = "../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../../primitives/state-machine" } -sp-std = { version = "5.0.0", path = "../../../primitives/std" } -sp-storage = { version = "7.0.0", path = "../../../primitives/storage" } -sp-trie = { version = "7.0.0", path = "../../../primitives/trie" } +frame-benchmarking = { path = "../../../frame/benchmarking" } +frame-support = { path = "../../../frame/support" } +frame-system = { path = "../../../frame/system" } +sc-block-builder = { path = "../../../client/block-builder" } +sc-cli = { default-features = false, path = "../../../client/cli" } +sc-client-api = { path = "../../../client/api" } +sc-client-db = { default-features = false, path = "../../../client/db" } +sc-executor = { path = "../../../client/executor" } +sc-service = { default-features = false, path = "../../../client/service" } +sc-sysinfo = { path = "../../../client/sysinfo" } +sp-api = { path = "../../../primitives/api" } +sp-blockchain = { path = "../../../primitives/blockchain" } +sp-core = { path = "../../../primitives/core" } +sp-database = { path = "../../../primitives/database" } +sp-externalities = { path = "../../../primitives/externalities" } +sp-inherents = { path = "../../../primitives/inherents" } +sp-keystore = { path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-state-machine = { path = "../../../primitives/state-machine" } +sp-std = { path = "../../../primitives/std" } +sp-storage = { path = "../../../primitives/storage" } +sp-trie = { path = "../../../primitives/trie" } gethostname = "0.2.3" [features] diff --git a/utils/frame/frame-utilities-cli/Cargo.toml b/utils/frame/frame-utilities-cli/Cargo.toml index 26e07c79d8f81..9594af0d966d6 100644 --- a/utils/frame/frame-utilities-cli/Cargo.toml +++ b/utils/frame/frame-utilities-cli/Cargo.toml @@ -1,22 +1,22 @@ [package] name = "substrate-frame-cli" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "cli interface for FRAME" documentation = "https://docs.rs/substrate-frame-cli" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] clap = { version = "4.0.9", features = ["derive"] } -frame-support = { version = "4.0.0-dev", path = "../../../frame/support" } -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } +frame-support = { path = "../../../frame/support" } +frame-system = { path = "../../../frame/system" } +sc-cli = { path = "../../../client/cli" } +sp-core = { path = "../../../primitives/core" } +sp-runtime = { path = "../../../primitives/runtime" } [features] default = [] diff --git a/utils/frame/generate-bags/Cargo.toml b/utils/frame/generate-bags/Cargo.toml index 04d598c7843c4..c26559e67dc7b 100644 --- a/utils/frame/generate-bags/Cargo.toml +++ b/utils/frame/generate-bags/Cargo.toml @@ -1,22 +1,22 @@ [package] name = "generate-bags" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Bag threshold generation script for pallet-bag-list" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] # FRAME -frame-support = { version = "4.0.0-dev", path = "../../../frame/support" } -frame-election-provider-support = { version = "4.0.0-dev", path = "../../../frame/election-provider-support" } -frame-system = { version = "4.0.0-dev", path = "../../../frame/system" } -pallet-staking = { version = "4.0.0-dev", path = "../../../frame/staking" } +frame-support = { path = "../../../frame/support" } +frame-election-provider-support = { path = "../../../frame/election-provider-support" } +frame-system = { path = "../../../frame/system" } +pallet-staking = { path = "../../../frame/staking" } # primitives -sp-io = { version = "7.0.0", path = "../../../primitives/io" } +sp-io = { path = "../../../primitives/io" } # third party chrono = { version = "0.4.19" } diff --git a/utils/frame/generate-bags/node-runtime/Cargo.toml b/utils/frame/generate-bags/node-runtime/Cargo.toml index 46d999daba9cf..62f71a37fce43 100644 --- a/utils/frame/generate-bags/node-runtime/Cargo.toml +++ b/utils/frame/generate-bags/node-runtime/Cargo.toml @@ -1,17 +1,17 @@ [package] name = "node-runtime-generate-bags" -version = "3.0.0" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Bag threshold generation script for pallet-bag-list and kitchensink-runtime." publish = false +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [dependencies] -kitchensink-runtime = { version = "3.0.0-dev", path = "../../../../bin/node/runtime" } -generate-bags = { version = "4.0.0-dev", path = "../" } +kitchensink-runtime = { path = "../../../../bin/node/runtime" } +generate-bags = { path = "../" } # third-party clap = { version = "4.0.9", features = ["derive"] } diff --git a/utils/frame/remote-externalities/Cargo.toml b/utils/frame/remote-externalities/Cargo.toml index 4cb847867f374..65ccfe464df27 100644 --- a/utils/frame/remote-externalities/Cargo.toml +++ b/utils/frame/remote-externalities/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-remote-externalities" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "An externalities provided environment that can load itself from remote nodes or cached files" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,17 +17,17 @@ env_logger = "0.9" log = "0.4.17" serde = "1.0.136" serde_json = "1.0" -frame-support = { version = "4.0.0-dev", optional = true, path = "../../../frame/support" } -sp-core = { version = "7.0.0", path = "../../../primitives/core" } -sp-io = { version = "7.0.0", path = "../../../primitives/io" } -sp-runtime = { version = "7.0.0", path = "../../../primitives/runtime" } -sp-version = { version = "5.0.0", path = "../../../primitives/version" } +frame-support = { optional = true, path = "../../../frame/support" } +sp-core = { path = "../../../primitives/core" } +sp-io = { path = "../../../primitives/io" } +sp-runtime = { path = "../../../primitives/runtime" } +sp-version = { path = "../../../primitives/version" } substrate-rpc-client = { path = "../rpc/client" } [dev-dependencies] tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread"] } -frame-support = { version = "4.0.0-dev", path = "../../../frame/support" } -pallet-elections-phragmen = { version = "5.0.0-dev", path = "../../../frame/elections-phragmen" } +frame-support = { path = "../../../frame/support" } +pallet-elections-phragmen = { path = "../../../frame/elections-phragmen" } [features] remote-test = ["frame-support"] diff --git a/utils/frame/rpc/client/Cargo.toml b/utils/frame/rpc/client/Cargo.toml index ee9982971cee3..fa55e20dbff90 100644 --- a/utils/frame/rpc/client/Cargo.toml +++ b/utils/frame/rpc/client/Cargo.toml @@ -1,22 +1,22 @@ [package] name = "substrate-rpc-client" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Shared JSON-RPC client" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpsee = { version = "0.16.2", features = ["ws-client"] } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" } +sc-rpc-api = { path = "../../../../client/rpc-api" } async-trait = "0.1.57" serde = "1" -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sp-runtime = { path = "../../../../primitives/runtime" } log = "0.4" [dev-dependencies] diff --git a/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml b/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml index 3a1b4b8b6cbf8..3fc9ebbbbeaaa 100644 --- a/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml +++ b/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "substrate-state-trie-migration-rpc" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Node-specific RPC methods for interaction with state trie migration." readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -28,9 +28,9 @@ trie-db = "0.24.0" jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] } # Substrate Dependencies -sc-client-api = { version = "4.0.0-dev", path = "../../../../client/api" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +sc-client-api = { path = "../../../../client/api" } +sc-rpc-api = { path = "../../../../client/rpc-api" } +sp-runtime = { path = "../../../../primitives/runtime" } [dev-dependencies] serde_json = "1" diff --git a/utils/frame/rpc/support/Cargo.toml b/utils/frame/rpc/support/Cargo.toml index d098877e7302c..7f023276890d3 100644 --- a/utils/frame/rpc/support/Cargo.toml +++ b/utils/frame/rpc/support/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "substrate-frame-rpc-support" -version = "3.0.0" +license = "Apache-2.0" +description = "Substrate RPC for FRAME's support" authors = [ "Parity Technologies ", "Andrew Dirksen ", ] -edition = "2021" -license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" -description = "Substrate RPC for FRAME's support" +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -19,14 +19,14 @@ codec = { package = "parity-scale-codec", version = "3.0.0" } futures = "0.3.21" jsonrpsee = { version = "0.16.2", features = ["jsonrpsee-types"] } serde = "1" -frame-support = { version = "4.0.0-dev", path = "../../../../frame/support" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" } -sp-storage = { version = "7.0.0", path = "../../../../primitives/storage" } +frame-support = { path = "../../../../frame/support" } +sc-rpc-api = { path = "../../../../client/rpc-api" } +sp-storage = { path = "../../../../primitives/storage" } [dev-dependencies] scale-info = "2.1.1" jsonrpsee = { version = "0.16.2", features = ["ws-client", "jsonrpsee-types"] } tokio = "1.22.0" -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } -frame-system = { version = "4.0.0-dev", path = "../../../../frame/system" } +sp-core = { path = "../../../../primitives/core" } +sp-runtime = { path = "../../../../primitives/runtime" } +frame-system = { path = "../../../../frame/system" } diff --git a/utils/frame/rpc/system/Cargo.toml b/utils/frame/rpc/system/Cargo.toml index 92cf6882a10f1..cf6b8064b5640 100644 --- a/utils/frame/rpc/system/Cargo.toml +++ b/utils/frame/rpc/system/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "substrate-frame-rpc-system" -version = "4.0.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "FRAME's system exposed over Substrate RPC" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -18,19 +18,19 @@ codec = { package = "parity-scale-codec", version = "3.0.0" } jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] } futures = "0.3.21" log = "0.4.17" -frame-system-rpc-runtime-api = { version = "4.0.0-dev", path = "../../../../frame/system/rpc/runtime-api" } -sc-client-api = { version = "4.0.0-dev", path = "../../../../client/api" } -sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" } -sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../../client/transaction-pool/api" } -sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" } -sp-block-builder = { version = "4.0.0-dev", path = "../../../../primitives/block-builder" } -sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" } -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } +frame-system-rpc-runtime-api = { path = "../../../../frame/system/rpc/runtime-api" } +sc-client-api = { path = "../../../../client/api" } +sc-rpc-api = { path = "../../../../client/rpc-api" } +sc-transaction-pool-api = { path = "../../../../client/transaction-pool/api" } +sp-api = { path = "../../../../primitives/api" } +sp-block-builder = { path = "../../../../primitives/block-builder" } +sp-blockchain = { path = "../../../../primitives/blockchain" } +sp-core = { path = "../../../../primitives/core" } +sp-runtime = { path = "../../../../primitives/runtime" } [dev-dependencies] -sc-transaction-pool = { version = "4.0.0-dev", path = "../../../../client/transaction-pool" } +sc-transaction-pool = { path = "../../../../client/transaction-pool" } tokio = "1.22.0" assert_matches = "1.3.0" -sp-tracing = { version = "6.0.0", path = "../../../../primitives/tracing" } -substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" } +sp-tracing = { path = "../../../../primitives/tracing" } +substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" } diff --git a/utils/frame/try-runtime/cli/Cargo.toml b/utils/frame/try-runtime/cli/Cargo.toml index 2b095fc9419b9..d5487b9ccd632 100644 --- a/utils/frame/try-runtime/cli/Cargo.toml +++ b/utils/frame/try-runtime/cli/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "try-runtime-cli" -version = "0.10.0-dev" -authors = ["Parity Technologies "] -edition = "2021" license = "Apache-2.0" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" description = "Cli command runtime testing and dry-running" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -17,19 +17,19 @@ log = "0.4.17" parity-scale-codec = "3.0.0" serde = "1.0.136" zstd = { version = "0.11.2", default-features = false } -remote-externalities = { version = "0.10.0-dev", path = "../../remote-externalities", package = "frame-remote-externalities" } -sc-chain-spec = { version = "4.0.0-dev", path = "../../../../client/chain-spec" } -sc-cli = { version = "0.10.0-dev", path = "../../../../client/cli" } -sc-executor = { version = "0.10.0-dev", path = "../../../../client/executor" } -sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../../client/service" } -sp-core = { version = "7.0.0", path = "../../../../primitives/core" } -sp-externalities = { version = "0.13.0", path = "../../../../primitives/externalities" } -sp-io = { version = "7.0.0", path = "../../../../primitives/io" } -sp-keystore = { version = "0.13.0", path = "../../../../primitives/keystore" } -sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" } -sp-state-machine = { version = "0.13.0", path = "../../../../primitives/state-machine" } -sp-version = { version = "5.0.0", path = "../../../../primitives/version" } -sp-weights = { version = "4.0.0", path = "../../../../primitives/weights" } +remote-externalities = { path = "../../remote-externalities", package = "frame-remote-externalities" } +sc-chain-spec = { path = "../../../../client/chain-spec" } +sc-cli = { path = "../../../../client/cli" } +sc-executor = { path = "../../../../client/executor" } +sc-service = { default-features = false, path = "../../../../client/service" } +sp-core = { path = "../../../../primitives/core" } +sp-externalities = { path = "../../../../primitives/externalities" } +sp-io = { path = "../../../../primitives/io" } +sp-keystore = { path = "../../../../primitives/keystore" } +sp-runtime = { path = "../../../../primitives/runtime" } +sp-state-machine = { path = "../../../../primitives/state-machine" } +sp-version = { path = "../../../../primitives/version" } +sp-weights = { path = "../../../../primitives/weights" } frame-try-runtime = { optional = true, path = "../../../../frame/try-runtime" } substrate-rpc-client = { path = "../../rpc/client" } diff --git a/utils/prometheus/Cargo.toml b/utils/prometheus/Cargo.toml index 1371fe6f408c0..2e29e4d95008b 100644 --- a/utils/prometheus/Cargo.toml +++ b/utils/prometheus/Cargo.toml @@ -1,13 +1,13 @@ [package] description = "Endpoint to expose Prometheus metrics" name = "substrate-prometheus-endpoint" -version = "0.10.0-dev" license = "Apache-2.0" -authors = ["Parity Technologies "] -edition = "2021" -homepage = "https://substrate.io" -repository = "https://github.com/paritytech/substrate/" readme = "README.md" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/utils/wasm-builder/Cargo.toml b/utils/wasm-builder/Cargo.toml index 46c5929969fbb..6b683809ddea4 100644 --- a/utils/wasm-builder/Cargo.toml +++ b/utils/wasm-builder/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "substrate-wasm-builder" -version = "5.0.0-dev" -authors = ["Parity Technologies "] description = "Utility for building WASM binaries" -edition = "2021" readme = "README.md" -repository = "https://github.com/paritytech/substrate/" license = "Apache-2.0" -homepage = "https://substrate.io" +authors.workspace = true +edition.workspace = true +version.workspace = true +homepage.workspace = true +repository.workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -20,6 +20,6 @@ strum = { version = "0.24.1", features = ["derive"] } tempfile = "3.1.0" toml = "0.5.4" walkdir = "2.3.2" -sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" } +sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" } filetime = "0.2.16" -wasm-opt = "0.110" \ No newline at end of file +wasm-opt = "0.110"