diff --git a/.github/workflows/check-semver.yml b/.github/workflows/check-semver.yml index 1e6d2f07a7c90..95a09192cac7d 100644 --- a/.github/workflows/check-semver.yml +++ b/.github/workflows/check-semver.yml @@ -66,29 +66,29 @@ jobs: echo "PRDOC_EXTRA_ARGS=--max-bump minor" >> $GITHUB_ENV - name: Echo Skip - if: ${{ contains(github.event.pull_request.labels.*.name, 'R0-silent') }} - run: echo "Skipping this PR because it is labeled as R0-silent." + if: ${{ contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }} + run: echo "Skipping this PR because it is labeled as R0-no-crate-publish-required." - name: Rust Cache - if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }} + if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }} uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7 with: cache-on-failure: true - name: Rust compilation prerequisites - if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }} + if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }} run: | rustup default $TOOLCHAIN rustup target add wasm32-unknown-unknown --toolchain $TOOLCHAIN rustup component add rust-src --toolchain $TOOLCHAIN - name: Install parity-publish - if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }} + if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }} # Set the target dir to cache the build. run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.10.4 --locked -q - name: Get original PR number - if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }} + if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }} shell: bash env: PR_TITLE: ${{ github.event.pull_request.title }} @@ -108,7 +108,7 @@ jobs: echo "PR_NUMBER=$original_pr_number" >> $GITHUB_ENV - name: Check semver - if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-silent') }} + if: ${{ !contains(github.event.pull_request.labels.*.name, 'R0-no-crate-publish-required') }} env: PRDOC_EXTRA_ARGS: ${{ env.PRDOC_EXTRA_ARGS }} PR: ${{ env.PR_NUMBER }} @@ -137,7 +137,7 @@ jobs: exit 1 fi - + # Only enforce SemVer restrictions for backports targeting stable branches if [[ "$BASE_BRANCH" != stable* ]]; then echo "ℹ️ Branch '$BASE_BRANCH' is not a stable branch. Skipping SemVer backport-specific enforcements." diff --git a/Cargo.lock b/Cargo.lock index 1364078d8bd71..0b6d0d8c1ef1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1182,7 +1182,7 @@ dependencies = [ [[package]] name = "asset-hub-westend-runtime" -version = "0.30.2" +version = "0.31.0" dependencies = [ "asset-test-utils", "assets-common", @@ -3291,7 +3291,7 @@ dependencies = [ [[package]] name = "collectives-westend-runtime" -version = "18.1.0" +version = "19.0.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -4171,7 +4171,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.22.0" +version = "0.23.0" dependencies = [ "clap", "parity-scale-codec", @@ -4187,7 +4187,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.22.0" +version = "0.23.0" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -4217,7 +4217,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" -version = "0.22.1" +version = "0.23.0" dependencies = [ "async-trait", "cumulus-client-collator", @@ -4268,7 +4268,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.22.0" +version = "0.23.0" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -4315,7 +4315,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" -version = "0.22.0" +version = "0.23.0" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -4337,7 +4337,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" -version = "0.22.0" +version = "0.23.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4370,7 +4370,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" -version = "0.16.0" +version = "0.17.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4389,7 +4389,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" -version = "0.22.0" +version = "0.23.0" dependencies = [ "assert_matches", "async-trait", @@ -4421,7 +4421,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" -version = "0.23.0" +version = "0.24.0" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -4763,7 +4763,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.23.1" +version = "0.24.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4790,7 +4790,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.22.0" +version = "0.23.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4808,7 +4808,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.23.2" +version = "0.24.0" dependencies = [ "array-bytes", "async-trait", @@ -4841,7 +4841,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.22.0" +version = "0.23.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -5761,7 +5761,7 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "20.1.0" +version = "21.0.0" dependencies = [ "asset-test-utils", "bp-messages", @@ -6435,7 +6435,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "47.2.0" +version = "48.0.0" dependencies = [ "Inflector", "array-bytes", @@ -6676,7 +6676,7 @@ dependencies = [ [[package]] name = "frame-omni-bencher" -version = "0.11.1" +version = "0.12.0" dependencies = [ "assert_cmd", "clap", @@ -6694,7 +6694,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.50.0" +version = "0.51.0" dependencies = [ "futures", "indicatif", @@ -6872,7 +6872,7 @@ dependencies = [ [[package]] name = "frame-system" -version = "40.1.0" +version = "40.2.0" dependencies = [ "cfg-if", "criterion", @@ -6893,7 +6893,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "40.0.0" +version = "40.0.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7379,7 +7379,7 @@ dependencies = [ [[package]] name = "governance-westend-integration-tests" -version = "0.0.0" +version = "0.1.0" dependencies = [ "collectives-westend-runtime", "emulated-integration-tests-common", @@ -8863,7 +8863,7 @@ dependencies = [ "pallet-example-mbm", "pallet-example-tasks", "parity-scale-codec", - "polkadot-sdk 2503.0.1", + "polkadot-sdk 2503.1.1", "primitive-types 0.13.1", "scale-info", "serde_json", @@ -10096,7 +10096,7 @@ dependencies = [ "futures-timer", "jsonrpsee", "minimal-template-runtime", - "polkadot-sdk 2503.0.1", + "polkadot-sdk 2503.1.1", ] [[package]] @@ -10105,7 +10105,7 @@ version = "0.1.0" dependencies = [ "pallet-minimal-template", "parity-scale-codec", - "polkadot-sdk 2503.0.1", + "polkadot-sdk 2503.1.1", "scale-info", "serde_json", ] @@ -10158,7 +10158,7 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "44.0.0" +version = "45.0.0" dependencies = [ "futures", "log", @@ -11400,7 +11400,7 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "41.1.0" +version = "41.1.1" dependencies = [ "docify", "frame-benchmarking", @@ -12366,7 +12366,7 @@ dependencies = [ [[package]] name = "pallet-migrations" -version = "10.1.0" +version = "10.1.1" dependencies = [ "docify", "frame-benchmarking", @@ -12390,7 +12390,7 @@ name = "pallet-minimal-template" version = "0.1.0" dependencies = [ "parity-scale-codec", - "polkadot-sdk 2503.0.1", + "polkadot-sdk 2503.1.1", "scale-info", ] @@ -12835,7 +12835,7 @@ dependencies = [ [[package]] name = "pallet-revive-eth-rpc" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "clap", @@ -12872,7 +12872,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "cargo_metadata", @@ -13178,7 +13178,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "44.1.0" +version = "45.0.0" dependencies = [ "frame-benchmarking", "frame-remote-externalities", @@ -13565,7 +13565,7 @@ dependencies = [ "jsonrpsee", "log", "parachain-template-runtime", - "polkadot-sdk 2503.0.1", + "polkadot-sdk 2503.1.1", "serde", "substrate-prometheus-endpoint", ] @@ -13580,7 +13580,7 @@ dependencies = [ "log", "pallet-parachain-template", "parity-scale-codec", - "polkadot-sdk 2503.0.1", + "polkadot-sdk 2503.1.1", "scale-info", "serde_json", "smallvec", @@ -14274,7 +14274,7 @@ dependencies = [ [[package]] name = "polkadot" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_cmd", "color-eyre", @@ -14295,7 +14295,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "futures", @@ -14323,7 +14323,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "bitvec", @@ -14348,7 +14348,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "fatality", @@ -14378,7 +14378,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "async-trait", @@ -14419,7 +14419,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "23.0.0" +version = "24.0.0" dependencies = [ "clap", "frame-benchmarking-cli", @@ -14444,7 +14444,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "bitvec", @@ -14485,7 +14485,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "22.1.0" +version = "23.0.0" dependencies = [ "assert_matches", "async-channel 1.9.0", @@ -14529,7 +14529,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "async-trait", @@ -14558,7 +14558,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "22.0.0" +version = "23.0.0" dependencies = [ "always-assert", "assert_matches", @@ -14587,7 +14587,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "futures", @@ -14609,7 +14609,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "async-trait", @@ -14651,7 +14651,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" -version = "0.5.0" +version = "0.6.0" dependencies = [ "assert_matches", "async-trait", @@ -14682,7 +14682,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "bitvec", @@ -14708,7 +14708,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "bitvec", @@ -14736,7 +14736,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "22.0.0" +version = "23.0.0" dependencies = [ "futures", "polkadot-node-subsystem", @@ -14752,7 +14752,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "async-trait", @@ -14780,7 +14780,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "22.0.0" +version = "23.0.0" dependencies = [ "futures", "maplit", @@ -14800,7 +14800,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "futures", @@ -14820,7 +14820,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "22.0.1" +version = "23.0.0" dependencies = [ "assert_matches", "fatality", @@ -14847,7 +14847,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "22.0.0" +version = "23.0.0" dependencies = [ "async-trait", "futures", @@ -14863,7 +14863,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "21.0.0" +version = "22.0.0" dependencies = [ "assert_matches", "fatality", @@ -14883,7 +14883,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "22.0.0" +version = "23.0.0" dependencies = [ "bitvec", "fatality", @@ -14903,7 +14903,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "22.0.0" +version = "23.0.0" dependencies = [ "always-assert", "array-bytes", @@ -14945,7 +14945,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "22.0.0" +version = "23.0.0" dependencies = [ "futures", "futures-timer", @@ -15029,7 +15029,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "22.0.0" +version = "23.0.0" dependencies = [ "async-trait", "futures", @@ -15050,7 +15050,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "22.0.0" +version = "23.0.0" dependencies = [ "bs58", "futures", @@ -15073,7 +15073,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "22.0.0" +version = "23.0.0" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -15121,7 +15121,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "22.0.0" +version = "23.0.0" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -15150,7 +15150,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "22.0.0" +version = "23.0.0" dependencies = [ "async-trait", "derive_more 0.99.17", @@ -15177,7 +15177,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "fatality", @@ -15213,7 +15213,7 @@ dependencies = [ [[package]] name = "polkadot-omni-node" -version = "0.5.0" +version = "0.6.0" dependencies = [ "color-eyre", "polkadot-omni-node-lib", @@ -15222,7 +15222,7 @@ dependencies = [ [[package]] name = "polkadot-omni-node-lib" -version = "0.5.1" +version = "0.6.0" dependencies = [ "assert_cmd", "async-trait", @@ -15307,7 +15307,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "22.0.0" +version = "23.0.0" dependencies = [ "assert_matches", "async-trait", @@ -15419,7 +15419,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "23.0.0" +version = "24.0.0" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -15451,7 +15451,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "19.1.0" +version = "19.1.1" dependencies = [ "bitvec", "frame-benchmarking", @@ -15582,7 +15582,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" -version = "2503.0.1" +version = "2503.1.1" dependencies = [ "asset-test-utils", "assets-common", @@ -16003,7 +16003,7 @@ dependencies = [ "parachain-template-runtime", "parity-scale-codec", "polkadot-omni-node-lib", - "polkadot-sdk 2503.0.1", + "polkadot-sdk 2503.1.1", "polkadot-sdk-docs-first-pallet", "polkadot-sdk-docs-first-runtime", "polkadot-sdk-frame", @@ -16118,7 +16118,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "23.1.0" +version = "24.0.0" dependencies = [ "assert_matches", "async-trait", @@ -16234,7 +16234,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "22.0.1" +version = "23.0.0" dependencies = [ "arrayvec 0.7.4", "assert_matches", @@ -16495,7 +16495,7 @@ dependencies = [ [[package]] name = "polkadot-voter-bags" -version = "22.0.0" +version = "23.0.0" dependencies = [ "clap", "generate-bags", @@ -18056,7 +18056,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "22.1.0" +version = "23.0.0" dependencies = [ "binary-merkle-tree", "bitvec", @@ -18686,7 +18686,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.49.0" +version = "0.50.0" dependencies = [ "async-trait", "futures", @@ -18756,7 +18756,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "42.0.0" +version = "43.0.0" dependencies = [ "array-bytes", "clap", @@ -18797,7 +18797,7 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.51.1" +version = "0.52.0" dependencies = [ "array-bytes", "chrono", @@ -18899,7 +18899,7 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.48.0" +version = "0.49.0" dependencies = [ "async-trait", "futures", @@ -18922,7 +18922,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.49.0" +version = "0.50.0" dependencies = [ "async-trait", "futures", @@ -18960,7 +18960,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.49.0" +version = "0.50.0" dependencies = [ "async-trait", "fork-tree", @@ -19002,7 +19002,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.49.0" +version = "0.50.0" dependencies = [ "futures", "jsonrpsee", @@ -19028,7 +19028,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" -version = "28.0.0" +version = "29.0.0" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -19067,7 +19067,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "28.0.0" +version = "29.0.0" dependencies = [ "futures", "jsonrpsee", @@ -19088,7 +19088,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.48.0" +version = "0.49.0" dependencies = [ "fork-tree", "parity-scale-codec", @@ -19100,7 +19100,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.34.0" +version = "0.35.0" dependencies = [ "ahash 0.8.11", "array-bytes", @@ -19149,7 +19149,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.34.0" +version = "0.35.0" dependencies = [ "finality-grandpa", "futures", @@ -19173,7 +19173,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.50.0" +version = "0.51.0" dependencies = [ "assert_matches", "async-trait", @@ -19211,7 +19211,7 @@ dependencies = [ [[package]] name = "sc-consensus-pow" -version = "0.48.0" +version = "0.49.0" dependencies = [ "async-trait", "futures", @@ -19235,7 +19235,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.48.0" +version = "0.49.0" dependencies = [ "async-trait", "futures", @@ -19409,7 +19409,7 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.48.0" +version = "0.49.0" dependencies = [ "console", "futures", @@ -19438,7 +19438,7 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.19.0" +version = "0.20.0" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -19465,7 +19465,7 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.49.2" +version = "0.50.0" dependencies = [ "array-bytes", "assert_matches", @@ -19534,7 +19534,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.49.0" +version = "0.50.0" dependencies = [ "ahash 0.8.11", "async-trait", @@ -19557,7 +19557,7 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.48.0" +version = "0.49.0" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -19577,7 +19577,7 @@ dependencies = [ [[package]] name = "sc-network-statement" -version = "0.31.0" +version = "0.32.0" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -19596,7 +19596,7 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.48.0" +version = "0.49.0" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -19667,7 +19667,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.48.0" +version = "0.49.0" dependencies = [ "array-bytes", "futures", @@ -19685,7 +19685,7 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.15.4" +version = "0.16.0" dependencies = [ "bs58", "bytes", @@ -19704,7 +19704,7 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "44.0.1" +version = "45.0.0" dependencies = [ "async-trait", "bytes", @@ -19753,7 +19753,7 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "44.0.0" +version = "45.0.0" dependencies = [ "assert_matches", "futures", @@ -19791,7 +19791,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.48.0" +version = "0.49.0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -19810,7 +19810,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "21.0.0" +version = "22.0.0" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -19833,7 +19833,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.49.1" +version = "0.50.0" dependencies = [ "array-bytes", "assert_matches", @@ -19909,7 +19909,7 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.50.0" +version = "0.51.0" dependencies = [ "async-trait", "directories", @@ -20051,7 +20051,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.49.0" +version = "0.50.0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -21726,7 +21726,7 @@ dependencies = [ [[package]] name = "snowbridge-pallet-system-frontend" -version = "0.2.1" +version = "0.2.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -21750,7 +21750,7 @@ dependencies = [ [[package]] name = "snowbridge-pallet-system-v2" -version = "0.2.2" +version = "0.2.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -22573,7 +22573,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" -version = "0.15.0" +version = "0.15.1" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -23881,7 +23881,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-chain-spec-builder" -version = "10.0.0" +version = "11.0.0" dependencies = [ "clap", "cmd_lib", @@ -23911,7 +23911,7 @@ dependencies = [ "node-rpc", "node-testing", "parity-scale-codec", - "polkadot-sdk 2503.0.1", + "polkadot-sdk 2503.1.1", "pretty_assertions", "rand 0.8.5", "regex", @@ -23932,7 +23932,7 @@ dependencies = [ [[package]] name = "staging-node-inspect" -version = "0.27.0" +version = "0.28.0" dependencies = [ "clap", "parity-scale-codec", @@ -24144,7 +24144,7 @@ dependencies = [ [[package]] name = "subkey" -version = "24.0.0" +version = "25.0.0" dependencies = [ "clap", "sc-cli", @@ -24240,7 +24240,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-support" -version = "44.0.0" +version = "45.0.0" dependencies = [ "frame-support", "frame-system", @@ -24257,7 +24257,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" -version = "43.0.0" +version = "44.0.0" dependencies = [ "assert_matches", "docify", @@ -24336,7 +24336,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.48.0" +version = "0.49.0" dependencies = [ "async-trait", "jsonrpsee", @@ -24366,7 +24366,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "42.0.0" +version = "43.0.0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -27097,7 +27097,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "22.3.0" +version = "23.0.0" dependencies = [ "approx", "binary-merkle-tree", diff --git a/Plan.toml b/Plan.toml index f7e27184be552..5295ce5e2b3a7 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ # generated by parity-publish v0.10.4 -# command: parity-publish plan --prdoc prdoc/stable2503-7/pr_8980.prdoc +# command: parity-publish plan --patch sp-crypto-ec-utils [options] @@ -98,9 +98,9 @@ to = "12.0.0" [[crate]] # substrate/client/network/types name = "sc-network-types" -from = "0.15.3" -to = "0.15.4" -bump = "minor" +from = "0.15.4" +to = "0.16.0" +bump = "major" reason = "changed" [[crate]] @@ -369,7 +369,9 @@ reason = "changed" # substrate/primitives/crypto/ec-utils name = "sp-crypto-ec-utils" from = "0.15.0" -to = "0.15.0" +to = "0.15.1" +bump = "patch" +reason = "bumped by --patch" [[crate]] # substrate/client/allocator @@ -476,8 +478,8 @@ reason = "changed" [[crate]] # substrate/frame/revive/fixtures name = "pallet-revive-fixtures" -from = "0.3.0" -to = "0.3.1" +from = "0.3.1" +to = "0.3.2" bump = "patch" reason = "changed" @@ -890,8 +892,8 @@ to = "0.1.0" [[crate]] # substrate/frame/system name = "frame-system" -from = "40.0.0" -to = "40.1.0" +from = "40.1.0" +to = "40.2.0" bump = "minor" reason = "changed" @@ -1204,17 +1206,17 @@ reason = "changed" [[crate]] # substrate/client/consensus/common name = "sc-consensus" -from = "0.47.0" -to = "0.48.0" +from = "0.48.0" +to = "0.49.0" bump = "major" reason = "changed" [[crate]] # substrate/client/network name = "sc-network" -from = "0.49.1" -to = "0.49.2" -bump = "minor" +from = "0.49.2" +to = "0.50.0" +bump = "major" reason = "changed" [[crate]] @@ -1352,9 +1354,9 @@ to = "3.0.0" [[crate]] # substrate/frame/system/benchmarking name = "frame-system-benchmarking" -from = "39.0.0" -to = "40.0.0" -bump = "major" +from = "40.0.0" +to = "40.0.1" +bump = "patch" reason = "changed" [[crate]] @@ -1392,9 +1394,9 @@ reason = "changed" [[crate]] # substrate/frame/balances name = "pallet-balances" -from = "41.0.0" -to = "41.1.0" -bump = "minor" +from = "41.1.0" +to = "41.1.1" +bump = "patch" reason = "changed" [[crate]] @@ -1724,73 +1726,73 @@ to = "0.1.0" [[crate]] # substrate/client/authority-discovery name = "sc-authority-discovery" -from = "0.48.0" -to = "0.49.0" +from = "0.49.0" +to = "0.50.0" bump = "major" reason = "changed" [[crate]] # substrate/client/chain-spec name = "sc-chain-spec" -from = "41.0.0" -to = "42.0.0" +from = "42.0.0" +to = "43.0.0" bump = "major" reason = "changed" [[crate]] # substrate/client/consensus/epochs name = "sc-consensus-epochs" -from = "0.47.0" -to = "0.48.0" +from = "0.48.0" +to = "0.49.0" bump = "major" reason = "changed" [[crate]] # substrate/client/consensus/pow name = "sc-consensus-pow" -from = "0.47.0" -to = "0.48.0" +from = "0.48.0" +to = "0.49.0" bump = "major" reason = "changed" [[crate]] # substrate/client/consensus/slots name = "sc-consensus-slots" -from = "0.47.0" -to = "0.48.0" +from = "0.48.0" +to = "0.49.0" bump = "major" reason = "changed" [[crate]] # substrate/client/mixnet name = "sc-mixnet" -from = "0.18.0" -to = "0.19.0" +from = "0.19.0" +to = "0.20.0" bump = "major" reason = "changed" [[crate]] # substrate/client/network/light name = "sc-network-light" -from = "0.47.0" -to = "0.48.0" +from = "0.48.0" +to = "0.49.0" bump = "major" reason = "changed" [[crate]] # substrate/client/network/sync name = "sc-network-sync" -from = "0.47.0" -to = "0.48.0" +from = "0.48.0" +to = "0.49.0" bump = "major" reason = "changed" [[crate]] # substrate/client/offchain name = "sc-offchain" -from = "44.0.0" -to = "44.0.1" -bump = "patch" +from = "44.0.1" +to = "45.0.0" +bump = "major" reason = "changed" [[crate]] @@ -1850,8 +1852,8 @@ to = "0.1.0" [[crate]] # substrate/client/merkle-mountain-range name = "mmr-gadget" -from = "43.0.0" -to = "44.0.0" +from = "44.0.0" +to = "45.0.0" bump = "major" reason = "changed" @@ -2004,8 +2006,8 @@ reason = "changed" [[crate]] # polkadot/node/network/protocol name = "polkadot-node-network-protocol" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" @@ -2020,64 +2022,64 @@ reason = "changed" [[crate]] # substrate/client/consensus/aura name = "sc-consensus-aura" -from = "0.48.0" -to = "0.49.0" +from = "0.49.0" +to = "0.50.0" bump = "major" reason = "changed" [[crate]] # substrate/client/consensus/babe name = "sc-consensus-babe" -from = "0.48.0" -to = "0.49.0" +from = "0.49.0" +to = "0.50.0" bump = "major" reason = "changed" [[crate]] # substrate/client/informant name = "sc-informant" -from = "0.47.0" -to = "0.48.0" +from = "0.48.0" +to = "0.49.0" bump = "major" reason = "changed" [[crate]] # substrate/client/network-gossip name = "sc-network-gossip" -from = "0.48.0" -to = "0.49.0" +from = "0.49.0" +to = "0.50.0" bump = "major" reason = "changed" [[crate]] # substrate/client/network/statement name = "sc-network-statement" -from = "0.30.0" -to = "0.31.0" +from = "0.31.0" +to = "0.32.0" bump = "major" reason = "changed" [[crate]] # substrate/client/network/transactions name = "sc-network-transactions" -from = "0.47.0" -to = "0.48.0" +from = "0.48.0" +to = "0.49.0" bump = "major" reason = "changed" [[crate]] # substrate/client/rpc-api name = "sc-rpc-api" -from = "0.47.0" -to = "0.48.0" +from = "0.48.0" +to = "0.49.0" bump = "major" reason = "changed" [[crate]] # substrate/bin/utils/chain-spec-builder name = "staging-chain-spec-builder" -from = "9.0.0" -to = "10.0.0" +from = "10.0.0" +to = "11.0.0" bump = "major" reason = "changed" @@ -2248,9 +2250,9 @@ reason = "changed" [[crate]] # substrate/frame/migrations name = "pallet-migrations" -from = "10.0.0" -to = "10.1.0" -bump = "minor" +from = "10.1.0" +to = "10.1.1" +bump = "patch" reason = "changed" [[crate]] @@ -2402,8 +2404,8 @@ reason = "changed" [[crate]] # polkadot/node/subsystem-types name = "polkadot-node-subsystem-types" -from = "21.0.1" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" @@ -2416,80 +2418,80 @@ to = "0.1.0" [[crate]] # substrate/client/consensus/babe/rpc name = "sc-consensus-babe-rpc" -from = "0.48.0" -to = "0.49.0" +from = "0.49.0" +to = "0.50.0" bump = "major" reason = "changed" [[crate]] # substrate/client/consensus/beefy name = "sc-consensus-beefy" -from = "27.0.0" -to = "28.0.0" +from = "28.0.0" +to = "29.0.0" bump = "major" reason = "changed" [[crate]] # substrate/client/consensus/grandpa name = "sc-consensus-grandpa" -from = "0.33.0" -to = "0.34.0" +from = "0.34.0" +to = "0.35.0" bump = "major" reason = "changed" [[crate]] # substrate/client/consensus/manual-seal name = "sc-consensus-manual-seal" -from = "0.49.0" -to = "0.50.0" +from = "0.50.0" +to = "0.51.0" bump = "major" reason = "changed" [[crate]] # substrate/client/rpc name = "sc-rpc" -from = "43.0.0" -to = "44.0.0" +from = "44.0.0" +to = "45.0.0" bump = "major" reason = "changed" [[crate]] # substrate/client/rpc-servers name = "sc-rpc-server" -from = "20.0.0" -to = "21.0.0" +from = "21.0.0" +to = "22.0.0" bump = "major" reason = "changed" [[crate]] # substrate/utils/frame/rpc/support name = "substrate-frame-rpc-support" -from = "43.0.0" -to = "44.0.0" +from = "44.0.0" +to = "45.0.0" bump = "major" reason = "changed" [[crate]] # substrate/utils/frame/rpc/system name = "substrate-frame-rpc-system" -from = "42.0.0" -to = "43.0.0" +from = "43.0.0" +to = "44.0.0" bump = "major" reason = "changed" [[crate]] # substrate/utils/frame/rpc/client name = "substrate-rpc-client" -from = "0.47.0" -to = "0.48.0" +from = "0.48.0" +to = "0.49.0" bump = "major" reason = "changed" [[crate]] # substrate/utils/frame/rpc/state-trie-migration-rpc name = "substrate-state-trie-migration-rpc" -from = "41.0.0" -to = "42.0.0" +from = "42.0.0" +to = "43.0.0" bump = "major" reason = "changed" @@ -2536,8 +2538,8 @@ reason = "changed" [[crate]] # substrate/utils/frame/remote-externalities name = "frame-remote-externalities" -from = "0.49.0" -to = "0.50.0" +from = "0.50.0" +to = "0.51.0" bump = "major" reason = "changed" @@ -2656,32 +2658,32 @@ to = "0.1.0" [[crate]] # substrate/client/consensus/beefy/rpc name = "sc-consensus-beefy-rpc" -from = "27.0.0" -to = "28.0.0" +from = "28.0.0" +to = "29.0.0" bump = "major" reason = "changed" [[crate]] # substrate/client/consensus/grandpa/rpc name = "sc-consensus-grandpa-rpc" -from = "0.33.0" -to = "0.34.0" +from = "0.34.0" +to = "0.35.0" bump = "major" reason = "changed" [[crate]] # substrate/client/rpc-spec-v2 name = "sc-rpc-spec-v2" -from = "0.49.0" -to = "0.49.1" -bump = "patch" +from = "0.49.1" +to = "0.50.0" +bump = "major" reason = "changed" [[crate]] # substrate/client/sync-state-rpc name = "sc-sync-state-rpc" -from = "0.48.0" -to = "0.49.0" +from = "0.49.0" +to = "0.50.0" bump = "major" reason = "changed" @@ -2752,9 +2754,9 @@ to = "4.0.0" [[crate]] # substrate/frame/state-trie-migration name = "pallet-state-trie-migration" -from = "44.0.0" -to = "44.1.0" -bump = "minor" +from = "44.1.0" +to = "45.0.0" +bump = "major" reason = "changed" [[crate]] @@ -2766,24 +2768,24 @@ to = "0.1.0" [[crate]] # polkadot/rpc name = "polkadot-rpc" -from = "22.0.0" -to = "23.0.0" +from = "23.0.0" +to = "24.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/runtime/common name = "polkadot-runtime-common" -from = "19.0.0" -to = "19.1.0" -bump = "minor" +from = "19.1.0" +to = "19.1.1" +bump = "patch" reason = "changed" [[crate]] # substrate/client/service name = "sc-service" -from = "0.49.0" -to = "0.50.0" +from = "0.50.0" +to = "0.51.0" bump = "major" reason = "changed" @@ -2874,9 +2876,9 @@ reason = "changed" [[crate]] # substrate/client/cli name = "sc-cli" -from = "0.51.0" -to = "0.51.1" -bump = "patch" +from = "0.51.1" +to = "0.52.0" +bump = "major" reason = "changed" [[crate]] @@ -2938,8 +2940,8 @@ reason = "changed" [[crate]] # cumulus/client/cli name = "cumulus-client-cli" -from = "0.21.1" -to = "0.22.0" +from = "0.22.0" +to = "0.23.0" bump = "major" reason = "changed" @@ -2960,8 +2962,8 @@ reason = "changed" [[crate]] # substrate/frame/revive/rpc name = "pallet-revive-eth-rpc" -from = "0.4.0" -to = "0.5.0" +from = "0.5.0" +to = "0.6.0" bump = "major" reason = "changed" @@ -2976,17 +2978,17 @@ reason = "changed" [[crate]] # polkadot/node/metrics name = "polkadot-node-metrics" -from = "21.1.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/runtime/rococo name = "rococo-runtime" -from = "22.0.0" -to = "22.1.0" -bump = "minor" +from = "22.1.0" +to = "23.0.0" +bump = "major" reason = "changed" [[crate]] @@ -3016,8 +3018,8 @@ reason = "changed" [[crate]] # bridges/snowbridge/pallets/system-frontend name = "snowbridge-pallet-system-frontend" -from = "0.2.0" -to = "0.2.1" +from = "0.2.1" +to = "0.2.2" bump = "patch" reason = "changed" @@ -3040,16 +3042,16 @@ reason = "changed" [[crate]] # substrate/bin/node/inspect name = "staging-node-inspect" -from = "0.26.0" -to = "0.27.0" +from = "0.27.0" +to = "0.28.0" bump = "major" reason = "changed" [[crate]] # substrate/bin/utils/subkey name = "subkey" -from = "23.0.0" -to = "24.0.0" +from = "24.0.0" +to = "25.0.0" bump = "major" reason = "changed" @@ -3070,9 +3072,9 @@ reason = "changed" [[crate]] # polkadot/runtime/westend name = "westend-runtime" -from = "22.2.0" -to = "22.3.0" -bump = "minor" +from = "22.3.0" +to = "23.0.0" +bump = "major" reason = "changed" [[crate]] @@ -3102,9 +3104,9 @@ reason = "changed" [[crate]] # cumulus/parachains/runtimes/collectives/collectives-westend name = "collectives-westend-runtime" -from = "18.0.0" -to = "18.1.0" -bump = "minor" +from = "18.1.0" +to = "19.0.0" +bump = "major" reason = "changed" [[crate]] @@ -3166,16 +3168,16 @@ reason = "changed" [[crate]] # polkadot/node/overseer name = "polkadot-overseer" -from = "21.1.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/utils/generate-bags name = "polkadot-voter-bags" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" @@ -3328,9 +3330,9 @@ reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/asset-hub-westend name = "asset-hub-westend-runtime" -from = "0.30.1" -to = "0.30.2" -bump = "minor" +from = "0.30.2" +to = "0.31.0" +bump = "major" reason = "changed" [[crate]] @@ -3352,8 +3354,8 @@ reason = "changed" [[crate]] # cumulus/client/relay-chain-interface name = "cumulus-relay-chain-interface" -from = "0.21.0" -to = "0.22.0" +from = "0.22.0" +to = "0.23.0" bump = "major" reason = "changed" @@ -3368,8 +3370,8 @@ reason = "changed" [[crate]] # polkadot/node/subsystem name = "polkadot-node-subsystem" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" @@ -3392,8 +3394,8 @@ reason = "changed" [[crate]] # bridges/snowbridge/pallets/system-v2 name = "snowbridge-pallet-system-v2" -from = "0.2.1" -to = "0.2.2" +from = "0.2.2" +to = "0.2.3" bump = "patch" reason = "changed" @@ -3432,88 +3434,88 @@ reason = "changed" [[crate]] # cumulus/client/network name = "cumulus-client-network" -from = "0.21.0" -to = "0.22.0" +from = "0.22.0" +to = "0.23.0" bump = "major" reason = "changed" [[crate]] # cumulus/client/parachain-inherent name = "cumulus-client-parachain-inherent" -from = "0.15.0" -to = "0.16.0" +from = "0.16.0" +to = "0.17.0" bump = "major" reason = "changed" [[crate]] # cumulus/client/pov-recovery name = "cumulus-client-pov-recovery" -from = "0.21.0" -to = "0.22.0" +from = "0.22.0" +to = "0.23.0" bump = "major" reason = "changed" [[crate]] # cumulus/client/relay-chain-rpc-interface name = "cumulus-relay-chain-rpc-interface" -from = "0.21.2" -to = "0.22.0" +from = "0.22.0" +to = "0.23.0" bump = "major" reason = "changed" [[crate]] # cumulus/parachains/integration-tests/emulated/common name = "emulated-integration-tests-common" -from = "20.0.1" -to = "20.1.0" -bump = "minor" +from = "20.1.0" +to = "21.0.0" +bump = "major" reason = "changed" [[crate]] # polkadot/node/network/bridge name = "polkadot-network-bridge" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/chain-api name = "polkadot-node-core-chain-api" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/parachains-inherent name = "polkadot-node-core-parachains-inherent" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/pvf name = "polkadot-node-core-pvf" -from = "21.0.1" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/runtime-api name = "polkadot-node-core-runtime-api" -from = "21.0.1" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/subsystem-util name = "polkadot-node-subsystem-util" -from = "21.1.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" @@ -3550,17 +3552,17 @@ to = "0.1.0" [[crate]] # cumulus/client/consensus/common name = "cumulus-client-consensus-common" -from = "0.21.0" -to = "0.22.0" +from = "0.22.0" +to = "0.23.0" bump = "major" reason = "changed" [[crate]] # substrate/utils/frame/benchmarking-cli name = "frame-benchmarking-cli" -from = "47.1.0" -to = "47.2.0" -bump = "minor" +from = "47.2.0" +to = "48.0.0" +bump = "major" reason = "changed" [[crate]] @@ -3584,144 +3586,144 @@ to = "0.1.0" [[crate]] # polkadot/node/network/approval-distribution name = "polkadot-approval-distribution" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/network/bitfield-distribution name = "polkadot-availability-bitfield-distribution" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/network/availability-distribution name = "polkadot-availability-distribution" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/network/availability-recovery name = "polkadot-availability-recovery" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/network/collator-protocol name = "polkadot-collator-protocol" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/network/dispute-distribution name = "polkadot-dispute-distribution" -from = "22.0.0" -to = "22.1.0" -bump = "minor" +from = "22.1.0" +to = "23.0.0" +bump = "major" reason = "changed" [[crate]] # polkadot/node/network/gossip-support name = "polkadot-gossip-support" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/collation-generation name = "polkadot-node-collation-generation" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/approval-voting name = "polkadot-node-core-approval-voting" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/av-store name = "polkadot-node-core-av-store" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/backing name = "polkadot-node-core-backing" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/bitfield-signing name = "polkadot-node-core-bitfield-signing" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/candidate-validation name = "polkadot-node-core-candidate-validation" -from = "21.0.1" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/chain-selection name = "polkadot-node-core-chain-selection" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/dispute-coordinator name = "polkadot-node-core-dispute-coordinator" -from = "22.0.0" -to = "22.0.1" -bump = "patch" +from = "22.0.1" +to = "23.0.0" +bump = "major" reason = "changed" [[crate]] # polkadot/node/core/prospective-parachains name = "polkadot-node-core-prospective-parachains" -from = "20.0.0" -to = "21.0.0" +from = "21.0.0" +to = "22.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/provisioner name = "polkadot-node-core-provisioner" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" [[crate]] # polkadot/node/core/pvf-checker name = "polkadot-node-core-pvf-checker" -from = "21.0.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" @@ -3734,9 +3736,9 @@ to = "1.0.0" [[crate]] # polkadot/node/network/statement-distribution name = "polkadot-statement-distribution" -from = "22.0.0" -to = "22.0.1" -bump = "patch" +from = "22.0.1" +to = "23.0.0" +bump = "major" reason = "changed" [[crate]] @@ -3766,32 +3768,32 @@ to = "0.1.0" [[crate]] # cumulus/client/collator name = "cumulus-client-collator" -from = "0.21.0" -to = "0.22.0" +from = "0.22.0" +to = "0.23.0" bump = "major" reason = "changed" [[crate]] # cumulus/client/consensus/relay-chain name = "cumulus-client-consensus-relay-chain" -from = "0.21.0" -to = "0.22.0" +from = "0.22.0" +to = "0.23.0" bump = "major" reason = "changed" [[crate]] # substrate/utils/frame/omni-bencher name = "frame-omni-bencher" -from = "0.11.0" -to = "0.11.1" -bump = "minor" +from = "0.11.1" +to = "0.12.0" +bump = "major" reason = "changed" [[crate]] # polkadot/node/core/approval-voting-parallel name = "polkadot-node-core-approval-voting-parallel" -from = "0.4.0" -to = "0.5.0" +from = "0.5.0" +to = "0.6.0" bump = "major" reason = "changed" @@ -3804,17 +3806,17 @@ to = "0.1.0" [[crate]] # cumulus/client/consensus/aura name = "cumulus-client-consensus-aura" -from = "0.22.0" -to = "0.22.1" -bump = "patch" +from = "0.22.1" +to = "0.23.0" +bump = "major" reason = "changed" [[crate]] # polkadot/node/service name = "polkadot-service" -from = "23.0.0" -to = "23.1.0" -bump = "minor" +from = "23.1.0" +to = "24.0.0" +bump = "major" reason = "changed" [[crate]] @@ -3886,9 +3888,9 @@ to = "0.1.0" [[crate]] # cumulus/client/relay-chain-minimal-node name = "cumulus-relay-chain-minimal-node" -from = "0.23.1" -to = "0.23.2" -bump = "patch" +from = "0.23.2" +to = "0.24.0" +bump = "major" reason = "changed" [[crate]] @@ -3912,8 +3914,8 @@ to = "0.1.0" [[crate]] # polkadot/cli name = "polkadot-cli" -from = "22.0.1" -to = "23.0.0" +from = "23.0.0" +to = "24.0.0" bump = "major" reason = "changed" @@ -3926,16 +3928,16 @@ to = "1.0.0" [[crate]] # cumulus/client/relay-chain-inprocess-interface name = "cumulus-relay-chain-inprocess-interface" -from = "0.23.0" -to = "0.23.1" -bump = "patch" +from = "0.23.1" +to = "0.24.0" +bump = "major" reason = "changed" [[crate]] # polkadot name = "polkadot" -from = "21.1.0" -to = "22.0.0" +from = "22.0.0" +to = "23.0.0" bump = "major" reason = "changed" @@ -3966,8 +3968,8 @@ to = "1.0.0" [[crate]] # cumulus/client/service name = "cumulus-client-service" -from = "0.22.0" -to = "0.23.0" +from = "0.23.0" +to = "0.24.0" bump = "major" reason = "changed" @@ -3986,9 +3988,9 @@ to = "0.1.0" [[crate]] # cumulus/polkadot-omni-node/lib name = "polkadot-omni-node-lib" -from = "0.5.0" -to = "0.5.1" -bump = "patch" +from = "0.5.1" +to = "0.6.0" +bump = "major" reason = "changed" [[crate]] @@ -4000,8 +4002,8 @@ to = "0.1.0" [[crate]] # cumulus/polkadot-omni-node name = "polkadot-omni-node" -from = "0.4.0" -to = "0.5.0" +from = "0.5.0" +to = "0.6.0" bump = "major" reason = "changed" @@ -4016,9 +4018,9 @@ reason = "changed" [[crate]] # umbrella name = "polkadot-sdk" -from = "0.12.2" -to = "2503.0.1" -bump = "patch" +from = "2503.0.1" +to = "2503.1.1" +bump = "minor" reason = "changed" [[crate]] diff --git a/bridges/snowbridge/pallets/system-frontend/Cargo.toml b/bridges/snowbridge/pallets/system-frontend/Cargo.toml index 67288a4e0a271..069ed0b6d422f 100644 --- a/bridges/snowbridge/pallets/system-frontend/Cargo.toml +++ b/bridges/snowbridge/pallets/system-frontend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-pallet-system-frontend" description = "Snowbridge System Frontend Pallet" -version = "0.2.1" +version = "0.2.2" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -25,7 +25,7 @@ frame-benchmarking = { optional = true, workspace = true } frame-support.workspace = true frame-system.workspace = true log = { workspace = true } -pallet-asset-conversion = { workspace = true } +pallet-asset-conversion.workspace = true pallet-xcm.workspace = true scale-info = { features = ["derive"], workspace = true } snowbridge-core.workspace = true diff --git a/bridges/snowbridge/pallets/system-v2/Cargo.toml b/bridges/snowbridge/pallets/system-v2/Cargo.toml index 25656071e3cdb..41650bda3fe3c 100644 --- a/bridges/snowbridge/pallets/system-v2/Cargo.toml +++ b/bridges/snowbridge/pallets/system-v2/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-pallet-system-v2" description = "Snowbridge System Pallet V2" -version = "0.2.2" +version = "0.2.3" authors = ["Snowfork "] edition.workspace = true repository.workspace = true diff --git a/bridges/snowbridge/test-utils/Cargo.toml b/bridges/snowbridge/test-utils/Cargo.toml index cf4bb2cf0e6fe..f3bab6c61a5ea 100644 --- a/bridges/snowbridge/test-utils/Cargo.toml +++ b/bridges/snowbridge/test-utils/Cargo.toml @@ -23,7 +23,8 @@ frame-system.default-features = true frame-system.workspace = true hex = { workspace = true, default-features = true } log = { workspace = true, default-features = true } -pallet-asset-conversion = { workspace = true, default-features = true } +pallet-asset-conversion.default-features = true +pallet-asset-conversion.workspace = true pallet-xcm.default-features = true pallet-xcm.workspace = true scale-info = { features = ["derive"], workspace = true, default-features = true } diff --git a/cumulus/client/cli/Cargo.toml b/cumulus/client/cli/Cargo.toml index 80530b03d4726..7e82457378bd6 100644 --- a/cumulus/client/cli/Cargo.toml +++ b/cumulus/client/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-client-cli" -version = "0.22.0" +version = "0.23.0" authors.workspace = true edition.workspace = true description = "Parachain node CLI utilities." diff --git a/cumulus/client/collator/Cargo.toml b/cumulus/client/collator/Cargo.toml index cbc5cc1fded60..bb669c41e6334 100644 --- a/cumulus/client/collator/Cargo.toml +++ b/cumulus/client/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-client-collator" -version = "0.22.0" +version = "0.23.0" authors.workspace = true edition.workspace = true description = "Common node-side functionality and glue code to collate parachain blocks." diff --git a/cumulus/client/consensus/aura/Cargo.toml b/cumulus/client/consensus/aura/Cargo.toml index d4d1d2586366a..138a6b8301d0b 100644 --- a/cumulus/client/consensus/aura/Cargo.toml +++ b/cumulus/client/consensus/aura/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cumulus-client-consensus-aura" description = "AURA consensus algorithm for parachains" -version = "0.22.1" +version = "0.23.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -90,5 +90,5 @@ tracing = { workspace = true, default-features = true } cumulus-test-client = { workspace = true } cumulus-test-relay-sproof-builder = { default-features = false, workspace = true } rstest = { workspace = true } -sp-keyring = { workspace = true, default-features = false } -sp-tracing = { workspace = true, default-features = false } +sp-keyring = { default-features = false, workspace = true } +sp-tracing = { default-features = false, workspace = true } diff --git a/cumulus/client/consensus/common/Cargo.toml b/cumulus/client/consensus/common/Cargo.toml index a50eaadd18f96..e44cab896bc11 100644 --- a/cumulus/client/consensus/common/Cargo.toml +++ b/cumulus/client/consensus/common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cumulus-client-consensus-common" description = "Cumulus specific common consensus implementations" -version = "0.22.0" +version = "0.23.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/client/consensus/relay-chain/Cargo.toml b/cumulus/client/consensus/relay-chain/Cargo.toml index e34829038023b..b43cbb6d7b6ac 100644 --- a/cumulus/client/consensus/relay-chain/Cargo.toml +++ b/cumulus/client/consensus/relay-chain/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cumulus-client-consensus-relay-chain" description = "The relay-chain provided consensus algorithm" -version = "0.22.0" +version = "0.23.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/client/network/Cargo.toml b/cumulus/client/network/Cargo.toml index f91d0c4649fb7..409c09b736185 100644 --- a/cumulus/client/network/Cargo.toml +++ b/cumulus/client/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-client-network" -version = "0.22.0" +version = "0.23.0" authors.workspace = true description = "Cumulus-specific networking protocol" edition.workspace = true diff --git a/cumulus/client/parachain-inherent/Cargo.toml b/cumulus/client/parachain-inherent/Cargo.toml index f8115973ccefc..100eac3eb53c4 100644 --- a/cumulus/client/parachain-inherent/Cargo.toml +++ b/cumulus/client/parachain-inherent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-client-parachain-inherent" -version = "0.16.0" +version = "0.17.0" authors.workspace = true edition.workspace = true description = "Inherent that needs to be present in every parachain block. Contains messages and a relay chain storage-proof." diff --git a/cumulus/client/pov-recovery/Cargo.toml b/cumulus/client/pov-recovery/Cargo.toml index 54949a5bbb1e9..ae4a4700a637f 100644 --- a/cumulus/client/pov-recovery/Cargo.toml +++ b/cumulus/client/pov-recovery/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-client-pov-recovery" -version = "0.22.0" +version = "0.23.0" authors.workspace = true description = "Parachain PoV recovery" edition.workspace = true diff --git a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml index ffec3c9b3aa5a..b85cdefda9533 100644 --- a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml +++ b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml @@ -1,7 +1,7 @@ [package] authors.workspace = true name = "cumulus-relay-chain-inprocess-interface" -version = "0.23.1" +version = "0.24.0" edition.workspace = true description = "Implementation of the RelayChainInterface trait for Polkadot full-nodes." license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/client/relay-chain-interface/Cargo.toml b/cumulus/client/relay-chain-interface/Cargo.toml index 4a0f4ec32761e..524d50eb16894 100644 --- a/cumulus/client/relay-chain-interface/Cargo.toml +++ b/cumulus/client/relay-chain-interface/Cargo.toml @@ -1,7 +1,7 @@ [package] authors.workspace = true name = "cumulus-relay-chain-interface" -version = "0.22.0" +version = "0.23.0" edition.workspace = true description = "Common interface for different relay chain datasources." license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/client/relay-chain-minimal-node/Cargo.toml b/cumulus/client/relay-chain-minimal-node/Cargo.toml index 6e4cf346bd3b9..24247839623d1 100644 --- a/cumulus/client/relay-chain-minimal-node/Cargo.toml +++ b/cumulus/client/relay-chain-minimal-node/Cargo.toml @@ -1,7 +1,7 @@ [package] authors.workspace = true name = "cumulus-relay-chain-minimal-node" -version = "0.23.2" +version = "0.24.0" edition.workspace = true description = "Minimal node implementation to be used in tandem with RPC or light-client mode." license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/client/relay-chain-rpc-interface/Cargo.toml b/cumulus/client/relay-chain-rpc-interface/Cargo.toml index 634f437585894..9063685526bcf 100644 --- a/cumulus/client/relay-chain-rpc-interface/Cargo.toml +++ b/cumulus/client/relay-chain-rpc-interface/Cargo.toml @@ -1,7 +1,7 @@ [package] authors.workspace = true name = "cumulus-relay-chain-rpc-interface" -version = "0.22.0" +version = "0.23.0" edition.workspace = true description = "Implementation of the RelayChainInterface trait that connects to a remote RPC-node." license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/client/service/Cargo.toml b/cumulus/client/service/Cargo.toml index 624695d511b16..31fbacc600287 100644 --- a/cumulus/client/service/Cargo.toml +++ b/cumulus/client/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-client-service" -version = "0.23.0" +version = "0.24.0" authors.workspace = true edition.workspace = true description = "Common functions used to assemble the components of a parachain node." diff --git a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml index 1041d0bf22830..75aab294b0e2d 100644 --- a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "emulated-integration-tests-common" -version = "20.1.0" +version = "21.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/cumulus/parachains/integration-tests/emulated/tests/governance/westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/governance/westend/Cargo.toml index fe57924de231c..44dbcc5fbcf63 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/governance/westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/governance/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "governance-westend-integration-tests" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" @@ -12,21 +12,23 @@ workspace = true [dependencies] codec = { workspace = true, default-features = true } - -# Substrate -frame-support = { workspace = true, default-features = true } -frame-system = { workspace = true, default-features = true } -pallet-utility = { workspace = true, default-features = true } -pallet-whitelist = { workspace = true, default-features = true } -sp-core = { workspace = true, default-features = true } -sp-runtime = { workspace = true, default-features = true } - -pallet-xcm = { workspace = true, default-features = true } -xcm = { workspace = true, default-features = true } - -emulated-integration-tests-common = { workspace = true } - -# Local -collectives-westend-runtime = { workspace = true } -westend-runtime = { workspace = true } -westend-system-emulated-network = { workspace = true } +collectives-westend-runtime.workspace = true +emulated-integration-tests-common.workspace = true +frame-support.default-features = true +frame-support.workspace = true +frame-system.default-features = true +frame-system.workspace = true +pallet-utility.default-features = true +pallet-utility.workspace = true +pallet-whitelist.default-features = true +pallet-whitelist.workspace = true +pallet-xcm.default-features = true +pallet-xcm.workspace = true +sp-core.default-features = true +sp-core.workspace = true +sp-runtime.default-features = true +sp-runtime.workspace = true +westend-runtime.workspace = true +westend-system-emulated-network.workspace = true +xcm.default-features = true +xcm.workspace = true diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index 15ec1d7471502..aa31adbb0cfd5 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asset-hub-westend-runtime" -version = "0.30.2" +version = "0.31.0" authors.workspace = true edition.workspace = true description = "Westend variant of Asset Hub parachain runtime" diff --git a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml index 9a3375d1baaaa..ddbf416955896 100644 --- a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "collectives-westend-runtime" -version = "18.1.0" +version = "19.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/cumulus/polkadot-omni-node/Cargo.toml b/cumulus/polkadot-omni-node/Cargo.toml index 96a93095b759f..24cd65281c893 100644 --- a/cumulus/polkadot-omni-node/Cargo.toml +++ b/cumulus/polkadot-omni-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-omni-node" -version = "0.5.0" +version = "0.6.0" authors.workspace = true edition.workspace = true build = "build.rs" diff --git a/cumulus/polkadot-omni-node/lib/Cargo.toml b/cumulus/polkadot-omni-node/lib/Cargo.toml index 905c5a8d7c11d..a2a62c46f1bcf 100644 --- a/cumulus/polkadot-omni-node/lib/Cargo.toml +++ b/cumulus/polkadot-omni-node/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-omni-node-lib" -version = "0.5.1" +version = "0.6.0" authors.workspace = true edition.workspace = true description = "Helper library that can be used to build a parachain node" diff --git a/cumulus/polkadot-omni-node/lib/src/nodes/mod.rs b/cumulus/polkadot-omni-node/lib/src/nodes/mod.rs index 207a1d0a25713..6b145b82c949c 100644 --- a/cumulus/polkadot-omni-node/lib/src/nodes/mod.rs +++ b/cumulus/polkadot-omni-node/lib/src/nodes/mod.rs @@ -25,7 +25,7 @@ use sc_service::{Configuration, TaskManager}; /// The current node version for cumulus official binaries, which takes the basic /// SemVer form `..`. It should correspond to the latest /// `polkadot` version of a stable release. -pub const NODE_VERSION: &'static str = "1.18.6"; +pub const NODE_VERSION: &'static str = "1.18.7"; /// Trait that extends the `DynNodeSpec` trait with manual seal related logic. /// diff --git a/docs/sdk/Cargo.toml b/docs/sdk/Cargo.toml index 880e58948e7ed..820b6c2cf00c7 100644 --- a/docs/sdk/Cargo.toml +++ b/docs/sdk/Cargo.toml @@ -14,7 +14,6 @@ version = "0.1.0" workspace = true [dependencies] -# Needed for all FRAME-based code chain-spec-builder.default-features = true chain-spec-builder.workspace = true chain-spec-guide-runtime.default-features = true diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 7e0d564af3244..b317dc680b221 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.64.0" readme = "README.md" authors.workspace = true edition.workspace = true -version = "22.0.0" +version = "23.0.0" default-run = "polkadot" homepage.workspace = true repository.workspace = true diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index c23ff00f3d7f2..340e5751b2cfa 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-cli" description = "Polkadot Relay-chain Client Node" -version = "23.0.0" +version = "24.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/collation-generation/Cargo.toml b/polkadot/node/collation-generation/Cargo.toml index 95493dbc0f6aa..5632a1dd9b73e 100644 --- a/polkadot/node/collation-generation/Cargo.toml +++ b/polkadot/node/collation-generation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-collation-generation" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/approval-voting-parallel/Cargo.toml b/polkadot/node/core/approval-voting-parallel/Cargo.toml index c5ad1be39a38c..d692ae10a68a2 100644 --- a/polkadot/node/core/approval-voting-parallel/Cargo.toml +++ b/polkadot/node/core/approval-voting-parallel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-approval-voting-parallel" -version = "0.5.0" +version = "0.6.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/approval-voting/Cargo.toml b/polkadot/node/core/approval-voting/Cargo.toml index 149d713f88057..6970ef9b7a4ee 100644 --- a/polkadot/node/core/approval-voting/Cargo.toml +++ b/polkadot/node/core/approval-voting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-approval-voting" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/av-store/Cargo.toml b/polkadot/node/core/av-store/Cargo.toml index 2d59276efbd69..93391c65623a3 100644 --- a/polkadot/node/core/av-store/Cargo.toml +++ b/polkadot/node/core/av-store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-av-store" description = "The Availability Store subsystem. Wrapper over the DB that stores availability data and chunks." -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/backing/Cargo.toml b/polkadot/node/core/backing/Cargo.toml index a12efa61fc663..e3f28fb6f3a46 100644 --- a/polkadot/node/core/backing/Cargo.toml +++ b/polkadot/node/core/backing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-backing" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/bitfield-signing/Cargo.toml b/polkadot/node/core/bitfield-signing/Cargo.toml index 7174d6d1b8407..641cd1aecc45c 100644 --- a/polkadot/node/core/bitfield-signing/Cargo.toml +++ b/polkadot/node/core/bitfield-signing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-bitfield-signing" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/candidate-validation/Cargo.toml b/polkadot/node/core/candidate-validation/Cargo.toml index b226bb86f1c88..bae65b3d88605 100644 --- a/polkadot/node/core/candidate-validation/Cargo.toml +++ b/polkadot/node/core/candidate-validation/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-candidate-validation" description = "Polkadot crate that implements the Candidate Validation subsystem. Handles requests to validate candidates according to a PVF." -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/chain-api/Cargo.toml b/polkadot/node/core/chain-api/Cargo.toml index 276f3e33b99e6..9439797b3ffb3 100644 --- a/polkadot/node/core/chain-api/Cargo.toml +++ b/polkadot/node/core/chain-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-chain-api" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/chain-selection/Cargo.toml b/polkadot/node/core/chain-selection/Cargo.toml index e956be8c146d7..c0864a3a69db9 100644 --- a/polkadot/node/core/chain-selection/Cargo.toml +++ b/polkadot/node/core/chain-selection/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-chain-selection" description = "Chain Selection Subsystem" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/dispute-coordinator/Cargo.toml b/polkadot/node/core/dispute-coordinator/Cargo.toml index 814315bac9b83..83ccbb1d345b6 100644 --- a/polkadot/node/core/dispute-coordinator/Cargo.toml +++ b/polkadot/node/core/dispute-coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-dispute-coordinator" -version = "22.0.1" +version = "23.0.0" description = "The node-side components that participate in disputes" authors.workspace = true edition.workspace = true diff --git a/polkadot/node/core/parachains-inherent/Cargo.toml b/polkadot/node/core/parachains-inherent/Cargo.toml index 5a76af6013db6..3dd5f24a922fe 100644 --- a/polkadot/node/core/parachains-inherent/Cargo.toml +++ b/polkadot/node/core/parachains-inherent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-parachains-inherent" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/prospective-parachains/Cargo.toml b/polkadot/node/core/prospective-parachains/Cargo.toml index 971d382b3276c..6d20d45f0d292 100644 --- a/polkadot/node/core/prospective-parachains/Cargo.toml +++ b/polkadot/node/core/prospective-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-prospective-parachains" -version = "21.0.0" +version = "22.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/provisioner/Cargo.toml b/polkadot/node/core/provisioner/Cargo.toml index 90812b2b603e8..5abf6e270462f 100644 --- a/polkadot/node/core/provisioner/Cargo.toml +++ b/polkadot/node/core/provisioner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-provisioner" -version = "22.0.0" +version = "23.0.0" description = "Responsible for assembling a relay chain block from a set of available parachain candidates" authors.workspace = true edition.workspace = true diff --git a/polkadot/node/core/pvf-checker/Cargo.toml b/polkadot/node/core/pvf-checker/Cargo.toml index 4b499d5394a4a..1cce40ae67430 100644 --- a/polkadot/node/core/pvf-checker/Cargo.toml +++ b/polkadot/node/core/pvf-checker/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-pvf-checker" description = "Polkadot crate that implements the PVF pre-checking subsystem. Responsible for checking and voting for PVFs that are pending approval." -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/pvf/Cargo.toml b/polkadot/node/core/pvf/Cargo.toml index 90377f050cbe1..ebe7ca73ef3e4 100644 --- a/polkadot/node/core/pvf/Cargo.toml +++ b/polkadot/node/core/pvf/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-pvf" description = "Polkadot crate that implements the PVF validation host. Responsible for coordinating preparation and execution of PVFs." -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/core/runtime-api/Cargo.toml b/polkadot/node/core/runtime-api/Cargo.toml index 481f0e3ad8d1d..5dea7849054c9 100644 --- a/polkadot/node/core/runtime-api/Cargo.toml +++ b/polkadot/node/core/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-runtime-api" -version = "22.0.0" +version = "23.0.0" description = "Wrapper around the parachain-related runtime APIs" authors.workspace = true edition.workspace = true diff --git a/polkadot/node/metrics/Cargo.toml b/polkadot/node/metrics/Cargo.toml index 78a523aa204b9..c9105b3bf0a63 100644 --- a/polkadot/node/metrics/Cargo.toml +++ b/polkadot/node/metrics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-metrics" description = "Subsystem metric helpers" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/network/approval-distribution/Cargo.toml b/polkadot/node/network/approval-distribution/Cargo.toml index d8719f38bf4dd..12d5d4b4fc617 100644 --- a/polkadot/node/network/approval-distribution/Cargo.toml +++ b/polkadot/node/network/approval-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-approval-distribution" -version = "22.0.0" +version = "23.0.0" description = "Polkadot Approval Distribution subsystem for the distribution of assignments and approvals for approval checks on candidates over the network." authors.workspace = true edition.workspace = true diff --git a/polkadot/node/network/availability-distribution/Cargo.toml b/polkadot/node/network/availability-distribution/Cargo.toml index bff7b49aeb06c..6208b39a61f8b 100644 --- a/polkadot/node/network/availability-distribution/Cargo.toml +++ b/polkadot/node/network/availability-distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-availability-distribution" description = "The Availability Distribution subsystem. Requests the required availability data. Also distributes availability data and chunks to requesters." -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/network/availability-recovery/Cargo.toml b/polkadot/node/network/availability-recovery/Cargo.toml index 0c49e223cf4fe..4ae8f18ae4c4f 100644 --- a/polkadot/node/network/availability-recovery/Cargo.toml +++ b/polkadot/node/network/availability-recovery/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-availability-recovery" description = "The Availability Recovery subsystem. Handles requests for recovering the availability data of included candidates." -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/network/bitfield-distribution/Cargo.toml b/polkadot/node/network/bitfield-distribution/Cargo.toml index 0e4a97a74eef4..1d9aea4d1da60 100644 --- a/polkadot/node/network/bitfield-distribution/Cargo.toml +++ b/polkadot/node/network/bitfield-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-availability-bitfield-distribution" -version = "22.0.0" +version = "23.0.0" description = "Polkadot Bitfiled Distribution subsystem, which gossips signed availability bitfields used to compactly determine which backed candidates are available or not based on a 2/3+ quorum." authors.workspace = true edition.workspace = true diff --git a/polkadot/node/network/bridge/Cargo.toml b/polkadot/node/network/bridge/Cargo.toml index bb80ea3de69a4..f87f33c26e4ac 100644 --- a/polkadot/node/network/bridge/Cargo.toml +++ b/polkadot/node/network/bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network-bridge" -version = "22.0.0" +version = "23.0.0" description = "The Network Bridge Subsystem — protocol multiplexer for Polkadot." authors.workspace = true edition.workspace = true diff --git a/polkadot/node/network/collator-protocol/Cargo.toml b/polkadot/node/network/collator-protocol/Cargo.toml index b1dbb6b8e0740..d144fc4336f98 100644 --- a/polkadot/node/network/collator-protocol/Cargo.toml +++ b/polkadot/node/network/collator-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator-protocol" -version = "22.0.0" +version = "23.0.0" description = "Polkadot Collator Protocol subsystem. Allows collators and validators to talk to each other." authors.workspace = true edition.workspace = true diff --git a/polkadot/node/network/dispute-distribution/Cargo.toml b/polkadot/node/network/dispute-distribution/Cargo.toml index bb5fce3163e57..45f4cb6bd0565 100644 --- a/polkadot/node/network/dispute-distribution/Cargo.toml +++ b/polkadot/node/network/dispute-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-dispute-distribution" -version = "22.1.0" +version = "23.0.0" description = "Polkadot Dispute Distribution subsystem, which ensures all concerned validators are aware of a dispute and have the relevant votes." authors.workspace = true edition.workspace = true diff --git a/polkadot/node/network/gossip-support/Cargo.toml b/polkadot/node/network/gossip-support/Cargo.toml index d3735c8065a65..a27c234005690 100644 --- a/polkadot/node/network/gossip-support/Cargo.toml +++ b/polkadot/node/network/gossip-support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-gossip-support" -version = "22.0.0" +version = "23.0.0" description = "Polkadot Gossip Support subsystem. Responsible for keeping track of session changes and issuing a connection request to the relevant validators on every new session." authors.workspace = true edition.workspace = true diff --git a/polkadot/node/network/protocol/Cargo.toml b/polkadot/node/network/protocol/Cargo.toml index 63277a159bcbe..f258823d9709c 100644 --- a/polkadot/node/network/protocol/Cargo.toml +++ b/polkadot/node/network/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-network-protocol" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/network/statement-distribution/Cargo.toml b/polkadot/node/network/statement-distribution/Cargo.toml index 9ad6a988dfdc1..fc7108aef1b7d 100644 --- a/polkadot/node/network/statement-distribution/Cargo.toml +++ b/polkadot/node/network/statement-distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-statement-distribution" description = "Statement Distribution Subsystem" -version = "22.0.1" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/overseer/Cargo.toml b/polkadot/node/overseer/Cargo.toml index 0265b83346d1e..7782d290af356 100644 --- a/polkadot/node/overseer/Cargo.toml +++ b/polkadot/node/overseer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-overseer" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/primitives/src/lib.rs b/polkadot/node/primitives/src/lib.rs index c69513a0a81fc..31aceabbb559d 100644 --- a/polkadot/node/primitives/src/lib.rs +++ b/polkadot/node/primitives/src/lib.rs @@ -59,7 +59,7 @@ pub use disputes::{ /// relatively rare. /// /// The associated worker binaries should use the same version as the node that spawns them. -pub const NODE_VERSION: &'static str = "1.18.6"; +pub const NODE_VERSION: &'static str = "1.18.7"; // For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node // plus some overhead: diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 0c15e319f8a43..165fbc41db2c5 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-service" rust-version = "1.60" -version = "23.1.0" +version = "24.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/subsystem-types/Cargo.toml b/polkadot/node/subsystem-types/Cargo.toml index cdb2001d4d13a..e687c8cd25f04 100644 --- a/polkadot/node/subsystem-types/Cargo.toml +++ b/polkadot/node/subsystem-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-subsystem-types" description = "Subsystem traits and message definitions" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/subsystem-util/Cargo.toml b/polkadot/node/subsystem-util/Cargo.toml index aa228d4c700aa..cc3def97cb689 100644 --- a/polkadot/node/subsystem-util/Cargo.toml +++ b/polkadot/node/subsystem-util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-subsystem-util" description = "Subsystem traits and message definitions" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/node/subsystem/Cargo.toml b/polkadot/node/subsystem/Cargo.toml index da4290f8da2db..1c1a0658442d1 100644 --- a/polkadot/node/subsystem/Cargo.toml +++ b/polkadot/node/subsystem/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-subsystem" description = "Subsystem traits and message definitions and the generated overseer" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 92a59f81bbd9e..f96c34534f022 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "23.0.0" +version = "24.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index b0c813c09cc00..aeb4ff3a648f9 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "19.1.0" +version = "19.1.1" description = "Pallets and constants used in Relay Chain networks." authors.workspace = true edition.workspace = true diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index 69ed088dd6b07..12f2ea879b00e 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rococo-runtime" build = "build.rs" -version = "22.1.0" +version = "23.0.0" description = "Rococo testnet Relay Chain runtime." authors.workspace = true edition.workspace = true diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 0bbbad1eb3b11..886ff1e0bd3c5 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "westend-runtime" build = "build.rs" -version = "22.3.0" +version = "23.0.0" description = "Westend testnet Relay Chain runtime." authors.workspace = true edition.workspace = true diff --git a/polkadot/utils/generate-bags/Cargo.toml b/polkadot/utils/generate-bags/Cargo.toml index 2a169f5fffffb..d51c983367d52 100644 --- a/polkadot/utils/generate-bags/Cargo.toml +++ b/polkadot/utils/generate-bags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-voter-bags" -version = "22.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/prdoc/pr_8980.prdoc b/prdoc/pr_8980.prdoc deleted file mode 100644 index 7e88958b9337e..0000000000000 --- a/prdoc/pr_8980.prdoc +++ /dev/null @@ -1,8 +0,0 @@ -title: Fix revive-fixtures build script -doc: -- audience: Runtime Dev - description: |- - Fix compilation issue with pallet-revive-fixtures build.rs script. -crates: -- name: pallet-revive-fixtures - bump: patch diff --git a/prdoc/pr_8345.prdoc b/prdoc/stable2503-7/pr_8345.prdoc similarity index 100% rename from prdoc/pr_8345.prdoc rename to prdoc/stable2503-7/pr_8345.prdoc diff --git a/prdoc/pr_8694.prdoc b/prdoc/stable2503-7/pr_8694.prdoc similarity index 100% rename from prdoc/pr_8694.prdoc rename to prdoc/stable2503-7/pr_8694.prdoc diff --git a/prdoc/pr_8725.prdoc b/prdoc/stable2503-7/pr_8725.prdoc similarity index 100% rename from prdoc/pr_8725.prdoc rename to prdoc/stable2503-7/pr_8725.prdoc diff --git a/prdoc/pr_8787.prdoc b/prdoc/stable2503-7/pr_8787.prdoc similarity index 100% rename from prdoc/pr_8787.prdoc rename to prdoc/stable2503-7/pr_8787.prdoc diff --git a/prdoc/pr_8831.prdoc b/prdoc/stable2503-7/pr_8831.prdoc similarity index 100% rename from prdoc/pr_8831.prdoc rename to prdoc/stable2503-7/pr_8831.prdoc diff --git a/prdoc/pr_8832.prdoc b/prdoc/stable2503-7/pr_8832.prdoc similarity index 100% rename from prdoc/pr_8832.prdoc rename to prdoc/stable2503-7/pr_8832.prdoc diff --git a/prdoc/pr_8834.prdoc b/prdoc/stable2503-7/pr_8834.prdoc similarity index 100% rename from prdoc/pr_8834.prdoc rename to prdoc/stable2503-7/pr_8834.prdoc diff --git a/prdoc/pr_8837.prdoc b/prdoc/stable2503-7/pr_8837.prdoc similarity index 100% rename from prdoc/pr_8837.prdoc rename to prdoc/stable2503-7/pr_8837.prdoc diff --git a/prdoc/pr_8932.prdoc b/prdoc/stable2503-7/pr_8932.prdoc similarity index 100% rename from prdoc/pr_8932.prdoc rename to prdoc/stable2503-7/pr_8932.prdoc diff --git a/prdoc/pr_8948.prdoc b/prdoc/stable2503-7/pr_8948.prdoc similarity index 100% rename from prdoc/pr_8948.prdoc rename to prdoc/stable2503-7/pr_8948.prdoc diff --git a/prdoc/pr_8973.prdoc b/prdoc/stable2503-7/pr_8973.prdoc similarity index 100% rename from prdoc/pr_8973.prdoc rename to prdoc/stable2503-7/pr_8973.prdoc diff --git a/prdoc/pr_9050.prdoc b/prdoc/stable2503-7/pr_9050.prdoc similarity index 100% rename from prdoc/pr_9050.prdoc rename to prdoc/stable2503-7/pr_9050.prdoc diff --git a/prdoc/pr_9102.prdoc b/prdoc/stable2503-7/pr_9102.prdoc similarity index 100% rename from prdoc/pr_9102.prdoc rename to prdoc/stable2503-7/pr_9102.prdoc diff --git a/prdoc/pr_9130.prdoc b/prdoc/stable2503-7/pr_9130.prdoc similarity index 100% rename from prdoc/pr_9130.prdoc rename to prdoc/stable2503-7/pr_9130.prdoc diff --git a/substrate/bin/node/inspect/Cargo.toml b/substrate/bin/node/inspect/Cargo.toml index 2e329933fc08b..f68459c11578c 100644 --- a/substrate/bin/node/inspect/Cargo.toml +++ b/substrate/bin/node/inspect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staging-node-inspect" -version = "0.27.0" +version = "0.28.0" authors.workspace = true description = "Substrate node block inspection tool." edition.workspace = true diff --git a/substrate/bin/utils/chain-spec-builder/Cargo.toml b/substrate/bin/utils/chain-spec-builder/Cargo.toml index 38284ec3d10c6..7b13da314b60f 100644 --- a/substrate/bin/utils/chain-spec-builder/Cargo.toml +++ b/substrate/bin/utils/chain-spec-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staging-chain-spec-builder" -version = "10.0.0" +version = "11.0.0" authors.workspace = true edition.workspace = true build = "build.rs" diff --git a/substrate/bin/utils/subkey/Cargo.toml b/substrate/bin/utils/subkey/Cargo.toml index 38fdfb2a1d46f..0c1d23dcf8f7c 100644 --- a/substrate/bin/utils/subkey/Cargo.toml +++ b/substrate/bin/utils/subkey/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subkey" -version = "24.0.0" +version = "25.0.0" authors.workspace = true description = "Generate and restore keys for Substrate based chains such as Polkadot, Kusama and a growing number of parachains and Substrate based projects." edition.workspace = true diff --git a/substrate/client/authority-discovery/Cargo.toml b/substrate/client/authority-discovery/Cargo.toml index 9e07a02a0a603..824bb4879175c 100644 --- a/substrate/client/authority-discovery/Cargo.toml +++ b/substrate/client/authority-discovery/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-authority-discovery" -version = "0.49.0" +version = "0.50.0" authors.workspace = true edition.workspace = true build = "build.rs" diff --git a/substrate/client/chain-spec/Cargo.toml b/substrate/client/chain-spec/Cargo.toml index d6b494b915e86..55c9739d36d49 100644 --- a/substrate/client/chain-spec/Cargo.toml +++ b/substrate/client/chain-spec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-chain-spec" -version = "42.0.0" +version = "43.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/client/cli/Cargo.toml b/substrate/client/cli/Cargo.toml index 31e347cf717e1..405be9d704be8 100644 --- a/substrate/client/cli/Cargo.toml +++ b/substrate/client/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-cli" -version = "0.51.1" +version = "0.52.0" authors.workspace = true description = "Substrate CLI interface." edition.workspace = true diff --git a/substrate/client/consensus/aura/Cargo.toml b/substrate/client/consensus/aura/Cargo.toml index cb5da75756eed..b6696dd8647f5 100644 --- a/substrate/client/consensus/aura/Cargo.toml +++ b/substrate/client/consensus/aura/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-aura" -version = "0.49.0" +version = "0.50.0" authors.workspace = true description = "Aura consensus algorithm for substrate" edition.workspace = true diff --git a/substrate/client/consensus/babe/Cargo.toml b/substrate/client/consensus/babe/Cargo.toml index 05a62032e0065..da4c594cc2995 100644 --- a/substrate/client/consensus/babe/Cargo.toml +++ b/substrate/client/consensus/babe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-babe" -version = "0.49.0" +version = "0.50.0" authors.workspace = true description = "BABE consensus algorithm for substrate" edition.workspace = true diff --git a/substrate/client/consensus/babe/rpc/Cargo.toml b/substrate/client/consensus/babe/rpc/Cargo.toml index 6da1aa8048fe5..4f6dd7f57fc49 100644 --- a/substrate/client/consensus/babe/rpc/Cargo.toml +++ b/substrate/client/consensus/babe/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-babe-rpc" -version = "0.49.0" +version = "0.50.0" authors.workspace = true description = "RPC extensions for the BABE consensus algorithm" edition.workspace = true diff --git a/substrate/client/consensus/beefy/Cargo.toml b/substrate/client/consensus/beefy/Cargo.toml index c9a5a73766296..949ed2de104e2 100644 --- a/substrate/client/consensus/beefy/Cargo.toml +++ b/substrate/client/consensus/beefy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-beefy" -version = "28.0.0" +version = "29.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/client/consensus/beefy/rpc/Cargo.toml b/substrate/client/consensus/beefy/rpc/Cargo.toml index 0e8b25b289338..257dcedbb9278 100644 --- a/substrate/client/consensus/beefy/rpc/Cargo.toml +++ b/substrate/client/consensus/beefy/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-beefy-rpc" -version = "28.0.0" +version = "29.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/client/consensus/common/Cargo.toml b/substrate/client/consensus/common/Cargo.toml index ef255a4bba3eb..b3103bf5766a8 100644 --- a/substrate/client/consensus/common/Cargo.toml +++ b/substrate/client/consensus/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus" -version = "0.48.0" +version = "0.49.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/client/consensus/epochs/Cargo.toml b/substrate/client/consensus/epochs/Cargo.toml index 6a9b8eb83c267..96ec09891a26b 100644 --- a/substrate/client/consensus/epochs/Cargo.toml +++ b/substrate/client/consensus/epochs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-epochs" -version = "0.48.0" +version = "0.49.0" authors.workspace = true description = "Generic epochs-based utilities for consensus" edition.workspace = true diff --git a/substrate/client/consensus/grandpa/Cargo.toml b/substrate/client/consensus/grandpa/Cargo.toml index d9de4cdaedf36..ef16701d88e50 100644 --- a/substrate/client/consensus/grandpa/Cargo.toml +++ b/substrate/client/consensus/grandpa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-grandpa" -version = "0.34.0" +version = "0.35.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/client/consensus/grandpa/rpc/Cargo.toml b/substrate/client/consensus/grandpa/rpc/Cargo.toml index db622e4523199..b8518c9437698 100644 --- a/substrate/client/consensus/grandpa/rpc/Cargo.toml +++ b/substrate/client/consensus/grandpa/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-grandpa-rpc" -version = "0.34.0" +version = "0.35.0" authors.workspace = true description = "RPC extensions for the GRANDPA finality gadget" repository.workspace = true diff --git a/substrate/client/consensus/manual-seal/Cargo.toml b/substrate/client/consensus/manual-seal/Cargo.toml index f850dd0832ab5..4b823afa8593b 100644 --- a/substrate/client/consensus/manual-seal/Cargo.toml +++ b/substrate/client/consensus/manual-seal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-manual-seal" -version = "0.50.0" +version = "0.51.0" authors.workspace = true description = "Manual sealing engine for Substrate" edition.workspace = true diff --git a/substrate/client/consensus/pow/Cargo.toml b/substrate/client/consensus/pow/Cargo.toml index 662d76c9d91c1..ef54655deef70 100644 --- a/substrate/client/consensus/pow/Cargo.toml +++ b/substrate/client/consensus/pow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-pow" -version = "0.48.0" +version = "0.49.0" authors.workspace = true description = "PoW consensus algorithm for substrate" edition.workspace = true diff --git a/substrate/client/consensus/slots/Cargo.toml b/substrate/client/consensus/slots/Cargo.toml index 5a76527fb44ff..a7e624373f37e 100644 --- a/substrate/client/consensus/slots/Cargo.toml +++ b/substrate/client/consensus/slots/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-consensus-slots" -version = "0.48.0" +version = "0.49.0" authors.workspace = true description = "Generic slots-based utilities for consensus" edition.workspace = true diff --git a/substrate/client/informant/Cargo.toml b/substrate/client/informant/Cargo.toml index 2a0a279e0ec4b..93ea843b782e2 100644 --- a/substrate/client/informant/Cargo.toml +++ b/substrate/client/informant/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-informant" -version = "0.48.0" +version = "0.49.0" authors.workspace = true description = "Substrate informant." edition.workspace = true diff --git a/substrate/client/merkle-mountain-range/Cargo.toml b/substrate/client/merkle-mountain-range/Cargo.toml index 016b02de29e4c..2c81a197a77d8 100644 --- a/substrate/client/merkle-mountain-range/Cargo.toml +++ b/substrate/client/merkle-mountain-range/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mmr-gadget" -version = "44.0.0" +version = "45.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/client/mixnet/Cargo.toml b/substrate/client/mixnet/Cargo.toml index b41aebea6fb23..19717b502e4a7 100644 --- a/substrate/client/mixnet/Cargo.toml +++ b/substrate/client/mixnet/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate mixnet service" name = "sc-mixnet" -version = "0.19.0" +version = "0.20.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors = ["Parity Technologies "] edition.workspace = true diff --git a/substrate/client/network-gossip/Cargo.toml b/substrate/client/network-gossip/Cargo.toml index 8aa21aeae6960..5cd3bb7919442 100644 --- a/substrate/client/network-gossip/Cargo.toml +++ b/substrate/client/network-gossip/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Gossiping for the Substrate network protocol" name = "sc-network-gossip" -version = "0.49.0" +version = "0.50.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/client/network/Cargo.toml b/substrate/client/network/Cargo.toml index 2fdb5cb4aa966..e482daae0e4e5 100644 --- a/substrate/client/network/Cargo.toml +++ b/substrate/client/network/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate network protocol" name = "sc-network" -version = "0.49.2" +version = "0.50.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/client/network/light/Cargo.toml b/substrate/client/network/light/Cargo.toml index 7f32e29158bb0..da2d767b8cb5f 100644 --- a/substrate/client/network/light/Cargo.toml +++ b/substrate/client/network/light/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate light network protocol" name = "sc-network-light" -version = "0.48.0" +version = "0.49.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/client/network/statement/Cargo.toml b/substrate/client/network/statement/Cargo.toml index db8e88960f85f..7ede81094040b 100644 --- a/substrate/client/network/statement/Cargo.toml +++ b/substrate/client/network/statement/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate statement protocol" name = "sc-network-statement" -version = "0.31.0" +version = "0.32.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/client/network/sync/Cargo.toml b/substrate/client/network/sync/Cargo.toml index d8336ef468d3a..1df4e010a47a4 100644 --- a/substrate/client/network/sync/Cargo.toml +++ b/substrate/client/network/sync/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate sync network protocol" name = "sc-network-sync" -version = "0.48.0" +version = "0.49.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/client/network/transactions/Cargo.toml b/substrate/client/network/transactions/Cargo.toml index bb8d7987eab09..ebadd88a17a88 100644 --- a/substrate/client/network/transactions/Cargo.toml +++ b/substrate/client/network/transactions/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate transaction protocol" name = "sc-network-transactions" -version = "0.48.0" +version = "0.49.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/client/network/types/Cargo.toml b/substrate/client/network/types/Cargo.toml index d2c3ab88d75f0..6ad1689b8c336 100644 --- a/substrate/client/network/types/Cargo.toml +++ b/substrate/client/network/types/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate network types" name = "sc-network-types" -version = "0.15.4" +version = "0.16.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/client/offchain/Cargo.toml b/substrate/client/offchain/Cargo.toml index 651d9b1cfd712..a37134793053d 100644 --- a/substrate/client/offchain/Cargo.toml +++ b/substrate/client/offchain/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Substrate offchain workers" name = "sc-offchain" -version = "44.0.1" +version = "45.0.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true diff --git a/substrate/client/rpc-api/Cargo.toml b/substrate/client/rpc-api/Cargo.toml index 74e6abc1836b9..23a01ccc2a80a 100644 --- a/substrate/client/rpc-api/Cargo.toml +++ b/substrate/client/rpc-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-rpc-api" -version = "0.48.0" +version = "0.49.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/client/rpc-servers/Cargo.toml b/substrate/client/rpc-servers/Cargo.toml index be03a2316a155..8d3d75ce80d64 100644 --- a/substrate/client/rpc-servers/Cargo.toml +++ b/substrate/client/rpc-servers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-rpc-server" -version = "21.0.0" +version = "22.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/client/rpc-spec-v2/Cargo.toml b/substrate/client/rpc-spec-v2/Cargo.toml index 7bda983321222..b55f6c8be9d6a 100644 --- a/substrate/client/rpc-spec-v2/Cargo.toml +++ b/substrate/client/rpc-spec-v2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-rpc-spec-v2" -version = "0.49.1" +version = "0.50.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -28,7 +28,8 @@ hex = { workspace = true, default-features = true } itertools = { workspace = true } log = { workspace = true, default-features = true } parking_lot = { workspace = true, default-features = true } -prometheus-endpoint = { workspace = true, default-features = true } +prometheus-endpoint.default-features = true +prometheus-endpoint.workspace = true rand = { workspace = true, default-features = true } sc-client-api.default-features = true sc-client-api.workspace = true diff --git a/substrate/client/rpc/Cargo.toml b/substrate/client/rpc/Cargo.toml index 6f878c4e9cfe3..045af4d4bf9c4 100644 --- a/substrate/client/rpc/Cargo.toml +++ b/substrate/client/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-rpc" -version = "44.0.0" +version = "45.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/client/service/Cargo.toml b/substrate/client/service/Cargo.toml index d402783c8c543..4a0d39b3c48a8 100644 --- a/substrate/client/service/Cargo.toml +++ b/substrate/client/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-service" -version = "0.50.0" +version = "0.51.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/substrate/client/sync-state-rpc/Cargo.toml b/substrate/client/sync-state-rpc/Cargo.toml index be25d81d135c6..8594f360400ae 100644 --- a/substrate/client/sync-state-rpc/Cargo.toml +++ b/substrate/client/sync-state-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-sync-state-rpc" -version = "0.49.0" +version = "0.50.0" authors.workspace = true description = "A RPC handler to create sync states for light clients." edition.workspace = true diff --git a/substrate/frame/balances/Cargo.toml b/substrate/frame/balances/Cargo.toml index 08c69b5530d7c..a7ec2f6dfbfc8 100644 --- a/substrate/frame/balances/Cargo.toml +++ b/substrate/frame/balances/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-balances" -version = "41.1.0" +version = "41.1.1" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/frame/migrations/Cargo.toml b/substrate/frame/migrations/Cargo.toml index afd470be75aff..82faf9c8a5b13 100644 --- a/substrate/frame/migrations/Cargo.toml +++ b/substrate/frame/migrations/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-migrations" -version = "10.1.0" +version = "10.1.1" description = "FRAME pallet to execute multi-block migrations." authors.workspace = true edition.workspace = true diff --git a/substrate/frame/revive/fixtures/Cargo.toml b/substrate/frame/revive/fixtures/Cargo.toml index 10d2d8c431b67..06ae8e6cc18fe 100644 --- a/substrate/frame/revive/fixtures/Cargo.toml +++ b/substrate/frame/revive/fixtures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-revive-fixtures" -version = "0.3.1" +version = "0.3.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/substrate/frame/revive/rpc/Cargo.toml b/substrate/frame/revive/rpc/Cargo.toml index 5cc7bff251295..09aa07e909d22 100644 --- a/substrate/frame/revive/rpc/Cargo.toml +++ b/substrate/frame/revive/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-revive-eth-rpc" -version = "0.5.0" +version = "0.6.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/frame/state-trie-migration/Cargo.toml b/substrate/frame/state-trie-migration/Cargo.toml index c3f88a0d80deb..0dcb52e030f65 100644 --- a/substrate/frame/state-trie-migration/Cargo.toml +++ b/substrate/frame/state-trie-migration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-state-trie-migration" -version = "44.1.0" +version = "45.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/frame/system/Cargo.toml b/substrate/frame/system/Cargo.toml index 076a7ec867ce6..4461cbd076f34 100644 --- a/substrate/frame/system/Cargo.toml +++ b/substrate/frame/system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-system" -version = "40.1.0" +version = "40.2.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/frame/system/benchmarking/Cargo.toml b/substrate/frame/system/benchmarking/Cargo.toml index 9f3bfee78d790..1732ffe44114c 100644 --- a/substrate/frame/system/benchmarking/Cargo.toml +++ b/substrate/frame/system/benchmarking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-system-benchmarking" -version = "40.0.0" +version = "40.0.1" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/primitives/crypto/ec-utils/Cargo.toml b/substrate/primitives/crypto/ec-utils/Cargo.toml index ceaf41ffc0290..e07ddea691d32 100644 --- a/substrate/primitives/crypto/ec-utils/Cargo.toml +++ b/substrate/primitives/crypto/ec-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-crypto-ec-utils" -version = "0.15.0" +version = "0.15.1" authors.workspace = true description = "Host functions for common Arkworks elliptic curve operations" edition.workspace = true diff --git a/substrate/utils/frame/benchmarking-cli/Cargo.toml b/substrate/utils/frame/benchmarking-cli/Cargo.toml index 750710547f77f..f404c15eab9fb 100644 --- a/substrate/utils/frame/benchmarking-cli/Cargo.toml +++ b/substrate/utils/frame/benchmarking-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-benchmarking-cli" -version = "47.2.0" +version = "48.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/utils/frame/omni-bencher/Cargo.toml b/substrate/utils/frame/omni-bencher/Cargo.toml index ffb78adf551f3..c3a103f5f117c 100644 --- a/substrate/utils/frame/omni-bencher/Cargo.toml +++ b/substrate/utils/frame/omni-bencher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-omni-bencher" -version = "0.11.1" +version = "0.12.0" description = "Freestanding benchmark runner for any Polkadot runtime." authors.workspace = true edition.workspace = true diff --git a/substrate/utils/frame/remote-externalities/Cargo.toml b/substrate/utils/frame/remote-externalities/Cargo.toml index b048d12db160b..b6889a1da6598 100644 --- a/substrate/utils/frame/remote-externalities/Cargo.toml +++ b/substrate/utils/frame/remote-externalities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-remote-externalities" -version = "0.50.0" +version = "0.51.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/utils/frame/rpc/client/Cargo.toml b/substrate/utils/frame/rpc/client/Cargo.toml index bdb04ca4be8bd..91377740428f5 100644 --- a/substrate/utils/frame/rpc/client/Cargo.toml +++ b/substrate/utils/frame/rpc/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-rpc-client" -version = "0.48.0" +version = "0.49.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml b/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml index 638a0f4be0caf..0b5f63cfcfbed 100644 --- a/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml +++ b/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-state-trie-migration-rpc" -version = "42.0.0" +version = "43.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/utils/frame/rpc/support/Cargo.toml b/substrate/utils/frame/rpc/support/Cargo.toml index 83864efaace51..2c8234355c01f 100644 --- a/substrate/utils/frame/rpc/support/Cargo.toml +++ b/substrate/utils/frame/rpc/support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-frame-rpc-support" -version = "44.0.0" +version = "45.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/substrate/utils/frame/rpc/system/Cargo.toml b/substrate/utils/frame/rpc/system/Cargo.toml index d4684db97ed4b..cff14d8d51e9d 100644 --- a/substrate/utils/frame/rpc/system/Cargo.toml +++ b/substrate/utils/frame/rpc/system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-frame-rpc-system" -version = "43.0.0" +version = "44.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index 5a3ff61989d3a..33b2ebcafd83e 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-sdk" -version = "2503.0.1" +version = "2503.1.1" description = "Polkadot SDK umbrella crate." license = "Apache-2.0"