diff --git a/Cargo.lock b/Cargo.lock index 35ecdef1364c..1a6327894383 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -549,20 +549,6 @@ dependencies = [ "hashbrown 0.13.2", ] -[[package]] -name = "ark-scale" -version = "0.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "parity-scale-codec", - "scale-info", -] - [[package]] name = "ark-scale" version = "0.0.12" @@ -577,21 +563,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "ark-secret-scalar" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "ark-transcript", - "digest 0.10.7", - "getrandom_or_panic", - "zeroize", -] - [[package]] name = "ark-serialize" version = "0.3.0" @@ -646,19 +617,6 @@ dependencies = [ "rayon", ] -[[package]] -name = "ark-transcript" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" -dependencies = [ - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "digest 0.10.7", - "rand_core 0.6.4", - "sha3", -] - [[package]] name = "array-bytes" version = "6.2.2" @@ -748,7 +706,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-hub-rococo-emulated-chain" -version = "0.0.0" +version = "0.1.0" dependencies = [ "asset-hub-rococo-runtime", "cumulus-primitives-core", @@ -763,7 +721,7 @@ dependencies = [ [[package]] name = "asset-hub-rococo-integration-tests" -version = "1.0.0" +version = "0.1.0" dependencies = [ "assert_matches", "asset-hub-rococo-runtime", @@ -792,7 +750,7 @@ dependencies = [ [[package]] name = "asset-hub-rococo-runtime" -version = "0.11.0" +version = "0.18.0" dependencies = [ "asset-test-utils", "assets-common", @@ -859,8 +817,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "sp-weights", @@ -875,7 +833,7 @@ dependencies = [ [[package]] name = "asset-hub-westend-emulated-chain" -version = "0.0.0" +version = "0.1.0" dependencies = [ "asset-hub-westend-runtime", "cumulus-primitives-core", @@ -890,7 +848,7 @@ dependencies = [ [[package]] name = "asset-hub-westend-integration-tests" -version = "1.0.0" +version = "0.1.0" dependencies = [ "assert_matches", "asset-hub-westend-runtime", @@ -925,7 +883,7 @@ dependencies = [ [[package]] name = "asset-hub-westend-runtime" -version = "0.15.0" +version = "0.22.0" dependencies = [ "asset-test-utils", "assets-common", @@ -991,8 +949,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -1007,7 +965,7 @@ dependencies = [ [[package]] name = "asset-test-utils" -version = "7.0.0" +version = "14.0.0" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -1027,7 +985,7 @@ dependencies = [ "parity-scale-codec", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-parachain-info", "staging-xcm", "staging-xcm-builder", @@ -1037,7 +995,7 @@ dependencies = [ [[package]] name = "assets-common" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1050,7 +1008,7 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1324,29 +1282,6 @@ dependencies = [ "rustc-demangle", ] -[[package]] -name = "bandersnatch_vrfs" -version = "0.0.4" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" -dependencies = [ - "ark-bls12-381", - "ark-ec", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "dleq_vrf", - "fflonk", - "merlin", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "ring 0.1.0", - "sha2 0.10.8", - "sp-ark-bls12-381", - "sp-ark-ed-on-bls12-381-bandersnatch", - "zeroize", -] - [[package]] name = "base-x" version = "0.2.11" @@ -1397,7 +1332,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" -version = "13.0.0" +version = "15.0.0" dependencies = [ "array-bytes", "env_logger 0.11.3", @@ -1633,7 +1568,7 @@ dependencies = [ [[package]] name = "bp-asset-hub-rococo" -version = "0.4.0" +version = "0.11.0" dependencies = [ "bp-xcm-bridge-hub-router", "frame-support", @@ -1643,7 +1578,7 @@ dependencies = [ [[package]] name = "bp-asset-hub-westend" -version = "0.3.0" +version = "0.10.0" dependencies = [ "bp-xcm-bridge-hub-router", "frame-support", @@ -1665,12 +1600,12 @@ dependencies = [ "serde", "sp-consensus-beefy", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-bridge-hub-cumulus" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -1679,12 +1614,12 @@ dependencies = [ "frame-system", "polkadot-primitives", "sp-api", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-bridge-hub-kusama" -version = "0.6.0" +version = "0.13.0" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1692,12 +1627,12 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-bridge-hub-polkadot" -version = "0.6.0" +version = "0.13.0" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1705,12 +1640,12 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-bridge-hub-rococo" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1718,12 +1653,12 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-bridge-hub-westend" -version = "0.3.0" +version = "0.10.0" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1731,12 +1666,12 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-header-chain" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-runtime", "bp-test-utils", @@ -1750,24 +1685,24 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-kusama" -version = "0.5.0" +version = "0.12.0" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-messages" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1778,12 +1713,12 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-parachains" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1794,24 +1729,24 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-polkadot" -version = "0.5.0" +version = "0.12.0" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-polkadot-bulletin" -version = "0.4.0" +version = "0.11.0" dependencies = [ "bp-header-chain", "bp-messages", @@ -1823,12 +1758,12 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-polkadot-core" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-messages", "bp-runtime", @@ -1841,12 +1776,12 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-relayers" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-messages", "bp-runtime", @@ -1856,24 +1791,24 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-rococo" -version = "0.6.0" +version = "0.13.0" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-runtime" -version = "0.7.0" +version = "0.14.0" dependencies = [ "frame-support", "frame-system", @@ -1889,14 +1824,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0", + "sp-std", "sp-trie", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1909,32 +1844,32 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-trie", ] [[package]] name = "bp-westend" -version = "0.3.0" +version = "0.10.0" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" +version = "0.3.0" dependencies = [ - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.6.0" +version = "0.13.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -1944,7 +1879,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" -version = "0.1.0" +version = "0.7.0" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1954,13 +1889,13 @@ dependencies = [ "snowbridge-core", "sp-core", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", ] [[package]] name = "bridge-hub-rococo-emulated-chain" -version = "0.0.0" +version = "0.1.0" dependencies = [ "bridge-hub-common", "bridge-hub-rococo-runtime", @@ -1973,7 +1908,7 @@ dependencies = [ [[package]] name = "bridge-hub-rococo-integration-tests" -version = "1.0.0" +version = "0.1.0" dependencies = [ "asset-hub-rococo-runtime", "bridge-hub-rococo-runtime", @@ -2006,7 +1941,7 @@ dependencies = [ [[package]] name = "bridge-hub-rococo-runtime" -version = "0.5.0" +version = "0.12.0" dependencies = [ "bp-asset-hub-rococo", "bp-asset-hub-westend", @@ -2090,8 +2025,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -2107,7 +2042,7 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" -version = "0.7.0" +version = "0.14.0" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -2137,8 +2072,8 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -2146,7 +2081,7 @@ dependencies = [ [[package]] name = "bridge-hub-westend-emulated-chain" -version = "0.0.0" +version = "0.1.0" dependencies = [ "bridge-hub-common", "bridge-hub-westend-runtime", @@ -2159,7 +2094,7 @@ dependencies = [ [[package]] name = "bridge-hub-westend-integration-tests" -version = "1.0.0" +version = "0.1.0" dependencies = [ "bridge-hub-westend-runtime", "cumulus-pallet-xcmp-queue", @@ -2180,7 +2115,7 @@ dependencies = [ [[package]] name = "bridge-hub-westend-runtime" -version = "0.2.0" +version = "0.9.0" dependencies = [ "bp-asset-hub-rococo", "bp-asset-hub-westend", @@ -2250,8 +2185,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -2268,7 +2203,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-header-chain", "bp-messages", @@ -2296,7 +2231,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-trie", "staging-xcm", "staging-xcm-builder", @@ -2516,7 +2451,7 @@ dependencies = [ [[package]] name = "chain-spec-guide-runtime" -version = "0.0.0" +version = "0.1.0" dependencies = [ "docify", "pallet-balances", @@ -2535,7 +2470,7 @@ dependencies = [ "sp-genesis-builder", "sp-keyring", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-chain-spec-builder", "substrate-wasm-builder", ] @@ -2784,7 +2719,7 @@ dependencies = [ [[package]] name = "collectives-westend-emulated-chain" -version = "0.0.0" +version = "0.1.0" dependencies = [ "collectives-westend-runtime", "cumulus-primitives-core", @@ -2797,7 +2732,7 @@ dependencies = [ [[package]] name = "collectives-westend-integration-tests" -version = "1.0.0" +version = "0.1.0" dependencies = [ "assert_matches", "asset-hub-westend-runtime", @@ -2827,7 +2762,7 @@ dependencies = [ [[package]] name = "collectives-westend-runtime" -version = "3.0.0" +version = "10.0.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -2888,8 +2823,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -2974,22 +2909,6 @@ dependencies = [ "unicode-width", ] -[[package]] -name = "common" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#b273d33f9981e2bb3375ab45faeb537f7ee35224" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-poly", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "fflonk", - "getrandom_or_panic", - "merlin", - "rand_chacha 0.3.1", -] - [[package]] name = "common-path" version = "1.0.0" @@ -3095,7 +3014,7 @@ checksum = "f272d0c4cf831b4fa80ee529c7707f76585986e910e1fbce1d7921970bc1a241" [[package]] name = "contracts-rococo-runtime" -version = "0.8.0" +version = "0.15.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -3145,8 +3064,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -3191,7 +3110,7 @@ dependencies = [ [[package]] name = "coretime-rococo-runtime" -version = "0.1.0" +version = "0.8.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -3242,8 +3161,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -3257,7 +3176,7 @@ dependencies = [ [[package]] name = "coretime-westend-runtime" -version = "0.1.0" +version = "0.8.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -3306,8 +3225,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -3620,7 +3539,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.7.0" +version = "0.14.0" dependencies = [ "clap 4.5.3", "parity-scale-codec", @@ -3636,7 +3555,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.7.0" +version = "0.14.0" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -3660,13 +3579,13 @@ dependencies = [ "sp-maybe-compressed-blob", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0", + "sp-tracing", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" -version = "0.7.0" +version = "0.14.0" dependencies = [ "async-trait", "cumulus-client-collator", @@ -3707,7 +3626,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.7.0" +version = "0.14.0" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -3731,7 +3650,7 @@ dependencies = [ "sp-core", "sp-runtime", "sp-timestamp", - "sp-tracing 16.0.0", + "sp-tracing", "sp-trie", "substrate-prometheus-endpoint", "tracing", @@ -3739,7 +3658,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" -version = "0.7.0" +version = "0.14.0" dependencies = [ "anyhow", "async-trait", @@ -3753,7 +3672,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" -version = "0.7.0" +version = "0.14.0" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -3775,7 +3694,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" -version = "0.7.0" +version = "0.14.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3808,7 +3727,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" -version = "0.1.0" +version = "0.8.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3823,15 +3742,15 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-trie", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" -version = "0.7.0" +version = "0.14.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3859,7 +3778,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -3895,7 +3814,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3907,12 +3826,12 @@ dependencies = [ "sp-application-crypto", "sp-consensus-aura", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "cumulus-pallet-dmp-queue" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -3924,14 +3843,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "staging-xcm", ] [[package]] name = "cumulus-pallet-parachain-system" -version = "0.7.0" +version = "0.14.0" dependencies = [ "assert_matches", "bytes", @@ -3962,14 +3881,14 @@ dependencies = [ "sp-consensus-slots", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0", + "sp-externalities", "sp-inherents", "sp-io", "sp-keyring", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "sp-trie", "sp-version", "staging-xcm", @@ -3990,7 +3909,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "9.0.0" +version = "16.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -3998,12 +3917,12 @@ dependencies = [ "pallet-session", "parity-scale-codec", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "cumulus-pallet-solo-to-para" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -4013,12 +3932,12 @@ dependencies = [ "polkadot-primitives", "scale-info", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "cumulus-pallet-xcm" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4027,13 +3946,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", ] [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -4052,7 +3971,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -4060,7 +3979,7 @@ dependencies = [ [[package]] name = "cumulus-ping" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -4069,13 +3988,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", ] [[package]] name = "cumulus-primitives-aura" -version = "0.7.0" +version = "0.14.0" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -4083,12 +4002,12 @@ dependencies = [ "sp-api", "sp-consensus-aura", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "cumulus-primitives-core" -version = "0.7.0" +version = "0.14.0" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -4097,14 +4016,14 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-trie", "staging-xcm", ] [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.7.0" +version = "0.14.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4114,25 +4033,25 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0", + "sp-std", "sp-trie", ] [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.2.0" +version = "0.9.0" dependencies = [ "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-io", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "sp-state-machine", "sp-trie", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "5.0.0" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -4145,25 +4064,25 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-trie", ] [[package]] name = "cumulus-primitives-timestamp" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-primitives-core", "futures", "parity-scale-codec", "sp-inherents", - "sp-std 14.0.0", + "sp-std", "sp-timestamp", ] [[package]] name = "cumulus-primitives-utility" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4174,7 +4093,7 @@ dependencies = [ "polkadot-runtime-parachains", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -4182,7 +4101,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.7.0" +version = "0.14.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4210,7 +4129,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.7.0" +version = "0.14.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4227,7 +4146,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.7.0" +version = "0.14.0" dependencies = [ "array-bytes", "async-trait", @@ -4268,7 +4187,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.7.0" +version = "0.14.0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -4295,7 +4214,7 @@ dependencies = [ "sp-core", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0", + "sp-storage", "sp-version", "thiserror", "tokio", @@ -4343,14 +4262,14 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0", + "sp-std", "sp-trie", ] @@ -4389,7 +4308,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -4469,7 +4388,7 @@ dependencies = [ "sp-runtime", "sp-state-machine", "sp-timestamp", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-test-client", "substrate-test-utils", "tempfile", @@ -4843,22 +4762,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632" -[[package]] -name = "dleq_vrf" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-scale 0.0.12", - "ark-secret-scalar", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "ark-transcript", - "arrayvec 0.7.4", - "zeroize", -] - [[package]] name = "dlmalloc" version = "0.2.4" @@ -5058,7 +4961,7 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "3.0.0" +version = "10.0.0" dependencies = [ "asset-test-utils", "bp-messages", @@ -5255,7 +5158,7 @@ dependencies = [ [[package]] name = "erasure_coding_fuzzer" -version = "1.0.0" +version = "0.1.0" dependencies = [ "honggfuzz", "polkadot-erasure-coding", @@ -5461,19 +5364,6 @@ dependencies = [ "subtle 2.5.0", ] -[[package]] -name = "fflonk" -version = "0.1.0" -source = "git+https://github.com/w3f/fflonk#1e854f35e9a65d08b11a86291405cdc95baa0a35" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-poly", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "merlin", -] - [[package]] name = "fiat-crypto" version = "0.2.5" @@ -5607,7 +5497,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" -version = "12.0.0" +version = "13.0.0" dependencies = [ "parity-scale-codec", ] @@ -5649,7 +5539,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" -version = "28.0.0" +version = "35.0.0" dependencies = [ "array-bytes", "frame-support", @@ -5668,15 +5558,15 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-runtime-interface 24.0.0", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-runtime-interface", + "sp-std", + "sp-storage", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "32.0.0" +version = "39.0.0" dependencies = [ "Inflector", "array-bytes", @@ -5709,23 +5599,23 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-database", - "sp-externalities 0.25.0", + "sp-externalities", "sp-genesis-builder", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0", + "sp-storage", "sp-trie", - "sp-wasm-interface 20.0.0", + "sp-wasm-interface", "thiserror", "thousands", ] [[package]] name = "frame-benchmarking-pallet-pov" -version = "18.0.0" +version = "25.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5734,12 +5624,12 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "frame-election-provider-solution-type" -version = "13.0.0" +version = "14.0.0" dependencies = [ "frame-election-provider-support", "frame-support", @@ -5755,7 +5645,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5768,12 +5658,12 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "frame-election-solution-type-fuzzer" -version = "2.0.0-alpha.5" +version = "0.1.0" dependencies = [ "clap 4.5.3", "frame-election-provider-solution-type", @@ -5790,7 +5680,7 @@ dependencies = [ [[package]] name = "frame-executive" -version = "28.0.0" +version = "35.0.0" dependencies = [ "aquamarine", "array-bytes", @@ -5806,8 +5696,8 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "sp-version", ] @@ -5825,7 +5715,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.1.0" +version = "0.3.0" dependencies = [ "array-bytes", "docify", @@ -5838,7 +5728,7 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "sp-transaction-pool", "substrate-test-runtime-client", "substrate-wasm-builder", @@ -5846,7 +5736,7 @@ dependencies = [ [[package]] name = "frame-omni-bencher" -version = "0.1.0" +version = "0.3.0" dependencies = [ "clap 4.5.3", "cumulus-primitives-proof-size-hostfunction", @@ -5860,7 +5750,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.35.0" +version = "0.42.0" dependencies = [ "futures", "indicatif", @@ -5873,7 +5763,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0", + "sp-tracing", "spinners", "substrate-rpc-client", "tokio", @@ -5882,7 +5772,7 @@ dependencies = [ [[package]] name = "frame-support" -version = "28.0.0" +version = "35.0.0" dependencies = [ "aquamarine", "array-bytes", @@ -5909,7 +5799,7 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0", + "sp-debug-derive", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -5917,9 +5807,9 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0", + "sp-std", "sp-timestamp", - "sp-tracing 16.0.0", + "sp-tracing", "sp-weights", "static_assertions", "tt-call", @@ -5927,7 +5817,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "23.0.0" +version = "30.0.0" dependencies = [ "Inflector", "cfg-expr", @@ -5946,7 +5836,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "10.0.0" +version = "13.0.0" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -5957,7 +5847,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" -version = "11.0.0" +version = "12.0.0" dependencies = [ "proc-macro2 1.0.82", "quote 1.0.35", @@ -5966,7 +5856,7 @@ dependencies = [ [[package]] name = "frame-support-test" -version = "3.0.0" +version = "0.1.0" dependencies = [ "frame-benchmarking", "frame-executive", @@ -5986,7 +5876,7 @@ dependencies = [ "sp-metadata-ir", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0", + "sp-std", "sp-version", "static_assertions", "trybuild", @@ -5994,7 +5884,7 @@ dependencies = [ [[package]] name = "frame-support-test-compile-pass" -version = "4.0.0-dev" +version = "0.1.0" dependencies = [ "frame-support", "frame-system", @@ -6007,7 +5897,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" -version = "4.0.0-dev" +version = "0.1.0" dependencies = [ "frame-support", "frame-system", @@ -6028,7 +5918,7 @@ dependencies = [ [[package]] name = "frame-system" -version = "28.0.0" +version = "35.0.0" dependencies = [ "cfg-if", "criterion", @@ -6039,10 +5929,10 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-version", "sp-weights", "substrate-test-runtime-client", @@ -6050,7 +5940,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6058,16 +5948,16 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-version", ] [[package]] name = "frame-system-rpc-runtime-api" -version = "26.0.0" +version = "33.0.0" dependencies = [ "parity-scale-codec", "sp-api", @@ -6075,13 +5965,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.34.0" +version = "0.41.0" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] @@ -6255,7 +6145,7 @@ dependencies = [ [[package]] name = "generate-bags" -version = "28.0.0" +version = "35.0.0" dependencies = [ "chrono", "frame-election-provider-support", @@ -6379,7 +6269,7 @@ dependencies = [ [[package]] name = "glutton-westend-runtime" -version = "3.0.0" +version = "10.0.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -6411,8 +6301,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -7294,7 +7184,7 @@ checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" [[package]] name = "kitchensink-runtime" -version = "3.0.0-dev" +version = "0.1.0" dependencies = [ "log", "node-primitives", @@ -8207,15 +8097,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" -[[package]] -name = "matchers" -version = "0.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" -dependencies = [ - "regex-automata 0.1.10", -] - [[package]] name = "matchers" version = "0.1.0" @@ -8370,7 +8251,7 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "minimal-template" -version = "0.0.0" +version = "0.1.0" dependencies = [ "docify", "minimal-template-node", @@ -8383,7 +8264,7 @@ dependencies = [ [[package]] name = "minimal-template-node" -version = "0.0.0" +version = "0.1.0" dependencies = [ "clap 4.5.3", "futures", @@ -8418,7 +8299,7 @@ dependencies = [ [[package]] name = "minimal-template-runtime" -version = "0.0.0" +version = "0.1.0" dependencies = [ "pallet-balances", "pallet-minimal-template", @@ -8481,7 +8362,7 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "29.0.0" +version = "36.0.0" dependencies = [ "futures", "log", @@ -8497,14 +8378,14 @@ dependencies = [ "sp-core", "sp-mmr-primitives", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-test-runtime-client", "tokio", ] [[package]] name = "mmr-rpc" -version = "28.0.0" +version = "35.0.0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8894,7 +8775,7 @@ checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" [[package]] name = "node-bench" -version = "0.9.0-dev" +version = "0.1.0" dependencies = [ "array-bytes", "clap 4.5.3", @@ -8923,14 +8804,14 @@ dependencies = [ "sp-runtime", "sp-state-machine", "sp-timestamp", - "sp-tracing 16.0.0", + "sp-tracing", "sp-trie", "tempfile", ] [[package]] name = "node-primitives" -version = "2.0.0" +version = "0.1.0" dependencies = [ "sp-core", "sp-runtime", @@ -8938,7 +8819,7 @@ dependencies = [ [[package]] name = "node-rpc" -version = "3.0.0-dev" +version = "0.1.0" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -8974,7 +8855,7 @@ dependencies = [ [[package]] name = "node-runtime-generate-bags" -version = "3.0.0" +version = "0.1.0" dependencies = [ "clap 4.5.3", "generate-bags", @@ -8983,7 +8864,7 @@ dependencies = [ [[package]] name = "node-template-release" -version = "3.0.0" +version = "0.1.0" dependencies = [ "clap 4.5.3", "flate2", @@ -8997,7 +8878,7 @@ dependencies = [ [[package]] name = "node-testing" -version = "3.0.0-dev" +version = "0.1.0" dependencies = [ "frame-metadata-hash-extension", "frame-system", @@ -9381,7 +9262,7 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "pallet-alliance" -version = "27.0.0" +version = "34.0.0" dependencies = [ "array-bytes", "frame-benchmarking", @@ -9397,12 +9278,12 @@ dependencies = [ "sp-crypto-hashing", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-asset-conversion" -version = "10.0.0" +version = "17.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9418,12 +9299,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-asset-conversion-ops" -version = "0.1.0" +version = "0.3.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9439,12 +9320,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-asset-conversion-tx-payment" -version = "10.0.0" +version = "17.0.0" dependencies = [ "frame-support", "frame-system", @@ -9457,13 +9338,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", ] [[package]] name = "pallet-asset-rate" -version = "7.0.0" +version = "14.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9474,12 +9355,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-asset-tx-payment" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9495,13 +9376,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", ] [[package]] name = "pallet-assets" -version = "29.1.0" +version = "36.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9513,12 +9394,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-atomic-swap" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-support", "frame-system", @@ -9528,12 +9409,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-aura" -version = "27.0.0" +version = "34.0.0" dependencies = [ "frame-support", "frame-system", @@ -9546,12 +9427,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-authority-discovery" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-support", "frame-system", @@ -9563,12 +9444,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-authorship" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-support", "frame-system", @@ -9578,12 +9459,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-babe" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9606,12 +9487,12 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-bags-list" -version = "27.0.0" +version = "34.0.0" dependencies = [ "aquamarine", "docify", @@ -9626,13 +9507,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", ] [[package]] name = "pallet-bags-list-fuzzer" -version = "4.0.0-dev" +version = "0.1.0" dependencies = [ "frame-election-provider-support", "honggfuzz", @@ -9642,7 +9523,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" -version = "4.0.0-dev" +version = "0.1.0" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -9653,14 +9534,14 @@ dependencies = [ "pallet-staking", "sp-core", "sp-runtime", - "sp-std 14.0.0", - "sp-storage 19.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-storage", + "sp-tracing", ] [[package]] name = "pallet-balances" -version = "28.0.0" +version = "36.0.0" dependencies = [ "docify", "frame-benchmarking", @@ -9674,12 +9555,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-beefy" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-election-provider-support", "frame-support", @@ -9702,12 +9583,12 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-beefy-mmr" -version = "28.0.0" +version = "35.0.0" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -9727,12 +9608,12 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-bounties" -version = "27.0.0" +version = "34.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9745,7 +9626,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] @@ -9769,12 +9650,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-bridge-grandpa" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-header-chain", "bp-runtime", @@ -9790,13 +9671,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-trie", ] [[package]] name = "pallet-bridge-messages" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-messages", "bp-runtime", @@ -9811,12 +9692,12 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-bridge-parachains" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-header-chain", "bp-parachains", @@ -9833,13 +9714,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-trie", ] [[package]] name = "pallet-bridge-relayers" -version = "0.7.0" +version = "0.14.0" dependencies = [ "bp-messages", "bp-relayers", @@ -9855,12 +9736,12 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-broker" -version = "0.6.0" +version = "0.14.0" dependencies = [ "bitvec", "frame-benchmarking", @@ -9875,13 +9756,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", ] [[package]] name = "pallet-child-bounties" -version = "27.0.0" +version = "34.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9895,12 +9776,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-collator-selection" -version = "9.0.0" +version = "16.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9919,13 +9800,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", ] [[package]] name = "pallet-collective" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9936,12 +9817,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-collective-content" -version = "0.6.0" +version = "0.13.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9951,12 +9832,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-contracts" -version = "27.0.0" +version = "34.0.0" dependencies = [ "array-bytes", "assert_matches", @@ -9991,8 +9872,8 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "staging-xcm", "staging-xcm-builder", "wasm-instrument", @@ -10002,7 +9883,7 @@ dependencies = [ [[package]] name = "pallet-contracts-fixtures" -version = "1.0.0" +version = "0.1.0" dependencies = [ "anyhow", "frame-system", @@ -10016,7 +9897,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" -version = "3.0.0" +version = "10.0.0" dependencies = [ "assert_matches", "frame-support", @@ -10044,8 +9925,8 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -10054,7 +9935,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" -version = "18.0.0" +version = "22.0.0" dependencies = [ "proc-macro2 1.0.82", "quote 1.0.35", @@ -10063,7 +9944,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "5.0.0" +version = "11.0.0" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -10074,7 +9955,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "28.0.0" +version = "35.0.0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10088,12 +9969,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-core-fellowship" -version = "12.0.0" +version = "19.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10106,12 +9987,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-default-config-example" -version = "10.0.0" +version = "17.0.0" dependencies = [ "frame-support", "frame-system", @@ -10120,12 +10001,12 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-delegated-staking" -version = "1.0.0" +version = "2.0.0" dependencies = [ "frame-election-provider-support", "frame-support", @@ -10141,14 +10022,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "substrate-test-utils", ] [[package]] name = "pallet-democracy" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10163,12 +10044,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-dev-mode" -version = "10.0.0" +version = "17.0.0" dependencies = [ "frame-support", "frame-system", @@ -10179,12 +10060,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-election-provider-e2e-test" -version = "1.0.0" +version = "0.1.0" dependencies = [ "frame-election-provider-support", "frame-support", @@ -10205,13 +10086,13 @@ dependencies = [ "sp-npos-elections", "sp-runtime", "sp-staking", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", ] [[package]] name = "pallet-election-provider-multi-phase" -version = "27.0.0" +version = "34.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10229,14 +10110,14 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "strum 0.26.2", ] [[package]] name = "pallet-election-provider-support-benchmarking" -version = "27.0.0" +version = "34.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10244,12 +10125,12 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "29.0.0" +version = "36.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10263,14 +10144,14 @@ dependencies = [ "sp-npos-elections", "sp-runtime", "sp-staking", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "substrate-test-utils", ] [[package]] name = "pallet-example-basic" -version = "27.0.0" +version = "34.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10282,12 +10163,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-example-frame-crate" -version = "0.0.1" +version = "0.1.0" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10296,7 +10177,7 @@ dependencies = [ [[package]] name = "pallet-example-kitchensink" -version = "4.0.0-dev" +version = "0.1.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10308,7 +10189,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] @@ -10327,7 +10208,7 @@ dependencies = [ [[package]] name = "pallet-example-offchain-worker" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-support", "frame-system", @@ -10339,12 +10220,12 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-example-single-block-migrations" -version = "0.0.1" +version = "0.1.0" dependencies = [ "docify", "frame-executive", @@ -10358,13 +10239,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-version", ] [[package]] name = "pallet-example-split" -version = "10.0.0" +version = "17.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10374,12 +10255,12 @@ dependencies = [ "scale-info", "sp-core", "sp-io", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-example-tasks" -version = "1.0.0" +version = "8.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10390,12 +10271,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-examples" -version = "4.0.0-dev" +version = "7.0.0" dependencies = [ "pallet-default-config-example", "pallet-dev-mode", @@ -10410,7 +10291,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "27.0.0" +version = "34.0.0" dependencies = [ "docify", "frame-benchmarking", @@ -10428,14 +10309,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "substrate-test-utils", ] [[package]] name = "pallet-glutton" -version = "14.0.0" +version = "21.0.0" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -10448,12 +10329,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-grandpa" -version = "28.0.0" +version = "35.0.0" dependencies = [ "finality-grandpa", "frame-benchmarking", @@ -10478,12 +10359,12 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-identity" -version = "29.0.0" +version = "35.0.0" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10497,12 +10378,12 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-im-online" -version = "27.0.0" +version = "34.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10517,12 +10398,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-indices" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10534,12 +10415,12 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-insecure-randomness-collective-flip" -version = "16.0.0" +version = "23.0.0" dependencies = [ "frame-support", "frame-system", @@ -10549,12 +10430,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-lottery" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10566,12 +10447,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-membership" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10582,12 +10463,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-message-queue" -version = "31.0.0" +version = "38.0.0" dependencies = [ "environmental", "frame-benchmarking", @@ -10604,14 +10485,14 @@ dependencies = [ "sp-crypto-hashing", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "sp-weights", ] [[package]] name = "pallet-migrations" -version = "1.0.0" +version = "5.0.0" dependencies = [ "docify", "frame-benchmarking", @@ -10628,14 +10509,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "sp-version", ] [[package]] name = "pallet-minimal-template" -version = "0.0.0" +version = "0.1.0" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10644,7 +10525,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" -version = "0.4.0" +version = "0.11.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10658,12 +10539,12 @@ dependencies = [ "sp-io", "sp-mixnet", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-mmr" -version = "27.0.0" +version = "34.0.0" dependencies = [ "array-bytes", "env_logger 0.11.3", @@ -10678,12 +10559,12 @@ dependencies = [ "sp-io", "sp-mmr-primitives", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-multisig" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10694,12 +10575,12 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-nft-fractionalization" -version = "10.0.0" +version = "17.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10713,12 +10594,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-nfts" -version = "22.0.0" +version = "29.0.0" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10732,22 +10613,22 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-nfts-runtime-api" -version = "14.0.0" +version = "21.0.0" dependencies = [ "pallet-nfts", "parity-scale-codec", "sp-api", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-nis" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10759,12 +10640,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-node-authorization" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-support", "frame-system", @@ -10774,12 +10655,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-nomination-pools" -version = "25.0.0" +version = "32.0.0" dependencies = [ "frame-support", "frame-system", @@ -10791,13 +10672,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", ] [[package]] name = "pallet-nomination-pools-benchmarking" -version = "26.0.0" +version = "33.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10815,14 +10696,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "sp-staking", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-nomination-pools-fuzzer" -version = "2.0.0" +version = "0.1.0" dependencies = [ "frame-support", "frame-system", @@ -10832,22 +10713,22 @@ dependencies = [ "rand 0.8.5", "sp-io", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", ] [[package]] name = "pallet-nomination-pools-runtime-api" -version = "23.0.0" +version = "30.0.0" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", "sp-api", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-nomination-pools-test-delegate-stake" -version = "1.0.0" +version = "0.1.0" dependencies = [ "frame-election-provider-support", "frame-support", @@ -10866,13 +10747,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", ] [[package]] name = "pallet-nomination-pools-test-transfer-stake" -version = "1.0.0" +version = "0.1.0" dependencies = [ "frame-election-provider-support", "frame-support", @@ -10890,13 +10771,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", ] [[package]] name = "pallet-offences" -version = "27.0.0" +version = "34.0.0" dependencies = [ "frame-support", "frame-system", @@ -10909,12 +10790,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-offences-benchmarking" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10936,12 +10817,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-paged-list" -version = "0.6.0" +version = "0.13.0" dependencies = [ "docify", "frame-benchmarking", @@ -10953,7 +10834,7 @@ dependencies = [ "sp-io", "sp-metadata-ir", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] @@ -10969,7 +10850,7 @@ dependencies = [ [[package]] name = "pallet-parachain-template" -version = "0.0.0" +version = "0.1.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -10983,7 +10864,7 @@ dependencies = [ [[package]] name = "pallet-parameters" -version = "0.1.0" +version = "0.6.0" dependencies = [ "docify", "frame-benchmarking", @@ -10998,12 +10879,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-preimage" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11015,12 +10896,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-proxy" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11032,12 +10913,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-ranked-collective" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11050,12 +10931,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-recovery" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11066,12 +10947,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-referenda" -version = "28.0.0" +version = "35.0.0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -11088,12 +10969,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-remark" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11104,12 +10985,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-root-offences" -version = "25.0.0" +version = "32.0.0" dependencies = [ "frame-election-provider-support", "frame-support", @@ -11125,12 +11006,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-root-testing" -version = "4.0.0" +version = "11.0.0" dependencies = [ "frame-support", "frame-system", @@ -11139,12 +11020,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-safe-mode" -version = "9.0.0" +version = "16.0.0" dependencies = [ "docify", "frame-benchmarking", @@ -11159,12 +11040,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-salary" -version = "13.0.0" +version = "20.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11177,31 +11058,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", -] - -[[package]] -name = "pallet-sassafras" -version = "0.3.5-dev" -dependencies = [ - "array-bytes", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-consensus-sassafras", - "sp-core", - "sp-crypto-hashing", - "sp-io", - "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-scheduler" -version = "29.0.0" +version = "36.0.0" dependencies = [ "docify", "frame-benchmarking", @@ -11214,14 +11076,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-weights", "substrate-test-utils", ] [[package]] name = "pallet-scored-pool" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-support", "frame-system", @@ -11231,12 +11093,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-session" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-support", "frame-system", @@ -11251,13 +11113,13 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 14.0.0", + "sp-std", "sp-trie", ] [[package]] name = "pallet-session-benchmarking" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11275,24 +11137,24 @@ dependencies = [ "sp-io", "sp-runtime", "sp-session", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-skip-feeless-payment" -version = "3.0.0" +version = "10.0.0" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-society" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11308,12 +11170,12 @@ dependencies = [ "sp-crypto-hashing", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-staking" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11336,14 +11198,14 @@ dependencies = [ "sp-npos-elections", "sp-runtime", "sp-staking", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "substrate-test-utils", ] [[package]] name = "pallet-staking-reward-curve" -version = "11.0.0" +version = "12.0.0" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2 1.0.82", @@ -11354,7 +11216,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "19.0.0" +version = "22.0.0" dependencies = [ "log", "sp-arithmetic", @@ -11362,7 +11224,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "14.0.0" +version = "21.0.0" dependencies = [ "parity-scale-codec", "sp-api", @@ -11371,7 +11233,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "29.0.0" +version = "36.0.0" dependencies = [ "frame-benchmarking", "frame-remote-externalities", @@ -11386,8 +11248,8 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "substrate-state-trie-migration-rpc", "thousands", "tokio", @@ -11396,7 +11258,7 @@ dependencies = [ [[package]] name = "pallet-statement" -version = "10.0.0" +version = "17.0.0" dependencies = [ "frame-support", "frame-system", @@ -11409,12 +11271,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-statement-store", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-sudo" -version = "28.0.0" +version = "35.0.0" dependencies = [ "docify", "frame-benchmarking", @@ -11425,12 +11287,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-template" -version = "0.0.0" +version = "0.1.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11444,7 +11306,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "27.0.0" +version = "34.0.0" dependencies = [ "docify", "frame-benchmarking", @@ -11457,14 +11319,14 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-timestamp", ] [[package]] name = "pallet-tips" -version = "27.0.0" +version = "34.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11478,13 +11340,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", ] [[package]] name = "pallet-transaction-payment" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-support", "frame-system", @@ -11496,12 +11358,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "30.0.0" +version = "37.0.0" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -11516,7 +11378,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" +version = "35.0.0" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -11527,7 +11389,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" -version = "27.0.0" +version = "34.0.0" dependencies = [ "array-bytes", "frame-benchmarking", @@ -11542,13 +11404,13 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-transaction-storage-proof", ] [[package]] name = "pallet-treasury" -version = "27.0.0" +version = "34.0.0" dependencies = [ "docify", "frame-benchmarking", @@ -11563,12 +11425,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-tx-pause" -version = "9.0.0" +version = "16.0.0" dependencies = [ "docify", "frame-benchmarking", @@ -11582,12 +11444,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-uniques" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11599,12 +11461,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-utility" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11618,12 +11480,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-vesting" -version = "28.0.0" +version = "35.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11635,12 +11497,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-whitelist" -version = "27.0.0" +version = "34.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11653,12 +11515,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "pallet-xcm" -version = "7.0.0" +version = "14.0.0" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -11675,7 +11537,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -11684,7 +11546,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "7.0.0" +version = "14.0.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -11699,8 +11561,8 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -11708,7 +11570,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" -version = "0.2.0" +version = "0.9.0" dependencies = [ "bp-header-chain", "bp-messages", @@ -11725,7 +11587,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -11733,7 +11595,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.5.0" +version = "0.12.0" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -11745,14 +11607,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", ] [[package]] name = "parachain-template-node" -version = "0.0.0" +version = "0.1.0" dependencies = [ "clap 4.5.3", "color-print", @@ -11811,7 +11673,7 @@ dependencies = [ [[package]] name = "parachain-template-runtime" -version = "0.0.0" +version = "0.1.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -11860,7 +11722,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -11872,7 +11734,7 @@ dependencies = [ [[package]] name = "parachains-common" -version = "7.0.0" +version = "14.0.0" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -11893,7 +11755,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -11917,7 +11779,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" -version = "7.0.0" +version = "14.0.0" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -11938,8 +11800,8 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -12157,7 +12019,7 @@ dependencies = [ [[package]] name = "penpal-emulated-chain" -version = "0.0.0" +version = "0.1.0" dependencies = [ "cumulus-primitives-core", "emulated-integration-tests-common", @@ -12170,7 +12032,7 @@ dependencies = [ [[package]] name = "penpal-runtime" -version = "0.14.0" +version = "0.21.0" dependencies = [ "assets-common", "cumulus-pallet-aura-ext", @@ -12218,8 +12080,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -12267,7 +12129,7 @@ dependencies = [ [[package]] name = "people-rococo-runtime" -version = "0.1.0" +version = "0.8.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -12318,8 +12180,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -12368,7 +12230,7 @@ dependencies = [ [[package]] name = "people-westend-runtime" -version = "0.1.0" +version = "0.8.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -12418,8 +12280,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -12582,7 +12444,7 @@ dependencies = [ [[package]] name = "polkadot" -version = "6.0.0" +version = "13.0.0" dependencies = [ "assert_cmd", "color-eyre", @@ -12603,7 +12465,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "bitvec", @@ -12632,7 +12494,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "7.0.0" +version = "14.0.0" dependencies = [ "always-assert", "assert_matches", @@ -12659,7 +12521,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "derive_more", @@ -12683,14 +12545,14 @@ dependencies = [ "sp-core", "sp-keyring", "sp-keystore", - "sp-tracing 16.0.0", + "sp-tracing", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "async-trait", @@ -12715,7 +12577,7 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-keyring", - "sp-tracing 16.0.0", + "sp-tracing", "thiserror", "tokio", "tracing-gum", @@ -12733,7 +12595,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "7.0.0" +version = "14.0.0" dependencies = [ "cfg-if", "clap 4.5.3", @@ -12762,7 +12624,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "bitvec", @@ -12793,18 +12655,18 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "7.0.0" +version = "14.0.0" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "async-channel", @@ -12830,14 +12692,14 @@ dependencies = [ "sp-application-crypto", "sp-keyring", "sp-keystore", - "sp-tracing 16.0.0", + "sp-tracing", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "7.0.0" +version = "14.0.0" dependencies = [ "criterion", "parity-scale-codec", @@ -12852,7 +12714,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "async-trait", @@ -12877,13 +12739,13 @@ dependencies = [ "sp-crypto-hashing", "sp-keyring", "sp-keystore", - "sp-tracing 16.0.0", + "sp-tracing", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "7.0.0" +version = "14.0.0" dependencies = [ "always-assert", "assert_matches", @@ -12912,7 +12774,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "futures", @@ -12934,7 +12796,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "async-trait", @@ -12979,7 +12841,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "bitvec", @@ -13009,7 +12871,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "bitvec", @@ -13030,14 +12892,14 @@ dependencies = [ "sp-core", "sp-keyring", "sp-keystore", - "sp-tracing 16.0.0", + "sp-tracing", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "7.0.0" +version = "14.0.0" dependencies = [ "futures", "polkadot-node-subsystem", @@ -13053,7 +12915,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "async-trait", @@ -13078,7 +12940,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "7.0.0" +version = "14.0.0" dependencies = [ "futures", "maplit", @@ -13098,7 +12960,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "futures", @@ -13119,7 +12981,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "fatality", @@ -13140,14 +13002,14 @@ dependencies = [ "sp-core", "sp-keyring", "sp-keystore", - "sp-tracing 16.0.0", + "sp-tracing", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-parachains-inherent" -version = "7.0.0" +version = "14.0.0" dependencies = [ "async-trait", "futures", @@ -13163,7 +13025,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "6.0.0" +version = "13.0.0" dependencies = [ "assert_matches", "bitvec", @@ -13188,7 +13050,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "7.0.0" +version = "14.0.0" dependencies = [ "bitvec", "fatality", @@ -13210,7 +13072,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "7.0.0" +version = "14.0.0" dependencies = [ "always-assert", "array-bytes", @@ -13253,7 +13115,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "7.0.0" +version = "14.0.0" dependencies = [ "futures", "futures-timer", @@ -13276,7 +13138,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "cpu-time", @@ -13293,9 +13155,9 @@ dependencies = [ "seccompiler", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0", + "sp-externalities", "sp-io", - "sp-tracing 16.0.0", + "sp-tracing", "tempfile", "thiserror", "tracing-gum", @@ -13303,7 +13165,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-execute-worker" -version = "7.0.0" +version = "14.0.0" dependencies = [ "cfg-if", "cpu-time", @@ -13318,7 +13180,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-prepare-worker" -version = "7.0.0" +version = "14.0.0" dependencies = [ "blake3", "cfg-if", @@ -13341,7 +13203,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "7.0.0" +version = "14.0.0" dependencies = [ "async-trait", "futures", @@ -13362,7 +13224,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "7.0.0" +version = "14.0.0" dependencies = [ "lazy_static", "log", @@ -13380,7 +13242,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_cmd", "bs58 0.5.0", @@ -13406,7 +13268,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "7.0.0" +version = "14.0.0" dependencies = [ "async-channel", "async-trait", @@ -13432,7 +13294,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "7.0.0" +version = "14.0.0" dependencies = [ "bitvec", "bounded-vec", @@ -13455,7 +13317,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "7.0.0" +version = "14.0.0" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -13464,7 +13326,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "1.0.0" +version = "0.1.0" dependencies = [ "async-trait", "futures", @@ -13485,7 +13347,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "7.0.0" +version = "14.0.0" dependencies = [ "async-trait", "bitvec", @@ -13514,7 +13376,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "async-trait", @@ -13558,7 +13420,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "async-trait", @@ -13584,7 +13446,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-bin" -version = "1.13.0" +version = "6.0.0" dependencies = [ "assert_cmd", "asset-hub-rococo-runtime", @@ -13663,9 +13525,9 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", + "sp-std", "sp-timestamp", - "sp-tracing 16.0.0", + "sp-tracing", "sp-transaction-pool", "sp-version", "staging-xcm", @@ -13681,7 +13543,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "6.0.0" +version = "13.0.0" dependencies = [ "bounded-collections", "derive_more", @@ -13691,13 +13553,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-weights", ] [[package]] name = "polkadot-primitives" -version = "7.0.0" +version = "14.0.0" dependencies = [ "bitvec", "hex-literal", @@ -13718,12 +13580,12 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "polkadot-primitives-test-helpers" -version = "1.0.0" +version = "0.0.0" dependencies = [ "polkadot-primitives", "rand 0.8.5", @@ -13735,7 +13597,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "7.0.0" +version = "14.0.0" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -13769,7 +13631,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "7.0.0" +version = "14.0.0" dependencies = [ "bitvec", "frame-benchmarking", @@ -13816,7 +13678,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -13825,19 +13687,19 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "7.0.0" +version = "14.0.0" dependencies = [ "bs58 0.5.0", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", ] [[package]] name = "polkadot-runtime-parachains" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "bitflags 1.3.2", @@ -13887,8 +13749,8 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "staging-xcm", "staging-xcm-executor", "static_assertions", @@ -13897,7 +13759,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" -version = "0.1.0" +version = "0.2.0" dependencies = [ "asset-test-utils", "assets-common", @@ -14218,12 +14080,12 @@ dependencies = [ "sp-core", "sp-core-hashing", "sp-core-hashing-proc-macro", - "sp-crypto-ec-utils 0.10.0", + "sp-crypto-ec-utils", "sp-crypto-hashing", "sp-crypto-hashing-proc-macro", "sp-database", - "sp-debug-derive 14.0.0", - "sp-externalities 0.25.0", + "sp-debug-derive", + "sp-externalities", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -14238,22 +14100,22 @@ dependencies = [ "sp-panic-handler", "sp-rpc", "sp-runtime", - "sp-runtime-interface 24.0.0", - "sp-runtime-interface-proc-macro 17.0.0", + "sp-runtime-interface", + "sp-runtime-interface-proc-macro", "sp-session", "sp-staking", "sp-state-machine", "sp-statement-store", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-timestamp", - "sp-tracing 16.0.0", + "sp-tracing", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", "sp-version", "sp-version-proc-macro", - "sp-wasm-interface 20.0.0", + "sp-wasm-interface", "sp-weights", "staging-chain-spec-builder", "staging-node-inspect", @@ -14283,7 +14145,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-docs" -version = "0.0.1" +version = "0.1.0" dependencies = [ "chain-spec-guide-runtime", "cumulus-client-service", @@ -14358,7 +14220,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" -version = "0.1.0" +version = "0.4.0" dependencies = [ "docify", "frame-benchmarking", @@ -14383,15 +14245,15 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", ] [[package]] name = "polkadot-service" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "async-trait", @@ -14502,7 +14364,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 19.0.0", + "sp-storage", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -14519,7 +14381,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "7.0.0" +version = "14.0.0" dependencies = [ "arrayvec 0.7.4", "assert_matches", @@ -14547,14 +14409,14 @@ dependencies = [ "sp-keyring", "sp-keystore", "sp-staking", - "sp-tracing 16.0.0", + "sp-tracing", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "7.0.0" +version = "14.0.0" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -14564,7 +14426,7 @@ dependencies = [ [[package]] name = "polkadot-subsystem-bench" -version = "1.0.0" +version = "0.1.0" dependencies = [ "assert_matches", "async-trait", @@ -14635,7 +14497,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "1.0.0" +version = "0.1.0" dependencies = [ "frame-benchmarking", "futures", @@ -14664,7 +14526,7 @@ dependencies = [ [[package]] name = "polkadot-test-malus" -version = "1.0.0" +version = "0.1.0" dependencies = [ "assert_matches", "async-trait", @@ -14696,7 +14558,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "1.0.0" +version = "0.1.0" dependencies = [ "frame-election-provider-support", "frame-executive", @@ -14743,7 +14605,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", + "sp-std", "sp-transaction-pool", "sp-trie", "sp-version", @@ -14757,7 +14619,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "1.0.0" +version = "0.1.0" dependencies = [ "frame-system", "futures", @@ -14809,7 +14671,7 @@ dependencies = [ [[package]] name = "polkadot-voter-bags" -version = "7.0.0" +version = "14.0.0" dependencies = [ "clap 4.5.3", "generate-bags", @@ -15891,7 +15753,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-trie", "sp-version", "staging-xcm", @@ -15927,14 +15789,14 @@ dependencies = [ [[package]] name = "remote-ext-tests-bags-list" -version = "1.0.0" +version = "0.1.0" dependencies = [ "clap 4.5.3", "frame-system", "log", "pallet-bags-list-remote-tests", "sp-core", - "sp-tracing 16.0.0", + "sp-tracing", "tokio", "westend-runtime", "westend-runtime-constants", @@ -15999,22 +15861,6 @@ dependencies = [ "subtle 2.5.0", ] -[[package]] -name = "ring" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#b273d33f9981e2bb3375ab45faeb537f7ee35224" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-poly", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "blake2 0.10.6", - "common", - "fflonk", - "merlin", -] - [[package]] name = "ring" version = "0.16.20" @@ -16081,7 +15927,7 @@ dependencies = [ [[package]] name = "rococo-emulated-chain" -version = "0.0.0" +version = "0.1.0" dependencies = [ "emulated-integration-tests-common", "parachains-common", @@ -16097,7 +15943,7 @@ dependencies = [ [[package]] name = "rococo-parachain-runtime" -version = "0.6.0" +version = "0.13.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -16136,7 +15982,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -16149,7 +15995,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "7.0.0" +version = "14.0.0" dependencies = [ "binary-merkle-tree", "bitvec", @@ -16238,9 +16084,9 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", - "sp-storage 19.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-storage", + "sp-tracing", "sp-transaction-pool", "sp-trie", "sp-version", @@ -16256,7 +16102,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "7.0.0" +version = "14.0.0" dependencies = [ "frame-support", "polkadot-primitives", @@ -16271,7 +16117,7 @@ dependencies = [ [[package]] name = "rococo-system-emulated-network" -version = "0.0.0" +version = "0.1.0" dependencies = [ "asset-hub-rococo-emulated-chain", "bridge-hub-rococo-emulated-chain", @@ -16283,7 +16129,7 @@ dependencies = [ [[package]] name = "rococo-westend-system-emulated-network" -version = "0.0.0" +version = "0.1.0" dependencies = [ "asset-hub-rococo-emulated-chain", "asset-hub-westend-emulated-chain", @@ -16675,17 +16521,17 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "23.0.0" +version = "29.0.0" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0", + "sp-wasm-interface", "thiserror", ] [[package]] name = "sc-authority-discovery" -version = "0.34.0" +version = "0.41.0" dependencies = [ "async-trait", "futures", @@ -16710,7 +16556,7 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-prometheus-endpoint", "substrate-test-runtime-client", "thiserror", @@ -16718,7 +16564,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.34.0" +version = "0.41.0" dependencies = [ "futures", "futures-timer", @@ -16743,7 +16589,7 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.33.0" +version = "0.40.0" dependencies = [ "parity-scale-codec", "sp-api", @@ -16759,7 +16605,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "28.0.0" +version = "34.0.0" dependencies = [ "array-bytes", "clap 4.5.3", @@ -16785,13 +16631,13 @@ dependencies = [ "sp-keyring", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-test-runtime", ] [[package]] name = "sc-chain-spec-derive" -version = "11.0.0" +version = "12.0.0" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2 1.0.82", @@ -16801,7 +16647,7 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.36.0" +version = "0.43.0" dependencies = [ "array-bytes", "chrono", @@ -16835,7 +16681,7 @@ dependencies = [ "sp-keystore", "sp-panic-handler", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "sp-version", "tempfile", "thiserror", @@ -16844,7 +16690,7 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "28.0.0" +version = "35.0.0" dependencies = [ "fnv", "futures", @@ -16859,11 +16705,11 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.0", + "sp-externalities", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 19.0.0", + "sp-storage", "sp-test-primitives", "sp-trie", "substrate-prometheus-endpoint", @@ -16873,7 +16719,7 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.35.0" +version = "0.42.0" dependencies = [ "array-bytes", "criterion", @@ -16898,7 +16744,7 @@ dependencies = [ "sp-database", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0", + "sp-tracing", "sp-trie", "substrate-test-runtime-client", "tempfile", @@ -16906,7 +16752,7 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.33.0" +version = "0.40.0" dependencies = [ "async-trait", "futures", @@ -16931,7 +16777,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.34.0" +version = "0.41.0" dependencies = [ "async-trait", "futures", @@ -16959,7 +16805,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-timestamp", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-prometheus-endpoint", "substrate-test-runtime-client", "tempfile", @@ -16969,7 +16815,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.34.0" +version = "0.41.0" dependencies = [ "async-trait", "fork-tree", @@ -17002,7 +16848,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-timestamp", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-prometheus-endpoint", "substrate-test-runtime-client", "thiserror", @@ -17011,7 +16857,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.34.0" +version = "0.41.0" dependencies = [ "futures", "jsonrpsee", @@ -17039,7 +16885,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" -version = "13.0.0" +version = "20.0.0" dependencies = [ "array-bytes", "async-channel", @@ -17072,7 +16918,7 @@ dependencies = [ "sp-keystore", "sp-mmr-primitives", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-prometheus-endpoint", "substrate-test-runtime-client", "tempfile", @@ -17083,7 +16929,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "13.0.0" +version = "20.0.0" dependencies = [ "futures", "jsonrpsee", @@ -17105,7 +16951,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.33.0" +version = "0.40.0" dependencies = [ "fork-tree", "parity-scale-codec", @@ -17117,7 +16963,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.19.0" +version = "0.26.0" dependencies = [ "ahash 0.8.8", "array-bytes", @@ -17158,7 +17004,7 @@ dependencies = [ "sp-keyring", "sp-keystore", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-prometheus-endpoint", "substrate-test-runtime-client", "thiserror", @@ -17167,7 +17013,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.19.0" +version = "0.26.0" dependencies = [ "finality-grandpa", "futures", @@ -17191,7 +17037,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.35.0" +version = "0.42.0" dependencies = [ "assert_matches", "async-trait", @@ -17229,7 +17075,7 @@ dependencies = [ [[package]] name = "sc-consensus-pow" -version = "0.33.0" +version = "0.40.0" dependencies = [ "async-trait", "futures", @@ -17253,7 +17099,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.33.0" +version = "0.40.0" dependencies = [ "async-trait", "futures", @@ -17276,7 +17122,7 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.32.0" +version = "0.39.0" dependencies = [ "array-bytes", "assert_matches", @@ -17296,49 +17142,49 @@ dependencies = [ "sp-api", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0", + "sp-externalities", "sp-io", "sp-maybe-compressed-blob", "sp-panic-handler", "sp-runtime", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "sp-state-machine", - "sp-tracing 16.0.0", + "sp-tracing", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0", + "sp-wasm-interface", "substrate-test-runtime", "tempfile", "tracing", - "tracing-subscriber 0.3.18", + "tracing-subscriber", "wat", ] [[package]] name = "sc-executor-common" -version = "0.29.0" +version = "0.35.0" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0", + "sp-wasm-interface", "thiserror", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" -version = "0.29.0" +version = "0.32.0" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface 20.0.0", + "sp-wasm-interface", ] [[package]] name = "sc-executor-wasmtime" -version = "0.29.0" +version = "0.35.0" dependencies = [ "anyhow", "cargo_metadata", @@ -17353,8 +17199,8 @@ dependencies = [ "sc-executor-common", "sc-runtime-test", "sp-io", - "sp-runtime-interface 24.0.0", - "sp-wasm-interface 20.0.0", + "sp-runtime-interface", + "sp-wasm-interface", "tempfile", "wasmtime", "wat", @@ -17362,7 +17208,7 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.33.0" +version = "0.40.0" dependencies = [ "ansi_term", "futures", @@ -17378,7 +17224,7 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "25.0.0" +version = "32.0.0" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -17392,7 +17238,7 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.4.0" +version = "0.11.0" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -17420,7 +17266,7 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.34.0" +version = "0.41.0" dependencies = [ "array-bytes", "assert_matches", @@ -17466,7 +17312,7 @@ dependencies = [ "sp-crypto-hashing", "sp-runtime", "sp-test-primitives", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-prometheus-endpoint", "substrate-test-runtime", "substrate-test-runtime-client", @@ -17484,7 +17330,7 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.33.0" +version = "0.40.0" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -17502,7 +17348,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.34.0" +version = "0.41.0" dependencies = [ "ahash 0.8.8", "async-trait", @@ -17526,7 +17372,7 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.33.0" +version = "0.40.0" dependencies = [ "array-bytes", "async-channel", @@ -17546,7 +17392,7 @@ dependencies = [ [[package]] name = "sc-network-statement" -version = "0.16.0" +version = "0.23.0" dependencies = [ "array-bytes", "async-channel", @@ -17566,7 +17412,7 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.33.0" +version = "0.40.0" dependencies = [ "array-bytes", "async-channel", @@ -17597,7 +17443,7 @@ dependencies = [ "sp-core", "sp-runtime", "sp-test-primitives", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-prometheus-endpoint", "substrate-test-runtime-client", "thiserror", @@ -17607,7 +17453,7 @@ dependencies = [ [[package]] name = "sc-network-test" -version = "0.8.0" +version = "0.1.0" dependencies = [ "async-trait", "futures", @@ -17630,7 +17476,7 @@ dependencies = [ "sp-consensus", "sp-core", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-test-runtime", "substrate-test-runtime-client", "tokio", @@ -17638,7 +17484,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.33.0" +version = "0.40.0" dependencies = [ "array-bytes", "futures", @@ -17657,7 +17503,7 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.10.0" +version = "0.12.0" dependencies = [ "bs58 0.5.0", "ed25519-dalek 2.1.1", @@ -17673,7 +17519,7 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "29.0.0" +version = "36.0.0" dependencies = [ "array-bytes", "async-trait", @@ -17703,11 +17549,11 @@ dependencies = [ "sp-api", "sp-consensus", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-keystore", "sp-offchain", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-test-runtime-client", "threadpool", "tokio", @@ -17716,7 +17562,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.17.0" +version = "0.18.0" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -17724,7 +17570,7 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "29.0.0" +version = "36.0.0" dependencies = [ "assert_matches", "env_logger 0.11.3", @@ -17761,12 +17607,12 @@ dependencies = [ "sp-version", "substrate-test-runtime-client", "tokio", - "tracing-subscriber 0.3.18", + "tracing-subscriber", ] [[package]] name = "sc-rpc-api" -version = "0.33.0" +version = "0.40.0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -17785,7 +17631,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "11.0.0" +version = "16.0.1" dependencies = [ "forwarded-header-value", "futures", @@ -17804,7 +17650,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.34.0" +version = "0.41.0" dependencies = [ "array-bytes", "assert_matches", @@ -17832,7 +17678,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-maybe-compressed-blob", "sp-rpc", "sp-runtime", @@ -17847,19 +17693,19 @@ dependencies = [ [[package]] name = "sc-runtime-test" -version = "2.0.0" +version = "0.1.0" dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0", - "sp-std 14.0.0", + "sp-runtime-interface", + "sp-std", "substrate-wasm-builder", ] [[package]] name = "sc-service" -version = "0.35.0" +version = "0.42.0" dependencies = [ "async-trait", "directories", @@ -17901,12 +17747,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 19.0.0", + "sp-storage", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -17924,7 +17770,7 @@ dependencies = [ [[package]] name = "sc-service-test" -version = "2.0.0" +version = "0.1.0" dependencies = [ "array-bytes", "async-channel", @@ -17949,8 +17795,8 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0", - "sp-tracing 16.0.0", + "sp-storage", + "sp-tracing", "sp-trie", "substrate-test-runtime", "substrate-test-runtime-client", @@ -17960,7 +17806,7 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.30.0" +version = "0.36.0" dependencies = [ "log", "parity-scale-codec", @@ -17970,7 +17816,7 @@ dependencies = [ [[package]] name = "sc-statement-store" -version = "10.0.0" +version = "17.0.0" dependencies = [ "env_logger 0.11.3", "log", @@ -17990,7 +17836,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" -version = "0.16.0" +version = "0.22.0" dependencies = [ "clap 4.5.3", "fs4", @@ -18002,7 +17848,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.34.0" +version = "0.41.0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -18020,7 +17866,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "27.0.0" +version = "34.0.0" dependencies = [ "derive_more", "futures", @@ -18036,12 +17882,12 @@ dependencies = [ "sp-crypto-hashing", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "sc-telemetry" -version = "15.0.0" +version = "21.0.0" dependencies = [ "chrono", "futures", @@ -18060,7 +17906,7 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "28.0.0" +version = "35.0.0" dependencies = [ "ansi_term", "chrono", @@ -18081,11 +17927,11 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "thiserror", "tracing", - "tracing-log 0.2.0", - "tracing-subscriber 0.3.18", + "tracing-log", + "tracing-subscriber", ] [[package]] @@ -18100,7 +17946,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "28.0.0" +version = "35.0.0" dependencies = [ "array-bytes", "assert_matches", @@ -18123,7 +17969,7 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", "substrate-test-runtime", @@ -18134,7 +17980,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "28.0.0" +version = "35.0.0" dependencies = [ "async-trait", "futures", @@ -18150,7 +17996,7 @@ dependencies = [ [[package]] name = "sc-utils" -version = "14.0.0" +version = "17.0.0" dependencies = [ "async-channel", "futures", @@ -18416,7 +18262,7 @@ dependencies = [ [[package]] name = "seedling-runtime" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -18442,7 +18288,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -18735,7 +18581,7 @@ dependencies = [ [[package]] name = "shell-runtime" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -18760,7 +18606,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -18867,13 +18713,13 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" -version = "7.0.0" +version = "14.0.0" dependencies = [ "enumn", "parity-scale-codec", "paste", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] @@ -19053,7 +18899,7 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" -version = "0.2.0" +version = "0.7.0" dependencies = [ "byte-slice-cast", "frame-support", @@ -19068,14 +18914,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "ssz_rs", "ssz_rs_derive", ] [[package]] name = "snowbridge-core" -version = "0.2.0" +version = "0.7.0" dependencies = [ "ethabi-decode", "frame-support", @@ -19091,14 +18937,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", ] [[package]] name = "snowbridge-ethereum" -version = "0.3.0" +version = "0.8.0" dependencies = [ "ethabi-decode", "ethbloom", @@ -19114,7 +18960,7 @@ dependencies = [ "serde_json", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "wasm-bindgen-test", ] @@ -19135,7 +18981,7 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-merkle-tree" -version = "0.3.0" +version = "0.8.0" dependencies = [ "array-bytes", "env_logger 0.11.3", @@ -19150,19 +18996,19 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-runtime-api" -version = "0.2.0" +version = "0.7.0" dependencies = [ "frame-support", "parity-scale-codec", "snowbridge-core", "snowbridge-outbound-queue-merkle-tree", "sp-api", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "snowbridge-pallet-ethereum-client" -version = "0.2.0" +version = "0.7.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -19183,24 +19029,24 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "static_assertions", ] [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" -version = "0.9.0" +version = "0.15.0" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "snowbridge-pallet-inbound-queue" -version = "0.2.0" +version = "0.7.0" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -19222,25 +19068,25 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-executor", ] [[package]] name = "snowbridge-pallet-inbound-queue-fixtures" -version = "0.10.0" +version = "0.15.0" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "snowbridge-pallet-outbound-queue" -version = "0.2.0" +version = "0.7.0" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -19258,12 +19104,12 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "snowbridge-pallet-system" -version = "0.2.0" +version = "0.7.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -19282,14 +19128,14 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-executor", ] [[package]] name = "snowbridge-router-primitives" -version = "0.9.0" +version = "0.13.0" dependencies = [ "frame-support", "hex-literal", @@ -19301,21 +19147,21 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-executor", ] [[package]] name = "snowbridge-runtime-common" -version = "0.2.0" +version = "0.7.0" dependencies = [ "frame-support", "log", "parity-scale-codec", "snowbridge-core", "sp-arithmetic", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -19323,7 +19169,7 @@ dependencies = [ [[package]] name = "snowbridge-runtime-test-common" -version = "0.2.0" +version = "0.7.0" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -19353,12 +19199,12 @@ dependencies = [ [[package]] name = "snowbridge-system-runtime-api" -version = "0.2.0" +version = "0.7.0" dependencies = [ "parity-scale-codec", "snowbridge-core", "sp-api", - "sp-std 14.0.0", + "sp-std", "staging-xcm", ] @@ -19401,7 +19247,7 @@ dependencies = [ [[package]] name = "solochain-template-node" -version = "0.0.0" +version = "0.1.0" dependencies = [ "clap 4.5.3", "frame-benchmarking-cli", @@ -19443,7 +19289,7 @@ dependencies = [ [[package]] name = "solochain-template-runtime" -version = "0.0.0" +version = "0.1.0" dependencies = [ "frame-benchmarking", "frame-executive", @@ -19472,8 +19318,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-std", + "sp-storage", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -19481,7 +19327,7 @@ dependencies = [ [[package]] name = "sp-api" -version = "26.0.0" +version = "33.0.0" dependencies = [ "hash-db", "log", @@ -19489,12 +19335,12 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "sp-state-machine", - "sp-std 14.0.0", + "sp-std", "sp-test-primitives", "sp-trie", "sp-version", @@ -19503,7 +19349,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "15.0.0" +version = "20.0.0" dependencies = [ "Inflector", "assert_matches", @@ -19517,7 +19363,7 @@ dependencies = [ [[package]] name = "sp-api-test" -version = "2.0.1" +version = "0.1.0" dependencies = [ "criterion", "futures", @@ -19531,7 +19377,7 @@ dependencies = [ "sp-core", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0", + "sp-tracing", "sp-version", "static_assertions", "substrate-test-runtime-client", @@ -19540,19 +19386,19 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "30.0.0" +version = "37.0.0" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 14.0.0", + "sp-std", ] [[package]] name = "sp-application-crypto-test" -version = "2.0.0" +version = "0.1.0" dependencies = [ "sp-api", "sp-application-crypto", @@ -19563,7 +19409,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "23.0.0" +version = "26.0.0" dependencies = [ "criterion", "docify", @@ -19575,13 +19421,13 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing", - "sp-std 14.0.0", + "sp-std", "static_assertions", ] [[package]] name = "sp-arithmetic-fuzzer" -version = "2.0.0" +version = "0.1.0" dependencies = [ "arbitrary", "fraction", @@ -19590,27 +19436,9 @@ dependencies = [ "sp-arithmetic", ] -[[package]] -name = "sp-ark-bls12-381" -version = "0.4.2" -source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f" -dependencies = [ - "ark-bls12-381-ext", - "sp-crypto-ec-utils 0.4.1", -] - -[[package]] -name = "sp-ark-ed-on-bls12-381-bandersnatch" -version = "0.4.2" -source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f" -dependencies = [ - "ark-ed-on-bls12-381-bandersnatch-ext", - "sp-crypto-ec-utils 0.4.1", -] - [[package]] name = "sp-authority-discovery" -version = "26.0.0" +version = "33.0.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -19621,7 +19449,7 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "26.0.0" +version = "33.0.0" dependencies = [ "sp-api", "sp-inherents", @@ -19630,7 +19458,7 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "28.0.0" +version = "35.0.0" dependencies = [ "futures", "log", @@ -19647,7 +19475,7 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.32.0" +version = "0.39.0" dependencies = [ "async-trait", "futures", @@ -19662,7 +19490,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.32.0" +version = "0.39.0" dependencies = [ "async-trait", "parity-scale-codec", @@ -19677,7 +19505,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.32.0" +version = "0.39.0" dependencies = [ "async-trait", "parity-scale-codec", @@ -19694,7 +19522,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "13.0.0" +version = "20.0.0" dependencies = [ "array-bytes", "lazy_static", @@ -19715,7 +19543,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "13.0.0" +version = "20.0.0" dependencies = [ "finality-grandpa", "log", @@ -19731,31 +19559,17 @@ dependencies = [ [[package]] name = "sp-consensus-pow" -version = "0.32.0" -dependencies = [ - "parity-scale-codec", - "sp-api", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "sp-consensus-sassafras" -version = "0.3.4-dev" +version = "0.39.0" dependencies = [ "parity-scale-codec", - "scale-info", - "serde", "sp-api", - "sp-application-crypto", - "sp-consensus-slots", "sp-core", "sp-runtime", ] [[package]] name = "sp-consensus-slots" -version = "0.32.0" +version = "0.39.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -19765,10 +19579,9 @@ dependencies = [ [[package]] name = "sp-core" -version = "28.0.0" +version = "34.0.0" dependencies = [ "array-bytes", - "bandersnatch_vrfs", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", @@ -19800,11 +19613,11 @@ dependencies = [ "serde", "serde_json", "sp-crypto-hashing", - "sp-debug-derive 14.0.0", - "sp-externalities 0.25.0", - "sp-runtime-interface 24.0.0", - "sp-std 14.0.0", - "sp-storage 19.0.0", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror", @@ -19815,7 +19628,7 @@ dependencies = [ [[package]] name = "sp-core-fuzz" -version = "0.0.0" +version = "0.1.0" dependencies = [ "lazy_static", "libfuzzer-sys", @@ -19825,42 +19638,21 @@ dependencies = [ [[package]] name = "sp-core-hashing" -version = "15.0.0" +version = "16.0.0" dependencies = [ "sp-crypto-hashing", ] [[package]] name = "sp-core-hashing-proc-macro" -version = "15.0.0" +version = "16.0.0" dependencies = [ "sp-crypto-hashing-proc-macro", ] [[package]] name = "sp-crypto-ec-utils" -version = "0.4.1" -source = "git+https://github.com/paritytech/polkadot-sdk#82912acb33a9030c0ef3bf590a34fca09b72dc5f" -dependencies = [ - "ark-bls12-377", - "ark-bls12-377-ext", - "ark-bls12-381", - "ark-bls12-381-ext", - "ark-bw6-761", - "ark-bw6-761-ext", - "ark-ec", - "ark-ed-on-bls12-377", - "ark-ed-on-bls12-377-ext", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ed-on-bls12-381-bandersnatch-ext", - "ark-scale 0.0.11", - "sp-runtime-interface 17.0.0", - "sp-std 8.0.0", -] - -[[package]] -name = "sp-crypto-ec-utils" -version = "0.10.0" +version = "0.14.0" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -19873,8 +19665,8 @@ dependencies = [ "ark-ed-on-bls12-377-ext", "ark-ed-on-bls12-381-bandersnatch", "ark-ed-on-bls12-381-bandersnatch-ext", - "ark-scale 0.0.12", - "sp-runtime-interface 24.0.0", + "ark-scale", + "sp-runtime-interface", ] [[package]] @@ -19908,16 +19700,6 @@ dependencies = [ "parking_lot 0.12.1", ] -[[package]] -name = "sp-debug-derive" -version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#82912acb33a9030c0ef3bf590a34fca09b72dc5f" -dependencies = [ - "proc-macro2 1.0.82", - "quote 1.0.35", - "syn 2.0.61", -] - [[package]] name = "sp-debug-derive" version = "14.0.0" @@ -19929,27 +19711,16 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk#82912acb33a9030c0ef3bf590a34fca09b72dc5f" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 8.0.0", - "sp-storage 13.0.0", -] - -[[package]] -name = "sp-externalities" -version = "0.25.0" +version = "0.29.0" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0", + "sp-storage", ] [[package]] name = "sp-genesis-builder" -version = "0.8.0" +version = "0.14.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -19960,7 +19731,7 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "26.0.0" +version = "33.0.0" dependencies = [ "async-trait", "futures", @@ -19973,7 +19744,7 @@ dependencies = [ [[package]] name = "sp-io" -version = "30.0.0" +version = "37.0.0" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -19985,12 +19756,12 @@ dependencies = [ "secp256k1", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0", + "sp-externalities", "sp-keystore", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "sp-state-machine", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "sp-trie", "tracing", "tracing-core", @@ -19998,7 +19769,7 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "31.0.0" +version = "38.0.0" dependencies = [ "sp-core", "sp-runtime", @@ -20007,14 +19778,14 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.34.0" +version = "0.40.0" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "rand 0.8.5", "rand_chacha 0.3.1", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", ] [[package]] @@ -20027,7 +19798,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.6.0" +version = "0.7.0" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -20036,7 +19807,7 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.4.0" +version = "0.11.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -20046,7 +19817,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "26.0.0" +version = "33.0.0" dependencies = [ "array-bytes", "log", @@ -20056,14 +19827,14 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 14.0.0", + "sp-debug-derive", "sp-runtime", "thiserror", ] [[package]] name = "sp-npos-elections" -version = "26.0.0" +version = "33.0.0" dependencies = [ "parity-scale-codec", "rand 0.8.5", @@ -20077,7 +19848,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-fuzzer" -version = "2.0.0-alpha.5" +version = "0.1.0" dependencies = [ "clap 4.5.3", "honggfuzz", @@ -20088,7 +19859,7 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "26.0.0" +version = "33.0.0" dependencies = [ "sp-api", "sp-core", @@ -20106,7 +19877,7 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "26.0.0" +version = "32.0.0" dependencies = [ "rustc-hash", "serde", @@ -20116,7 +19887,7 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "31.0.1" +version = "38.0.0" dependencies = [ "docify", "either", @@ -20137,8 +19908,8 @@ dependencies = [ "sp-core", "sp-io", "sp-state-machine", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "sp-weights", "substrate-test-runtime-client", "zstd 0.12.4", @@ -20146,25 +19917,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#82912acb33a9030c0ef3bf590a34fca09b72dc5f" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.19.0", - "sp-runtime-interface-proc-macro 11.0.0", - "sp-std 8.0.0", - "sp-storage 13.0.0", - "sp-tracing 10.0.0", - "sp-wasm-interface 14.0.0", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "24.0.0" +version = "28.0.0" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -20173,34 +19926,22 @@ dependencies = [ "primitive-types", "rustversion", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-io", - "sp-runtime-interface-proc-macro 17.0.0", + "sp-runtime-interface-proc-macro", "sp-runtime-interface-test-wasm", "sp-state-machine", - "sp-std 14.0.0", - "sp-storage 19.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", "trybuild", ] [[package]] name = "sp-runtime-interface-proc-macro" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#82912acb33a9030c0ef3bf590a34fca09b72dc5f" -dependencies = [ - "Inflector", - "proc-macro-crate 1.3.1", - "proc-macro2 1.0.82", - "quote 1.0.35", - "syn 2.0.61", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "17.0.0" +version = "18.0.0" dependencies = [ "Inflector", "expander", @@ -20212,13 +19953,13 @@ dependencies = [ [[package]] name = "sp-runtime-interface-test" -version = "2.0.0" +version = "0.1.0" dependencies = [ "sc-executor", "sc-executor-common", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "sp-runtime-interface-test-wasm", "sp-runtime-interface-test-wasm-deprecated", "sp-state-machine", @@ -20228,29 +19969,29 @@ dependencies = [ [[package]] name = "sp-runtime-interface-test-wasm" -version = "2.0.0" +version = "0.1.0" dependencies = [ "bytes", "sp-core", "sp-io", - "sp-runtime-interface 24.0.0", - "sp-std 14.0.0", + "sp-runtime-interface", + "sp-std", "substrate-wasm-builder", ] [[package]] name = "sp-runtime-interface-test-wasm-deprecated" -version = "2.0.0" +version = "0.1.0" dependencies = [ "sp-core", "sp-io", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "substrate-wasm-builder", ] [[package]] name = "sp-session" -version = "27.0.0" +version = "34.0.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -20263,7 +20004,7 @@ dependencies = [ [[package]] name = "sp-staking" -version = "26.0.0" +version = "33.0.0" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -20275,7 +20016,7 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.35.0" +version = "0.42.0" dependencies = [ "arbitrary", "array-bytes", @@ -20288,7 +20029,7 @@ dependencies = [ "rand 0.8.5", "smallvec", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-panic-handler", "sp-runtime", "sp-trie", @@ -20299,7 +20040,7 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "10.0.0" +version = "17.0.0" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -20313,49 +20054,31 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0", + "sp-externalities", "sp-runtime", - "sp-runtime-interface 24.0.0", + "sp-runtime-interface", "thiserror", "x25519-dalek 2.0.0", ] -[[package]] -name = "sp-std" -version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#82912acb33a9030c0ef3bf590a34fca09b72dc5f" - [[package]] name = "sp-std" version = "14.0.0" [[package]] name = "sp-storage" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#82912acb33a9030c0ef3bf590a34fca09b72dc5f" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 8.0.0", - "sp-std 8.0.0", -] - -[[package]] -name = "sp-storage" -version = "19.0.0" +version = "21.0.0" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0", + "sp-debug-derive", ] [[package]] name = "sp-test-primitives" -version = "2.0.0" +version = "0.1.0" dependencies = [ "parity-scale-codec", "scale-info", @@ -20367,7 +20090,7 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "26.0.0" +version = "33.0.0" dependencies = [ "async-trait", "parity-scale-codec", @@ -20378,29 +20101,17 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#82912acb33a9030c0ef3bf590a34fca09b72dc5f" -dependencies = [ - "parity-scale-codec", - "sp-std 8.0.0", - "tracing", - "tracing-core", - "tracing-subscriber 0.2.25", -] - -[[package]] -name = "sp-tracing" -version = "16.0.0" +version = "17.0.0" dependencies = [ "parity-scale-codec", "tracing", "tracing-core", - "tracing-subscriber 0.3.18", + "tracing-subscriber", ] [[package]] name = "sp-transaction-pool" -version = "26.0.0" +version = "33.0.0" dependencies = [ "sp-api", "sp-runtime", @@ -20408,7 +20119,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "26.0.0" +version = "33.0.0" dependencies = [ "async-trait", "parity-scale-codec", @@ -20421,7 +20132,7 @@ dependencies = [ [[package]] name = "sp-trie" -version = "29.0.0" +version = "36.0.0" dependencies = [ "ahash 0.8.8", "array-bytes", @@ -20436,7 +20147,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0", + "sp-externalities", "sp-runtime", "thiserror", "tracing", @@ -20448,7 +20159,7 @@ dependencies = [ [[package]] name = "sp-version" -version = "29.0.0" +version = "36.0.0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -20457,14 +20168,14 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-version-proc-macro", "thiserror", ] [[package]] name = "sp-version-proc-macro" -version = "13.0.0" +version = "14.0.0" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.82", @@ -20475,20 +20186,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#82912acb33a9030c0ef3bf590a34fca09b72dc5f" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-std 8.0.0", - "wasmtime", -] - -[[package]] -name = "sp-wasm-interface" -version = "20.0.0" +version = "21.0.0" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -20499,7 +20197,7 @@ dependencies = [ [[package]] name = "sp-weights" -version = "27.0.0" +version = "31.0.0" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -20508,7 +20206,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0", + "sp-debug-derive", ] [[package]] @@ -20590,18 +20288,18 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-chain-spec-builder" -version = "1.6.1" +version = "2.0.0" dependencies = [ "clap 4.5.3", "log", "sc-chain-spec", "serde_json", - "sp-tracing 16.0.0", + "sp-tracing", ] [[package]] name = "staging-node-cli" -version = "3.0.0-dev" +version = "0.1.0" dependencies = [ "array-bytes", "assert_cmd", @@ -20637,7 +20335,7 @@ dependencies = [ [[package]] name = "staging-node-inspect" -version = "0.12.0" +version = "0.19.0" dependencies = [ "clap 4.5.3", "parity-scale-codec", @@ -20654,7 +20352,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.7.0" +version = "0.14.0" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -20662,7 +20360,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0", + "sp-std", ] [[package]] @@ -20671,7 +20369,7 @@ version = "2.0.0" [[package]] name = "staging-xcm" -version = "7.0.0" +version = "14.0.0" dependencies = [ "array-bytes", "bounded-collections", @@ -20692,7 +20390,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "7.0.0" +version = "14.0.0" dependencies = [ "assert_matches", "frame-support", @@ -20714,7 +20412,7 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -20722,7 +20420,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "7.0.0" +version = "14.0.0" dependencies = [ "environmental", "frame-benchmarking", @@ -20735,7 +20433,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-weights", "staging-xcm", ] @@ -20914,7 +20612,7 @@ dependencies = [ [[package]] name = "subkey" -version = "9.0.0" +version = "16.0.0" dependencies = [ "clap 4.5.3", "sc-cli", @@ -20922,7 +20620,7 @@ dependencies = [ [[package]] name = "substrate-bip39" -version = "0.4.7" +version = "0.6.0" dependencies = [ "bip39", "hmac 0.12.1", @@ -20956,7 +20654,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-support" -version = "29.0.0" +version = "36.0.0" dependencies = [ "frame-support", "frame-system", @@ -20967,13 +20665,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-storage 19.0.0", + "sp-storage", "tokio", ] [[package]] name = "substrate-frame-rpc-system" -version = "28.0.0" +version = "35.0.0" dependencies = [ "assert_matches", "frame-system-rpc-runtime-api", @@ -20989,7 +20687,7 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-runtime", - "sp-tracing 16.0.0", + "sp-tracing", "substrate-test-runtime-client", "tokio", ] @@ -21050,7 +20748,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.33.0" +version = "0.40.0" dependencies = [ "async-trait", "jsonrpsee", @@ -21064,7 +20762,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "27.0.0" +version = "34.0.0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -21081,7 +20779,7 @@ dependencies = [ [[package]] name = "substrate-test-client" -version = "2.0.1" +version = "0.1.0" dependencies = [ "array-bytes", "async-trait", @@ -21107,7 +20805,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" -version = "2.0.0" +version = "0.1.0" dependencies = [ "array-bytes", "frame-executive", @@ -21139,7 +20837,7 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0", + "sp-externalities", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -21148,7 +20846,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-state-machine", - "sp-tracing 16.0.0", + "sp-tracing", "sp-transaction-pool", "sp-trie", "sp-version", @@ -21159,7 +20857,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" -version = "2.0.0" +version = "0.1.0" dependencies = [ "futures", "sc-block-builder", @@ -21176,7 +20874,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-transaction-pool" -version = "2.0.0" +version = "0.1.0" dependencies = [ "futures", "parity-scale-codec", @@ -21191,7 +20889,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" -version = "4.0.0-dev" +version = "3.0.0" dependencies = [ "futures", "sc-service", @@ -21201,7 +20899,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "17.0.0" +version = "23.0.0" dependencies = [ "array-bytes", "build-helper", @@ -21217,7 +20915,7 @@ dependencies = [ "sp-core", "sp-io", "sp-maybe-compressed-blob", - "sp-tracing 16.0.0", + "sp-tracing", "sp-version", "strum 0.26.2", "tempfile", @@ -21497,7 +21195,7 @@ checksum = "3dffced63c2b5c7be278154d76b479f9f9920ed34e7574201407f0b14e2bbb93" dependencies = [ "env_logger 0.11.3", "test-log-macros", - "tracing-subscriber 0.3.18", + "tracing-subscriber", ] [[package]] @@ -21513,20 +21211,20 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "1.0.0" +version = "0.0.0" dependencies = [ "dlmalloc", "parity-scale-codec", "polkadot-parachain-primitives", "sp-io", - "sp-std 14.0.0", + "sp-std", "substrate-wasm-builder", "tiny-keccak", ] [[package]] name = "test-parachain-adder-collator" -version = "1.0.0" +version = "0.1.0" dependencies = [ "clap 4.5.3", "futures", @@ -21552,7 +21250,7 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "1.0.0" +version = "0.0.0" dependencies = [ "rustversion", "substrate-wasm-builder", @@ -21560,21 +21258,21 @@ dependencies = [ [[package]] name = "test-parachain-undying" -version = "1.0.0" +version = "0.1.0" dependencies = [ "dlmalloc", "log", "parity-scale-codec", "polkadot-parachain-primitives", "sp-io", - "sp-std 14.0.0", + "sp-std", "substrate-wasm-builder", "tiny-keccak", ] [[package]] name = "test-parachain-undying-collator" -version = "1.0.0" +version = "0.1.0" dependencies = [ "clap 4.5.3", "futures", @@ -21600,7 +21298,7 @@ dependencies = [ [[package]] name = "test-parachains" -version = "1.0.0" +version = "0.1.0" dependencies = [ "parity-scale-codec", "sp-core", @@ -21611,7 +21309,7 @@ dependencies = [ [[package]] name = "test-runtime-constants" -version = "1.0.0" +version = "0.1.0" dependencies = [ "frame-support", "polkadot-primitives", @@ -21621,7 +21319,7 @@ dependencies = [ [[package]] name = "testnet-parachains-constants" -version = "1.0.0" +version = "7.0.0" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -22081,7 +21779,7 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "7.0.0" +version = "14.0.0" dependencies = [ "coarsetime", "polkadot-primitives", @@ -22101,17 +21799,6 @@ dependencies = [ "syn 2.0.61", ] -[[package]] -name = "tracing-log" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" -dependencies = [ - "lazy_static", - "log", - "tracing-core", -] - [[package]] name = "tracing-log" version = "0.2.0" @@ -22123,38 +21810,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "tracing-serde" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" -dependencies = [ - "serde", - "tracing-core", -] - -[[package]] -name = "tracing-subscriber" -version = "0.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71" -dependencies = [ - "ansi_term", - "chrono", - "lazy_static", - "matchers 0.0.1", - "regex", - "serde", - "serde_json", - "sharded-slab", - "smallvec", - "thread_local", - "tracing", - "tracing-core", - "tracing-log 0.1.3", - "tracing-serde", -] - [[package]] name = "tracing-subscriber" version = "0.3.18" @@ -22162,7 +21817,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "chrono", - "matchers 0.1.0", + "matchers", "nu-ansi-term", "once_cell", "parking_lot 0.12.1", @@ -22172,7 +21827,7 @@ dependencies = [ "thread_local", "tracing", "tracing-core", - "tracing-log 0.2.0", + "tracing-log", ] [[package]] @@ -23129,7 +22784,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" [[package]] name = "westend-emulated-chain" -version = "0.0.0" +version = "0.1.0" dependencies = [ "emulated-integration-tests-common", "pallet-staking", @@ -23149,7 +22804,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "7.0.0" +version = "14.0.0" dependencies = [ "binary-merkle-tree", "bitvec", @@ -23245,9 +22900,9 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0", - "sp-storage 19.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-storage", + "sp-tracing", "sp-transaction-pool", "sp-version", "staging-xcm", @@ -23262,7 +22917,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "7.0.0" +version = "14.0.0" dependencies = [ "frame-support", "polkadot-primitives", @@ -23277,7 +22932,7 @@ dependencies = [ [[package]] name = "westend-system-emulated-network" -version = "0.0.0" +version = "0.1.0" dependencies = [ "asset-hub-westend-emulated-chain", "bridge-hub-westend-emulated-chain", @@ -23742,7 +23397,7 @@ dependencies = [ "simple-mermaid 0.1.0", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -23752,7 +23407,7 @@ dependencies = [ [[package]] name = "xcm-emulator" -version = "0.5.0" +version = "0.12.0" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -23777,15 +23432,15 @@ dependencies = [ "sp-crypto-hashing", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "staging-xcm", "staging-xcm-executor", ] [[package]] name = "xcm-executor-integration-tests" -version = "1.0.0" +version = "0.1.0" dependencies = [ "frame-support", "frame-system", @@ -23802,14 +23457,14 @@ dependencies = [ "sp-keyring", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0", + "sp-tracing", "staging-xcm", "staging-xcm-executor", ] [[package]] name = "xcm-fee-payment-runtime-api" -version = "0.1.0" +version = "0.4.0" dependencies = [ "env_logger 0.9.3", "frame-executive", @@ -23824,7 +23479,7 @@ dependencies = [ "sp-api", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "sp-weights", "staging-xcm", "staging-xcm-builder", @@ -23833,7 +23488,7 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "7.0.0" +version = "10.0.0" dependencies = [ "Inflector", "proc-macro2 1.0.82", @@ -23845,7 +23500,7 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "7.0.0" +version = "14.0.0" dependencies = [ "frame-support", "frame-system", @@ -23858,7 +23513,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -23866,7 +23521,7 @@ dependencies = [ [[package]] name = "xcm-simulator-example" -version = "7.0.0" +version = "14.0.0" dependencies = [ "frame-support", "frame-system", @@ -23883,8 +23538,8 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", - "sp-tracing 16.0.0", + "sp-std", + "sp-tracing", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -23893,7 +23548,7 @@ dependencies = [ [[package]] name = "xcm-simulator-fuzzer" -version = "1.0.0" +version = "0.1.0" dependencies = [ "arbitrary", "frame-executive", @@ -23912,7 +23567,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -23990,7 +23645,7 @@ dependencies = [ [[package]] name = "zombienet-backchannel" -version = "1.0.0" +version = "0.1.0" dependencies = [ "futures-util", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 2b2a1cdc17d5..eb9b5ed89583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -392,7 +392,6 @@ members = [ "substrate/frame/root-testing", "substrate/frame/safe-mode", "substrate/frame/salary", - "substrate/frame/sassafras", "substrate/frame/scheduler", "substrate/frame/scored-pool", "substrate/frame/session", @@ -448,7 +447,6 @@ members = [ "substrate/primitives/consensus/common", "substrate/primitives/consensus/grandpa", "substrate/primitives/consensus/pow", - "substrate/primitives/consensus/sassafras", "substrate/primitives/consensus/slots", "substrate/primitives/core", "substrate/primitives/core/fuzz", diff --git a/Plan.toml b/Plan.toml new file mode 100644 index 000000000000..6182fc24f277 --- /dev/null +++ b/Plan.toml @@ -0,0 +1,3635 @@ +# generated by parity-publish v0.5.1 +# command: parity-publish -C ../polkadot-sdk plan --new --since release-polkadot-v1.12.0 -d polkadot v1.13.0 + +[options] +description = "polkadot v1.13.0" + +[[crate]] +name = "binary-merkle-tree" +from = "15.0.0" +to = "15.0.0" +bump = "major" +publish = false + +[[crate]] +name = "cumulus-pallet-parachain-system-proc-macro" +from = "0.6.0" +to = "0.6.0" +bump = "major" +publish = false + +[[crate]] +name = "fork-tree" +from = "13.0.0" +to = "13.0.0" +bump = "major" +publish = false + +[[crate]] +name = "frame-election-provider-solution-type" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-support-procedural-tools-derive" +from = "12.0.0" +to = "12.0.0" +bump = "major" +publish = false + +[[crate]] +name = "node-template-release" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-contracts-proc-macro" +from = "21.0.0" +to = "22.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-contracts-uapi" +from = "10.0.1" +to = "11.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-election-provider-e2e-test" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-nomination-pools-test-delegate-stake" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-nomination-pools-test-transfer-stake" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-staking-reward-curve" +from = "11.0.0" +to = "12.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-chain-spec-derive" +from = "11.0.0" +to = "12.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-network-types" +from = "0.11.0" +to = "0.12.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-tracing-proc-macro" +from = "11.0.0" +to = "11.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-api-proc-macro" +from = "19.0.0" +to = "20.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-crypto-hashing" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-database" +from = "10.0.0" +to = "10.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-debug-derive" +from = "14.0.0" +to = "14.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-maybe-compressed-blob" +from = "11.0.0" +to = "11.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-metadata-ir" +from = "0.7.0" +to = "0.7.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-panic-handler" +from = "13.0.0" +to = "13.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-runtime-interface-proc-macro" +from = "18.0.0" +to = "18.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-std" +from = "14.0.0" +to = "14.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-tracing" +from = "17.0.0" +to = "17.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-version-proc-macro" +from = "14.0.0" +to = "14.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-wasm-interface" +from = "21.0.0" +to = "21.0.0" +bump = "major" +publish = false + +[[crate]] +name = "staging-tracking-allocator" +from = "2.0.0" +to = "2.0.0" +bump = "major" +publish = false + +[[crate]] +name = "substrate-bip39" +from = "0.6.0" +to = "0.6.0" +bump = "major" +publish = false + +[[crate]] +name = "substrate-build-script-utils" +from = "11.0.0" +to = "11.0.0" +bump = "major" +publish = false + +[[crate]] +name = "substrate-prometheus-endpoint" +from = "0.17.0" +to = "0.17.0" +bump = "major" +publish = false + +[[crate]] +name = "substrate-test-utils" +from = "3.0.0" +to = "3.0.0" +bump = "major" +publish = false + +[[crate]] +name = "tracing-gum-proc-macro" +from = "5.0.0" +to = "5.0.0" +bump = "major" +publish = false + +[[crate]] +name = "xcm-procedural" +from = "9.0.0" +to = "10.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-xcm-bridge-hub" +from = "0.3.0" +to = "0.3.0" +bump = "major" +publish = false + +[[crate]] +name = "frame-support-procedural-tools" +from = "12.0.0" +to = "13.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-proposer-metrics" +from = "0.18.0" +to = "0.18.0" +bump = "major" +publish = false + +[[crate]] +name = "sc-rpc-server" +from = "16.0.1" +to = "16.0.1" +bump = "major" +publish = false + +[[crate]] +name = "sp-arithmetic" +from = "26.0.0" +to = "26.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-core-hashing" +from = "16.0.0" +to = "16.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-crypto-hashing-proc-macro" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-storage" +from = "21.0.0" +to = "21.0.0" +bump = "major" +publish = false + +[[crate]] +name = "frame-support-procedural" +from = "29.0.1" +to = "30.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-staking-reward-fn" +from = "22.0.0" +to = "22.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sc-utils" +from = "17.0.0" +to = "17.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-arithmetic-fuzzer" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-core-hashing-proc-macro" +from = "16.0.0" +to = "16.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-externalities" +from = "0.28.0" +to = "0.29.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-weights" +from = "31.0.0" +to = "31.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-runtime-interface" +from = "27.0.0" +to = "28.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "staging-xcm" +from = "13.0.1" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-core" +from = "33.0.1" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate.remove_dep]] +name = "bandersnatch_vrfs" + +[[crate]] +name = "sp-crypto-ec-utils" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-allocator" +from = "28.0.0" +to = "29.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-state-db" +from = "0.35.0" +to = "0.36.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-storage-monitor" +from = "0.21.0" +to = "0.22.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-core-fuzz" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-keystore" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-rpc" +from = "31.0.0" +to = "32.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-trie" +from = "35.0.0" +to = "36.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-primitives-proof-size-hostfunction" +from = "0.8.0" +to = "0.9.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-executor-common" +from = "0.34.0" +to = "0.35.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-state-machine" +from = "0.41.0" +to = "0.42.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-executor-polkavm" +from = "0.31.0" +to = "0.32.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-executor-wasmtime" +from = "0.34.0" +to = "0.35.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-io" +from = "36.0.0" +to = "37.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-application-crypto" +from = "36.0.0" +to = "37.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-keystore" +from = "31.0.0" +to = "32.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-runtime" +from = "37.0.0" +to = "38.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-xcm-bridge-hub-router" +from = "0.12.0" +to = "0.13.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "node-primitives" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "polkadot-core-primitives" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "slot-range-helper" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-ethereum" +from = "0.7.0" +to = "0.8.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-outbound-queue-merkle-tree" +from = "0.7.0" +to = "0.8.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-inherents" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-keyring" +from = "37.0.0" +to = "38.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-npos-elections" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-staking" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-test-primitives" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-version" +from = "35.0.0" +to = "36.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-parachain-primitives" +from = "12.0.0" +to = "13.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-api" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-consensus" +from = "0.38.0" +to = "0.39.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-npos-elections-fuzzer" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-timestamp" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-transaction-storage-proof" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-system-rpc-runtime-api" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-staking-runtime-api" +from = "20.0.0" +to = "21.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-executor" +from = "0.38.0" +to = "0.39.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-authority-discovery" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-block-builder" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-blockchain" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-consensus-grandpa" +from = "19.0.0" +to = "20.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-consensus-pow" +from = "0.38.0" +to = "0.39.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-consensus-slots" +from = "0.38.0" +to = "0.39.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-genesis-builder" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-mixnet" +from = "0.10.0" +to = "0.11.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-mmr-primitives" +from = "32.0.1" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-offchain" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-session" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-statement-store" +from = "16.0.0" +to = "17.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-transaction-pool" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-support" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "mmr-rpc" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-primitives" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-block-builder" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-transaction-pool-api" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-consensus-aura" +from = "0.38.0" +to = "0.39.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-consensus-babe" +from = "0.38.0" +to = "0.39.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-consensus-beefy" +from = "19.0.0" +to = "20.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-consensus-sassafras" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "substrate-wasm-builder" +from = "22.0.1" +to = "23.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-asset-hub-rococo" +from = "0.10.0" +to = "0.11.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-asset-hub-westend" +from = "0.9.0" +to = "0.10.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-primitives-aura" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-primitives-core" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-system" +from = "34.0.1" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-try-runtime" +from = "0.40.0" +to = "0.41.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-primitives" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-primitives-test-helpers" +from = "0.0.0" +to = "0.0.0" +bump = "major" +publish = false + +[[crate]] +name = "sc-client-api" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-runtime-test" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "snowbridge-beacon-primitives" +from = "0.6.0" +to = "0.7.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-runtime-interface-test-wasm" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-runtime-interface-test-wasm-deprecated" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "test-parachain-adder" +from = "0.0.0" +to = "0.0.0" +bump = "major" +publish = false + +[[crate]] +name = "test-parachain-halt" +from = "0.0.0" +to = "0.0.0" +bump = "major" +publish = false + +[[crate]] +name = "test-parachain-undying" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "test-runtime-constants" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "tracing-gum" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "xcm-fee-payment-runtime-api" +from = "0.3.0" +to = "0.4.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-runtime" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-pallet-xcm" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-primitives-parachain-inherent" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-primitives-storage-weight-reclaim" +from = "4.0.0" +to = "5.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-primitives-timestamp" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-test-relay-sproof-builder" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-benchmarking" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-election-provider-support" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-executive" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-metadata-hash-extension" +from = "0.2.0" +to = "0.3.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-support-test-compile-pass" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "frame-support-test-pallet" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-atomic-swap" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-authorship" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-contracts-fixtures" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-default-config-example" +from = "16.0.0" +to = "17.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-delegated-staking" +from = "1.0.0" +to = "2.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-example-offchain-worker" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-insecure-randomness-collective-flip" +from = "22.0.0" +to = "23.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-node-authorization" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-root-testing" +from = "10.0.0" +to = "11.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-scored-pool" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-skip-feeless-payment" +from = "9.0.0" +to = "10.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-statement" +from = "16.0.0" +to = "17.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-transaction-payment" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-erasure-coding" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-pvf-common" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-statement-table" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-client-db" +from = "0.41.0" +to = "0.42.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-consensus" +from = "0.39.1" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-statement-store" +from = "16.0.0" +to = "17.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-tracing" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-transaction-pool" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sp-runtime-interface-test" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "staging-parachain-info" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "test-parachains" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "zombienet-backchannel" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "bp-header-chain" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-client-consensus-proposer" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-pallet-dmp-queue" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-ping" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "erasure_coding_fuzzer" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "frame-benchmarking-pallet-pov" +from = "24.0.0" +to = "25.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-election-solution-type-fuzzer" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "frame-support-test" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "frame-system-benchmarking" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-asset-conversion" +from = "16.0.0" +to = "17.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-asset-rate" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-asset-tx-payment" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-assets" +from = "35.0.0" +to = "36.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-balances" +from = "35.0.0" +to = "36.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-broker" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-collective" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-collective-content" +from = "0.12.0" +to = "0.13.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-conviction-voting" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-democracy" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-election-provider-support-benchmarking" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-elections-phragmen" +from = "35.0.0" +to = "36.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-example-split" +from = "16.0.0" +to = "17.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-example-tasks" +from = "7.0.0" +to = "8.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-fast-unstake" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-glutton" +from = "20.0.0" +to = "21.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-identity" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-im-online" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-indices" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-lottery" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-membership" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-message-queue" +from = "37.0.0" +to = "38.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-migrations" +from = "4.0.0" +to = "5.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-mixnet" +from = "0.10.0" +to = "0.11.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-mmr" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-multisig" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-nfts" +from = "28.0.0" +to = "29.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-nis" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-paged-list" +from = "0.12.0" +to = "0.13.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-parachain-template" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-parameters" +from = "0.5.0" +to = "0.6.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-preimage" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-proxy" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-ranked-collective" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-recovery" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-referenda" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-remark" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-sassafras" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-scheduler" +from = "35.0.0" +to = "36.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-society" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-sudo" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-template" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-timestamp" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-transaction-payment-rpc-runtime-api" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-uniques" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-utility" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-vesting" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-whitelist" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-pvf-execute-worker" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-pvf-prepare-worker" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-runtime-metrics" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "relay-utils" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "sc-consensus-epochs" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-consensus-pow" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-network-common" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "staging-xcm-executor" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-messages" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "finality-relay" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-alliance" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-asset-conversion-ops" +from = "0.2.0" +to = "0.3.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-asset-conversion-tx-payment" +from = "16.0.0" +to = "17.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-aura" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-bags-list" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-core-fellowship" +from = "18.0.0" +to = "19.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-dev-mode" +from = "16.0.0" +to = "17.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-election-provider-multi-phase" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-example-basic" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-example-kitchensink" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-example-mbm" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-example-single-block-migrations" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-nft-fractionalization" +from = "16.0.0" +to = "17.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-nfts-runtime-api" +from = "20.0.0" +to = "21.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-nomination-pools" +from = "31.0.0" +to = "32.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-offences" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-paged-list-fuzzer" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-safe-mode" +from = "15.0.0" +to = "16.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-salary" +from = "19.0.0" +to = "20.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-session" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-transaction-payment-rpc" +from = "36.0.0" +to = "37.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-transaction-storage" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-treasury" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-tx-pause" +from = "15.0.0" +to = "16.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-sdk-frame" +from = "0.3.0" +to = "0.4.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-network" +from = "0.40.0" +to = "0.41.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "staging-xcm-builder" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-polkadot-core" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-relayers" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "chain-spec-guide-runtime" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "cumulus-pallet-session-benchmarking" +from = "15.0.0" +to = "16.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "equivocation-detector" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "frame-support-test-stg-frame-crate" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "messages-relay" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-authority-discovery" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-babe" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-bags-list-fuzzer" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-beefy" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-bounties" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-bridge-messages" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-collator-selection" +from = "15.0.0" +to = "16.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-contracts" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-example-frame-crate" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-grandpa" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-minimal-template" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-nomination-pools-fuzzer" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-nomination-pools-runtime-api" +from = "29.0.0" +to = "30.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-staking" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-tips" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-xcm" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-xcm-benchmarks" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-xcm-bridge-hub-router" +from = "0.11.0" +to = "0.12.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-jaeger" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-authority-discovery" +from = "0.40.0" +to = "0.41.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-mixnet" +from = "0.10.0" +to = "0.11.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-network-light" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-network-sync" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-offchain" +from = "35.0.0" +to = "36.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-telemetry" +from = "20.0.0" +to = "21.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-core" +from = "0.6.0" +to = "0.7.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-bridge-hub-cumulus" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-kusama" +from = "0.11.0" +to = "0.12.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-parachains" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-polkadot" +from = "0.11.0" +to = "0.12.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-polkadot-bulletin" +from = "0.10.0" +to = "0.11.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-rococo" +from = "0.12.0" +to = "0.13.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-westend" +from = "0.9.0" +to = "0.10.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bridge-hub-common" +from = "0.6.0" +to = "0.7.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "generate-bags" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "minimal-template-runtime" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "mmr-gadget" +from = "35.0.0" +to = "36.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-beefy-mmr" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-bridge-relayers" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-child-bounties" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-examples" +from = "7.0.0" +to = "7.0.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-nomination-pools-benchmarking" +from = "32.0.0" +to = "33.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-offences-benchmarking" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-root-offences" +from = "31.0.0" +to = "32.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-session-benchmarking" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-network-protocol" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-runtime-parachains" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-basic-authorship" +from = "0.40.0" +to = "0.41.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-chain-spec" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-consensus-slots" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-informant" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-network-gossip" +from = "0.40.0" +to = "0.41.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-network-statement" +from = "0.22.0" +to = "0.23.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-network-transactions" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-sysinfo" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-outbound-queue-runtime-api" +from = "0.6.0" +to = "0.7.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-pallet-ethereum-client-fixtures" +from = "0.14.0" +to = "0.15.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-pallet-inbound-queue-fixtures" +from = "0.14.0" +to = "0.15.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-pallet-system" +from = "0.6.0" +to = "0.7.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-router-primitives" +from = "0.12.0" +to = "0.13.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-runtime-common" +from = "0.6.0" +to = "0.7.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-system-runtime-api" +from = "0.6.0" +to = "0.7.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "solochain-template-runtime" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "bp-beefy" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "bp-bridge-hub-kusama" +from = "0.12.0" +to = "0.13.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-bridge-hub-polkadot" +from = "0.12.0" +to = "0.13.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-bridge-hub-rococo" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-bridge-hub-westend" +from = "0.9.0" +to = "0.10.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bp-test-utils" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-subsystem-types" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-runtime-common" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-consensus-aura" +from = "0.40.0" +to = "0.41.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-consensus-babe" +from = "0.40.0" +to = "0.41.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-consensus-beefy" +from = "19.0.0" +to = "20.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-consensus-grandpa" +from = "0.25.0" +to = "0.26.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-rpc-api" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-pallet-ethereum-client" +from = "0.6.0" +to = "0.7.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-pallet-inbound-queue" +from = "0.6.0" +to = "0.7.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-pallet-outbound-queue" +from = "0.6.0" +to = "0.7.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "staging-chain-spec-builder" +from = "1.13.0" +to = "2.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "xcm-simulator" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-pallet-parachain-system" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-pallet-xcmp-queue" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-primitives-utility" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-bridge-beefy" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-bridge-grandpa" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-contracts-mock-network" +from = "9.0.0" +to = "10.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-test-runtime" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "relay-substrate-client" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "rococo-runtime-constants" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-consensus-babe-rpc" +from = "0.40.1" +to = "0.41.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-consensus-manual-seal" +from = "0.41.0" +to = "0.42.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-rpc" +from = "35.0.0" +to = "36.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-sync-state-rpc" +from = "0.40.0" +to = "0.41.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "substrate-frame-rpc-support" +from = "35.0.0" +to = "36.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "substrate-frame-rpc-system" +from = "34.0.0" +to = "35.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "substrate-rpc-client" +from = "0.39.0" +to = "0.40.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "substrate-state-trie-migration-rpc" +from = "33.0.0" +to = "34.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "westend-runtime-constants" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "xcm-docs" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "xcm-simulator-example" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "xcm-simulator-fuzzer" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "cumulus-pallet-aura-ext" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-pallet-solo-to-para" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-remote-externalities" +from = "0.41.0" +to = "0.42.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-bridge-parachains" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "parachains-common" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "parachains-relay" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "parachains-runtimes-test-utils" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-consensus-beefy-rpc" +from = "19.0.0" +to = "20.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-consensus-grandpa-rpc" +from = "0.25.0" +to = "0.26.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-rpc-spec-v2" +from = "0.40.0" +to = "0.41.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "testnet-parachains-constants" +from = "6.0.0" +to = "7.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "asset-test-utils" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "assets-common" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bridge-runtime-common" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "contracts-rococo-runtime" +from = "0.14.0" +to = "0.15.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "coretime-rococo-runtime" +from = "0.7.1" +to = "0.8.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "coretime-westend-runtime" +from = "0.7.1" +to = "0.8.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-test-runtime" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "glutton-westend-runtime" +from = "9.0.0" +to = "10.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "node-rpc" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-bags-list-remote-tests" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "pallet-state-trie-migration" +from = "35.0.0" +to = "36.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "parachain-template-runtime" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "people-rococo-runtime" +from = "0.7.0" +to = "0.8.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "people-westend-runtime" +from = "0.7.0" +to = "0.8.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-rpc" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "rococo-parachain-runtime" +from = "0.12.0" +to = "0.13.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-service" +from = "0.41.0" +to = "0.42.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "seedling-runtime" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "shell-runtime" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "snowbridge-runtime-test-common" +from = "0.6.0" +to = "0.7.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "xcm-emulator" +from = "0.11.0" +to = "0.12.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "asset-hub-rococo-runtime" +from = "0.17.0" +to = "0.18.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "asset-hub-westend-runtime" +from = "0.21.0" +to = "0.22.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bridge-hub-test-utils" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "collectives-westend-runtime" +from = "9.0.0" +to = "10.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "emulated-integration-tests-common" +from = "9.0.0" +to = "10.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "pallet-xcm-bridge-hub" +from = "0.8.0" +to = "0.9.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "penpal-runtime" +from = "0.20.0" +to = "0.21.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "rococo-runtime" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-cli" +from = "0.42.0" +to = "0.43.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "substrate-relay-helper" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "substrate-test-client" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "substrate-test-runtime" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "westend-runtime" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bridge-hub-rococo-runtime" +from = "0.11.0" +to = "0.12.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "bridge-hub-westend-runtime" +from = "0.8.0" +to = "0.9.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "collectives-westend-emulated-chain" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "cumulus-client-cli" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "frame-benchmarking-cli" +from = "38.0.0" +to = "39.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "minimal-template-node" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "penpal-emulated-chain" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "people-rococo-emulated-chain" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "people-westend-emulated-chain" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "polkadot-node-metrics" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-voter-bags" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "remote-ext-tests-bags-list" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "rococo-emulated-chain" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "staging-node-inspect" +from = "0.18.0" +to = "0.19.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "subkey" +from = "15.0.0" +to = "16.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "substrate-test-runtime-client" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "westend-emulated-chain" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "asset-hub-rococo-emulated-chain" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "asset-hub-westend-emulated-chain" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "bridge-hub-rococo-emulated-chain" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "bridge-hub-westend-emulated-chain" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "frame-omni-bencher" +from = "0.2.0" +to = "0.3.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-overseer" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "sc-network-test" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "sc-service-test" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "solochain-template-node" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-api-test" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "sp-application-crypto-test" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "substrate-test-runtime-transaction-pool" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "cumulus-relay-chain-interface" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-subsystem" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "rococo-system-emulated-network" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "rococo-westend-system-emulated-network" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "westend-system-emulated-network" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "asset-hub-rococo-integration-tests" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "asset-hub-westend-integration-tests" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "bridge-hub-rococo-integration-tests" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "bridge-hub-westend-integration-tests" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "collectives-westend-integration-tests" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "cumulus-client-network" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-client-parachain-inherent" +from = "0.7.0" +to = "0.8.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-client-pov-recovery" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-relay-chain-rpc-interface" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "people-rococo-integration-tests" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "people-westend-integration-tests" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "polkadot-network-bridge" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-chain-api" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-parachains-inherent" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-pvf" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-runtime-api" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-subsystem-util" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-client-consensus-common" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-approval-distribution" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-availability-bitfield-distribution" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-availability-distribution" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-availability-recovery" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-collator-protocol" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-dispute-distribution" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-gossip-support" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-collation-generation" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-approval-voting" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-av-store" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-backing" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-bitfield-signing" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-candidate-validation" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-chain-selection" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-dispute-coordinator" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-prospective-parachains" +from = "12.0.0" +to = "13.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-provisioner" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-core-pvf-checker" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-node-subsystem-test-helpers" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "polkadot-statement-distribution" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-client-collator" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-client-consensus-relay-chain" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-service" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-subsystem-bench" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "cumulus-client-consensus-aura" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-relay-chain-minimal-node" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-cli" +from = "13.0.0" +to = "14.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-test-service" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "cumulus-relay-chain-inprocess-interface" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot" +from = "12.0.0" +to = "13.0.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "polkadot-test-client" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "polkadot-test-malus" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "test-parachain-adder-collator" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "test-parachain-undying-collator" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "cumulus-client-service" +from = "0.13.0" +to = "0.14.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "xcm-executor-integration-tests" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "cumulus-test-service" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "parachain-template-node" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "polkadot-parachain-bin" +from = "5.0.0" +to = "6.0.0" +bump = "major" +reason = "changed" +publish = false + +[[crate]] +name = "polkadot-sdk" +from = "0.1.0" +to = "0.2.0" +bump = "major" +reason = "changed" + +[[crate]] +name = "cumulus-test-client" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "kitchensink-runtime" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "node-runtime-generate-bags" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "staging-node-cli" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "node-testing" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "polkadot-sdk-docs" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "substrate-cli-test-utils" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "minimal-template" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false + +[[crate]] +name = "node-bench" +from = "0.1.0" +to = "0.1.0" +bump = "major" +publish = false diff --git a/bridges/bin/runtime-common/Cargo.toml b/bridges/bin/runtime-common/Cargo.toml index 783009a8c890..70a589af296c 100644 --- a/bridges/bin/runtime-common/Cargo.toml +++ b/bridges/bin/runtime-common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bridge-runtime-common" -version = "0.7.0" -description = "Common types and functions that may be used by substrate-based runtimes of all bridged chains" +version = "0.14.0" +description = "Common types and functions that may be used by substrate-based runtimes of all bridged chains (polkadot v1.13.0)" authors.workspace = true edition.workspace = true repository.workspace = true @@ -20,35 +20,35 @@ tuplex = { version = "0.1", default-features = false } # Bridge dependencies -bp-header-chain = { path = "../../primitives/header-chain", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } -bp-parachains = { path = "../../primitives/parachains", default-features = false } -bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false } -bp-relayers = { path = "../../primitives/relayers", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -bp-xcm-bridge-hub = { path = "../../primitives/xcm-bridge-hub", default-features = false } -bp-xcm-bridge-hub-router = { path = "../../primitives/xcm-bridge-hub-router", default-features = false } -pallet-bridge-grandpa = { path = "../../modules/grandpa", default-features = false } -pallet-bridge-messages = { path = "../../modules/messages", default-features = false } -pallet-bridge-parachains = { path = "../../modules/parachains", default-features = false } -pallet-bridge-relayers = { path = "../../modules/relayers", default-features = false } +bp-header-chain = { path = "../../primitives/header-chain", default-features = false, version = "0.14.0" } +bp-messages = { path = "../../primitives/messages", default-features = false, version = "0.14.0" } +bp-parachains = { path = "../../primitives/parachains", default-features = false, version = "0.14.0" } +bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false, version = "0.14.0" } +bp-relayers = { path = "../../primitives/relayers", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } +bp-xcm-bridge-hub = { path = "../../primitives/xcm-bridge-hub", default-features = false, version = "0.3.0" } +bp-xcm-bridge-hub-router = { path = "../../primitives/xcm-bridge-hub-router", default-features = false, version = "0.13.0" } +pallet-bridge-grandpa = { path = "../../modules/grandpa", default-features = false, version = "0.14.0" } +pallet-bridge-messages = { path = "../../modules/messages", default-features = false, version = "0.14.0" } +pallet-bridge-parachains = { path = "../../modules/parachains", default-features = false, version = "0.14.0" } +pallet-bridge-relayers = { path = "../../modules/relayers", default-features = false, version = "0.14.0" } # Substrate dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } -pallet-utility = { path = "../../../substrate/frame/utility", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-trie = { path = "../../../substrate/primitives/trie", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-utility = { path = "../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "36.0.0" } # Polkadot dependencies -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } [dev-dependencies] bp-test-utils = { path = "../../primitives/test-utils" } @@ -90,7 +90,6 @@ std = [ runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-bridge-grandpa/runtime-benchmarks", "pallet-bridge-messages/runtime-benchmarks", "pallet-bridge-parachains/runtime-benchmarks", diff --git a/bridges/chains/chain-asset-hub-rococo/Cargo.toml b/bridges/chains/chain-asset-hub-rococo/Cargo.toml index d9afe2c8bf76..bbb4590b169c 100644 --- a/bridges/chains/chain-asset-hub-rococo/Cargo.toml +++ b/bridges/chains/chain-asset-hub-rococo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-asset-hub-rococo" -description = "Primitives of AssetHubRococo parachain runtime." -version = "0.4.0" +description = "Primitives of AssetHubRococo parachain runtime. (polkadot v1.13.0)" +version = "0.11.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -15,10 +15,10 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } # Bridge Dependencies -bp-xcm-bridge-hub-router = { path = "../../primitives/xcm-bridge-hub-router", default-features = false } +bp-xcm-bridge-hub-router = { path = "../../primitives/xcm-bridge-hub-router", default-features = false, version = "0.13.0" } [features] default = ["std"] diff --git a/bridges/chains/chain-asset-hub-westend/Cargo.toml b/bridges/chains/chain-asset-hub-westend/Cargo.toml index 4b3ed052f138..280ced3eb363 100644 --- a/bridges/chains/chain-asset-hub-westend/Cargo.toml +++ b/bridges/chains/chain-asset-hub-westend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-asset-hub-westend" -description = "Primitives of AssetHubWestend parachain runtime." -version = "0.3.0" +description = "Primitives of AssetHubWestend parachain runtime. (polkadot v1.13.0)" +version = "0.10.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -15,10 +15,10 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } # Bridge Dependencies -bp-xcm-bridge-hub-router = { path = "../../primitives/xcm-bridge-hub-router", default-features = false } +bp-xcm-bridge-hub-router = { path = "../../primitives/xcm-bridge-hub-router", default-features = false, version = "0.13.0" } [features] default = ["std"] diff --git a/bridges/chains/chain-bridge-hub-cumulus/Cargo.toml b/bridges/chains/chain-bridge-hub-cumulus/Cargo.toml index 4b900002a4d8..e48839ce34e7 100644 --- a/bridges/chains/chain-bridge-hub-cumulus/Cargo.toml +++ b/bridges/chains/chain-bridge-hub-cumulus/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-bridge-hub-cumulus" -description = "Primitives for BridgeHub parachain runtimes." -version = "0.7.0" +description = "Primitives for BridgeHub parachain runtimes. (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -13,19 +13,19 @@ workspace = true [dependencies] # Bridge Dependencies -bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } +bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false, version = "0.14.0" } +bp-messages = { path = "../../primitives/messages", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } # Substrate Based Dependencies -frame-system = { path = "../../../substrate/frame/system", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } # Polkadot Dependencies -polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false } +polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/chains/chain-bridge-hub-kusama/Cargo.toml b/bridges/chains/chain-bridge-hub-kusama/Cargo.toml index ff6dd8849abe..0b1266ced86d 100644 --- a/bridges/chains/chain-bridge-hub-kusama/Cargo.toml +++ b/bridges/chains/chain-bridge-hub-kusama/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-bridge-hub-kusama" -description = "Primitives of BridgeHubKusama parachain runtime." -version = "0.6.0" +description = "Primitives of BridgeHubKusama parachain runtime. (polkadot v1.13.0)" +version = "0.13.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -13,16 +13,16 @@ workspace = true [dependencies] # Bridge Dependencies -bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } +bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } +bp-messages = { path = "../../primitives/messages", default-features = false, version = "0.14.0" } # Substrate Based Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/chains/chain-bridge-hub-polkadot/Cargo.toml b/bridges/chains/chain-bridge-hub-polkadot/Cargo.toml index da8b8a82fa70..57554ddae759 100644 --- a/bridges/chains/chain-bridge-hub-polkadot/Cargo.toml +++ b/bridges/chains/chain-bridge-hub-polkadot/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-bridge-hub-polkadot" -description = "Primitives of BridgeHubPolkadot parachain runtime." -version = "0.6.0" +description = "Primitives of BridgeHubPolkadot parachain runtime. (polkadot v1.13.0)" +version = "0.13.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -14,16 +14,16 @@ workspace = true # Bridge Dependencies -bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } +bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } +bp-messages = { path = "../../primitives/messages", default-features = false, version = "0.14.0" } # Substrate Based Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/chains/chain-bridge-hub-rococo/Cargo.toml b/bridges/chains/chain-bridge-hub-rococo/Cargo.toml index f7672df012f2..14bab0eec18e 100644 --- a/bridges/chains/chain-bridge-hub-rococo/Cargo.toml +++ b/bridges/chains/chain-bridge-hub-rococo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-bridge-hub-rococo" -description = "Primitives of BridgeHubRococo parachain runtime." -version = "0.7.0" +description = "Primitives of BridgeHubRococo parachain runtime. (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -13,16 +13,16 @@ workspace = true [dependencies] # Bridge Dependencies -bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } +bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } +bp-messages = { path = "../../primitives/messages", default-features = false, version = "0.14.0" } # Substrate Based Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/chains/chain-bridge-hub-westend/Cargo.toml b/bridges/chains/chain-bridge-hub-westend/Cargo.toml index ec74c4b947d6..57f4256cc8ae 100644 --- a/bridges/chains/chain-bridge-hub-westend/Cargo.toml +++ b/bridges/chains/chain-bridge-hub-westend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-bridge-hub-westend" -description = "Primitives of BridgeHubWestend parachain runtime." -version = "0.3.0" +description = "Primitives of BridgeHubWestend parachain runtime. (polkadot v1.13.0)" +version = "0.10.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -14,16 +14,16 @@ workspace = true # Bridge Dependencies -bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } +bp-bridge-hub-cumulus = { path = "../chain-bridge-hub-cumulus", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } +bp-messages = { path = "../../primitives/messages", default-features = false, version = "0.14.0" } # Substrate Based Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/chains/chain-kusama/Cargo.toml b/bridges/chains/chain-kusama/Cargo.toml index 66061ff2793c..41cf3b2995c7 100644 --- a/bridges/chains/chain-kusama/Cargo.toml +++ b/bridges/chains/chain-kusama/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-kusama" -description = "Primitives of Kusama runtime." -version = "0.5.0" +description = "Primitives of Kusama runtime. (polkadot v1.13.0)" +version = "0.12.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -14,15 +14,15 @@ workspace = true # Bridge Dependencies -bp-header-chain = { path = "../../primitives/header-chain", default-features = false } -bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } +bp-header-chain = { path = "../../primitives/header-chain", default-features = false, version = "0.14.0" } +bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } # Substrate Based Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/chains/chain-polkadot-bulletin/Cargo.toml b/bridges/chains/chain-polkadot-bulletin/Cargo.toml index 700247b7055a..93a3d45b36ab 100644 --- a/bridges/chains/chain-polkadot-bulletin/Cargo.toml +++ b/bridges/chains/chain-polkadot-bulletin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-polkadot-bulletin" -description = "Primitives of Polkadot Bulletin chain runtime." -version = "0.4.0" +description = "Primitives of Polkadot Bulletin chain runtime. (polkadot v1.13.0)" +version = "0.11.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -16,18 +16,18 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Bridge Dependencies -bp-header-chain = { path = "../../primitives/header-chain", default-features = false } -bp-messages = { path = "../../primitives/messages", default-features = false } -bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } +bp-header-chain = { path = "../../primitives/header-chain", default-features = false, version = "0.14.0" } +bp-messages = { path = "../../primitives/messages", default-features = false, version = "0.14.0" } +bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } # Substrate Based Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/chains/chain-polkadot/Cargo.toml b/bridges/chains/chain-polkadot/Cargo.toml index c700935f3083..6a5fd6b12186 100644 --- a/bridges/chains/chain-polkadot/Cargo.toml +++ b/bridges/chains/chain-polkadot/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-polkadot" -description = "Primitives of Polkadot runtime." -version = "0.5.0" +description = "Primitives of Polkadot runtime. (polkadot v1.13.0)" +version = "0.12.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -14,15 +14,15 @@ workspace = true # Bridge Dependencies -bp-header-chain = { path = "../../primitives/header-chain", default-features = false } -bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } +bp-header-chain = { path = "../../primitives/header-chain", default-features = false, version = "0.14.0" } +bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } # Substrate Based Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/chains/chain-rococo/Cargo.toml b/bridges/chains/chain-rococo/Cargo.toml index 5a5613bb376a..0628196489af 100644 --- a/bridges/chains/chain-rococo/Cargo.toml +++ b/bridges/chains/chain-rococo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-rococo" -description = "Primitives of Rococo runtime." -version = "0.6.0" +description = "Primitives of Rococo runtime. (polkadot v1.13.0)" +version = "0.13.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -14,15 +14,15 @@ workspace = true # Bridge Dependencies -bp-header-chain = { path = "../../primitives/header-chain", default-features = false } -bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } +bp-header-chain = { path = "../../primitives/header-chain", default-features = false, version = "0.14.0" } +bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } # Substrate Based Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/chains/chain-westend/Cargo.toml b/bridges/chains/chain-westend/Cargo.toml index 10b06d76507e..a7ae5af73f21 100644 --- a/bridges/chains/chain-westend/Cargo.toml +++ b/bridges/chains/chain-westend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-westend" -description = "Primitives of Westend runtime." -version = "0.3.0" +description = "Primitives of Westend runtime. (polkadot v1.13.0)" +version = "0.10.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -14,15 +14,15 @@ workspace = true # Bridge Dependencies -bp-header-chain = { path = "../../primitives/header-chain", default-features = false } -bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } +bp-header-chain = { path = "../../primitives/header-chain", default-features = false, version = "0.14.0" } +bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } # Substrate Based Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/modules/beefy/Cargo.toml b/bridges/modules/beefy/Cargo.toml index e36bbb615f23..f832a1063bde 100644 --- a/bridges/modules/beefy/Cargo.toml +++ b/bridges/modules/beefy/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-bridge-beefy" version = "0.1.0" -description = "Module implementing BEEFY on-chain light client used for bridging consensus of substrate-based chains." +description = "Module implementing BEEFY on-chain light client used for bridging consensus of substrate-based chains. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -19,16 +19,16 @@ serde = { optional = true, workspace = true } # Bridge Dependencies -bp-beefy = { path = "../../primitives/beefy", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } +bp-beefy = { path = "../../primitives/beefy", default-features = false, version = "0.1.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } # Substrate Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] sp-consensus-beefy = { path = "../../../substrate/primitives/consensus/beefy" } @@ -57,7 +57,5 @@ std = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-beefy-mmr/try-runtime", - "pallet-mmr/try-runtime", "sp-runtime/try-runtime", ] diff --git a/bridges/modules/grandpa/Cargo.toml b/bridges/modules/grandpa/Cargo.toml index 0ca6b6750351..7052c2ec9dc1 100644 --- a/bridges/modules/grandpa/Cargo.toml +++ b/bridges/modules/grandpa/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-bridge-grandpa" -version = "0.7.0" -description = "Module implementing GRANDPA on-chain light client used for bridging consensus of substrate-based chains." +version = "0.14.0" +description = "Module implementing GRANDPA on-chain light client used for bridging consensus of substrate-based chains. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -20,21 +20,21 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Bridge Dependencies -bp-runtime = { path = "../../primitives/runtime", default-features = false } -bp-header-chain = { path = "../../primitives/header-chain", default-features = false } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } +bp-header-chain = { path = "../../primitives/header-chain", default-features = false, version = "0.14.0" } # Substrate Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false, features = ["serde"] } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"] } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-trie = { path = "../../../substrate/primitives/trie", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false, features = ["serde"], version = "20.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "36.0.0" } # Optional Benchmarking Dependencies -bp-test-utils = { path = "../../primitives/test-utils", default-features = false, optional = true } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +bp-test-utils = { path = "../../primitives/test-utils", default-features = false, optional = true, version = "0.14.0" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } [dev-dependencies] sp-core = { path = "../../../substrate/primitives/core" } diff --git a/bridges/modules/messages/Cargo.toml b/bridges/modules/messages/Cargo.toml index 71c86ccc0361..5711ca1affde 100644 --- a/bridges/modules/messages/Cargo.toml +++ b/bridges/modules/messages/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-bridge-messages" -description = "Module that allows bridged chains to exchange messages using lane concept." -version = "0.7.0" +description = "Module that allows bridged chains to exchange messages using lane concept. (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -18,16 +18,16 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Bridge dependencies -bp-messages = { path = "../../primitives/messages", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } +bp-messages = { path = "../../primitives/messages", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } # Substrate Dependencies -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] bp-test-utils = { path = "../../primitives/test-utils" } @@ -53,12 +53,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/bridges/modules/parachains/Cargo.toml b/bridges/modules/parachains/Cargo.toml index d3152f8d0a4a..07c487543b6d 100644 --- a/bridges/modules/parachains/Cargo.toml +++ b/bridges/modules/parachains/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-bridge-parachains" -version = "0.7.0" -description = "Module that allows bridged relay chains to exchange information on their parachains' heads." +version = "0.14.0" +description = "Module that allows bridged relay chains to exchange information on their parachains' heads. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -17,20 +17,20 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Bridge Dependencies -bp-header-chain = { path = "../../primitives/header-chain", default-features = false } -bp-parachains = { path = "../../primitives/parachains", default-features = false } -bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -pallet-bridge-grandpa = { path = "../grandpa", default-features = false } +bp-header-chain = { path = "../../primitives/header-chain", default-features = false, version = "0.14.0" } +bp-parachains = { path = "../../primitives/parachains", default-features = false, version = "0.14.0" } +bp-polkadot-core = { path = "../../primitives/polkadot-core", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } +pallet-bridge-grandpa = { path = "../grandpa", default-features = false, version = "0.14.0" } # Substrate Dependencies -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-trie = { path = "../../../substrate/primitives/trie", default-features = false } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "36.0.0" } [dev-dependencies] bp-header-chain = { path = "../../primitives/header-chain" } diff --git a/bridges/modules/relayers/Cargo.toml b/bridges/modules/relayers/Cargo.toml index 08e1438d4f19..03d95f91a5dd 100644 --- a/bridges/modules/relayers/Cargo.toml +++ b/bridges/modules/relayers/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-bridge-relayers" -description = "Module used to store relayer rewards and coordinate relayers set." -version = "0.7.0" +description = "Module used to store relayer rewards and coordinate relayers set. (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -17,19 +17,19 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Bridge dependencies -bp-messages = { path = "../../primitives/messages", default-features = false } -bp-relayers = { path = "../../primitives/relayers", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -pallet-bridge-messages = { path = "../messages", default-features = false } +bp-messages = { path = "../../primitives/messages", default-features = false, version = "0.14.0" } +bp-relayers = { path = "../../primitives/relayers", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } +pallet-bridge-messages = { path = "../messages", default-features = false, version = "0.14.0" } # Substrate Dependencies -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] bp-runtime = { path = "../../primitives/runtime" } @@ -58,14 +58,12 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-bridge-messages/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "pallet-bridge-messages/try-runtime", "sp-runtime/try-runtime", ] diff --git a/bridges/modules/xcm-bridge-hub-router/Cargo.toml b/bridges/modules/xcm-bridge-hub-router/Cargo.toml index b80240c974de..fda94b73ff39 100644 --- a/bridges/modules/xcm-bridge-hub-router/Cargo.toml +++ b/bridges/modules/xcm-bridge-hub-router/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-xcm-bridge-hub-router" -description = "Bridge hub interface for sibling/parent chains with dynamic fees support." -version = "0.5.0" +description = "Bridge hub interface for sibling/parent chains with dynamic fees support. (polkadot v1.13.0)" +version = "0.12.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -17,21 +17,21 @@ scale-info = { version = "2.11.1", default-features = false, features = ["bit-ve # Bridge dependencies -bp-xcm-bridge-hub-router = { path = "../../primitives/xcm-bridge-hub-router", default-features = false } +bp-xcm-bridge-hub-router = { path = "../../primitives/xcm-bridge-hub-router", default-features = false, version = "0.13.0" } # Substrate Dependencies -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } # Polkadot Dependencies -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } [dev-dependencies] sp-io = { path = "../../../substrate/primitives/io" } diff --git a/bridges/modules/xcm-bridge-hub/Cargo.toml b/bridges/modules/xcm-bridge-hub/Cargo.toml index 9b22770061a9..d4df870f4a41 100644 --- a/bridges/modules/xcm-bridge-hub/Cargo.toml +++ b/bridges/modules/xcm-bridge-hub/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-xcm-bridge-hub" -description = "Module that adds dynamic bridges/lanes support to XCM infrastructure at the bridge hub." -version = "0.2.0" +description = "Module that adds dynamic bridges/lanes support to XCM infrastructure at the bridge hub. (polkadot v1.13.0)" +version = "0.9.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -16,23 +16,23 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Bridge Dependencies -bp-messages = { path = "../../primitives/messages", default-features = false } -bp-runtime = { path = "../../primitives/runtime", default-features = false } -bp-xcm-bridge-hub = { path = "../../primitives/xcm-bridge-hub", default-features = false } -pallet-bridge-messages = { path = "../messages", default-features = false } -bridge-runtime-common = { path = "../../bin/runtime-common", default-features = false } +bp-messages = { path = "../../primitives/messages", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../primitives/runtime", default-features = false, version = "0.14.0" } +bp-xcm-bridge-hub = { path = "../../primitives/xcm-bridge-hub", default-features = false, version = "0.3.0" } +pallet-bridge-messages = { path = "../messages", default-features = false, version = "0.14.0" } +bridge-runtime-common = { path = "../../bin/runtime-common", default-features = false, version = "0.14.0" } # Substrate Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } # Polkadot Dependencies -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } [dev-dependencies] bp-header-chain = { path = "../../primitives/header-chain" } @@ -63,7 +63,6 @@ runtime-benchmarks = [ "bridge-runtime-common/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-bridge-messages/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", @@ -72,7 +71,6 @@ runtime-benchmarks = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "pallet-bridge-messages/try-runtime", "sp-runtime/try-runtime", ] diff --git a/bridges/primitives/beefy/Cargo.toml b/bridges/primitives/beefy/Cargo.toml index bd68076ca48f..4d5ad03ef7e5 100644 --- a/bridges/primitives/beefy/Cargo.toml +++ b/bridges/primitives/beefy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bp-beefy" -description = "Primitives of pallet-bridge-beefy module." +description = "Primitives of pallet-bridge-beefy module. (polkadot v1.13.0)" version = "0.1.0" authors.workspace = true edition.workspace = true @@ -18,17 +18,17 @@ serde = { default-features = false, features = ["alloc", "derive"], workspace = # Bridge Dependencies -bp-runtime = { path = "../runtime", default-features = false } +bp-runtime = { path = "../runtime", default-features = false, version = "0.14.0" } # Substrate Dependencies -binary-merkle-tree = { path = "../../../substrate/utils/binary-merkle-tree", default-features = false } -sp-consensus-beefy = { path = "../../../substrate/primitives/consensus/beefy", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -pallet-beefy-mmr = { path = "../../../substrate/frame/beefy-mmr", default-features = false } -pallet-mmr = { path = "../../../substrate/frame/merkle-mountain-range", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +binary-merkle-tree = { path = "../../../substrate/utils/binary-merkle-tree", default-features = false, version = "15.0.0" } +sp-consensus-beefy = { path = "../../../substrate/primitives/consensus/beefy", default-features = false, version = "20.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +pallet-beefy-mmr = { path = "../../../substrate/frame/beefy-mmr", default-features = false, version = "35.0.0" } +pallet-mmr = { path = "../../../substrate/frame/merkle-mountain-range", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/primitives/header-chain/Cargo.toml b/bridges/primitives/header-chain/Cargo.toml index def1f7ad4dfe..c0a1b86f5c4a 100644 --- a/bridges/primitives/header-chain/Cargo.toml +++ b/bridges/primitives/header-chain/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-header-chain" -description = "A common interface for describing what a bridge pallet should be able to do." -version = "0.7.0" +description = "A common interface for describing what a bridge pallet should be able to do. (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -18,15 +18,15 @@ serde = { features = ["alloc", "derive"], workspace = true } # Bridge dependencies -bp-runtime = { path = "../runtime", default-features = false } +bp-runtime = { path = "../runtime", default-features = false, version = "0.14.0" } # Substrate Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false, features = ["serde"] } -sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false, features = ["serde"] } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"] } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false, features = ["serde"], version = "20.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] bp-test-utils = { path = "../test-utils" } diff --git a/bridges/primitives/messages/Cargo.toml b/bridges/primitives/messages/Cargo.toml index 20337873c2e6..787478e04f0c 100644 --- a/bridges/primitives/messages/Cargo.toml +++ b/bridges/primitives/messages/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-messages" -description = "Primitives of messages module." -version = "0.7.0" +description = "Primitives of messages module. (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -17,14 +17,14 @@ serde = { features = ["alloc", "derive"], workspace = true } # Bridge dependencies -bp-runtime = { path = "../runtime", default-features = false } -bp-header-chain = { path = "../header-chain", default-features = false } +bp-runtime = { path = "../runtime", default-features = false, version = "0.14.0" } +bp-header-chain = { path = "../header-chain", default-features = false, version = "0.14.0" } # Substrate Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] hex = "0.4" diff --git a/bridges/primitives/parachains/Cargo.toml b/bridges/primitives/parachains/Cargo.toml index a6e71876cefb..476d105f8cd8 100644 --- a/bridges/primitives/parachains/Cargo.toml +++ b/bridges/primitives/parachains/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-parachains" -description = "Primitives of parachains module." -version = "0.7.0" +description = "Primitives of parachains module. (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -17,16 +17,16 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive # Bridge dependencies -bp-header-chain = { path = "../header-chain", default-features = false } -bp-polkadot-core = { path = "../polkadot-core", default-features = false } -bp-runtime = { path = "../runtime", default-features = false } +bp-header-chain = { path = "../header-chain", default-features = false, version = "0.14.0" } +bp-polkadot-core = { path = "../polkadot-core", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../runtime", default-features = false, version = "0.14.0" } # Substrate dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/primitives/polkadot-core/Cargo.toml b/bridges/primitives/polkadot-core/Cargo.toml index d4b2f503e9e2..1c5e471098e4 100644 --- a/bridges/primitives/polkadot-core/Cargo.toml +++ b/bridges/primitives/polkadot-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-polkadot-core" -description = "Primitives of Polkadot-like runtime." -version = "0.7.0" +description = "Primitives of Polkadot-like runtime. (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -18,16 +18,16 @@ serde = { optional = true, features = ["derive"], workspace = true, default-feat # Bridge Dependencies -bp-messages = { path = "../messages", default-features = false } -bp-runtime = { path = "../runtime", default-features = false } +bp-messages = { path = "../messages", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../runtime", default-features = false, version = "0.14.0" } # Substrate Based Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] hex = "0.4" diff --git a/bridges/primitives/relayers/Cargo.toml b/bridges/primitives/relayers/Cargo.toml index 5081dddce1e6..1ad5cb3014ad 100644 --- a/bridges/primitives/relayers/Cargo.toml +++ b/bridges/primitives/relayers/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-relayers" -description = "Primitives of relayers module." -version = "0.7.0" +description = "Primitives of relayers module. (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -16,14 +16,14 @@ scale-info = { version = "2.11.1", default-features = false, features = ["bit-ve # Bridge Dependencies -bp-messages = { path = "../messages", default-features = false } -bp-runtime = { path = "../runtime", default-features = false } +bp-messages = { path = "../messages", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../runtime", default-features = false, version = "0.14.0" } # Substrate Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] hex = "0.4" diff --git a/bridges/primitives/runtime/Cargo.toml b/bridges/primitives/runtime/Cargo.toml index ac65ad538b49..325e5d4a3e58 100644 --- a/bridges/primitives/runtime/Cargo.toml +++ b/bridges/primitives/runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-runtime" -description = "Primitives that may be used at (bridges) runtime level." -version = "0.7.0" +description = "Primitives that may be used at (bridges) runtime level. (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -21,14 +21,14 @@ serde = { features = ["alloc", "derive"], workspace = true } # Substrate Dependencies -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"] } -sp-state-machine = { path = "../../../substrate/primitives/state-machine", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-trie = { path = "../../../substrate/primitives/trie", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-state-machine = { path = "../../../substrate/primitives/state-machine", default-features = false, version = "0.42.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "36.0.0" } trie-db = { version = "0.29.0", default-features = false } [dev-dependencies] diff --git a/bridges/primitives/test-utils/Cargo.toml b/bridges/primitives/test-utils/Cargo.toml index 99f5ee0d1aee..9533a8e0cb2b 100644 --- a/bridges/primitives/test-utils/Cargo.toml +++ b/bridges/primitives/test-utils/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-test-utils" -version = "0.7.0" -description = "Utilities for testing substrate-based runtime bridge code" +version = "0.14.0" +description = "Utilities for testing substrate-based runtime bridge code (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -11,19 +11,19 @@ repository.workspace = true workspace = true [dependencies] -bp-header-chain = { path = "../header-chain", default-features = false } -bp-parachains = { path = "../parachains", default-features = false } -bp-polkadot-core = { path = "../polkadot-core", default-features = false } -bp-runtime = { path = "../runtime", default-features = false } +bp-header-chain = { path = "../header-chain", default-features = false, version = "0.14.0" } +bp-parachains = { path = "../parachains", default-features = false, version = "0.14.0" } +bp-polkadot-core = { path = "../polkadot-core", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../runtime", default-features = false, version = "0.14.0" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } ed25519-dalek = { version = "2.1", default-features = false } finality-grandpa = { version = "0.16.2", default-features = false } -sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false } -sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-trie = { path = "../../../substrate/primitives/trie", default-features = false } +sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false, version = "37.0.0" } +sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false, version = "20.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "36.0.0" } [features] default = ["std"] diff --git a/bridges/primitives/xcm-bridge-hub-router/Cargo.toml b/bridges/primitives/xcm-bridge-hub-router/Cargo.toml index b94e72202456..eb6de06aa1ff 100644 --- a/bridges/primitives/xcm-bridge-hub-router/Cargo.toml +++ b/bridges/primitives/xcm-bridge-hub-router/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-xcm-bridge-hub-router" -description = "Primitives of the xcm-bridge-hub fee pallet." -version = "0.6.0" +description = "Primitives of the xcm-bridge-hub fee pallet. (polkadot v1.13.0)" +version = "0.13.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -15,8 +15,8 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["bit-vec", "derive"] } # Substrate Dependencies -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } [features] default = ["std"] diff --git a/bridges/primitives/xcm-bridge-hub/Cargo.toml b/bridges/primitives/xcm-bridge-hub/Cargo.toml index 27881bc99d1f..6c42af328ea7 100644 --- a/bridges/primitives/xcm-bridge-hub/Cargo.toml +++ b/bridges/primitives/xcm-bridge-hub/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bp-xcm-bridge-hub" -description = "Primitives of the xcm-bridge-hub pallet." -version = "0.2.0" +description = "Primitives of the xcm-bridge-hub pallet. (polkadot v1.13.0)" +version = "0.3.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -13,7 +13,7 @@ workspace = true [dependencies] # Substrate Dependencies -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/bridges/relays/client-substrate/Cargo.toml b/bridges/relays/client-substrate/Cargo.toml index cb7eae4f340c..54e5cdd43a1f 100644 --- a/bridges/relays/client-substrate/Cargo.toml +++ b/bridges/relays/client-substrate/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false +description = "relay-substrate-client (polkadot v1.13.0)" [lints] workspace = true @@ -22,39 +23,33 @@ rand = "0.8.5" scale-info = { version = "2.11.1", features = ["derive"] } tokio = { version = "1.37", features = ["rt-multi-thread"] } thiserror = { workspace = true } - -# Bridge dependencies - -bp-header-chain = { path = "../../primitives/header-chain" } -bp-messages = { path = "../../primitives/messages" } -bp-polkadot-core = { path = "../../primitives/polkadot-core" } -bp-runtime = { path = "../../primitives/runtime" } -pallet-bridge-messages = { path = "../../modules/messages" } -finality-relay = { path = "../finality" } -relay-utils = { path = "../utils" } - -# Substrate Dependencies - -frame-support = { path = "../../../substrate/frame/support" } -frame-system = { path = "../../../substrate/frame/system" } -pallet-balances = { path = "../../../substrate/frame/balances" } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment" } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api" } -pallet-utility = { path = "../../../substrate/frame/utility" } -sc-chain-spec = { path = "../../../substrate/client/chain-spec" } -sc-rpc-api = { path = "../../../substrate/client/rpc-api" } -sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } -sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-rpc = { path = "../../../substrate/primitives/rpc" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-std = { path = "../../../substrate/primitives/std" } -sp-trie = { path = "../../../substrate/primitives/trie" } -sp-version = { path = "../../../substrate/primitives/version" } +bp-header-chain = { version = "0.14.0", path = "../../primitives/header-chain" } +bp-messages = { version = "0.14.0", path = "../../primitives/messages" } +bp-polkadot-core = { version = "0.14.0", path = "../../primitives/polkadot-core" } +bp-runtime = { version = "0.14.0", path = "../../primitives/runtime" } +pallet-bridge-messages = { version = "0.14.0", path = "../../modules/messages" } +finality-relay = { version = "0.1.0", path = "../finality" } +relay-utils = { version = "0.1.0", path = "../utils" } +frame-support = { version = "35.0.0", path = "../../../substrate/frame/support" } +frame-system = { version = "35.0.0", path = "../../../substrate/frame/system" } +pallet-balances = { version = "36.0.0", path = "../../../substrate/frame/balances" } +pallet-transaction-payment = { version = "35.0.0", path = "../../../substrate/frame/transaction-payment" } +pallet-transaction-payment-rpc-runtime-api = { version = "35.0.0", path = "../../../substrate/frame/transaction-payment/rpc/runtime-api" } +pallet-utility = { version = "35.0.0", path = "../../../substrate/frame/utility" } +sc-chain-spec = { version = "34.0.0", path = "../../../substrate/client/chain-spec" } +sc-rpc-api = { version = "0.40.0", path = "../../../substrate/client/rpc-api" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../../substrate/client/transaction-pool/api" } +sp-consensus-grandpa = { version = "20.0.0", path = "../../../substrate/primitives/consensus/grandpa" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-rpc = { version = "32.0.0", path = "../../../substrate/primitives/rpc" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-std = { version = "14.0.0", path = "../../../substrate/primitives/std" } +sp-trie = { version = "36.0.0", path = "../../../substrate/primitives/trie" } +sp-version = { version = "36.0.0", path = "../../../substrate/primitives/version" } # Polkadot Dependencies -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm" } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", version = "14.0.0" } [features] default = [] diff --git a/bridges/relays/equivocation/Cargo.toml b/bridges/relays/equivocation/Cargo.toml index 5a067b62e077..f37a80bb4d02 100644 --- a/bridges/relays/equivocation/Cargo.toml +++ b/bridges/relays/equivocation/Cargo.toml @@ -5,7 +5,7 @@ authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true -description = "Equivocation detector" +description = "Equivocation detector (polkadot v1.13.0)" publish = false [lints] @@ -14,10 +14,10 @@ workspace = true [dependencies] async-std = { version = "1.9.0", features = ["attributes"] } async-trait = "0.1.79" -bp-header-chain = { path = "../../primitives/header-chain" } -finality-relay = { path = "../finality" } -frame-support = { path = "../../../substrate/frame/support" } +bp-header-chain = { version = "0.14.0", path = "../../primitives/header-chain" } +finality-relay = { version = "0.1.0", path = "../finality" } +frame-support = { version = "35.0.0", path = "../../../substrate/frame/support" } futures = "0.3.30" log = { workspace = true } num-traits = "0.2" -relay-utils = { path = "../utils" } +relay-utils = { version = "0.1.0", path = "../utils" } diff --git a/bridges/relays/finality/Cargo.toml b/bridges/relays/finality/Cargo.toml index 5ee4b10fa638..97187f33e8c9 100644 --- a/bridges/relays/finality/Cargo.toml +++ b/bridges/relays/finality/Cargo.toml @@ -5,7 +5,7 @@ authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true -description = "Finality proofs relay" +description = "Finality proofs relay (polkadot v1.13.0)" publish = false [lints] @@ -15,11 +15,11 @@ workspace = true async-std = "1.9.0" async-trait = "0.1.79" backoff = "0.4" -bp-header-chain = { path = "../../primitives/header-chain" } +bp-header-chain = { version = "0.14.0", path = "../../primitives/header-chain" } futures = "0.3.30" log = { workspace = true } num-traits = "0.2" -relay-utils = { path = "../utils" } +relay-utils = { version = "0.1.0", path = "../utils" } [dev-dependencies] parking_lot = "0.12.1" diff --git a/bridges/relays/lib-substrate-relay/Cargo.toml b/bridges/relays/lib-substrate-relay/Cargo.toml index 077d1b1ff356..eb352c2a19ef 100644 --- a/bridges/relays/lib-substrate-relay/Cargo.toml +++ b/bridges/relays/lib-substrate-relay/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false +description = "substrate-relay-helper (polkadot v1.13.0)" [lints] workspace = true @@ -23,39 +24,30 @@ rbtag = "0.3" structopt = "0.3" strum = { version = "0.26.2", features = ["derive"] } thiserror = { workspace = true } - -# Bridge dependencies - -bp-header-chain = { path = "../../primitives/header-chain" } -bp-parachains = { path = "../../primitives/parachains" } -bp-polkadot-core = { path = "../../primitives/polkadot-core" } -bp-relayers = { path = "../../primitives/relayers" } -bridge-runtime-common = { path = "../../bin/runtime-common" } - -equivocation-detector = { path = "../equivocation" } +bp-header-chain = { version = "0.14.0", path = "../../primitives/header-chain" } +bp-parachains = { version = "0.14.0", path = "../../primitives/parachains" } +bp-polkadot-core = { version = "0.14.0", path = "../../primitives/polkadot-core" } +bp-relayers = { version = "0.14.0", path = "../../primitives/relayers" } +bridge-runtime-common = { version = "0.14.0", path = "../../bin/runtime-common" } +equivocation-detector = { version = "0.1.0", path = "../equivocation" } finality-grandpa = { version = "0.16.2" } -finality-relay = { path = "../finality" } -parachains-relay = { path = "../parachains" } -relay-utils = { path = "../utils" } -messages-relay = { path = "../messages" } -relay-substrate-client = { path = "../client-substrate" } - -pallet-bridge-grandpa = { path = "../../modules/grandpa" } -pallet-bridge-messages = { path = "../../modules/messages" } -pallet-bridge-parachains = { path = "../../modules/parachains" } - -bp-runtime = { path = "../../primitives/runtime" } -bp-messages = { path = "../../primitives/messages" } - -# Substrate Dependencies - -frame-support = { path = "../../../substrate/frame/support" } -frame-system = { path = "../../../substrate/frame/system" } -pallet-balances = { path = "../../../substrate/frame/balances" } -pallet-grandpa = { path = "../../../substrate/frame/grandpa" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } +finality-relay = { version = "0.1.0", path = "../finality" } +parachains-relay = { version = "0.1.0", path = "../parachains" } +relay-utils = { version = "0.1.0", path = "../utils" } +messages-relay = { version = "0.1.0", path = "../messages" } +relay-substrate-client = { version = "0.1.0", path = "../client-substrate" } +pallet-bridge-grandpa = { version = "0.14.0", path = "../../modules/grandpa" } +pallet-bridge-messages = { version = "0.14.0", path = "../../modules/messages" } +pallet-bridge-parachains = { version = "0.14.0", path = "../../modules/parachains" } +bp-runtime = { version = "0.14.0", path = "../../primitives/runtime" } +bp-messages = { version = "0.14.0", path = "../../primitives/messages" } +frame-support = { version = "35.0.0", path = "../../../substrate/frame/support" } +frame-system = { version = "35.0.0", path = "../../../substrate/frame/system" } +pallet-balances = { version = "36.0.0", path = "../../../substrate/frame/balances" } +pallet-grandpa = { version = "35.0.0", path = "../../../substrate/frame/grandpa" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-consensus-grandpa = { version = "20.0.0", path = "../../../substrate/primitives/consensus/grandpa" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } [dev-dependencies] pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment" } diff --git a/bridges/relays/messages/Cargo.toml b/bridges/relays/messages/Cargo.toml index 570e11c0da6f..abad4b40979e 100644 --- a/bridges/relays/messages/Cargo.toml +++ b/bridges/relays/messages/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false +description = "messages-relay (polkadot v1.13.0)" [lints] workspace = true @@ -19,11 +20,7 @@ hex = "0.4" log = { workspace = true } num-traits = "0.2" parking_lot = "0.12.1" - -# Bridge Dependencies - -bp-messages = { path = "../../primitives/messages" } -finality-relay = { path = "../finality" } -relay-utils = { path = "../utils" } - -sp-arithmetic = { path = "../../../substrate/primitives/arithmetic" } +bp-messages = { version = "0.14.0", path = "../../primitives/messages" } +finality-relay = { version = "0.1.0", path = "../finality" } +relay-utils = { version = "0.1.0", path = "../utils" } +sp-arithmetic = { version = "26.0.0", path = "../../../substrate/primitives/arithmetic" } diff --git a/bridges/relays/parachains/Cargo.toml b/bridges/relays/parachains/Cargo.toml index 8d38e4e6bd07..7cb5d8a448b6 100644 --- a/bridges/relays/parachains/Cargo.toml +++ b/bridges/relays/parachains/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false +description = "parachains-relay (polkadot v1.13.0)" [lints] workspace = true @@ -15,12 +16,9 @@ async-std = "1.9.0" async-trait = "0.1.79" futures = "0.3.30" log = { workspace = true } -relay-utils = { path = "../utils" } - -# Bridge dependencies - -bp-polkadot-core = { path = "../../primitives/polkadot-core" } -relay-substrate-client = { path = "../client-substrate" } +relay-utils = { version = "0.1.0", path = "../utils" } +bp-polkadot-core = { version = "0.14.0", path = "../../primitives/polkadot-core" } +relay-substrate-client = { version = "0.1.0", path = "../client-substrate" } [dev-dependencies] codec = { package = "parity-scale-codec", version = "3.6.12" } diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml index 4765730a0b4f..481da7e3db8a 100644 --- a/bridges/relays/utils/Cargo.toml +++ b/bridges/relays/utils/Cargo.toml @@ -6,6 +6,7 @@ edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true publish = false +description = "relay-utils (polkadot v1.13.0)" [lints] workspace = true @@ -28,12 +29,6 @@ sysinfo = "0.30" time = { version = "0.3", features = ["formatting", "local-offset", "std"] } tokio = { version = "1.37", features = ["rt"] } thiserror = { workspace = true } - -# Bridge dependencies - -bp-runtime = { path = "../../primitives/runtime" } - -# Substrate dependencies - -sp-runtime = { path = "../../../substrate/primitives/runtime" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus" } +bp-runtime = { version = "0.14.0", path = "../../primitives/runtime" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus", version = "0.17.0" } diff --git a/bridges/snowbridge/pallets/ethereum-client/Cargo.toml b/bridges/snowbridge/pallets/ethereum-client/Cargo.toml index cab2b06b0931..336f1350b5b1 100644 --- a/bridges/snowbridge/pallets/ethereum-client/Cargo.toml +++ b/bridges/snowbridge/pallets/ethereum-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-pallet-ethereum-client" -description = "Snowbridge Ethereum Client Pallet" -version = "0.2.0" +description = "Snowbridge Ethereum Client Pallet (polkadot v1.13.0)" +version = "0.7.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -22,20 +22,20 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" hex-literal = { version = "0.4.1", optional = true } log = { workspace = true } -frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -sp-io = { path = "../../../../substrate/primitives/io", default-features = false, optional = true } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, optional = true, version = "37.0.0" } -snowbridge-core = { path = "../../primitives/core", default-features = false } -snowbridge-ethereum = { path = "../../primitives/ethereum", default-features = false } -snowbridge-pallet-ethereum-client-fixtures = { path = "fixtures", default-features = false, optional = true } -snowbridge-beacon-primitives = { path = "../../primitives/beacon", default-features = false } +snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.7.0" } +snowbridge-ethereum = { path = "../../primitives/ethereum", default-features = false, version = "0.8.0" } +snowbridge-pallet-ethereum-client-fixtures = { path = "fixtures", default-features = false, optional = true, version = "0.15.0" } +snowbridge-beacon-primitives = { path = "../../primitives/beacon", default-features = false, version = "0.7.0" } static_assertions = { version = "1.1.0", default-features = false } -pallet-timestamp = { path = "../../../../substrate/frame/timestamp", default-features = false, optional = true } +pallet-timestamp = { path = "../../../../substrate/frame/timestamp", default-features = false, optional = true, version = "34.0.0" } [dev-dependencies] rand = "0.8.5" diff --git a/bridges/snowbridge/pallets/ethereum-client/fixtures/Cargo.toml b/bridges/snowbridge/pallets/ethereum-client/fixtures/Cargo.toml index 858e2513a961..d7246a113c9a 100644 --- a/bridges/snowbridge/pallets/ethereum-client/fixtures/Cargo.toml +++ b/bridges/snowbridge/pallets/ethereum-client/fixtures/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-pallet-ethereum-client-fixtures" -description = "Snowbridge Ethereum Client Test Fixtures" -version = "0.9.0" +description = "Snowbridge Ethereum Client Test Fixtures (polkadot v1.13.0)" +version = "0.15.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] hex-literal = { version = "0.4.1" } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -snowbridge-core = { path = "../../../primitives/core", default-features = false } -snowbridge-beacon-primitives = { path = "../../../primitives/beacon", default-features = false } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +snowbridge-core = { path = "../../../primitives/core", default-features = false, version = "0.7.0" } +snowbridge-beacon-primitives = { path = "../../../primitives/beacon", default-features = false, version = "0.7.0" } [features] default = ["std"] diff --git a/bridges/snowbridge/pallets/inbound-queue/Cargo.toml b/bridges/snowbridge/pallets/inbound-queue/Cargo.toml index d63398770f20..be2eb8507bc1 100644 --- a/bridges/snowbridge/pallets/inbound-queue/Cargo.toml +++ b/bridges/snowbridge/pallets/inbound-queue/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-pallet-inbound-queue" -description = "Snowbridge Inbound Queue Pallet" -version = "0.2.0" +description = "Snowbridge Inbound Queue Pallet (polkadot v1.13.0)" +version = "0.7.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -23,22 +23,22 @@ log = { workspace = true } alloy-primitives = { version = "0.4.2", default-features = false, features = ["rlp"] } alloy-sol-types = { version = "0.4.2", default-features = false } -frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } -pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } -sp-io = { path = "../../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } -xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } -snowbridge-core = { path = "../../primitives/core", default-features = false } -snowbridge-router-primitives = { path = "../../primitives/router", default-features = false } -snowbridge-beacon-primitives = { path = "../../primitives/beacon", default-features = false } -snowbridge-pallet-inbound-queue-fixtures = { path = "fixtures", default-features = false, optional = true } +snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.7.0" } +snowbridge-router-primitives = { path = "../../primitives/router", default-features = false, version = "0.13.0" } +snowbridge-beacon-primitives = { path = "../../primitives/beacon", default-features = false, version = "0.7.0" } +snowbridge-pallet-inbound-queue-fixtures = { path = "fixtures", default-features = false, optional = true, version = "0.15.0" } [dev-dependencies] frame-benchmarking = { path = "../../../../substrate/frame/benchmarking" } @@ -78,7 +78,6 @@ runtime-benchmarks = [ "hex-literal", "pallet-balances/runtime-benchmarks", "snowbridge-core/runtime-benchmarks", - "snowbridge-pallet-ethereum-client/runtime-benchmarks", "snowbridge-pallet-inbound-queue-fixtures/runtime-benchmarks", "snowbridge-router-primitives/runtime-benchmarks", "sp-runtime/runtime-benchmarks", @@ -88,6 +87,5 @@ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-balances/try-runtime", - "snowbridge-pallet-ethereum-client/try-runtime", "sp-runtime/try-runtime", ] diff --git a/bridges/snowbridge/pallets/inbound-queue/fixtures/Cargo.toml b/bridges/snowbridge/pallets/inbound-queue/fixtures/Cargo.toml index e84246fb5a55..837199375450 100644 --- a/bridges/snowbridge/pallets/inbound-queue/fixtures/Cargo.toml +++ b/bridges/snowbridge/pallets/inbound-queue/fixtures/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-pallet-inbound-queue-fixtures" -description = "Snowbridge Inbound Queue Test Fixtures" -version = "0.10.0" +description = "Snowbridge Inbound Queue Test Fixtures (polkadot v1.13.0)" +version = "0.15.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] hex-literal = { version = "0.4.1" } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -snowbridge-core = { path = "../../../primitives/core", default-features = false } -snowbridge-beacon-primitives = { path = "../../../primitives/beacon", default-features = false } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +snowbridge-core = { path = "../../../primitives/core", default-features = false, version = "0.7.0" } +snowbridge-beacon-primitives = { path = "../../../primitives/beacon", default-features = false, version = "0.7.0" } [features] default = ["std"] diff --git a/bridges/snowbridge/pallets/outbound-queue/Cargo.toml b/bridges/snowbridge/pallets/outbound-queue/Cargo.toml index 15c6c3a5b32b..aa8507921805 100644 --- a/bridges/snowbridge/pallets/outbound-queue/Cargo.toml +++ b/bridges/snowbridge/pallets/outbound-queue/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-pallet-outbound-queue" -description = "Snowbridge Outbound Queue Pallet" -version = "0.2.0" +description = "Snowbridge Outbound Queue Pallet (polkadot v1.13.0)" +version = "0.7.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -19,19 +19,19 @@ serde = { features = ["alloc", "derive"], workspace = true } codec = { version = "3.6.12", package = "parity-scale-codec", default-features = false, features = ["derive"] } scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -sp-io = { path = "../../../../substrate/primitives/io", default-features = false } -sp-arithmetic = { path = "../../../../substrate/primitives/arithmetic", default-features = false } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-arithmetic = { path = "../../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } -bridge-hub-common = { path = "../../../../cumulus/parachains/runtimes/bridge-hubs/common", default-features = false } +bridge-hub-common = { path = "../../../../cumulus/parachains/runtimes/bridge-hubs/common", default-features = false, version = "0.7.0" } -snowbridge-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } -snowbridge-outbound-queue-merkle-tree = { path = "merkle-tree", default-features = false } +snowbridge-core = { path = "../../primitives/core", default-features = false, features = ["serde"], version = "0.7.0" } +snowbridge-outbound-queue-merkle-tree = { path = "merkle-tree", default-features = false, version = "0.8.0" } ethabi = { package = "ethabi-decode", version = "1.0.0", default-features = false } [dev-dependencies] @@ -47,7 +47,6 @@ std = [ "frame-benchmarking/std", "frame-support/std", "frame-system/std", - "pallet-message-queue/std", "scale-info/std", "serde/std", "snowbridge-core/std", @@ -64,13 +63,11 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-message-queue/runtime-benchmarks", "snowbridge-core/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-message-queue/try-runtime", "sp-runtime/try-runtime", ] diff --git a/bridges/snowbridge/pallets/outbound-queue/merkle-tree/Cargo.toml b/bridges/snowbridge/pallets/outbound-queue/merkle-tree/Cargo.toml index 1b1a9905928f..e784786f4e51 100644 --- a/bridges/snowbridge/pallets/outbound-queue/merkle-tree/Cargo.toml +++ b/bridges/snowbridge/pallets/outbound-queue/merkle-tree/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-outbound-queue-merkle-tree" -description = "Snowbridge Outbound Queue Merkle Tree" -version = "0.3.0" +description = "Snowbridge Outbound Queue Merkle Tree (polkadot v1.13.0)" +version = "0.8.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -18,8 +18,8 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { version = "3.6.12", package = "parity-scale-codec", default-features = false, features = ["derive"] } scale-info = { version = "2.7.0", default-features = false, features = ["derive"] } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } [dev-dependencies] hex-literal = { version = "0.4.1" } diff --git a/bridges/snowbridge/pallets/outbound-queue/runtime-api/Cargo.toml b/bridges/snowbridge/pallets/outbound-queue/runtime-api/Cargo.toml index b8d704f1cb92..5998e6dd5fd6 100644 --- a/bridges/snowbridge/pallets/outbound-queue/runtime-api/Cargo.toml +++ b/bridges/snowbridge/pallets/outbound-queue/runtime-api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-outbound-queue-runtime-api" -description = "Snowbridge Outbound Queue Runtime API" -version = "0.2.0" +description = "Snowbridge Outbound Queue Runtime API (polkadot v1.13.0)" +version = "0.7.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -16,11 +16,11 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { version = "3.6.12", package = "parity-scale-codec", features = ["derive"], default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -snowbridge-outbound-queue-merkle-tree = { path = "../merkle-tree", default-features = false } -snowbridge-core = { path = "../../../primitives/core", default-features = false } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +snowbridge-outbound-queue-merkle-tree = { path = "../merkle-tree", default-features = false, version = "0.8.0" } +snowbridge-core = { path = "../../../primitives/core", default-features = false, version = "0.7.0" } [features] default = ["std"] diff --git a/bridges/snowbridge/pallets/system/Cargo.toml b/bridges/snowbridge/pallets/system/Cargo.toml index 5bbbb1d9310d..ff0b541c455d 100644 --- a/bridges/snowbridge/pallets/system/Cargo.toml +++ b/bridges/snowbridge/pallets/system/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-pallet-system" -description = "Snowbridge System Pallet" -version = "0.2.0" +description = "Snowbridge System Pallet (polkadot v1.13.0)" +version = "0.7.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -19,20 +19,20 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = "derive", ] } scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } log = { workspace = true } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } -sp-io = { path = "../../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } -xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } -snowbridge-core = { path = "../../primitives/core", default-features = false } +snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.7.0" } [dev-dependencies] hex = "0.4.1" @@ -64,19 +64,12 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-message-queue/runtime-benchmarks", - "polkadot-primitives/runtime-benchmarks", "snowbridge-core/runtime-benchmarks", - "snowbridge-pallet-outbound-queue/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-executor/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", - "pallet-message-queue/try-runtime", - "snowbridge-pallet-outbound-queue/try-runtime", "sp-runtime/try-runtime", ] diff --git a/bridges/snowbridge/pallets/system/runtime-api/Cargo.toml b/bridges/snowbridge/pallets/system/runtime-api/Cargo.toml index 42df5edfb7b2..4c57b6ec1ef6 100644 --- a/bridges/snowbridge/pallets/system/runtime-api/Cargo.toml +++ b/bridges/snowbridge/pallets/system/runtime-api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-system-runtime-api" -description = "Snowbridge System Runtime API" -version = "0.2.0" +description = "Snowbridge System Runtime API (polkadot v1.13.0)" +version = "0.7.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -18,10 +18,10 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = [ "derive", ] } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -snowbridge-core = { path = "../../../primitives/core", default-features = false } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +snowbridge-core = { path = "../../../primitives/core", default-features = false, version = "0.7.0" } [features] default = ["std"] diff --git a/bridges/snowbridge/primitives/beacon/Cargo.toml b/bridges/snowbridge/primitives/beacon/Cargo.toml index 18123910c35b..c446cb5956e8 100644 --- a/bridges/snowbridge/primitives/beacon/Cargo.toml +++ b/bridges/snowbridge/primitives/beacon/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-beacon-primitives" -description = "Snowbridge Beacon Primitives" -version = "0.2.0" +description = "Snowbridge Beacon Primitives (polkadot v1.13.0)" +version = "0.7.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -18,17 +18,17 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } rlp = { version = "0.5", default-features = false } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } -sp-io = { path = "../../../../substrate/primitives/io", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } ssz_rs = { version = "0.9.0", default-features = false } ssz_rs_derive = { version = "0.9.0", default-features = false } byte-slice-cast = { version = "1.2.1", default-features = false } -snowbridge-ethereum = { path = "../ethereum", default-features = false } +snowbridge-ethereum = { path = "../ethereum", default-features = false, version = "0.8.0" } milagro-bls = { package = "snowbridge-milagro-bls", version = "1.5.4", default-features = false } [dev-dependencies] diff --git a/bridges/snowbridge/primitives/core/Cargo.toml b/bridges/snowbridge/primitives/core/Cargo.toml index 573ab6608e5f..64f0738ba517 100644 --- a/bridges/snowbridge/primitives/core/Cargo.toml +++ b/bridges/snowbridge/primitives/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-core" -description = "Snowbridge Core" -version = "0.2.0" +description = "Snowbridge Core (polkadot v1.13.0)" +version = "0.7.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -17,19 +17,19 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } hex-literal = { version = "0.4.1" } -polkadot-parachain-primitives = { path = "../../../../polkadot/parachain", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../polkadot/xcm/xcm-builder", default-features = false } +polkadot-parachain-primitives = { path = "../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } -sp-io = { path = "../../../../substrate/primitives/io", default-features = false } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } -sp-arithmetic = { path = "../../../../substrate/primitives/arithmetic", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-arithmetic = { path = "../../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } -snowbridge-beacon-primitives = { path = "../beacon", default-features = false } +snowbridge-beacon-primitives = { path = "../beacon", default-features = false, version = "0.7.0" } ethabi = { package = "ethabi-decode", version = "1.0.0", default-features = false } diff --git a/bridges/snowbridge/primitives/ethereum/Cargo.toml b/bridges/snowbridge/primitives/ethereum/Cargo.toml index fb0b6cbaf3c2..78fafebc1604 100644 --- a/bridges/snowbridge/primitives/ethereum/Cargo.toml +++ b/bridges/snowbridge/primitives/ethereum/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-ethereum" -description = "Snowbridge Ethereum" -version = "0.3.0" +description = "Snowbridge Ethereum (polkadot v1.13.0)" +version = "0.8.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -22,9 +22,9 @@ hex-literal = { version = "0.4.1", default-features = false } parity-bytes = { version = "0.1.2", default-features = false } rlp = { version = "0.5.2", default-features = false } -sp-io = { path = "../../../../substrate/primitives/io", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } ethabi = { package = "ethabi-decode", version = "1.0.0", default-features = false } diff --git a/bridges/snowbridge/primitives/router/Cargo.toml b/bridges/snowbridge/primitives/router/Cargo.toml index ec0888dd41b0..19e205681532 100644 --- a/bridges/snowbridge/primitives/router/Cargo.toml +++ b/bridges/snowbridge/primitives/router/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-router-primitives" -description = "Snowbridge Router Primitives" -version = "0.9.0" +description = "Snowbridge Router Primitives (polkadot v1.13.0)" +version = "0.13.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -16,16 +16,16 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.9.0", default-features = false, features = ["derive"] } log = { workspace = true } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } -sp-io = { path = "../../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } -xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } -snowbridge-core = { path = "../core", default-features = false } +snowbridge-core = { path = "../core", default-features = false, version = "0.7.0" } hex-literal = { version = "0.4.1" } diff --git a/bridges/snowbridge/runtime/runtime-common/Cargo.toml b/bridges/snowbridge/runtime/runtime-common/Cargo.toml index 2372908b86ab..1401c5c262ae 100644 --- a/bridges/snowbridge/runtime/runtime-common/Cargo.toml +++ b/bridges/snowbridge/runtime/runtime-common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-runtime-common" -description = "Snowbridge Runtime Common" -version = "0.2.0" +description = "Snowbridge Runtime Common (polkadot v1.13.0)" +version = "0.7.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true @@ -14,14 +14,14 @@ workspace = true [dependencies] log = { workspace = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } -sp-arithmetic = { path = "../../../../substrate/primitives/arithmetic", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-arithmetic = { path = "../../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } +xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } -snowbridge-core = { path = "../../primitives/core", default-features = false } +snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.7.0" } [dev-dependencies] diff --git a/bridges/snowbridge/runtime/test-common/Cargo.toml b/bridges/snowbridge/runtime/test-common/Cargo.toml index e19c682de454..7b4e8353dfb8 100644 --- a/bridges/snowbridge/runtime/test-common/Cargo.toml +++ b/bridges/snowbridge/runtime/test-common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snowbridge-runtime-test-common" -description = "Snowbridge Runtime Tests" -version = "0.2.0" +description = "Snowbridge Runtime Tests (polkadot v1.13.0)" +version = "0.7.0" authors = ["Snowfork "] edition.workspace = true license = "Apache-2.0" @@ -14,35 +14,35 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } # Substrate -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } -pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false } -pallet-session = { path = "../../../../substrate/frame/session", default-features = false } -pallet-message-queue = { path = "../../../../substrate/frame/message-queue", default-features = false } -pallet-timestamp = { path = "../../../../substrate/frame/timestamp", default-features = false } -pallet-utility = { path = "../../../../substrate/frame/utility", default-features = false } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } -sp-io = { path = "../../../../substrate/primitives/io", default-features = false } -sp-keyring = { path = "../../../../substrate/primitives/keyring" } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-session = { path = "../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-message-queue = { path = "../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-timestamp = { path = "../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-utility = { path = "../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-keyring = { version = "38.0.0", path = "../../../../substrate/primitives/keyring" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } # Polkadot -pallet-xcm = { path = "../../../../polkadot/xcm/pallet-xcm", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false } +pallet-xcm = { path = "../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } # Cumulus -cumulus-pallet-parachain-system = { path = "../../../../cumulus/pallets/parachain-system", default-features = false } -pallet-collator-selection = { path = "../../../../cumulus/pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../../cumulus/parachains/pallets/parachain-info", default-features = false } -parachains-runtimes-test-utils = { path = "../../../../cumulus/parachains/runtimes/test-utils", default-features = false } +cumulus-pallet-parachain-system = { path = "../../../../cumulus/pallets/parachain-system", default-features = false, version = "0.14.0" } +pallet-collator-selection = { path = "../../../../cumulus/pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../../cumulus/parachains/pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-runtimes-test-utils = { path = "../../../../cumulus/parachains/runtimes/test-utils", default-features = false, version = "14.0.0" } # Ethereum Bridge (Snowbridge) -snowbridge-core = { path = "../../primitives/core", default-features = false } -snowbridge-pallet-ethereum-client = { path = "../../pallets/ethereum-client", default-features = false } -snowbridge-pallet-ethereum-client-fixtures = { path = "../../pallets/ethereum-client/fixtures", default-features = false } -snowbridge-pallet-outbound-queue = { path = "../../pallets/outbound-queue", default-features = false } -snowbridge-pallet-system = { path = "../../pallets/system", default-features = false } +snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.7.0" } +snowbridge-pallet-ethereum-client = { path = "../../pallets/ethereum-client", default-features = false, version = "0.7.0" } +snowbridge-pallet-ethereum-client-fixtures = { path = "../../pallets/ethereum-client/fixtures", default-features = false, version = "0.15.0" } +snowbridge-pallet-outbound-queue = { path = "../../pallets/outbound-queue", default-features = false, version = "0.7.0" } +snowbridge-pallet-system = { path = "../../pallets/system", default-features = false, version = "0.7.0" } [features] default = ["std"] diff --git a/cumulus/client/cli/Cargo.toml b/cumulus/client/cli/Cargo.toml index 410ac8b983d9..9e6696ce2732 100644 --- a/cumulus/client/cli/Cargo.toml +++ b/cumulus/client/cli/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cumulus-client-cli" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true -description = "Parachain node CLI utilities." +description = "Parachain node CLI utilities. (polkadot v1.13.0)" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [lints] @@ -13,12 +13,10 @@ workspace = true clap = { version = "4.5.3", features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.6.12" } url = "2.4.0" - -# Substrate -sc-cli = { path = "../../../substrate/client/cli" } -sc-client-api = { path = "../../../substrate/client/api" } -sc-chain-spec = { path = "../../../substrate/client/chain-spec" } -sc-service = { path = "../../../substrate/client/service" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } +sc-cli = { version = "0.43.0", path = "../../../substrate/client/cli" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sc-chain-spec = { version = "34.0.0", path = "../../../substrate/client/chain-spec" } +sc-service = { version = "0.42.0", path = "../../../substrate/client/service" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } diff --git a/cumulus/client/collator/Cargo.toml b/cumulus/client/collator/Cargo.toml index 39cedf87a0cb..11575052bc8c 100644 --- a/cumulus/client/collator/Cargo.toml +++ b/cumulus/client/collator/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cumulus-client-collator" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true -description = "Common node-side functionality and glue code to collate parachain blocks." +description = "Common node-side functionality and glue code to collate parachain blocks. (polkadot v1.13.0)" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [lints] @@ -14,37 +14,25 @@ parking_lot = "0.12.1" codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } futures = "0.3.30" tracing = "0.1.25" - -# Substrate -sc-client-api = { path = "../../../substrate/client/api" } -sp-consensus = { path = "../../../substrate/primitives/consensus/common" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } - -# Polkadot -polkadot-node-primitives = { path = "../../../polkadot/node/primitives" } -polkadot-node-subsystem = { path = "../../../polkadot/node/subsystem" } -polkadot-overseer = { path = "../../../polkadot/node/overseer" } -polkadot-primitives = { path = "../../../polkadot/primitives" } - -# Cumulus -cumulus-client-consensus-common = { path = "../consensus/common" } -cumulus-client-network = { path = "../network" } -cumulus-primitives-core = { path = "../../primitives/core" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sp-consensus = { version = "0.39.0", path = "../../../substrate/primitives/consensus/common" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +polkadot-node-primitives = { version = "14.0.0", path = "../../../polkadot/node/primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../../polkadot/node/subsystem" } +polkadot-overseer = { version = "14.0.0", path = "../../../polkadot/node/overseer" } +polkadot-primitives = { version = "14.0.0", path = "../../../polkadot/primitives" } +cumulus-client-consensus-common = { version = "0.14.0", path = "../consensus/common" } +cumulus-client-network = { version = "0.14.0", path = "../network" } +cumulus-primitives-core = { version = "0.14.0", path = "../../primitives/core" } [dev-dependencies] async-trait = "0.1.79" - -# Substrate sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" } sp-state-machine = { path = "../../../substrate/primitives/state-machine" } sp-tracing = { path = "../../../substrate/primitives/tracing" } - -# Polkadot polkadot-node-subsystem-test-helpers = { path = "../../../polkadot/node/subsystem-test-helpers" } - -# Cumulus cumulus-test-client = { path = "../../test/client" } cumulus-test-runtime = { path = "../../test/runtime" } cumulus-test-relay-sproof-builder = { path = "../../test/relay-sproof-builder" } diff --git a/cumulus/client/consensus/aura/Cargo.toml b/cumulus/client/consensus/aura/Cargo.toml index fad30e59e869..c90ba724c177 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.7.0" +description = "AURA consensus algorithm for parachains (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -15,39 +15,33 @@ codec = { package = "parity-scale-codec", version = "3.6.12", features = ["deriv futures = "0.3.28" tracing = "0.1.37" schnellru = "0.2.1" - -# Substrate -sc-client-api = { path = "../../../../substrate/client/api" } -sc-consensus = { path = "../../../../substrate/client/consensus/common" } -sc-consensus-aura = { path = "../../../../substrate/client/consensus/aura" } -sc-consensus-babe = { path = "../../../../substrate/client/consensus/babe" } -sc-consensus-slots = { path = "../../../../substrate/client/consensus/slots" } -sc-telemetry = { path = "../../../../substrate/client/telemetry" } -sp-api = { path = "../../../../substrate/primitives/api" } -sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } -sp-block-builder = { path = "../../../../substrate/primitives/block-builder" } -sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } -sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } -sp-consensus-aura = { path = "../../../../substrate/primitives/consensus/aura" } -sp-core = { path = "../../../../substrate/primitives/core" } -sp-inherents = { path = "../../../../substrate/primitives/inherents" } -sp-keystore = { path = "../../../../substrate/primitives/keystore" } -sp-runtime = { path = "../../../../substrate/primitives/runtime" } -sp-timestamp = { path = "../../../../substrate/primitives/timestamp" } -sp-state-machine = { path = "../../../../substrate/primitives/state-machine" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../../substrate/utils/prometheus" } - -# Cumulus -cumulus-client-consensus-common = { path = "../common" } -cumulus-relay-chain-interface = { path = "../../relay-chain-interface" } -cumulus-client-consensus-proposer = { path = "../proposer" } -cumulus-client-parachain-inherent = { path = "../../parachain-inherent" } -cumulus-primitives-aura = { path = "../../../primitives/aura" } -cumulus-primitives-core = { path = "../../../primitives/core" } -cumulus-client-collator = { path = "../../collator" } - -# Polkadot -polkadot-primitives = { path = "../../../../polkadot/primitives" } -polkadot-node-primitives = { path = "../../../../polkadot/node/primitives" } -polkadot-node-subsystem = { path = "../../../../polkadot/node/subsystem" } -polkadot-overseer = { path = "../../../../polkadot/node/overseer" } +sc-client-api = { version = "35.0.0", path = "../../../../substrate/client/api" } +sc-consensus = { version = "0.40.0", path = "../../../../substrate/client/consensus/common" } +sc-consensus-aura = { version = "0.41.0", path = "../../../../substrate/client/consensus/aura" } +sc-consensus-babe = { version = "0.41.0", path = "../../../../substrate/client/consensus/babe" } +sc-consensus-slots = { version = "0.40.0", path = "../../../../substrate/client/consensus/slots" } +sc-telemetry = { version = "21.0.0", path = "../../../../substrate/client/telemetry" } +sp-api = { version = "33.0.0", path = "../../../../substrate/primitives/api" } +sp-application-crypto = { version = "37.0.0", path = "../../../../substrate/primitives/application-crypto" } +sp-block-builder = { version = "33.0.0", path = "../../../../substrate/primitives/block-builder" } +sp-blockchain = { version = "35.0.0", path = "../../../../substrate/primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/common" } +sp-consensus-aura = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/aura" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } +sp-inherents = { version = "33.0.0", path = "../../../../substrate/primitives/inherents" } +sp-keystore = { version = "0.40.0", path = "../../../../substrate/primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../../../substrate/primitives/runtime" } +sp-timestamp = { version = "33.0.0", path = "../../../../substrate/primitives/timestamp" } +sp-state-machine = { version = "0.42.0", path = "../../../../substrate/primitives/state-machine" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../../substrate/utils/prometheus", version = "0.17.0" } +cumulus-client-consensus-common = { version = "0.14.0", path = "../common" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../../relay-chain-interface" } +cumulus-client-consensus-proposer = { version = "0.14.0", path = "../proposer" } +cumulus-client-parachain-inherent = { version = "0.8.0", path = "../../parachain-inherent" } +cumulus-primitives-aura = { version = "0.14.0", path = "../../../primitives/aura" } +cumulus-primitives-core = { version = "0.14.0", path = "../../../primitives/core" } +cumulus-client-collator = { version = "0.14.0", path = "../../collator" } +polkadot-primitives = { version = "14.0.0", path = "../../../../polkadot/primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../../../../polkadot/node/primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../../../polkadot/node/subsystem" } +polkadot-overseer = { version = "14.0.0", path = "../../../../polkadot/node/overseer" } diff --git a/cumulus/client/consensus/common/Cargo.toml b/cumulus/client/consensus/common/Cargo.toml index d369304e2e33..93817ed01801 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.7.0" +description = "Cumulus specific common consensus implementations (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -16,35 +16,25 @@ dyn-clone = "1.0.16" futures = "0.3.28" log = { workspace = true, default-features = true } tracing = "0.1.37" - -# Substrate -sc-client-api = { path = "../../../../substrate/client/api" } -sc-consensus = { path = "../../../../substrate/client/consensus/common" } -sc-consensus-babe = { path = "../../../../substrate/client/consensus/babe" } -sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } -sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } -sp-consensus-slots = { path = "../../../../substrate/primitives/consensus/slots" } -sp-core = { path = "../../../../substrate/primitives/core" } -sp-runtime = { path = "../../../../substrate/primitives/runtime" } -sp-timestamp = { path = "../../../../substrate/primitives/timestamp" } -sp-trie = { path = "../../../../substrate/primitives/trie" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../../substrate/utils/prometheus" } - -# Polkadot -polkadot-primitives = { path = "../../../../polkadot/primitives" } - -# Cumulus -cumulus-primitives-core = { path = "../../../primitives/core" } -cumulus-relay-chain-interface = { path = "../../relay-chain-interface" } -cumulus-client-pov-recovery = { path = "../../pov-recovery" } +sc-client-api = { version = "35.0.0", path = "../../../../substrate/client/api" } +sc-consensus = { version = "0.40.0", path = "../../../../substrate/client/consensus/common" } +sc-consensus-babe = { version = "0.41.0", path = "../../../../substrate/client/consensus/babe" } +sp-blockchain = { version = "35.0.0", path = "../../../../substrate/primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/common" } +sp-consensus-slots = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/slots" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../../substrate/primitives/runtime" } +sp-timestamp = { version = "33.0.0", path = "../../../../substrate/primitives/timestamp" } +sp-trie = { version = "36.0.0", path = "../../../../substrate/primitives/trie" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../../substrate/utils/prometheus", version = "0.17.0" } +polkadot-primitives = { version = "14.0.0", path = "../../../../polkadot/primitives" } +cumulus-primitives-core = { version = "0.14.0", path = "../../../primitives/core" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../../relay-chain-interface" } +cumulus-client-pov-recovery = { version = "0.14.0", path = "../../pov-recovery" } schnellru = "0.2.1" [dev-dependencies] futures-timer = "3.0.2" - -# Substrate sp-tracing = { path = "../../../../substrate/primitives/tracing" } - -# Cumulus cumulus-test-client = { path = "../../../test/client" } cumulus-test-relay-sproof-builder = { path = "../../../test/relay-sproof-builder" } diff --git a/cumulus/client/consensus/proposer/Cargo.toml b/cumulus/client/consensus/proposer/Cargo.toml index 42ca4e06f8f4..3a3fbbd651e3 100644 --- a/cumulus/client/consensus/proposer/Cargo.toml +++ b/cumulus/client/consensus/proposer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cumulus-client-consensus-proposer" -description = "A Substrate `Proposer` for building parachain blocks" -version = "0.7.0" +description = "A Substrate `Proposer` for building parachain blocks (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -13,12 +13,8 @@ workspace = true anyhow = "1.0" async-trait = "0.1.79" thiserror = { workspace = true } - -# Substrate -sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } -sp-inherents = { path = "../../../../substrate/primitives/inherents" } -sp-runtime = { path = "../../../../substrate/primitives/runtime" } -sp-state-machine = { path = "../../../../substrate/primitives/state-machine" } - -# Cumulus -cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain-inherent" } +sp-consensus = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/common" } +sp-inherents = { version = "33.0.0", path = "../../../../substrate/primitives/inherents" } +sp-runtime = { version = "38.0.0", path = "../../../../substrate/primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../../../substrate/primitives/state-machine" } +cumulus-primitives-parachain-inherent = { version = "0.14.0", path = "../../../primitives/parachain-inherent" } diff --git a/cumulus/client/consensus/relay-chain/Cargo.toml b/cumulus/client/consensus/relay-chain/Cargo.toml index 7c3a901db6c3..6e06577a2dea 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.7.0" +description = "The relay-chain provided consensus algorithm (polkadot v1.13.0)" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -14,19 +14,15 @@ async-trait = "0.1.79" futures = "0.3.28" parking_lot = "0.12.1" tracing = "0.1.37" - -# Substrate -sc-consensus = { path = "../../../../substrate/client/consensus/common" } -sp-api = { path = "../../../../substrate/primitives/api" } -sp-block-builder = { path = "../../../../substrate/primitives/block-builder" } -sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } -sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } -sp-core = { path = "../../../../substrate/primitives/core" } -sp-inherents = { path = "../../../../substrate/primitives/inherents" } -sp-runtime = { path = "../../../../substrate/primitives/runtime" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../../substrate/utils/prometheus" } - -# Cumulus -cumulus-client-consensus-common = { path = "../common" } -cumulus-primitives-core = { path = "../../../primitives/core" } -cumulus-relay-chain-interface = { path = "../../relay-chain-interface" } +sc-consensus = { version = "0.40.0", path = "../../../../substrate/client/consensus/common" } +sp-api = { version = "33.0.0", path = "../../../../substrate/primitives/api" } +sp-block-builder = { version = "33.0.0", path = "../../../../substrate/primitives/block-builder" } +sp-blockchain = { version = "35.0.0", path = "../../../../substrate/primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } +sp-inherents = { version = "33.0.0", path = "../../../../substrate/primitives/inherents" } +sp-runtime = { version = "38.0.0", path = "../../../../substrate/primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../../substrate/utils/prometheus", version = "0.17.0" } +cumulus-client-consensus-common = { version = "0.14.0", path = "../common" } +cumulus-primitives-core = { version = "0.14.0", path = "../../../primitives/core" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../../relay-chain-interface" } diff --git a/cumulus/client/network/Cargo.toml b/cumulus/client/network/Cargo.toml index d4fc75287258..020bfb5812cd 100644 --- a/cumulus/client/network/Cargo.toml +++ b/cumulus/client/network/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "cumulus-client-network" -version = "0.7.0" +version = "0.14.0" authors.workspace = true -description = "Cumulus-specific networking protocol" +description = "Cumulus-specific networking protocol (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -16,29 +16,21 @@ futures = "0.3.28" futures-timer = "3.0.2" parking_lot = "0.12.1" tracing = "0.1.37" - -# Substrate -sc-client-api = { path = "../../../substrate/client/api" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } -sp-consensus = { path = "../../../substrate/primitives/consensus/common" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-state-machine = { path = "../../../substrate/primitives/state-machine" } - -# Polkadot -polkadot-node-primitives = { path = "../../../polkadot/node/primitives" } -polkadot-parachain-primitives = { path = "../../../polkadot/parachain" } -polkadot-primitives = { path = "../../../polkadot/primitives" } - -# Cumulus -cumulus-relay-chain-interface = { path = "../relay-chain-interface" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../substrate/primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../../substrate/primitives/state-machine" } +polkadot-node-primitives = { version = "14.0.0", path = "../../../polkadot/node/primitives" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../polkadot/parachain" } +polkadot-primitives = { version = "14.0.0", path = "../../../polkadot/primitives" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../relay-chain-interface" } [dev-dependencies] portpicker = "0.1.1" tokio = { version = "1.32.0", features = ["macros"] } url = "2.4.0" - -# Substrate sc-cli = { path = "../../../substrate/client/cli" } sc-client-api = { path = "../../../substrate/client/api" } sp-consensus = { path = "../../../substrate/primitives/consensus/common" } @@ -46,11 +38,7 @@ sp-core = { path = "../../../substrate/primitives/core" } sp-keyring = { path = "../../../substrate/primitives/keyring" } sp-keystore = { path = "../../../substrate/primitives/keystore" } substrate-test-utils = { path = "../../../substrate/test-utils" } - -# Polkadot polkadot-test-client = { path = "../../../polkadot/node/test/client" } - -# Cumulus cumulus-primitives-core = { path = "../../primitives/core" } cumulus-relay-chain-inprocess-interface = { path = "../relay-chain-inprocess-interface" } cumulus-test-service = { path = "../../test/service" } diff --git a/cumulus/client/parachain-inherent/Cargo.toml b/cumulus/client/parachain-inherent/Cargo.toml index 85619e840345..b24370ba4f8a 100644 --- a/cumulus/client/parachain-inherent/Cargo.toml +++ b/cumulus/client/parachain-inherent/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cumulus-client-parachain-inherent" -version = "0.1.0" +version = "0.8.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." +description = "Inherent that needs to be present in every parachain block. Contains messages and a relay chain storage-proof. (polkadot v1.13.0)" license = "Apache-2.0" [dependencies] @@ -11,20 +11,16 @@ async-trait = "0.1.79" codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } scale-info = { version = "2.11.1", features = ["derive"] } tracing = { version = "0.1.37" } - -# Substrate -sc-client-api = { path = "../../../substrate/client/api" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-crypto-hashing = { path = "../../../substrate/primitives/crypto/hashing" } -sp-inherents = { path = "../../../substrate/primitives/inherents" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-state-machine = { path = "../../../substrate/primitives/state-machine" } -sp-std = { path = "../../../substrate/primitives/std" } -sp-storage = { path = "../../../substrate/primitives/storage" } -sp-trie = { path = "../../../substrate/primitives/trie" } - -# Cumulus -cumulus-primitives-core = { path = "../../primitives/core" } -cumulus-primitives-parachain-inherent = { path = "../../primitives/parachain-inherent" } -cumulus-relay-chain-interface = { path = "../relay-chain-interface" } -cumulus-test-relay-sproof-builder = { path = "../../test/relay-sproof-builder" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-crypto-hashing = { version = "0.1.0", path = "../../../substrate/primitives/crypto/hashing" } +sp-inherents = { version = "33.0.0", path = "../../../substrate/primitives/inherents" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../../substrate/primitives/state-machine" } +sp-std = { version = "14.0.0", path = "../../../substrate/primitives/std" } +sp-storage = { version = "21.0.0", path = "../../../substrate/primitives/storage" } +sp-trie = { version = "36.0.0", path = "../../../substrate/primitives/trie" } +cumulus-primitives-core = { version = "0.14.0", path = "../../primitives/core" } +cumulus-primitives-parachain-inherent = { version = "0.14.0", path = "../../primitives/parachain-inherent" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../relay-chain-interface" } +cumulus-test-relay-sproof-builder = { version = "0.14.0", path = "../../test/relay-sproof-builder" } diff --git a/cumulus/client/pov-recovery/Cargo.toml b/cumulus/client/pov-recovery/Cargo.toml index 7afe7fae34bd..29cc214d81af 100644 --- a/cumulus/client/pov-recovery/Cargo.toml +++ b/cumulus/client/pov-recovery/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "cumulus-client-pov-recovery" -version = "0.7.0" +version = "0.14.0" authors.workspace = true -description = "Cumulus-specific networking protocol" +description = "Cumulus-specific networking protocol (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -15,33 +15,23 @@ futures = "0.3.28" futures-timer = "3.0.2" rand = "0.8.5" tracing = "0.1.37" - -# Substrate -sc-client-api = { path = "../../../substrate/client/api" } -sc-consensus = { path = "../../../substrate/client/consensus/common" } -sp-consensus = { path = "../../../substrate/primitives/consensus/common" } -sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } - -# Polkadot -polkadot-node-primitives = { path = "../../../polkadot/node/primitives" } -polkadot-node-subsystem = { path = "../../../polkadot/node/subsystem" } -polkadot-overseer = { path = "../../../polkadot/node/overseer" } -polkadot-primitives = { path = "../../../polkadot/primitives" } - -# Cumulus -cumulus-primitives-core = { path = "../../primitives/core" } -cumulus-relay-chain-interface = { path = "../relay-chain-interface" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sc-consensus = { version = "0.40.0", path = "../../../substrate/client/consensus/common" } +sp-consensus = { version = "0.39.0", path = "../../../substrate/primitives/consensus/common" } +sp-maybe-compressed-blob = { version = "11.0.0", path = "../../../substrate/primitives/maybe-compressed-blob" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +polkadot-node-primitives = { version = "14.0.0", path = "../../../polkadot/node/primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../../polkadot/node/subsystem" } +polkadot-overseer = { version = "14.0.0", path = "../../../polkadot/node/overseer" } +polkadot-primitives = { version = "14.0.0", path = "../../../polkadot/primitives" } +cumulus-primitives-core = { version = "0.14.0", path = "../../primitives/core" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../relay-chain-interface" } async-trait = "0.1.79" [dev-dependencies] tokio = { version = "1.32.0", features = ["macros"] } portpicker = "0.1.1" - -# Cumulus cumulus-test-service = { path = "../../test/service" } - -# Substrate sc-cli = { path = "../../../substrate/client/cli" } sc-client-api = { path = "../../../substrate/client/api" } substrate-test-utils = { path = "../../../substrate/test-utils" } diff --git a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml index 7629b6c631a3..f1cd6956592f 100644 --- a/cumulus/client/relay-chain-inprocess-interface/Cargo.toml +++ b/cumulus/client/relay-chain-inprocess-interface/Cargo.toml @@ -1,9 +1,9 @@ [package] authors.workspace = true name = "cumulus-relay-chain-inprocess-interface" -version = "0.7.0" +version = "0.14.0" edition.workspace = true -description = "Implementation of the RelayChainInterface trait for Polkadot full-nodes." +description = "Implementation of the RelayChainInterface trait for Polkadot full-nodes. (polkadot v1.13.0)" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [lints] @@ -13,36 +13,26 @@ workspace = true async-trait = "0.1.79" futures = "0.3.28" futures-timer = "3.0.2" - -# Substrate -sc-cli = { path = "../../../substrate/client/cli" } -sc-client-api = { path = "../../../substrate/client/api" } -sc-telemetry = { path = "../../../substrate/client/telemetry" } -sc-tracing = { path = "../../../substrate/client/tracing" } -sc-sysinfo = { path = "../../../substrate/client/sysinfo" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-consensus = { path = "../../../substrate/primitives/consensus/common" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-state-machine = { path = "../../../substrate/primitives/state-machine" } +sc-cli = { version = "0.43.0", path = "../../../substrate/client/cli" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sc-telemetry = { version = "21.0.0", path = "../../../substrate/client/telemetry" } +sc-tracing = { version = "35.0.0", path = "../../../substrate/client/tracing" } +sc-sysinfo = { version = "34.0.0", path = "../../../substrate/client/sysinfo" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-consensus = { version = "0.39.0", path = "../../../substrate/primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../../substrate/primitives/state-machine" } # Polkadot -polkadot-cli = { path = "../../../polkadot/cli", default-features = false, features = ["cli"] } -polkadot-service = { path = "../../../polkadot/node/service" } - -# Cumulus -cumulus-primitives-core = { path = "../../primitives/core" } -cumulus-relay-chain-interface = { path = "../relay-chain-interface" } +polkadot-cli = { path = "../../../polkadot/cli", default-features = false, features = ["cli"], version = "14.0.0" } +polkadot-service = { version = "14.0.0", path = "../../../polkadot/node/service" } +cumulus-primitives-core = { version = "0.14.0", path = "../../primitives/core" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../relay-chain-interface" } [dev-dependencies] - -# Substrate sp-keyring = { path = "../../../substrate/primitives/keyring" } - -# Polkadot polkadot-primitives = { path = "../../../polkadot/primitives" } polkadot-test-client = { path = "../../../polkadot/node/test/client" } metered = { package = "prioritized-metered-channel", version = "0.6.1", default-features = false, features = ["futures_channel"] } - -# Cumulus cumulus-test-service = { path = "../../test/service" } diff --git a/cumulus/client/relay-chain-interface/Cargo.toml b/cumulus/client/relay-chain-interface/Cargo.toml index 5d612cdc0eef..a68ee02d3dbe 100644 --- a/cumulus/client/relay-chain-interface/Cargo.toml +++ b/cumulus/client/relay-chain-interface/Cargo.toml @@ -1,23 +1,21 @@ [package] authors.workspace = true name = "cumulus-relay-chain-interface" -version = "0.7.0" +version = "0.14.0" edition.workspace = true -description = "Common interface for different relay chain datasources." +description = "Common interface for different relay chain datasources. (polkadot v1.13.0)" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [lints] workspace = true [dependencies] -polkadot-overseer = { path = "../../../polkadot/node/overseer" } - -cumulus-primitives-core = { path = "../../primitives/core" } - -sp-api = { path = "../../../substrate/primitives/api" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } -sp-state-machine = { path = "../../../substrate/primitives/state-machine" } -sc-client-api = { path = "../../../substrate/client/api" } +polkadot-overseer = { version = "14.0.0", path = "../../../polkadot/node/overseer" } +cumulus-primitives-core = { version = "0.14.0", path = "../../primitives/core" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } +sp-state-machine = { version = "0.42.0", path = "../../../substrate/primitives/state-machine" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } futures = "0.3.28" async-trait = "0.1.79" diff --git a/cumulus/client/relay-chain-minimal-node/Cargo.toml b/cumulus/client/relay-chain-minimal-node/Cargo.toml index 0b541092a3de..3fa2b9c046c6 100644 --- a/cumulus/client/relay-chain-minimal-node/Cargo.toml +++ b/cumulus/client/relay-chain-minimal-node/Cargo.toml @@ -1,51 +1,45 @@ [package] authors.workspace = true name = "cumulus-relay-chain-minimal-node" -version = "0.7.0" +version = "0.14.0" edition.workspace = true -description = "Minimal node implementation to be used in tandem with RPC or light-client mode." +description = "Minimal node implementation to be used in tandem with RPC or light-client mode. (polkadot v1.13.0)" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [lints] workspace = true [dependencies] -# polkadot deps -polkadot-primitives = { path = "../../../polkadot/primitives" } -polkadot-core-primitives = { path = "../../../polkadot/core-primitives" } -polkadot-overseer = { path = "../../../polkadot/node/overseer" } -polkadot-node-subsystem-util = { path = "../../../polkadot/node/subsystem-util" } -polkadot-node-network-protocol = { path = "../../../polkadot/node/network/protocol" } - -polkadot-availability-recovery = { path = "../../../polkadot/node/network/availability-recovery" } -polkadot-collator-protocol = { path = "../../../polkadot/node/network/collator-protocol" } -polkadot-network-bridge = { path = "../../../polkadot/node/network/bridge" } -polkadot-node-collation-generation = { path = "../../../polkadot/node/collation-generation" } -polkadot-node-core-runtime-api = { path = "../../../polkadot/node/core/runtime-api" } -polkadot-node-core-chain-api = { path = "../../../polkadot/node/core/chain-api" } -polkadot-node-core-prospective-parachains = { path = "../../../polkadot/node/core/prospective-parachains" } -polkadot-service = { path = "../../../polkadot/node/service" } - -# substrate deps -sc-authority-discovery = { path = "../../../substrate/client/authority-discovery" } -sc-network = { path = "../../../substrate/client/network" } -sc-network-common = { path = "../../../substrate/client/network/common" } -sc-service = { path = "../../../substrate/client/service" } -sc-client-api = { path = "../../../substrate/client/api" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus" } -sc-tracing = { path = "../../../substrate/client/tracing" } -sc-utils = { path = "../../../substrate/client/utils" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" } -sp-consensus = { path = "../../../substrate/primitives/consensus/common" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } +polkadot-primitives = { version = "14.0.0", path = "../../../polkadot/primitives" } +polkadot-core-primitives = { version = "14.0.0", path = "../../../polkadot/core-primitives" } +polkadot-overseer = { version = "14.0.0", path = "../../../polkadot/node/overseer" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../../polkadot/node/subsystem-util" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../../../polkadot/node/network/protocol" } +polkadot-availability-recovery = { version = "14.0.0", path = "../../../polkadot/node/network/availability-recovery" } +polkadot-collator-protocol = { version = "14.0.0", path = "../../../polkadot/node/network/collator-protocol" } +polkadot-network-bridge = { version = "14.0.0", path = "../../../polkadot/node/network/bridge" } +polkadot-node-collation-generation = { version = "14.0.0", path = "../../../polkadot/node/collation-generation" } +polkadot-node-core-runtime-api = { version = "14.0.0", path = "../../../polkadot/node/core/runtime-api" } +polkadot-node-core-chain-api = { version = "14.0.0", path = "../../../polkadot/node/core/chain-api" } +polkadot-node-core-prospective-parachains = { version = "13.0.0", path = "../../../polkadot/node/core/prospective-parachains" } +polkadot-service = { version = "14.0.0", path = "../../../polkadot/node/service" } +sc-authority-discovery = { version = "0.41.0", path = "../../../substrate/client/authority-discovery" } +sc-network = { version = "0.41.0", path = "../../../substrate/client/network" } +sc-network-common = { version = "0.40.0", path = "../../../substrate/client/network/common" } +sc-service = { version = "0.42.0", path = "../../../substrate/client/service" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus", version = "0.17.0" } +sc-tracing = { version = "35.0.0", path = "../../../substrate/client/tracing" } +sc-utils = { version = "17.0.0", path = "../../../substrate/client/utils" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-consensus-babe = { version = "0.39.0", path = "../../../substrate/primitives/consensus/babe" } +sp-consensus = { version = "0.39.0", path = "../../../substrate/primitives/consensus/common" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } tokio = { version = "1.32.0", features = ["macros"] } - -# cumulus deps -cumulus-relay-chain-interface = { path = "../relay-chain-interface" } -cumulus-relay-chain-rpc-interface = { path = "../relay-chain-rpc-interface" } -cumulus-primitives-core = { path = "../../primitives/core" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../relay-chain-interface" } +cumulus-relay-chain-rpc-interface = { version = "0.14.0", path = "../relay-chain-rpc-interface" } +cumulus-primitives-core = { version = "0.14.0", path = "../../primitives/core" } array-bytes = "6.2.2" tracing = "0.1.37" diff --git a/cumulus/client/relay-chain-rpc-interface/Cargo.toml b/cumulus/client/relay-chain-rpc-interface/Cargo.toml index ea6bc2ede4c0..202f14e7b4ee 100644 --- a/cumulus/client/relay-chain-rpc-interface/Cargo.toml +++ b/cumulus/client/relay-chain-rpc-interface/Cargo.toml @@ -1,31 +1,29 @@ [package] authors.workspace = true name = "cumulus-relay-chain-rpc-interface" -version = "0.7.0" +version = "0.14.0" edition.workspace = true -description = "Implementation of the RelayChainInterface trait that connects to a remote RPC-node." +description = "Implementation of the RelayChainInterface trait that connects to a remote RPC-node. (polkadot v1.13.0)" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [lints] workspace = true [dependencies] -polkadot-overseer = { path = "../../../polkadot/node/overseer" } - -cumulus-primitives-core = { path = "../../primitives/core" } -cumulus-relay-chain-interface = { path = "../relay-chain-interface" } - -sp-api = { path = "../../../substrate/primitives/api" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" } -sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery" } -sp-state-machine = { path = "../../../substrate/primitives/state-machine" } -sp-storage = { path = "../../../substrate/primitives/storage" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-version = { path = "../../../substrate/primitives/version" } -sc-client-api = { path = "../../../substrate/client/api" } -sc-rpc-api = { path = "../../../substrate/client/rpc-api" } -sc-service = { path = "../../../substrate/client/service" } +polkadot-overseer = { version = "14.0.0", path = "../../../polkadot/node/overseer" } +cumulus-primitives-core = { version = "0.14.0", path = "../../primitives/core" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../relay-chain-interface" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-consensus-babe = { version = "0.39.0", path = "../../../substrate/primitives/consensus/babe" } +sp-authority-discovery = { version = "33.0.0", path = "../../../substrate/primitives/authority-discovery" } +sp-state-machine = { version = "0.42.0", path = "../../../substrate/primitives/state-machine" } +sp-storage = { version = "21.0.0", path = "../../../substrate/primitives/storage" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-version = { version = "36.0.0", path = "../../../substrate/primitives/version" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sc-rpc-api = { version = "0.40.0", path = "../../../substrate/client/rpc-api" } +sc-service = { version = "0.42.0", path = "../../../substrate/client/service" } tokio = { version = "1.32.0", features = ["sync"] } tokio-util = { version = "0.7.8", features = ["compat"] } diff --git a/cumulus/client/service/Cargo.toml b/cumulus/client/service/Cargo.toml index e03e20fe5b41..1f0e931e4c2c 100644 --- a/cumulus/client/service/Cargo.toml +++ b/cumulus/client/service/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cumulus-client-service" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true -description = "Common functions used to assemble the components of a parachain node." +description = "Common functions used to assemble the components of a parachain node. (polkadot v1.13.0)" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [lints] @@ -11,38 +11,32 @@ workspace = true [dependencies] futures = "0.3.28" - -# Substrate -sc-client-api = { path = "../../../substrate/client/api" } -sc-consensus = { path = "../../../substrate/client/consensus/common" } -sc-transaction-pool = { path = "../../../substrate/client/transaction-pool" } -sc-rpc = { path = "../../../substrate/client/rpc" } -sc-service = { path = "../../../substrate/client/service" } -sc-sysinfo = { path = "../../../substrate/client/sysinfo" } -sc-telemetry = { path = "../../../substrate/client/telemetry" } -sc-network = { path = "../../../substrate/client/network" } -sc-network-sync = { path = "../../../substrate/client/network/sync" } -sc-utils = { path = "../../../substrate/client/utils" } -sc-network-transactions = { path = "../../../substrate/client/network/transactions" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } -sp-consensus = { path = "../../../substrate/primitives/consensus/common" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool" } -sp-io = { path = "../../../substrate/primitives/io" } - -# Polkadot -polkadot-primitives = { path = "../../../polkadot/primitives" } - -# Cumulus -cumulus-client-cli = { path = "../cli" } -cumulus-client-collator = { path = "../collator" } -cumulus-client-consensus-common = { path = "../consensus/common" } -cumulus-client-pov-recovery = { path = "../pov-recovery" } -cumulus-client-network = { path = "../network" } -cumulus-primitives-core = { path = "../../primitives/core" } -cumulus-primitives-proof-size-hostfunction = { path = "../../primitives/proof-size-hostfunction" } -cumulus-relay-chain-interface = { path = "../relay-chain-interface" } -cumulus-relay-chain-inprocess-interface = { path = "../relay-chain-inprocess-interface" } -cumulus-relay-chain-minimal-node = { path = "../relay-chain-minimal-node" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sc-consensus = { version = "0.40.0", path = "../../../substrate/client/consensus/common" } +sc-transaction-pool = { version = "35.0.0", path = "../../../substrate/client/transaction-pool" } +sc-rpc = { version = "36.0.0", path = "../../../substrate/client/rpc" } +sc-service = { version = "0.42.0", path = "../../../substrate/client/service" } +sc-sysinfo = { version = "34.0.0", path = "../../../substrate/client/sysinfo" } +sc-telemetry = { version = "21.0.0", path = "../../../substrate/client/telemetry" } +sc-network = { version = "0.41.0", path = "../../../substrate/client/network" } +sc-network-sync = { version = "0.40.0", path = "../../../substrate/client/network/sync" } +sc-utils = { version = "17.0.0", path = "../../../substrate/client/utils" } +sc-network-transactions = { version = "0.40.0", path = "../../../substrate/client/network/transactions" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../substrate/primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-transaction-pool = { version = "33.0.0", path = "../../../substrate/primitives/transaction-pool" } +sp-io = { version = "37.0.0", path = "../../../substrate/primitives/io" } +polkadot-primitives = { version = "14.0.0", path = "../../../polkadot/primitives" } +cumulus-client-cli = { version = "0.14.0", path = "../cli" } +cumulus-client-collator = { version = "0.14.0", path = "../collator" } +cumulus-client-consensus-common = { version = "0.14.0", path = "../consensus/common" } +cumulus-client-pov-recovery = { version = "0.14.0", path = "../pov-recovery" } +cumulus-client-network = { version = "0.14.0", path = "../network" } +cumulus-primitives-core = { version = "0.14.0", path = "../../primitives/core" } +cumulus-primitives-proof-size-hostfunction = { version = "0.9.0", path = "../../primitives/proof-size-hostfunction" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../relay-chain-interface" } +cumulus-relay-chain-inprocess-interface = { version = "0.14.0", path = "../relay-chain-inprocess-interface" } +cumulus-relay-chain-minimal-node = { version = "0.14.0", path = "../relay-chain-minimal-node" } diff --git a/cumulus/pallets/aura-ext/Cargo.toml b/cumulus/pallets/aura-ext/Cargo.toml index daff5ef8f482..4d5dced24ec4 100644 --- a/cumulus/pallets/aura-ext/Cargo.toml +++ b/cumulus/pallets/aura-ext/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cumulus-pallet-aura-ext" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true -description = "AURA consensus extension pallet for parachains" +description = "AURA consensus extension pallet for parachains (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -14,21 +14,19 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -pallet-aura = { path = "../../../substrate/frame/aura", default-features = false } -pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } -sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false } -sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-aura = { path = "../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false, version = "37.0.0" } +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } # Cumulus -cumulus-pallet-parachain-system = { path = "../parachain-system", default-features = false } +cumulus-pallet-parachain-system = { path = "../parachain-system", default-features = false, version = "0.14.0" } [dev-dependencies] - -# Cumulus cumulus-pallet-parachain-system = { path = "../parachain-system" } [features] diff --git a/cumulus/pallets/collator-selection/Cargo.toml b/cumulus/pallets/collator-selection/Cargo.toml index f30802fa5d82..ba26a661813e 100644 --- a/cumulus/pallets/collator-selection/Cargo.toml +++ b/cumulus/pallets/collator-selection/Cargo.toml @@ -1,13 +1,13 @@ [package] authors.workspace = true -description = "Simple pallet to select collators for a parachain." +description = "Simple pallet to select collators for a parachain. (polkadot v1.13.0)" edition.workspace = true homepage = "https://substrate.io" license = "Apache-2.0" name = "pallet-collator-selection" readme = "README.md" repository.workspace = true -version = "9.0.0" +version = "16.0.0" [lints] workspace = true @@ -21,16 +21,16 @@ codec = { default-features = false, features = ["derive"], package = "parity-sca rand = { version = "0.8.5", features = ["std_rng"], default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-staking = { path = "../../../substrate/primitives/staking", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } -pallet-session = { path = "../../../substrate/frame/session", default-features = false } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, version = "33.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "35.0.0" } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } [dev-dependencies] sp-core = { path = "../../../substrate/primitives/core" } @@ -48,7 +48,6 @@ runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-balances/runtime-benchmarks", - "pallet-timestamp/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] @@ -71,10 +70,8 @@ std = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-aura/try-runtime", "pallet-authorship/try-runtime", "pallet-balances/try-runtime", "pallet-session/try-runtime", - "pallet-timestamp/try-runtime", "sp-runtime/try-runtime", ] diff --git a/cumulus/pallets/dmp-queue/Cargo.toml b/cumulus/pallets/dmp-queue/Cargo.toml index 687cda164fb0..d754c30c539c 100644 --- a/cumulus/pallets/dmp-queue/Cargo.toml +++ b/cumulus/pallets/dmp-queue/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "cumulus-pallet-dmp-queue" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true repository.workspace = true -description = "Migrates messages from the old DMP queue pallet." +description = "Migrates messages from the old DMP queue pallet. (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -18,18 +18,18 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } # Cumulus -cumulus-primitives-core = { path = "../../primitives/core", default-features = false } +cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.14.0" } [dev-dependencies] sp-core = { path = "../../../substrate/primitives/core" } diff --git a/cumulus/pallets/parachain-system/Cargo.toml b/cumulus/pallets/parachain-system/Cargo.toml index 1a6a19f2ab4a..a08d0803cb2b 100644 --- a/cumulus/pallets/parachain-system/Cargo.toml +++ b/cumulus/pallets/parachain-system/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cumulus-pallet-parachain-system" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true -description = "Base pallet for cumulus-based parachains" +description = "Base pallet for cumulus-based parachains (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -19,32 +19,32 @@ trie-db = { version = "0.29.0", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-externalities = { path = "../../../substrate/primitives/externalities", default-features = false } -sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-state-machine = { path = "../../../substrate/primitives/state-machine", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-trie = { path = "../../../substrate/primitives/trie", default-features = false } -sp-version = { path = "../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-externalities = { path = "../../../substrate/primitives/externalities", default-features = false, version = "0.29.0" } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-state-machine = { path = "../../../substrate/primitives/state-machine", default-features = false, version = "0.42.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "36.0.0" } +sp-version = { path = "../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-features = false, features = ["wasm-api"] } -polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false } -polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, optional = true } -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false } +polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-features = false, features = ["wasm-api"], version = "13.0.0" } +polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "14.0.0" } +polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, optional = true, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } # Cumulus -cumulus-pallet-parachain-system-proc-macro = { path = "proc-macro", default-features = false } -cumulus-primitives-core = { path = "../../primitives/core", default-features = false } -cumulus-primitives-parachain-inherent = { path = "../../primitives/parachain-inherent", default-features = false } -cumulus-primitives-proof-size-hostfunction = { path = "../../primitives/proof-size-hostfunction", default-features = false } +cumulus-pallet-parachain-system-proc-macro = { path = "proc-macro", default-features = false, version = "0.6.0" } +cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-parachain-inherent = { path = "../../primitives/parachain-inherent", default-features = false, version = "0.14.0" } +cumulus-primitives-proof-size-hostfunction = { path = "../../primitives/proof-size-hostfunction", default-features = false, version = "0.9.0" } [dev-dependencies] assert_matches = "1.5" @@ -53,16 +53,12 @@ lazy_static = "1.4" trie-standardmap = "0.16.0" rand = "0.8.5" futures = "0.3.28" - -# Substrate sc-client-api = { path = "../../../substrate/client/api" } sp-keyring = { path = "../../../substrate/primitives/keyring" } sp-crypto-hashing = { path = "../../../substrate/primitives/crypto/hashing" } sp-tracing = { path = "../../../substrate/primitives/tracing" } sp-version = { path = "../../../substrate/primitives/version" } sp-consensus-slots = { path = "../../../substrate/primitives/consensus/slots" } - -# Cumulus cumulus-test-client = { path = "../../test/client" } cumulus-test-relay-sproof-builder = { path = "../../test/relay-sproof-builder" } cumulus-test-runtime = { path = "../../test/runtime" } @@ -93,7 +89,6 @@ std = [ "sp-runtime/std", "sp-state-machine/std", "sp-std/std", - "sp-tracing/std", "sp-trie/std", "trie-db/std", "xcm-builder/std", @@ -102,7 +97,6 @@ std = [ runtime-benchmarks = [ "cumulus-primitives-core/runtime-benchmarks", - "cumulus-test-client/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", diff --git a/cumulus/pallets/parachain-system/proc-macro/Cargo.toml b/cumulus/pallets/parachain-system/proc-macro/Cargo.toml index 0a90c30e0331..0ab3ef3d06cc 100644 --- a/cumulus/pallets/parachain-system/proc-macro/Cargo.toml +++ b/cumulus/pallets/parachain-system/proc-macro/Cargo.toml @@ -3,7 +3,7 @@ name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" authors.workspace = true edition.workspace = true -description = "Proc macros provided by the parachain-system pallet" +description = "Proc macros provided by the parachain-system pallet (polkadot v1.13.0)" license = "Apache-2.0" [lints] diff --git a/cumulus/pallets/session-benchmarking/Cargo.toml b/cumulus/pallets/session-benchmarking/Cargo.toml index 62c923de59f2..b595e7268331 100644 --- a/cumulus/pallets/session-benchmarking/Cargo.toml +++ b/cumulus/pallets/session-benchmarking/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "cumulus-pallet-session-benchmarking" -version = "9.0.0" +version = "16.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME sessions pallet benchmarking" +description = "FRAME sessions pallet benchmarking (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,12 +17,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -pallet-session = { path = "../../../substrate/frame/session", default-features = false } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "35.0.0" } [features] default = ["std"] diff --git a/cumulus/pallets/solo-to-para/Cargo.toml b/cumulus/pallets/solo-to-para/Cargo.toml index 17b0fb2a0166..603697959a8b 100644 --- a/cumulus/pallets/solo-to-para/Cargo.toml +++ b/cumulus/pallets/solo-to-para/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cumulus-pallet-solo-to-para" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true -description = "Adds functionality to migrate from a Solo to a Parachain" +description = "Adds functionality to migrate from a Solo to a Parachain (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -14,17 +14,17 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } # Polkadot -polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false } +polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false, version = "14.0.0" } # Cumulus -cumulus-pallet-parachain-system = { path = "../parachain-system", default-features = false } +cumulus-pallet-parachain-system = { path = "../parachain-system", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/cumulus/pallets/xcm/Cargo.toml b/cumulus/pallets/xcm/Cargo.toml index 178d981702f2..460d12208c7d 100644 --- a/cumulus/pallets/xcm/Cargo.toml +++ b/cumulus/pallets/xcm/Cargo.toml @@ -2,9 +2,9 @@ authors.workspace = true edition.workspace = true name = "cumulus-pallet-xcm" -version = "0.7.0" +version = "0.14.0" license = "Apache-2.0" -description = "Pallet for stuff specific to parachains' usage of XCM" +description = "Pallet for stuff specific to parachains' usage of XCM (polkadot v1.13.0)" [lints] workspace = true @@ -13,15 +13,15 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } -cumulus-primitives-core = { path = "../../primitives/core", default-features = false } +cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/cumulus/pallets/xcmp-queue/Cargo.toml b/cumulus/pallets/xcmp-queue/Cargo.toml index 87602978521f..eb1e7a9634b3 100644 --- a/cumulus/pallets/xcmp-queue/Cargo.toml +++ b/cumulus/pallets/xcmp-queue/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cumulus-pallet-xcmp-queue" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true -description = "Pallet to queue outbound and inbound XCMP messages." +description = "Pallet to queue outbound and inbound XCMP messages. (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -15,39 +15,35 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } # Polkadot -polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false } -polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false } -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false } +polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } # Cumulus -cumulus-primitives-core = { path = "../../primitives/core", default-features = false } +cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.14.0" } # Optional import for benchmarking -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } bounded-collections = { version = "0.2.0", default-features = false } # Bridges -bp-xcm-bridge-hub-router = { path = "../../../bridges/primitives/xcm-bridge-hub-router", default-features = false, optional = true } +bp-xcm-bridge-hub-router = { path = "../../../bridges/primitives/xcm-bridge-hub-router", default-features = false, optional = true, version = "0.13.0" } [dev-dependencies] - -# Substrate sp-core = { path = "../../../substrate/primitives/core" } pallet-balances = { path = "../../../substrate/frame/balances" } frame-support = { path = "../../../substrate/frame/support", features = ["experimental"] } - -# Cumulus cumulus-pallet-parachain-system = { path = "../parachain-system" } [features] @@ -75,12 +71,10 @@ std = [ ] runtime-benchmarks = [ - "cumulus-pallet-parachain-system/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", "polkadot-runtime-common/runtime-benchmarks", "polkadot-runtime-parachains/runtime-benchmarks", @@ -89,10 +83,8 @@ runtime-benchmarks = [ "xcm-executor/runtime-benchmarks", ] try-runtime = [ - "cumulus-pallet-parachain-system/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "pallet-message-queue/try-runtime", "polkadot-runtime-common/try-runtime", "polkadot-runtime-parachains/try-runtime", diff --git a/cumulus/parachains/common/Cargo.toml b/cumulus/parachains/common/Cargo.toml index 2b943b6dca55..a2f847500010 100644 --- a/cumulus/parachains/common/Cargo.toml +++ b/cumulus/parachains/common/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "parachains-common" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true -description = "Logic which is common to all parachain runtimes" +description = "Logic which is common to all parachain runtimes (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -18,37 +18,37 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -pallet-asset-tx-payment = { path = "../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false } -pallet-assets = { path = "../../../substrate/frame/assets", default-features = false } -pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } -pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } -sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-asset-tx-payment = { path = "../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false, version = "35.0.0" } +pallet-assets = { path = "../../../substrate/frame/assets", default-features = false, version = "36.0.0" } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } # Polkadot -pallet-xcm = { path = "../../../polkadot/xcm/pallet-xcm", default-features = false } -polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false } -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false } +pallet-xcm = { path = "../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } # Cumulus -pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false } -cumulus-primitives-core = { path = "../../primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../pallets/parachain-info", default-features = false } +pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "16.0.0" } +cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false, version = "0.14.0" } +parachain-info = { package = "staging-parachain-info", path = "../pallets/parachain-info", default-features = false, version = "0.14.0" } [dev-dependencies] pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } sp-io = { path = "../../../substrate/primitives/io", default-features = false } [build-dependencies] -substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder" } +substrate-wasm-builder = { version = "23.0.0", path = "../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo/Cargo.toml index 8100e6813488..d22c31fe3b19 100644 --- a/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "asset-hub-rococo-emulated-chain" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Asset Hub Rococo emulated chain" +description = "Asset Hub Rococo emulated chain (polkadot v1.13.0)" publish = false [lints] @@ -13,16 +13,14 @@ workspace = true [dependencies] # Substrate -sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false } -frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false } - -# Cumulus -parachains-common = { path = "../../../../../../common" } -cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false } -emulated-integration-tests-common = { path = "../../../../common", default-features = false } -asset-hub-rococo-runtime = { path = "../../../../../../runtimes/assets/asset-hub-rococo" } -rococo-emulated-chain = { path = "../../../relays/rococo" } -testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["rococo"] } +sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +parachains-common = { version = "14.0.0", path = "../../../../../../common" } +cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false, version = "0.14.0" } +emulated-integration-tests-common = { path = "../../../../common", default-features = false, version = "10.0.0" } +asset-hub-rococo-runtime = { version = "0.18.0", path = "../../../../../../runtimes/assets/asset-hub-rococo" } +rococo-emulated-chain = { version = "0.1.0", path = "../../../relays/rococo" } +testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["rococo"], version = "7.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../../../../polkadot/xcm", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend/Cargo.toml index e0abaa66c5ca..d7684edd4464 100644 --- a/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "asset-hub-westend-emulated-chain" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Asset Hub Westend emulated chain" +description = "Asset Hub Westend emulated chain (polkadot v1.13.0)" publish = false [lints] @@ -13,16 +13,14 @@ workspace = true [dependencies] # Substrate -sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false } -frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false } - -# Cumulus -parachains-common = { path = "../../../../../../common" } -cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false } -emulated-integration-tests-common = { path = "../../../../common", default-features = false } -asset-hub-westend-runtime = { path = "../../../../../../runtimes/assets/asset-hub-westend" } -westend-emulated-chain = { path = "../../../relays/westend" } -testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["westend"] } +sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +parachains-common = { version = "14.0.0", path = "../../../../../../common" } +cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false, version = "0.14.0" } +emulated-integration-tests-common = { path = "../../../../common", default-features = false, version = "10.0.0" } +asset-hub-westend-runtime = { version = "0.22.0", path = "../../../../../../runtimes/assets/asset-hub-westend" } +westend-emulated-chain = { version = "0.1.0", path = "../../../relays/westend" } +testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["westend"], version = "7.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../../../../polkadot/xcm", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-rococo/Cargo.toml index 789f10a35f26..1a7ab9ef1b59 100644 --- a/cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-rococo/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "bridge-hub-rococo-emulated-chain" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Bridge Hub Rococo emulated chain" +description = "Bridge Hub Rococo emulated chain (polkadot v1.13.0)" publish = false [lints] @@ -13,12 +13,10 @@ workspace = true [dependencies] # Substrate -sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false } -frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false } - -# Cumulus -parachains-common = { path = "../../../../../../common" } -emulated-integration-tests-common = { path = "../../../../common", default-features = false } -bridge-hub-rococo-runtime = { path = "../../../../../../runtimes/bridge-hubs/bridge-hub-rococo" } -bridge-hub-common = { path = "../../../../../../runtimes/bridge-hubs/common", default-features = false } -testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["rococo"] } +sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +parachains-common = { version = "14.0.0", path = "../../../../../../common" } +emulated-integration-tests-common = { path = "../../../../common", default-features = false, version = "10.0.0" } +bridge-hub-rococo-runtime = { version = "0.12.0", path = "../../../../../../runtimes/bridge-hubs/bridge-hub-rococo" } +bridge-hub-common = { path = "../../../../../../runtimes/bridge-hubs/common", default-features = false, version = "0.7.0" } +testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["rococo"], version = "7.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-westend/Cargo.toml index d82971cf55ae..d22f46c9df9a 100644 --- a/cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-westend/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "bridge-hub-westend-emulated-chain" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Bridge Hub Westend emulated chain" +description = "Bridge Hub Westend emulated chain (polkadot v1.13.0)" publish = false [lints] @@ -13,12 +13,10 @@ workspace = true [dependencies] # Substrate -sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false } -frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false } - -# Cumulus -parachains-common = { path = "../../../../../../common" } -emulated-integration-tests-common = { path = "../../../../common", default-features = false } -bridge-hub-westend-runtime = { path = "../../../../../../runtimes/bridge-hubs/bridge-hub-westend" } -bridge-hub-common = { path = "../../../../../../runtimes/bridge-hubs/common", default-features = false } -testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["westend"] } +sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +parachains-common = { version = "14.0.0", path = "../../../../../../common" } +emulated-integration-tests-common = { path = "../../../../common", default-features = false, version = "10.0.0" } +bridge-hub-westend-runtime = { version = "0.9.0", path = "../../../../../../runtimes/bridge-hubs/bridge-hub-westend" } +bridge-hub-common = { path = "../../../../../../runtimes/bridge-hubs/common", default-features = false, version = "0.7.0" } +testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["westend"], version = "7.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/chains/parachains/collectives/collectives-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/chains/parachains/collectives/collectives-westend/Cargo.toml index 4c2a7d3c274d..c3abe19d09a9 100644 --- a/cumulus/parachains/integration-tests/emulated/chains/parachains/collectives/collectives-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/chains/parachains/collectives/collectives-westend/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "collectives-westend-emulated-chain" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Collectives Westend emulated chain" +description = "Collectives Westend emulated chain (polkadot v1.13.0)" publish = false [lints] @@ -13,12 +13,10 @@ workspace = true [dependencies] # Substrate -sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false } -frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false } - -# Cumulus -parachains-common = { path = "../../../../../../common" } -cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false } -emulated-integration-tests-common = { path = "../../../../common", default-features = false } -collectives-westend-runtime = { path = "../../../../../../runtimes/collectives/collectives-westend" } -testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["westend"] } +sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +parachains-common = { version = "14.0.0", path = "../../../../../../common" } +cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false, version = "0.14.0" } +emulated-integration-tests-common = { path = "../../../../common", default-features = false, version = "10.0.0" } +collectives-westend-runtime = { version = "10.0.0", path = "../../../../../../runtimes/collectives/collectives-westend" } +testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["westend"], version = "7.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-rococo/Cargo.toml index f7fe93d27775..9a622a445841 100644 --- a/cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-rococo/Cargo.toml @@ -4,18 +4,16 @@ version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "People Rococo emulated chain" +description = "People Rococo emulated chain (polkadot v1.13.0)" publish = false [dependencies] # Substrate -sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false } -frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false } - -# Cumulus -parachains-common = { path = "../../../../../../common" } -cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false } -emulated-integration-tests-common = { path = "../../../../common", default-features = false } -people-rococo-runtime = { path = "../../../../../../runtimes/people/people-rococo" } -testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["rococo"] } +sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +parachains-common = { version = "14.0.0", path = "../../../../../../common" } +cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false, version = "0.14.0" } +emulated-integration-tests-common = { path = "../../../../common", default-features = false, version = "10.0.0" } +people-rococo-runtime = { version = "0.8.0", path = "../../../../../../runtimes/people/people-rococo" } +testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["rococo"], version = "7.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-westend/Cargo.toml index 57a767e0c2a3..6ec533326b9e 100644 --- a/cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/chains/parachains/people/people-westend/Cargo.toml @@ -4,18 +4,16 @@ version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "People Westend emulated chain" +description = "People Westend emulated chain (polkadot v1.13.0)" publish = false [dependencies] # Substrate -sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false } -frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false } - -# Cumulus -parachains-common = { path = "../../../../../../common" } -cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false } -emulated-integration-tests-common = { path = "../../../../common", default-features = false } -people-westend-runtime = { path = "../../../../../../runtimes/people/people-westend" } -testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["westend"] } +sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +parachains-common = { version = "14.0.0", path = "../../../../../../common" } +cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false, version = "0.14.0" } +emulated-integration-tests-common = { path = "../../../../common", default-features = false, version = "10.0.0" } +people-westend-runtime = { version = "0.8.0", path = "../../../../../../runtimes/people/people-westend" } +testnet-parachains-constants = { path = "../../../../../../runtimes/constants", features = ["westend"], version = "7.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/chains/parachains/testing/penpal/Cargo.toml b/cumulus/parachains/integration-tests/emulated/chains/parachains/testing/penpal/Cargo.toml index 2ac508273c61..f2dabb76a821 100644 --- a/cumulus/parachains/integration-tests/emulated/chains/parachains/testing/penpal/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/chains/parachains/testing/penpal/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "penpal-emulated-chain" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Penpal emulated chain" +description = "Penpal emulated chain (polkadot v1.13.0)" publish = false [lints] @@ -13,14 +13,12 @@ workspace = true [dependencies] # Substrate -sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false } -frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false } +sp-core = { path = "../../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +frame-support = { path = "../../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../../../../polkadot/xcm", default-features = false } - -# Cumulus -parachains-common = { path = "../../../../../../common" } -cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false } -emulated-integration-tests-common = { path = "../../../../common", default-features = false } -penpal-runtime = { path = "../../../../../../runtimes/testing/penpal" } +xcm = { package = "staging-xcm", path = "../../../../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +parachains-common = { version = "14.0.0", path = "../../../../../../common" } +cumulus-primitives-core = { path = "../../../../../../../primitives/core", default-features = false, version = "0.14.0" } +emulated-integration-tests-common = { path = "../../../../common", default-features = false, version = "10.0.0" } +penpal-runtime = { version = "0.21.0", path = "../../../../../../runtimes/testing/penpal" } diff --git a/cumulus/parachains/integration-tests/emulated/chains/relays/rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/chains/relays/rococo/Cargo.toml index 113036b4c00e..f370afee1d41 100644 --- a/cumulus/parachains/integration-tests/emulated/chains/relays/rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/chains/relays/rococo/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "rococo-emulated-chain" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Rococo emulated chain" +description = "Rococo emulated chain (polkadot v1.13.0)" publish = false [lints] @@ -13,17 +13,15 @@ workspace = true [dependencies] # Substrate -sp-core = { path = "../../../../../../../substrate/primitives/core", default-features = false } -sp-authority-discovery = { path = "../../../../../../../substrate/primitives/authority-discovery", default-features = false } -sp-consensus-babe = { path = "../../../../../../../substrate/primitives/consensus/babe", default-features = false } -sp-consensus-beefy = { path = "../../../../../../../substrate/primitives/consensus/beefy" } -sc-consensus-grandpa = { path = "../../../../../../../substrate/client/consensus/grandpa", default-features = false } +sp-core = { path = "../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-authority-discovery = { path = "../../../../../../../substrate/primitives/authority-discovery", default-features = false, version = "33.0.0" } +sp-consensus-babe = { path = "../../../../../../../substrate/primitives/consensus/babe", default-features = false, version = "0.39.0" } +sp-consensus-beefy = { version = "20.0.0", path = "../../../../../../../substrate/primitives/consensus/beefy" } +sc-consensus-grandpa = { path = "../../../../../../../substrate/client/consensus/grandpa", default-features = false, version = "0.26.0" } # Polkadot -polkadot-primitives = { path = "../../../../../../../polkadot/primitives", default-features = false } -rococo-runtime-constants = { path = "../../../../../../../polkadot/runtime/rococo/constants", default-features = false } -rococo-runtime = { path = "../../../../../../../polkadot/runtime/rococo" } - -# Cumulus -parachains-common = { path = "../../../../../common" } -emulated-integration-tests-common = { path = "../../../common", default-features = false } +polkadot-primitives = { path = "../../../../../../../polkadot/primitives", default-features = false, version = "14.0.0" } +rococo-runtime-constants = { path = "../../../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "14.0.0" } +rococo-runtime = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/rococo" } +parachains-common = { version = "14.0.0", path = "../../../../../common" } +emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "10.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/chains/relays/westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/chains/relays/westend/Cargo.toml index b952477c47a7..8212cdb10359 100644 --- a/cumulus/parachains/integration-tests/emulated/chains/relays/westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/chains/relays/westend/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "westend-emulated-chain" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Westend emulated chain" +description = "Westend emulated chain (polkadot v1.13.0)" publish = false [lints] @@ -13,21 +13,19 @@ workspace = true [dependencies] # Substrate -sp-core = { path = "../../../../../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false } -sp-authority-discovery = { path = "../../../../../../../substrate/primitives/authority-discovery", default-features = false } -sp-consensus-babe = { path = "../../../../../../../substrate/primitives/consensus/babe", default-features = false } -sp-consensus-beefy = { path = "../../../../../../../substrate/primitives/consensus/beefy" } -sc-consensus-grandpa = { path = "../../../../../../../substrate/client/consensus/grandpa", default-features = false } -pallet-staking = { path = "../../../../../../../substrate/frame/staking", default-features = false } +sp-core = { path = "../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-authority-discovery = { path = "../../../../../../../substrate/primitives/authority-discovery", default-features = false, version = "33.0.0" } +sp-consensus-babe = { path = "../../../../../../../substrate/primitives/consensus/babe", default-features = false, version = "0.39.0" } +sp-consensus-beefy = { version = "20.0.0", path = "../../../../../../../substrate/primitives/consensus/beefy" } +sc-consensus-grandpa = { path = "../../../../../../../substrate/client/consensus/grandpa", default-features = false, version = "0.26.0" } +pallet-staking = { path = "../../../../../../../substrate/frame/staking", default-features = false, version = "35.0.0" } # Polkadot -polkadot-primitives = { path = "../../../../../../../polkadot/primitives", default-features = false } -westend-runtime-constants = { path = "../../../../../../../polkadot/runtime/westend/constants", default-features = false } -westend-runtime = { path = "../../../../../../../polkadot/runtime/westend" } -xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } - -# Cumulus -parachains-common = { path = "../../../../../common" } -emulated-integration-tests-common = { path = "../../../common", default-features = false } +polkadot-primitives = { path = "../../../../../../../polkadot/primitives", default-features = false, version = "14.0.0" } +westend-runtime-constants = { path = "../../../../../../../polkadot/runtime/westend/constants", default-features = false, version = "14.0.0" } +westend-runtime = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/westend" } +xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } +parachains-common = { version = "14.0.0", path = "../../../../../common" } +emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "10.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml index d9ec81323230..02a6ff571ef0 100644 --- a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "emulated-integration-tests-common" -version = "3.0.0" +version = "10.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Common resources for integration testing with xcm-emulator" +description = "Common resources for integration testing with xcm-emulator (polkadot v1.13.0)" [lints] workspace = true @@ -12,35 +12,27 @@ workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } paste = "1.0.14" - -# Substrate -sp-consensus-beefy = { path = "../../../../../substrate/primitives/consensus/beefy" } -sc-consensus-grandpa = { path = "../../../../../substrate/client/consensus/grandpa" } -sp-authority-discovery = { path = "../../../../../substrate/primitives/authority-discovery" } -sp-runtime = { path = "../../../../../substrate/primitives/runtime" } -frame-support = { path = "../../../../../substrate/frame/support" } -sp-core = { path = "../../../../../substrate/primitives/core" } -sp-consensus-babe = { path = "../../../../../substrate/primitives/consensus/babe" } -pallet-assets = { path = "../../../../../substrate/frame/assets" } -pallet-balances = { path = "../../../../../substrate/frame/balances" } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue" } - -# Polkadot -polkadot-primitives = { path = "../../../../../polkadot/primitives" } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain" } -polkadot-runtime-parachains = { path = "../../../../../polkadot/runtime/parachains" } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm" } -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm" } - -# Cumulus -parachains-common = { path = "../../../common" } -cumulus-primitives-core = { path = "../../../../primitives/core" } -xcm-emulator = { path = "../../../../xcm/xcm-emulator" } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue" } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system" } -asset-test-utils = { path = "../../../runtimes/assets/test-utils" } - -# Bridges -bp-messages = { path = "../../../../../bridges/primitives/messages" } -pallet-bridge-messages = { path = "../../../../../bridges/modules/messages" } -bridge-runtime-common = { path = "../../../../../bridges/bin/runtime-common" } +sp-consensus-beefy = { version = "20.0.0", path = "../../../../../substrate/primitives/consensus/beefy" } +sc-consensus-grandpa = { version = "0.26.0", path = "../../../../../substrate/client/consensus/grandpa" } +sp-authority-discovery = { version = "33.0.0", path = "../../../../../substrate/primitives/authority-discovery" } +sp-runtime = { version = "38.0.0", path = "../../../../../substrate/primitives/runtime" } +frame-support = { version = "35.0.0", path = "../../../../../substrate/frame/support" } +sp-core = { version = "34.0.0", path = "../../../../../substrate/primitives/core" } +sp-consensus-babe = { version = "0.39.0", path = "../../../../../substrate/primitives/consensus/babe" } +pallet-assets = { version = "36.0.0", path = "../../../../../substrate/frame/assets" } +pallet-balances = { version = "36.0.0", path = "../../../../../substrate/frame/balances" } +pallet-message-queue = { version = "38.0.0", path = "../../../../../substrate/frame/message-queue" } +polkadot-primitives = { version = "14.0.0", path = "../../../../../polkadot/primitives" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../../../polkadot/parachain" } +polkadot-runtime-parachains = { version = "14.0.0", path = "../../../../../polkadot/runtime/parachains" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", version = "14.0.0" } +pallet-xcm = { version = "14.0.0", path = "../../../../../polkadot/xcm/pallet-xcm" } +parachains-common = { version = "14.0.0", path = "../../../common" } +cumulus-primitives-core = { version = "0.14.0", path = "../../../../primitives/core" } +xcm-emulator = { version = "0.12.0", path = "../../../../xcm/xcm-emulator" } +cumulus-pallet-xcmp-queue = { version = "0.14.0", path = "../../../../pallets/xcmp-queue" } +cumulus-pallet-parachain-system = { version = "0.14.0", path = "../../../../pallets/parachain-system" } +asset-test-utils = { version = "14.0.0", path = "../../../runtimes/assets/test-utils" } +bp-messages = { version = "0.14.0", path = "../../../../../bridges/primitives/messages" } +pallet-bridge-messages = { version = "0.14.0", path = "../../../../../bridges/modules/messages" } +bridge-runtime-common = { version = "0.14.0", path = "../../../../../bridges/bin/runtime-common" } diff --git a/cumulus/parachains/integration-tests/emulated/networks/rococo-system/Cargo.toml b/cumulus/parachains/integration-tests/emulated/networks/rococo-system/Cargo.toml index eb0a8a850d06..39f43fe8bb1a 100644 --- a/cumulus/parachains/integration-tests/emulated/networks/rococo-system/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/networks/rococo-system/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "rococo-system-emulated-network" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Rococo System emulated network" +description = "Rococo System emulated network (polkadot v1.13.0)" publish = false [lints] @@ -12,9 +12,9 @@ workspace = true [dependencies] # Cumulus -emulated-integration-tests-common = { path = "../../common", default-features = false } -rococo-emulated-chain = { path = "../../chains/relays/rococo" } -asset-hub-rococo-emulated-chain = { path = "../../chains/parachains/assets/asset-hub-rococo" } -bridge-hub-rococo-emulated-chain = { path = "../../chains/parachains/bridges/bridge-hub-rococo" } -people-rococo-emulated-chain = { path = "../../chains/parachains/people/people-rococo" } -penpal-emulated-chain = { path = "../../chains/parachains/testing/penpal" } +emulated-integration-tests-common = { path = "../../common", default-features = false, version = "10.0.0" } +rococo-emulated-chain = { version = "0.1.0", path = "../../chains/relays/rococo" } +asset-hub-rococo-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/assets/asset-hub-rococo" } +bridge-hub-rococo-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/bridges/bridge-hub-rococo" } +people-rococo-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/people/people-rococo" } +penpal-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/testing/penpal" } diff --git a/cumulus/parachains/integration-tests/emulated/networks/rococo-westend-system/Cargo.toml b/cumulus/parachains/integration-tests/emulated/networks/rococo-westend-system/Cargo.toml index 744cbe4f8c1e..1ec05ae9df76 100644 --- a/cumulus/parachains/integration-tests/emulated/networks/rococo-westend-system/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/networks/rococo-westend-system/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "rococo-westend-system-emulated-network" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Rococo<>Westend emulated bridged network" +description = "Rococo<>Westend emulated bridged network (polkadot v1.13.0)" publish = false [lints] @@ -12,11 +12,11 @@ workspace = true [dependencies] # Cumulus -emulated-integration-tests-common = { path = "../../common", default-features = false } -rococo-emulated-chain = { path = "../../chains/relays/rococo" } -westend-emulated-chain = { path = "../../chains/relays/westend" } -asset-hub-rococo-emulated-chain = { path = "../../chains/parachains/assets/asset-hub-rococo" } -asset-hub-westend-emulated-chain = { path = "../../chains/parachains/assets/asset-hub-westend" } -bridge-hub-rococo-emulated-chain = { path = "../../chains/parachains/bridges/bridge-hub-rococo" } -bridge-hub-westend-emulated-chain = { path = "../../chains/parachains/bridges/bridge-hub-westend" } -penpal-emulated-chain = { path = "../../chains/parachains/testing/penpal" } +emulated-integration-tests-common = { path = "../../common", default-features = false, version = "10.0.0" } +rococo-emulated-chain = { version = "0.1.0", path = "../../chains/relays/rococo" } +westend-emulated-chain = { version = "0.1.0", path = "../../chains/relays/westend" } +asset-hub-rococo-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/assets/asset-hub-rococo" } +asset-hub-westend-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/assets/asset-hub-westend" } +bridge-hub-rococo-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/bridges/bridge-hub-rococo" } +bridge-hub-westend-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/bridges/bridge-hub-westend" } +penpal-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/testing/penpal" } diff --git a/cumulus/parachains/integration-tests/emulated/networks/westend-system/Cargo.toml b/cumulus/parachains/integration-tests/emulated/networks/westend-system/Cargo.toml index 64bc91f442d1..1d1c24f7f4a7 100644 --- a/cumulus/parachains/integration-tests/emulated/networks/westend-system/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/networks/westend-system/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "westend-system-emulated-network" -version = "0.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Westend System emulated network" +description = "Westend System emulated network (polkadot v1.13.0)" publish = false [lints] @@ -12,10 +12,10 @@ workspace = true [dependencies] # Cumulus -emulated-integration-tests-common = { path = "../../common", default-features = false } -westend-emulated-chain = { path = "../../chains/relays/westend", default-features = false } -asset-hub-westend-emulated-chain = { path = "../../chains/parachains/assets/asset-hub-westend" } -bridge-hub-westend-emulated-chain = { path = "../../chains/parachains/bridges/bridge-hub-westend" } -collectives-westend-emulated-chain = { path = "../../chains/parachains/collectives/collectives-westend" } -penpal-emulated-chain = { path = "../../chains/parachains/testing/penpal" } -people-westend-emulated-chain = { path = "../../chains/parachains/people/people-westend" } +emulated-integration-tests-common = { path = "../../common", default-features = false, version = "10.0.0" } +westend-emulated-chain = { path = "../../chains/relays/westend", default-features = false, version = "0.1.0" } +asset-hub-westend-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/assets/asset-hub-westend" } +bridge-hub-westend-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/bridges/bridge-hub-westend" } +collectives-westend-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/collectives/collectives-westend" } +penpal-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/testing/penpal" } +people-westend-emulated-chain = { version = "0.1.0", path = "../../chains/parachains/people/people-westend" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml index 9abecbecc48a..417005b1320c 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "asset-hub-rococo-integration-tests" -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Asset Hub Rococo runtime integration tests with xcm-emulator" +description = "Asset Hub Rococo runtime integration tests with xcm-emulator (polkadot v1.13.0)" publish = false [lints] @@ -15,28 +15,26 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = assert_matches = "1.5.0" # Substrate -sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false } -frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false } -pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false } -pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false } -pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false } -pallet-treasury = { path = "../../../../../../../substrate/frame/treasury", default-features = false } -pallet-utility = { path = "../../../../../../../substrate/frame/utility", default-features = false } +sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "36.0.0" } +pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "17.0.0" } +pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-treasury = { path = "../../../../../../../substrate/frame/treasury", default-features = false, version = "34.0.0" } +pallet-utility = { path = "../../../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false } -pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false } -rococo-runtime = { path = "../../../../../../../polkadot/runtime/rococo" } -polkadot-runtime-common = { path = "../../../../../../../polkadot/runtime/common" } -rococo-runtime-constants = { path = "../../../../../../../polkadot/runtime/rococo/constants" } - -# Cumulus -asset-test-utils = { path = "../../../../../runtimes/assets/test-utils" } -cumulus-pallet-parachain-system = { path = "../../../../../../pallets/parachain-system", default-features = false } -parachains-common = { path = "../../../../../common" } -asset-hub-rococo-runtime = { path = "../../../../../runtimes/assets/asset-hub-rococo" } -penpal-runtime = { path = "../../../../../runtimes/testing/penpal" } -emulated-integration-tests-common = { path = "../../../common", default-features = false } -rococo-system-emulated-network = { path = "../../../networks/rococo-system" } +xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +rococo-runtime = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/rococo" } +polkadot-runtime-common = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/common" } +rococo-runtime-constants = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/rococo/constants" } +asset-test-utils = { version = "14.0.0", path = "../../../../../runtimes/assets/test-utils" } +cumulus-pallet-parachain-system = { path = "../../../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +parachains-common = { version = "14.0.0", path = "../../../../../common" } +asset-hub-rococo-runtime = { version = "0.18.0", path = "../../../../../runtimes/assets/asset-hub-rococo" } +penpal-runtime = { version = "0.21.0", path = "../../../../../runtimes/testing/penpal" } +emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "10.0.0" } +rococo-system-emulated-network = { version = "0.1.0", path = "../../../networks/rococo-system" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml index e0f29cd801c3..1aff71ad5925 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "asset-hub-westend-integration-tests" -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Asset Hub Westend runtime integration tests with xcm-emulator" +description = "Asset Hub Westend runtime integration tests with xcm-emulator (polkadot v1.13.0)" publish = false [lints] @@ -15,34 +15,30 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = assert_matches = "1.5.0" # Substrate -sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false } -sp-keyring = { path = "../../../../../../../substrate/primitives/keyring", default-features = false } -sp-core = { path = "../../../../../../../substrate/primitives/core", default-features = false } -frame-metadata-hash-extension = { path = "../../../../../../../substrate/frame/metadata-hash-extension" } -frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../../../substrate/frame/system", default-features = false } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false } -pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false } -pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false } -pallet-treasury = { path = "../../../../../../../substrate/frame/treasury", default-features = false } -pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false } -pallet-transaction-payment = { path = "../../../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-asset-tx-payment = { path = "../../../../../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false } - -# Polkadot -polkadot-runtime-common = { path = "../../../../../../../polkadot/runtime/common" } -xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false } -pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } -westend-runtime = { path = "../../../../../../../polkadot/runtime/westend" } - -# Cumulus -parachains-common = { path = "../../../../../common" } -penpal-runtime = { path = "../../../../../runtimes/testing/penpal" } -asset-hub-westend-runtime = { path = "../../../../../runtimes/assets/asset-hub-westend" } -asset-test-utils = { path = "../../../../../runtimes/assets/test-utils" } -cumulus-pallet-xcmp-queue = { path = "../../../../../../pallets/xcmp-queue", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../../../pallets/parachain-system", default-features = false } -emulated-integration-tests-common = { path = "../../../common", default-features = false } -westend-system-emulated-network = { path = "../../../networks/westend-system" } +sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-keyring = { path = "../../../../../../../substrate/primitives/keyring", default-features = false, version = "38.0.0" } +sp-core = { path = "../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +frame-metadata-hash-extension = { version = "0.3.0", path = "../../../../../../../substrate/frame/metadata-hash-extension" } +frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "36.0.0" } +pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "17.0.0" } +pallet-treasury = { path = "../../../../../../../substrate/frame/treasury", default-features = false, version = "34.0.0" } +pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-transaction-payment = { path = "../../../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-asset-tx-payment = { path = "../../../../../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false, version = "35.0.0" } +polkadot-runtime-common = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/common" } +xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } +westend-runtime = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/westend" } +parachains-common = { version = "14.0.0", path = "../../../../../common" } +penpal-runtime = { version = "0.21.0", path = "../../../../../runtimes/testing/penpal" } +asset-hub-westend-runtime = { version = "0.22.0", path = "../../../../../runtimes/assets/asset-hub-westend" } +asset-test-utils = { version = "14.0.0", path = "../../../../../runtimes/assets/test-utils" } +cumulus-pallet-xcmp-queue = { path = "../../../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "10.0.0" } +westend-system-emulated-network = { version = "0.1.0", path = "../../../networks/westend-system" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml index bed5af92f6e5..88f2dcd7bb20 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "bridge-hub-rococo-integration-tests" -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Bridge Hub Rococo runtime integration tests with xcm-emulator" +description = "Bridge Hub Rococo runtime integration tests with xcm-emulator (polkadot v1.13.0)" publish = false [lints] @@ -16,35 +16,33 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive hex-literal = "0.4.1" # Substrate -sp-core = { path = "../../../../../../../substrate/primitives/core", default-features = false } -frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false } -pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false } -pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false } -pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue" } -sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false } +sp-core = { path = "../../../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "36.0.0" } +pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "17.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-message-queue = { version = "38.0.0", path = "../../../../../../../substrate/frame/message-queue" } +sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false } -pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } # Bridges -pallet-bridge-messages = { path = "../../../../../../../bridges/modules/messages", default-features = false } - -# Cumulus -parachains-common = { path = "../../../../../common" } -testnet-parachains-constants = { path = "../../../../../runtimes/constants", features = ["rococo"] } -cumulus-pallet-xcmp-queue = { path = "../../../../../../pallets/xcmp-queue", default-features = false } -bridge-hub-rococo-runtime = { path = "../../../../../runtimes/bridge-hubs/bridge-hub-rococo", default-features = false } -emulated-integration-tests-common = { path = "../../../common", default-features = false } -rococo-westend-system-emulated-network = { path = "../../../networks/rococo-westend-system" } -rococo-system-emulated-network = { path = "../../../networks/rococo-system" } -asset-hub-rococo-runtime = { path = "../../../../../runtimes/assets/asset-hub-rococo", default-features = false } +pallet-bridge-messages = { path = "../../../../../../../bridges/modules/messages", default-features = false, version = "0.14.0" } +parachains-common = { version = "14.0.0", path = "../../../../../common" } +testnet-parachains-constants = { path = "../../../../../runtimes/constants", features = ["rococo"], version = "7.0.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +bridge-hub-rococo-runtime = { path = "../../../../../runtimes/bridge-hubs/bridge-hub-rococo", default-features = false, version = "0.12.0" } +emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "10.0.0" } +rococo-westend-system-emulated-network = { version = "0.1.0", path = "../../../networks/rococo-westend-system" } +rococo-system-emulated-network = { version = "0.1.0", path = "../../../networks/rococo-system" } +asset-hub-rococo-runtime = { path = "../../../../../runtimes/assets/asset-hub-rococo", default-features = false, version = "0.18.0" } # Snowbridge -snowbridge-core = { path = "../../../../../../../bridges/snowbridge/primitives/core", default-features = false } -snowbridge-router-primitives = { path = "../../../../../../../bridges/snowbridge/primitives/router", default-features = false } -snowbridge-pallet-system = { path = "../../../../../../../bridges/snowbridge/pallets/system", default-features = false } -snowbridge-pallet-outbound-queue = { path = "../../../../../../../bridges/snowbridge/pallets/outbound-queue", default-features = false } -snowbridge-pallet-inbound-queue-fixtures = { path = "../../../../../../../bridges/snowbridge/pallets/inbound-queue/fixtures" } +snowbridge-core = { path = "../../../../../../../bridges/snowbridge/primitives/core", default-features = false, version = "0.7.0" } +snowbridge-router-primitives = { path = "../../../../../../../bridges/snowbridge/primitives/router", default-features = false, version = "0.13.0" } +snowbridge-pallet-system = { path = "../../../../../../../bridges/snowbridge/pallets/system", default-features = false, version = "0.7.0" } +snowbridge-pallet-outbound-queue = { path = "../../../../../../../bridges/snowbridge/pallets/outbound-queue", default-features = false, version = "0.7.0" } +snowbridge-pallet-inbound-queue-fixtures = { version = "0.15.0", path = "../../../../../../../bridges/snowbridge/pallets/inbound-queue/fixtures" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml index 6aebf8862d62..b6dd7169d9c2 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "bridge-hub-westend-integration-tests" -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Bridge Hub Westend runtime integration tests with xcm-emulator" +description = "Bridge Hub Westend runtime integration tests with xcm-emulator (polkadot v1.13.0)" publish = false [lints] @@ -13,24 +13,22 @@ workspace = true [dependencies] # Substrate -frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false } -pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false } -pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false } -pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue" } -sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false } +frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "36.0.0" } +pallet-asset-conversion = { path = "../../../../../../../substrate/frame/asset-conversion", default-features = false, version = "17.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-message-queue = { version = "38.0.0", path = "../../../../../../../substrate/frame/message-queue" } +sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false } -pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } # Bridges -pallet-bridge-messages = { path = "../../../../../../../bridges/modules/messages", default-features = false } - -# Cumulus -parachains-common = { path = "../../../../../common" } -cumulus-pallet-xcmp-queue = { path = "../../../../../../pallets/xcmp-queue", default-features = false } -bridge-hub-westend-runtime = { path = "../../../../../runtimes/bridge-hubs/bridge-hub-westend", default-features = false } -emulated-integration-tests-common = { path = "../../../common", default-features = false } -rococo-westend-system-emulated-network = { path = "../../../networks/rococo-westend-system" } +pallet-bridge-messages = { path = "../../../../../../../bridges/modules/messages", default-features = false, version = "0.14.0" } +parachains-common = { version = "14.0.0", path = "../../../../../common" } +cumulus-pallet-xcmp-queue = { path = "../../../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +bridge-hub-westend-runtime = { path = "../../../../../runtimes/bridge-hubs/bridge-hub-westend", default-features = false, version = "0.9.0" } +emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "10.0.0" } +rococo-westend-system-emulated-network = { version = "0.1.0", path = "../../../networks/rococo-westend-system" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/collectives/collectives-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/collectives/collectives-westend/Cargo.toml index 297f68de6218..f65b83ae8740 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/collectives/collectives-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/collectives/collectives-westend/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "collectives-westend-integration-tests" -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Collectives Westend runtime integration tests with xcm-emulator" +description = "Collectives Westend runtime integration tests with xcm-emulator (polkadot v1.13.0)" publish = false [lints] @@ -15,29 +15,25 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = assert_matches = "1.5.0" # Substrate -sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false } -frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false } -pallet-asset-rate = { path = "../../../../../../../substrate/frame/asset-rate", default-features = false } -pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false } -pallet-treasury = { path = "../../../../../../../substrate/frame/treasury", default-features = false } -pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false } -pallet-utility = { path = "../../../../../../../substrate/frame/utility", default-features = false } - -# Polkadot -polkadot-runtime-common = { path = "../../../../../../../polkadot/runtime/common" } -xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false } -pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false } -westend-runtime = { path = "../../../../../../../polkadot/runtime/westend" } -westend-runtime-constants = { path = "../../../../../../../polkadot/runtime/westend/constants" } - -# Cumulus -parachains-common = { path = "../../../../../../parachains/common" } -testnet-parachains-constants = { path = "../../../../../runtimes/constants", features = ["westend"] } -asset-hub-westend-runtime = { path = "../../../../../runtimes/assets/asset-hub-westend" } -collectives-westend-runtime = { path = "../../../../../runtimes/collectives/collectives-westend" } -cumulus-pallet-xcmp-queue = { default-features = false, path = "../../../../../../pallets/xcmp-queue" } -cumulus-pallet-parachain-system = { default-features = false, path = "../../../../../../pallets/parachain-system" } -emulated-integration-tests-common = { path = "../../../common", default-features = false } -westend-system-emulated-network = { path = "../../../networks/westend-system" } +sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-asset-rate = { path = "../../../../../../../substrate/frame/asset-rate", default-features = false, version = "14.0.0" } +pallet-assets = { path = "../../../../../../../substrate/frame/assets", default-features = false, version = "36.0.0" } +pallet-treasury = { path = "../../../../../../../substrate/frame/treasury", default-features = false, version = "34.0.0" } +pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-utility = { path = "../../../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +polkadot-runtime-common = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/common" } +xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +westend-runtime = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/westend" } +westend-runtime-constants = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/westend/constants" } +parachains-common = { version = "14.0.0", path = "../../../../../common" } +testnet-parachains-constants = { path = "../../../../../runtimes/constants", features = ["westend"], version = "7.0.0" } +asset-hub-westend-runtime = { version = "0.22.0", path = "../../../../../runtimes/assets/asset-hub-westend" } +collectives-westend-runtime = { version = "10.0.0", path = "../../../../../runtimes/collectives/collectives-westend" } +cumulus-pallet-xcmp-queue = { default-features = false, path = "../../../../../../pallets/xcmp-queue", version = "0.14.0" } +cumulus-pallet-parachain-system = { default-features = false, path = "../../../../../../pallets/parachain-system", version = "0.14.0" } +emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "10.0.0" } +westend-system-emulated-network = { version = "0.1.0", path = "../../../networks/westend-system" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml index 29a939951e59..8538ce92a03c 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml @@ -4,29 +4,27 @@ version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "People Rococo runtime integration tests with xcm-emulator" +description = "People Rococo runtime integration tests with xcm-emulator (polkadot v1.13.0)" publish = false [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } # Substrate -sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false } -frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false } -pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false } -pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false } +sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "35.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false } -rococo-runtime = { path = "../../../../../../../polkadot/runtime/rococo" } -rococo-runtime-constants = { path = "../../../../../../../polkadot/runtime/rococo/constants" } -polkadot-runtime-common = { path = "../../../../../../../polkadot/runtime/common" } - -# Cumulus -asset-test-utils = { path = "../../../../../runtimes/assets/test-utils" } -parachains-common = { path = "../../../../../common" } -people-rococo-runtime = { path = "../../../../../runtimes/people/people-rococo" } -emulated-integration-tests-common = { path = "../../../common", default-features = false } -rococo-system-emulated-network = { path = "../../../networks/rococo-system" } +xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +rococo-runtime = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/rococo" } +rococo-runtime-constants = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/rococo/constants" } +polkadot-runtime-common = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/common" } +asset-test-utils = { version = "14.0.0", path = "../../../../../runtimes/assets/test-utils" } +parachains-common = { version = "14.0.0", path = "../../../../../common" } +people-rococo-runtime = { version = "0.8.0", path = "../../../../../runtimes/people/people-rococo" } +emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "10.0.0" } +rococo-system-emulated-network = { version = "0.1.0", path = "../../../networks/rococo-system" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml index 6eab6f52aa72..34ea456053a7 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml @@ -4,29 +4,27 @@ version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "People Westend runtime integration tests with xcm-emulator" +description = "People Westend runtime integration tests with xcm-emulator (polkadot v1.13.0)" publish = false [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } # Substrate -sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false } -frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false } -pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false } -pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false } -pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false } +sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +frame-support = { path = "../../../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-identity = { path = "../../../../../../../substrate/frame/identity", default-features = false, version = "35.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false } -westend-runtime = { path = "../../../../../../../polkadot/runtime/westend" } -westend-runtime-constants = { path = "../../../../../../../polkadot/runtime/westend/constants" } -polkadot-runtime-common = { path = "../../../../../../../polkadot/runtime/common" } - -# Cumulus -asset-test-utils = { path = "../../../../../runtimes/assets/test-utils" } -parachains-common = { path = "../../../../../common" } -people-westend-runtime = { path = "../../../../../runtimes/people/people-westend" } -emulated-integration-tests-common = { path = "../../../common", default-features = false } -westend-system-emulated-network = { path = "../../../networks/westend-system" } +xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +westend-runtime = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/westend" } +westend-runtime-constants = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/westend/constants" } +polkadot-runtime-common = { version = "14.0.0", path = "../../../../../../../polkadot/runtime/common" } +asset-test-utils = { version = "14.0.0", path = "../../../../../runtimes/assets/test-utils" } +parachains-common = { version = "14.0.0", path = "../../../../../common" } +people-westend-runtime = { version = "0.8.0", path = "../../../../../runtimes/people/people-westend" } +emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "10.0.0" } +westend-system-emulated-network = { version = "0.1.0", path = "../../../networks/westend-system" } diff --git a/cumulus/parachains/pallets/collective-content/Cargo.toml b/cumulus/parachains/pallets/collective-content/Cargo.toml index 92e0a5463139..81cbddf27ef8 100644 --- a/cumulus/parachains/pallets/collective-content/Cargo.toml +++ b/cumulus/parachains/pallets/collective-content/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "pallet-collective-content" -version = "0.6.0" +version = "0.13.0" authors = ["Parity Technologies "] edition.workspace = true -description = "Managed content" +description = "Managed content (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -13,13 +13,13 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] sp-io = { path = "../../../../substrate/primitives/io", default-features = false } @@ -46,7 +46,6 @@ std = [ "frame-system/std", "scale-info/std", "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] diff --git a/cumulus/parachains/pallets/parachain-info/Cargo.toml b/cumulus/parachains/pallets/parachain-info/Cargo.toml index 01ee12bf4e71..82961aa7ea8f 100644 --- a/cumulus/parachains/pallets/parachain-info/Cargo.toml +++ b/cumulus/parachains/pallets/parachain-info/Cargo.toml @@ -2,9 +2,9 @@ authors.workspace = true edition.workspace = true name = "staging-parachain-info" -version = "0.7.0" +version = "0.14.0" license = "Apache-2.0" -description = "Pallet to store the parachain ID" +description = "Pallet to store the parachain ID (polkadot v1.13.0)" [lints] workspace = true @@ -13,13 +13,13 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } -cumulus-primitives-core = { path = "../../../primitives/core", default-features = false } +cumulus-primitives-core = { path = "../../../primitives/core", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/cumulus/parachains/pallets/ping/Cargo.toml b/cumulus/parachains/pallets/ping/Cargo.toml index f51946e9ebd5..786ea845cbf8 100644 --- a/cumulus/parachains/pallets/ping/Cargo.toml +++ b/cumulus/parachains/pallets/ping/Cargo.toml @@ -2,9 +2,9 @@ authors.workspace = true edition.workspace = true name = "cumulus-ping" -version = "0.7.0" +version = "0.14.0" license = "Apache-2.0" -description = "Ping Pallet for Cumulus XCM/UMP testing." +description = "Ping Pallet for Cumulus XCM/UMP testing. (polkadot v1.13.0)" [lints] workspace = true @@ -13,15 +13,15 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } -xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "14.0.0" } -cumulus-primitives-core = { path = "../../../primitives/core", default-features = false } -cumulus-pallet-xcm = { path = "../../../pallets/xcm", default-features = false } +cumulus-primitives-core = { path = "../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-pallet-xcm = { path = "../../../pallets/xcm", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml index a880730ddacf..db0e45d4e7ee 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "asset-hub-rococo-runtime" -version = "0.11.0" +version = "0.18.0" authors.workspace = true edition.workspace = true -description = "Rococo variant of Asset Hub parachain runtime" +description = "Rococo variant of Asset Hub parachain runtime (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -16,90 +16,90 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-metadata-hash-extension = { path = "../../../../../substrate/frame/metadata-hash-extension", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-asset-conversion-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-conversion-tx-payment", default-features = false } -pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false } -pallet-asset-conversion-ops = { path = "../../../../../substrate/frame/asset-conversion/ops", default-features = false } -pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false } -pallet-nft-fractionalization = { path = "../../../../../substrate/frame/nft-fractionalization", default-features = false } -pallet-nfts = { path = "../../../../../substrate/frame/nfts", default-features = false } -pallet-nfts-runtime-api = { path = "../../../../../substrate/frame/nfts/runtime-api", default-features = false } -pallet-proxy = { path = "../../../../../substrate/frame/proxy", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-uniques = { path = "../../../../../substrate/frame/uniques", default-features = false } -pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } -sp-weights = { path = "../../../../../substrate/primitives/weights", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-metadata-hash-extension = { path = "../../../../../substrate/frame/metadata-hash-extension", default-features = false, version = "0.3.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-asset-conversion-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-conversion-tx-payment", default-features = false, version = "17.0.0" } +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false, version = "36.0.0" } +pallet-asset-conversion-ops = { path = "../../../../../substrate/frame/asset-conversion/ops", default-features = false, version = "0.3.0" } +pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false, version = "17.0.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-nft-fractionalization = { path = "../../../../../substrate/frame/nft-fractionalization", default-features = false, version = "17.0.0" } +pallet-nfts = { path = "../../../../../substrate/frame/nfts", default-features = false, version = "29.0.0" } +pallet-nfts-runtime-api = { path = "../../../../../substrate/frame/nfts/runtime-api", default-features = false, version = "21.0.0" } +pallet-proxy = { path = "../../../../../substrate/frame/proxy", default-features = false, version = "35.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-uniques = { path = "../../../../../substrate/frame/uniques", default-features = false, version = "35.0.0" } +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } +sp-weights = { path = "../../../../../substrate/primitives/weights", default-features = false, version = "31.0.0" } # num-traits feature needed for dex integer sq root: primitive-types = { version = "0.12.1", default-features = false, features = ["codec", "num-traits", "scale-info"] } # Polkadot -rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false } -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } +rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, features = ["bridging"] } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"] } -assets-common = { path = "../common", default-features = false } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, features = ["bridging"], version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "7.0.0" } +assets-common = { path = "../common", default-features = false, version = "0.14.0" } # Bridges -pallet-xcm-bridge-hub-router = { path = "../../../../../bridges/modules/xcm-bridge-hub-router", default-features = false } -bp-asset-hub-rococo = { path = "../../../../../bridges/chains/chain-asset-hub-rococo", default-features = false } -bp-asset-hub-westend = { path = "../../../../../bridges/chains/chain-asset-hub-westend", default-features = false } -bp-bridge-hub-rococo = { path = "../../../../../bridges/chains/chain-bridge-hub-rococo", default-features = false } -bp-bridge-hub-westend = { path = "../../../../../bridges/chains/chain-bridge-hub-westend", default-features = false } -snowbridge-router-primitives = { path = "../../../../../bridges/snowbridge/primitives/router", default-features = false } +pallet-xcm-bridge-hub-router = { path = "../../../../../bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.12.0" } +bp-asset-hub-rococo = { path = "../../../../../bridges/chains/chain-asset-hub-rococo", default-features = false, version = "0.11.0" } +bp-asset-hub-westend = { path = "../../../../../bridges/chains/chain-asset-hub-westend", default-features = false, version = "0.10.0" } +bp-bridge-hub-rococo = { path = "../../../../../bridges/chains/chain-bridge-hub-rococo", default-features = false, version = "0.14.0" } +bp-bridge-hub-westend = { path = "../../../../../bridges/chains/chain-bridge-hub-westend", default-features = false, version = "0.10.0" } +snowbridge-router-primitives = { path = "../../../../../bridges/snowbridge/primitives/router", default-features = false, version = "0.13.0" } [dev-dependencies] asset-test-utils = { path = "../test-utils" } [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index 953f6a8b4009..2a46c526e961 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "asset-hub-westend-runtime" -version = "0.15.0" +version = "0.22.0" authors.workspace = true edition.workspace = true -description = "Westend variant of Asset Hub parachain runtime" +description = "Westend variant of Asset Hub parachain runtime (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -16,89 +16,89 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-metadata-hash-extension = { path = "../../../../../substrate/frame/metadata-hash-extension", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-asset-conversion-ops = { path = "../../../../../substrate/frame/asset-conversion/ops", default-features = false } -pallet-asset-conversion-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-conversion-tx-payment", default-features = false } -pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false } -pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false } -pallet-nft-fractionalization = { path = "../../../../../substrate/frame/nft-fractionalization", default-features = false } -pallet-nfts = { path = "../../../../../substrate/frame/nfts", default-features = false } -pallet-nfts-runtime-api = { path = "../../../../../substrate/frame/nfts/runtime-api", default-features = false } -pallet-proxy = { path = "../../../../../substrate/frame/proxy", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -pallet-state-trie-migration = { path = "../../../../../substrate/frame/state-trie-migration", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-uniques = { path = "../../../../../substrate/frame/uniques", default-features = false } -pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-metadata-hash-extension = { path = "../../../../../substrate/frame/metadata-hash-extension", default-features = false, version = "0.3.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-asset-conversion-ops = { path = "../../../../../substrate/frame/asset-conversion/ops", default-features = false, version = "0.3.0" } +pallet-asset-conversion-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-conversion-tx-payment", default-features = false, version = "17.0.0" } +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false, version = "36.0.0" } +pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false, version = "17.0.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-nft-fractionalization = { path = "../../../../../substrate/frame/nft-fractionalization", default-features = false, version = "17.0.0" } +pallet-nfts = { path = "../../../../../substrate/frame/nfts", default-features = false, version = "29.0.0" } +pallet-nfts-runtime-api = { path = "../../../../../substrate/frame/nfts/runtime-api", default-features = false, version = "21.0.0" } +pallet-proxy = { path = "../../../../../substrate/frame/proxy", default-features = false, version = "35.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-state-trie-migration = { path = "../../../../../substrate/frame/state-trie-migration", default-features = false, version = "36.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-uniques = { path = "../../../../../substrate/frame/uniques", default-features = false, version = "35.0.0" } +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # num-traits feature needed for dex integer sq root: primitive-types = { version = "0.12.1", default-features = false, features = ["codec", "num-traits", "scale-info"] } # Polkadot -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } -westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, features = ["bridging"] } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"] } -assets-common = { path = "../common", default-features = false } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, features = ["bridging"], version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "7.0.0" } +assets-common = { path = "../common", default-features = false, version = "0.14.0" } # Bridges -pallet-xcm-bridge-hub-router = { path = "../../../../../bridges/modules/xcm-bridge-hub-router", default-features = false } -bp-asset-hub-rococo = { path = "../../../../../bridges/chains/chain-asset-hub-rococo", default-features = false } -bp-asset-hub-westend = { path = "../../../../../bridges/chains/chain-asset-hub-westend", default-features = false } -bp-bridge-hub-rococo = { path = "../../../../../bridges/chains/chain-bridge-hub-rococo", default-features = false } -bp-bridge-hub-westend = { path = "../../../../../bridges/chains/chain-bridge-hub-westend", default-features = false } +pallet-xcm-bridge-hub-router = { path = "../../../../../bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.12.0" } +bp-asset-hub-rococo = { path = "../../../../../bridges/chains/chain-asset-hub-rococo", default-features = false, version = "0.11.0" } +bp-asset-hub-westend = { path = "../../../../../bridges/chains/chain-asset-hub-westend", default-features = false, version = "0.10.0" } +bp-bridge-hub-rococo = { path = "../../../../../bridges/chains/chain-bridge-hub-rococo", default-features = false, version = "0.14.0" } +bp-bridge-hub-westend = { path = "../../../../../bridges/chains/chain-bridge-hub-westend", default-features = false, version = "0.10.0" } [dev-dependencies] asset-test-utils = { path = "../test-utils" } [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/assets/common/Cargo.toml b/cumulus/parachains/runtimes/assets/common/Cargo.toml index 4664e0cb9a7f..0f4cbe0c34a0 100644 --- a/cumulus/parachains/runtimes/assets/common/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/common/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "assets-common" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true -description = "Assets common utilities" +description = "Assets common utilities (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -16,24 +16,24 @@ log = { workspace = true } impl-trait-for-tuples = "0.2.2" # Substrate -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-conversion", default-features = false, version = "17.0.0" } # Polkadot -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } # Cumulus -parachains-common = { path = "../../../common", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder" } +substrate-wasm-builder = { version = "23.0.0", path = "../../../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml index af5b4a646807..4cb1f499a65b 100644 --- a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "asset-test-utils" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true -description = "Test utils for Asset Hub runtimes." +description = "Test utils for Asset Hub runtimes. (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -13,39 +13,39 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "max-encoded-len"] } # Substrate -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -sp-io = { path = "../../../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false, version = "36.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +sp-io = { path = "../../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } # Cumulus -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-runtimes-test-utils = { path = "../../test-utils", default-features = false } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-runtimes-test-utils = { path = "../../test-utils", default-features = false, version = "14.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } # Bridges -pallet-xcm-bridge-hub-router = { path = "../../../../../bridges/modules/xcm-bridge-hub-router", default-features = false } +pallet-xcm-bridge-hub-router = { path = "../../../../../bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.12.0" } [dev-dependencies] hex-literal = "0.4.1" [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder" } +substrate-wasm-builder = { version = "23.0.0", path = "../../../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml index 253a21f5d0ba..b900e4387273 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "bridge-hub-rococo-runtime" -version = "0.5.0" +version = "0.12.0" authors.workspace = true edition.workspace = true -description = "Rococo's BridgeHub parachain runtime" +description = "Rococo's BridgeHub parachain runtime (polkadot v1.13.0)" license = "Apache-2.0" [lints] workspace = true [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = [ @@ -25,108 +25,104 @@ serde = { optional = true, features = ["derive"], workspace = true, default-feat tuplex = { version = "0.1", default-features = false } # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-io = { path = "../../../../../substrate/primitives/io", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-io = { path = "../../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false } -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } +rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, features = [ - "bridging", -] } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"] } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, features = ["bridging"], version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "7.0.0" } # Bridges -bp-asset-hub-rococo = { path = "../../../../../bridges/chains/chain-asset-hub-rococo", default-features = false } -bp-asset-hub-westend = { path = "../../../../../bridges/chains/chain-asset-hub-westend", default-features = false } -bp-bridge-hub-polkadot = { path = "../../../../../bridges/chains/chain-bridge-hub-polkadot", default-features = false } -bp-bridge-hub-rococo = { path = "../../../../../bridges/chains/chain-bridge-hub-rococo", default-features = false } -bp-bridge-hub-westend = { path = "../../../../../bridges/chains/chain-bridge-hub-westend", default-features = false } -bp-header-chain = { path = "../../../../../bridges/primitives/header-chain", default-features = false } -bp-messages = { path = "../../../../../bridges/primitives/messages", default-features = false } -bp-parachains = { path = "../../../../../bridges/primitives/parachains", default-features = false } -bp-polkadot-bulletin = { path = "../../../../../bridges/chains/chain-polkadot-bulletin", default-features = false } -bp-polkadot-core = { path = "../../../../../bridges/primitives/polkadot-core", default-features = false } -bp-relayers = { path = "../../../../../bridges/primitives/relayers", default-features = false } -bp-runtime = { path = "../../../../../bridges/primitives/runtime", default-features = false } -bp-rococo = { path = "../../../../../bridges/chains/chain-rococo", default-features = false } -bp-westend = { path = "../../../../../bridges/chains/chain-westend", default-features = false } -pallet-bridge-grandpa = { path = "../../../../../bridges/modules/grandpa", default-features = false } -pallet-bridge-messages = { path = "../../../../../bridges/modules/messages", default-features = false } -pallet-bridge-parachains = { path = "../../../../../bridges/modules/parachains", default-features = false } -pallet-bridge-relayers = { path = "../../../../../bridges/modules/relayers", default-features = false } -pallet-xcm-bridge-hub = { path = "../../../../../bridges/modules/xcm-bridge-hub", default-features = false } -bridge-runtime-common = { path = "../../../../../bridges/bin/runtime-common", default-features = false } +bp-asset-hub-rococo = { path = "../../../../../bridges/chains/chain-asset-hub-rococo", default-features = false, version = "0.11.0" } +bp-asset-hub-westend = { path = "../../../../../bridges/chains/chain-asset-hub-westend", default-features = false, version = "0.10.0" } +bp-bridge-hub-polkadot = { path = "../../../../../bridges/chains/chain-bridge-hub-polkadot", default-features = false, version = "0.13.0" } +bp-bridge-hub-rococo = { path = "../../../../../bridges/chains/chain-bridge-hub-rococo", default-features = false, version = "0.14.0" } +bp-bridge-hub-westend = { path = "../../../../../bridges/chains/chain-bridge-hub-westend", default-features = false, version = "0.10.0" } +bp-header-chain = { path = "../../../../../bridges/primitives/header-chain", default-features = false, version = "0.14.0" } +bp-messages = { path = "../../../../../bridges/primitives/messages", default-features = false, version = "0.14.0" } +bp-parachains = { path = "../../../../../bridges/primitives/parachains", default-features = false, version = "0.14.0" } +bp-polkadot-bulletin = { path = "../../../../../bridges/chains/chain-polkadot-bulletin", default-features = false, version = "0.11.0" } +bp-polkadot-core = { path = "../../../../../bridges/primitives/polkadot-core", default-features = false, version = "0.14.0" } +bp-relayers = { path = "../../../../../bridges/primitives/relayers", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../../../../bridges/primitives/runtime", default-features = false, version = "0.14.0" } +bp-rococo = { path = "../../../../../bridges/chains/chain-rococo", default-features = false, version = "0.13.0" } +bp-westend = { path = "../../../../../bridges/chains/chain-westend", default-features = false, version = "0.10.0" } +pallet-bridge-grandpa = { path = "../../../../../bridges/modules/grandpa", default-features = false, version = "0.14.0" } +pallet-bridge-messages = { path = "../../../../../bridges/modules/messages", default-features = false, version = "0.14.0" } +pallet-bridge-parachains = { path = "../../../../../bridges/modules/parachains", default-features = false, version = "0.14.0" } +pallet-bridge-relayers = { path = "../../../../../bridges/modules/relayers", default-features = false, version = "0.14.0" } +pallet-xcm-bridge-hub = { path = "../../../../../bridges/modules/xcm-bridge-hub", default-features = false, version = "0.9.0" } +bridge-runtime-common = { path = "../../../../../bridges/bin/runtime-common", default-features = false, version = "0.14.0" } # Ethereum Bridge (Snowbridge) -snowbridge-beacon-primitives = { path = "../../../../../bridges/snowbridge/primitives/beacon", default-features = false } -snowbridge-pallet-system = { path = "../../../../../bridges/snowbridge/pallets/system", default-features = false } -snowbridge-system-runtime-api = { path = "../../../../../bridges/snowbridge/pallets/system/runtime-api", default-features = false } -snowbridge-core = { path = "../../../../../bridges/snowbridge/primitives/core", default-features = false } -snowbridge-pallet-ethereum-client = { path = "../../../../../bridges/snowbridge/pallets/ethereum-client", default-features = false } -snowbridge-pallet-inbound-queue = { path = "../../../../../bridges/snowbridge/pallets/inbound-queue", default-features = false } -snowbridge-pallet-outbound-queue = { path = "../../../../../bridges/snowbridge/pallets/outbound-queue", default-features = false } -snowbridge-outbound-queue-runtime-api = { path = "../../../../../bridges/snowbridge/pallets/outbound-queue/runtime-api", default-features = false } -snowbridge-router-primitives = { path = "../../../../../bridges/snowbridge/primitives/router", default-features = false } -snowbridge-runtime-common = { path = "../../../../../bridges/snowbridge/runtime/runtime-common", default-features = false } +snowbridge-beacon-primitives = { path = "../../../../../bridges/snowbridge/primitives/beacon", default-features = false, version = "0.7.0" } +snowbridge-pallet-system = { path = "../../../../../bridges/snowbridge/pallets/system", default-features = false, version = "0.7.0" } +snowbridge-system-runtime-api = { path = "../../../../../bridges/snowbridge/pallets/system/runtime-api", default-features = false, version = "0.7.0" } +snowbridge-core = { path = "../../../../../bridges/snowbridge/primitives/core", default-features = false, version = "0.7.0" } +snowbridge-pallet-ethereum-client = { path = "../../../../../bridges/snowbridge/pallets/ethereum-client", default-features = false, version = "0.7.0" } +snowbridge-pallet-inbound-queue = { path = "../../../../../bridges/snowbridge/pallets/inbound-queue", default-features = false, version = "0.7.0" } +snowbridge-pallet-outbound-queue = { path = "../../../../../bridges/snowbridge/pallets/outbound-queue", default-features = false, version = "0.7.0" } +snowbridge-outbound-queue-runtime-api = { path = "../../../../../bridges/snowbridge/pallets/outbound-queue/runtime-api", default-features = false, version = "0.7.0" } +snowbridge-router-primitives = { path = "../../../../../bridges/snowbridge/primitives/router", default-features = false, version = "0.13.0" } +snowbridge-runtime-common = { path = "../../../../../bridges/snowbridge/runtime/runtime-common", default-features = false, version = "0.7.0" } -bridge-hub-common = { path = "../common", default-features = false } +bridge-hub-common = { path = "../common", default-features = false, version = "0.7.0" } [dev-dependencies] static_assertions = "1.1" bridge-hub-test-utils = { path = "../test-utils" } -bridge-runtime-common = { path = "../../../../../bridges/bin/runtime-common", features = [ - "integrity-test", -] } +bridge-runtime-common = { path = "../../../../../bridges/bin/runtime-common", features = ["integrity-test"] } sp-keyring = { path = "../../../../../substrate/primitives/keyring" } snowbridge-runtime-test-common = { path = "../../../../../bridges/snowbridge/runtime/test-common" } @@ -260,7 +256,6 @@ runtime-benchmarks = [ "snowbridge-pallet-system/runtime-benchmarks", "snowbridge-router-primitives/runtime-benchmarks", "snowbridge-runtime-common/runtime-benchmarks", - "snowbridge-runtime-test-common/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml index 0f16d629fc26..9f48ffb9e4a2 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "bridge-hub-westend-runtime" -version = "0.2.0" +version = "0.9.0" authors.workspace = true edition.workspace = true -description = "Westend's BridgeHub parachain runtime" +description = "Westend's BridgeHub parachain runtime (polkadot v1.13.0)" license = "Apache-2.0" [lints] workspace = true [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } @@ -21,85 +21,85 @@ serde = { optional = true, features = ["derive"], workspace = true, default-feat tuplex = { version = "0.1", default-features = false } # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-io = { path = "../../../../../substrate/primitives/io", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-io = { path = "../../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false } -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } +westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, features = ["bridging"] } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, features = ["bridging"], version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"] } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "7.0.0" } # Bridges -bp-asset-hub-rococo = { path = "../../../../../bridges/chains/chain-asset-hub-rococo", default-features = false } -bp-asset-hub-westend = { path = "../../../../../bridges/chains/chain-asset-hub-westend", default-features = false } -bp-bridge-hub-rococo = { path = "../../../../../bridges/chains/chain-bridge-hub-rococo", default-features = false } -bp-bridge-hub-westend = { path = "../../../../../bridges/chains/chain-bridge-hub-westend", default-features = false } -bp-header-chain = { path = "../../../../../bridges/primitives/header-chain", default-features = false } -bp-messages = { path = "../../../../../bridges/primitives/messages", default-features = false } -bp-parachains = { path = "../../../../../bridges/primitives/parachains", default-features = false } -bp-polkadot-core = { path = "../../../../../bridges/primitives/polkadot-core", default-features = false } -bp-relayers = { path = "../../../../../bridges/primitives/relayers", default-features = false } -bp-runtime = { path = "../../../../../bridges/primitives/runtime", default-features = false } -bp-rococo = { path = "../../../../../bridges/chains/chain-rococo", default-features = false } -bp-westend = { path = "../../../../../bridges/chains/chain-westend", default-features = false } -pallet-bridge-grandpa = { path = "../../../../../bridges/modules/grandpa", default-features = false } -pallet-bridge-messages = { path = "../../../../../bridges/modules/messages", default-features = false } -pallet-bridge-parachains = { path = "../../../../../bridges/modules/parachains", default-features = false } -pallet-bridge-relayers = { path = "../../../../../bridges/modules/relayers", default-features = false } -pallet-xcm-bridge-hub = { path = "../../../../../bridges/modules/xcm-bridge-hub", default-features = false } -bridge-runtime-common = { path = "../../../../../bridges/bin/runtime-common", default-features = false } -bridge-hub-common = { path = "../common", default-features = false } +bp-asset-hub-rococo = { path = "../../../../../bridges/chains/chain-asset-hub-rococo", default-features = false, version = "0.11.0" } +bp-asset-hub-westend = { path = "../../../../../bridges/chains/chain-asset-hub-westend", default-features = false, version = "0.10.0" } +bp-bridge-hub-rococo = { path = "../../../../../bridges/chains/chain-bridge-hub-rococo", default-features = false, version = "0.14.0" } +bp-bridge-hub-westend = { path = "../../../../../bridges/chains/chain-bridge-hub-westend", default-features = false, version = "0.10.0" } +bp-header-chain = { path = "../../../../../bridges/primitives/header-chain", default-features = false, version = "0.14.0" } +bp-messages = { path = "../../../../../bridges/primitives/messages", default-features = false, version = "0.14.0" } +bp-parachains = { path = "../../../../../bridges/primitives/parachains", default-features = false, version = "0.14.0" } +bp-polkadot-core = { path = "../../../../../bridges/primitives/polkadot-core", default-features = false, version = "0.14.0" } +bp-relayers = { path = "../../../../../bridges/primitives/relayers", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../../../../bridges/primitives/runtime", default-features = false, version = "0.14.0" } +bp-rococo = { path = "../../../../../bridges/chains/chain-rococo", default-features = false, version = "0.13.0" } +bp-westend = { path = "../../../../../bridges/chains/chain-westend", default-features = false, version = "0.10.0" } +pallet-bridge-grandpa = { path = "../../../../../bridges/modules/grandpa", default-features = false, version = "0.14.0" } +pallet-bridge-messages = { path = "../../../../../bridges/modules/messages", default-features = false, version = "0.14.0" } +pallet-bridge-parachains = { path = "../../../../../bridges/modules/parachains", default-features = false, version = "0.14.0" } +pallet-bridge-relayers = { path = "../../../../../bridges/modules/relayers", default-features = false, version = "0.14.0" } +pallet-xcm-bridge-hub = { path = "../../../../../bridges/modules/xcm-bridge-hub", default-features = false, version = "0.9.0" } +bridge-runtime-common = { path = "../../../../../bridges/bin/runtime-common", default-features = false, version = "0.14.0" } +bridge-hub-common = { path = "../common", default-features = false, version = "0.7.0" } [dev-dependencies] static_assertions = "1.1" diff --git a/cumulus/parachains/runtimes/bridge-hubs/common/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/common/Cargo.toml index aece34613e6a..9d8b2125b53d 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/common/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/common/Cargo.toml @@ -1,22 +1,22 @@ [package] name = "bridge-hub-common" -version = "0.1.0" +version = "0.7.0" authors.workspace = true edition.workspace = true -description = "Bridge hub common utilities" +description = "Bridge hub common utilities (polkadot v1.13.0)" license = "Apache-2.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -snowbridge-core = { path = "../../../../../bridges/snowbridge/primitives/core", default-features = false } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +snowbridge-core = { path = "../../../../../bridges/snowbridge/primitives/core", default-features = false, version = "0.7.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml index 80f0114cc4ca..b1748ff67ee1 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "bridge-hub-test-utils" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true -description = "Utils for BridgeHub testing" +description = "Utils for BridgeHub testing (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -15,42 +15,40 @@ impl-trait-for-tuples = "0.2" log = { workspace = true } # Substrate -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-io = { path = "../../../../../substrate/primitives/io", default-features = false } -sp-keyring = { path = "../../../../../substrate/primitives/keyring" } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-tracing = { path = "../../../../../substrate/primitives/tracing" } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } - -# Cumulus -asset-test-utils = { path = "../../assets/test-utils" } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -parachains-runtimes-test-utils = { path = "../../test-utils", default-features = false } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-keyring = { version = "38.0.0", path = "../../../../../substrate/primitives/keyring" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-tracing = { version = "17.0.0", path = "../../../../../substrate/primitives/tracing" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +asset-test-utils = { version = "14.0.0", path = "../../assets/test-utils" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +parachains-runtimes-test-utils = { path = "../../test-utils", default-features = false, version = "14.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } # Bridges -bp-header-chain = { path = "../../../../../bridges/primitives/header-chain", default-features = false } -bp-messages = { path = "../../../../../bridges/primitives/messages", default-features = false } -bp-polkadot-core = { path = "../../../../../bridges/primitives/polkadot-core", default-features = false } -bp-relayers = { path = "../../../../../bridges/primitives/relayers", default-features = false } -bp-runtime = { path = "../../../../../bridges/primitives/runtime", default-features = false } -bp-test-utils = { path = "../../../../../bridges/primitives/test-utils", default-features = false } -pallet-bridge-grandpa = { path = "../../../../../bridges/modules/grandpa", default-features = false } -pallet-bridge-parachains = { path = "../../../../../bridges/modules/parachains", default-features = false } -pallet-bridge-messages = { path = "../../../../../bridges/modules/messages", default-features = false } -pallet-bridge-relayers = { path = "../../../../../bridges/modules/relayers", default-features = false } -bridge-runtime-common = { path = "../../../../../bridges/bin/runtime-common", default-features = false } +bp-header-chain = { path = "../../../../../bridges/primitives/header-chain", default-features = false, version = "0.14.0" } +bp-messages = { path = "../../../../../bridges/primitives/messages", default-features = false, version = "0.14.0" } +bp-polkadot-core = { path = "../../../../../bridges/primitives/polkadot-core", default-features = false, version = "0.14.0" } +bp-relayers = { path = "../../../../../bridges/primitives/relayers", default-features = false, version = "0.14.0" } +bp-runtime = { path = "../../../../../bridges/primitives/runtime", default-features = false, version = "0.14.0" } +bp-test-utils = { path = "../../../../../bridges/primitives/test-utils", default-features = false, version = "0.14.0" } +pallet-bridge-grandpa = { path = "../../../../../bridges/modules/grandpa", default-features = false, version = "0.14.0" } +pallet-bridge-parachains = { path = "../../../../../bridges/modules/parachains", default-features = false, version = "0.14.0" } +pallet-bridge-messages = { path = "../../../../../bridges/modules/messages", default-features = false, version = "0.14.0" } +pallet-bridge-relayers = { path = "../../../../../bridges/modules/relayers", default-features = false, version = "0.14.0" } +bridge-runtime-common = { path = "../../../../../bridges/bin/runtime-common", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml index fe4de3114be0..e2537cc372a0 100644 --- a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "collectives-westend-runtime" -version = "3.0.0" +version = "10.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Westend Collectives Parachain Runtime" +description = "Westend Collectives Parachain Runtime (polkadot v1.13.0)" [lints] workspace = true @@ -16,79 +16,79 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-asset-rate = { path = "../../../../../substrate/frame/asset-rate", default-features = false } -pallet-alliance = { path = "../../../../../substrate/frame/alliance", default-features = false } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-collective = { path = "../../../../../substrate/frame/collective", default-features = false } -pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false } -pallet-preimage = { path = "../../../../../substrate/frame/preimage", default-features = false } -pallet-proxy = { path = "../../../../../substrate/frame/proxy", default-features = false } -pallet-scheduler = { path = "../../../../../substrate/frame/scheduler", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -pallet-state-trie-migration = { path = "../../../../../substrate/frame/state-trie-migration", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-treasury = { path = "../../../../../substrate/frame/treasury", default-features = false } -pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false } -pallet-referenda = { path = "../../../../../substrate/frame/referenda", default-features = false } -pallet-ranked-collective = { path = "../../../../../substrate/frame/ranked-collective", default-features = false } -pallet-core-fellowship = { path = "../../../../../substrate/frame/core-fellowship", default-features = false } -pallet-salary = { path = "../../../../../substrate/frame/salary", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-arithmetic = { path = "../../../../../substrate/primitives/arithmetic", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-asset-rate = { path = "../../../../../substrate/frame/asset-rate", default-features = false, version = "14.0.0" } +pallet-alliance = { path = "../../../../../substrate/frame/alliance", default-features = false, version = "34.0.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-collective = { path = "../../../../../substrate/frame/collective", default-features = false, version = "35.0.0" } +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-preimage = { path = "../../../../../substrate/frame/preimage", default-features = false, version = "35.0.0" } +pallet-proxy = { path = "../../../../../substrate/frame/proxy", default-features = false, version = "35.0.0" } +pallet-scheduler = { path = "../../../../../substrate/frame/scheduler", default-features = false, version = "36.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-state-trie-migration = { path = "../../../../../substrate/frame/state-trie-migration", default-features = false, version = "36.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-treasury = { path = "../../../../../substrate/frame/treasury", default-features = false, version = "34.0.0" } +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +pallet-referenda = { path = "../../../../../substrate/frame/referenda", default-features = false, version = "35.0.0" } +pallet-ranked-collective = { path = "../../../../../substrate/frame/ranked-collective", default-features = false, version = "35.0.0" } +pallet-core-fellowship = { path = "../../../../../substrate/frame/core-fellowship", default-features = false, version = "19.0.0" } +pallet-salary = { path = "../../../../../substrate/frame/salary", default-features = false, version = "20.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-arithmetic = { path = "../../../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } -westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } +westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false, version = "14.0.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -pallet-collective-content = { path = "../../../pallets/collective-content", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"] } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +pallet-collective-content = { path = "../../../pallets/collective-content", default-features = false, version = "0.13.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "7.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [dev-dependencies] sp-io = { path = "../../../../../substrate/primitives/io", features = ["std"] } diff --git a/cumulus/parachains/runtimes/constants/Cargo.toml b/cumulus/parachains/runtimes/constants/Cargo.toml index 561e8276b5f0..638e6395cd79 100644 --- a/cumulus/parachains/runtimes/constants/Cargo.toml +++ b/cumulus/parachains/runtimes/constants/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "testnet-parachains-constants" -version = "1.0.0" +version = "7.0.0" authors.workspace = true edition.workspace = true -description = "Common constants for Testnet Parachains runtimes" +description = "Common constants for Testnet Parachains runtimes (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -16,17 +16,17 @@ targets = ["x86_64-unknown-linux-gnu"] smallvec = "1.11.0" # Substrate -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } # Polkadot -polkadot-core-primitives = { path = "../../../../polkadot/core-primitives", default-features = false } -rococo-runtime-constants = { path = "../../../../polkadot/runtime/rococo/constants", default-features = false, optional = true } -westend-runtime-constants = { path = "../../../../polkadot/runtime/westend/constants", default-features = false, optional = true } -xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false } +polkadot-core-primitives = { path = "../../../../polkadot/core-primitives", default-features = false, version = "14.0.0" } +rococo-runtime-constants = { path = "../../../../polkadot/runtime/rococo/constants", default-features = false, optional = true, version = "14.0.0" } +westend-runtime-constants = { path = "../../../../polkadot/runtime/westend/constants", default-features = false, optional = true, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "14.0.0" } # Cumulus -cumulus-primitives-core = { path = "../../../primitives/core", default-features = false } +cumulus-primitives-core = { path = "../../../primitives/core", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml index e43a69482c79..53d319f76a43 100644 --- a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "contracts-rococo-runtime" -version = "0.8.0" -description = "Parachain testnet runtime for FRAME Contracts pallet." +version = "0.15.0" +description = "Parachain testnet runtime for FRAME Contracts pallet. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license = "Apache-2.0" @@ -13,7 +13,7 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } @@ -22,65 +22,65 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false } -pallet-insecure-randomness-collective-flip = { path = "../../../../../substrate/frame/insecure-randomness-collective-flip", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false } -pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false } -pallet-contracts = { path = "../../../../../substrate/frame/contracts", default-features = false } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-insecure-randomness-collective-flip = { path = "../../../../../substrate/frame/insecure-randomness-collective-flip", default-features = false, version = "23.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-contracts = { path = "../../../../../substrate/frame/contracts", default-features = false, version = "34.0.0" } # Polkadot -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } -rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"] } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "7.0.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml index dc99fe331f78..4625be453633 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "coretime-rococo-runtime" -version = "0.1.0" +version = "0.8.0" authors.workspace = true edition.workspace = true -description = "Rococo's Coretime parachain runtime" +description = "Rococo's Coretime parachain runtime (polkadot v1.13.0)" license = "Apache-2.0" [lints] workspace = true [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } @@ -20,64 +20,64 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" serde = { optional = true, features = ["derive"], workspace = true, default-features = true } # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -pallet-broker = { path = "../../../../../substrate/frame/broker", default-features = false } -pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-broker = { path = "../../../../../substrate/frame/broker", default-features = false, version = "0.14.0" } +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } -rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"] } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "7.0.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml index 78018537f5d3..4f146d74bf01 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "coretime-westend-runtime" -version = "0.1.0" +version = "0.8.0" authors.workspace = true edition.workspace = true -description = "Westend's Coretime parachain runtime" +description = "Westend's Coretime parachain runtime (polkadot v1.13.0)" license = "Apache-2.0" [lints] workspace = true [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } @@ -20,64 +20,64 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" serde = { optional = true, features = ["derive"], workspace = true, default-features = true } # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -pallet-broker = { path = "../../../../../substrate/frame/broker", default-features = false } -pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-broker = { path = "../../../../../substrate/frame/broker", default-features = false, version = "0.14.0" } +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } -westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"] } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "7.0.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml b/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml index 92a5bbbd1376..ec44528db4c2 100644 --- a/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "glutton-westend-runtime" -version = "3.0.0" +version = "10.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Glutton parachain runtime." +description = "Glutton parachain runtime. (polkadot v1.13.0)" [lints] workspace = true @@ -14,50 +14,50 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-glutton = { path = "../../../../../substrate/frame/glutton", default-features = false } -pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-glutton = { path = "../../../../../substrate/frame/glutton", default-features = false, version = "21.0.0" } +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-timestamp = { path = "../../../../primitives/timestamp", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"] } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-timestamp = { path = "../../../../primitives/timestamp", default-features = false, version = "0.14.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "7.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder" } +substrate-wasm-builder = { version = "23.0.0", path = "../../../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml index d4e65da3cd64..89463b5bf73a 100644 --- a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "people-rococo-runtime" -version = "0.1.0" +version = "0.8.0" authors.workspace = true edition.workspace = true -description = "Rococo's People parachain runtime" +description = "Rococo's People parachain runtime (polkadot v1.13.0)" license = "Apache-2.0" [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } @@ -18,63 +18,63 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" serde = { optional = true, features = ["derive"], workspace = true, default-features = true } # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "35.0.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } -rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"] } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "7.0.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml index b040613d19e7..45bdf7d97932 100644 --- a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "people-westend-runtime" -version = "0.1.0" +version = "0.8.0" authors.workspace = true edition.workspace = true -description = "Westend's People parachain runtime" +description = "Westend's People parachain runtime (polkadot v1.13.0)" license = "Apache-2.0" [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } @@ -18,63 +18,63 @@ scale-info = { version = "2.9.0", default-features = false, features = ["derive" serde = { optional = true, features = ["derive"], workspace = true, default-features = true } # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-identity = { path = "../../../../../substrate/frame/identity", default-features = false, version = "35.0.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-multisig = { path = "../../../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } -westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"] } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "7.0.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml index 910944f54a5f..b280a9be13f7 100644 --- a/cumulus/parachains/runtimes/starters/seedling/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/seedling/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "seedling-runtime" -version = "0.7.0" -description = "Seedling parachain runtime. A starter runtime for solochain to parachain migration." +version = "0.14.0" +description = "Seedling parachain runtime. A starter runtime for solochain to parachain migration. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license = "Apache-2.0" @@ -14,37 +14,37 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-solo-to-para = { path = "../../../../pallets/solo-to-para", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-timestamp = { path = "../../../../primitives/timestamp", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-solo-to-para = { path = "../../../../pallets/solo-to-para", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-timestamp = { path = "../../../../primitives/timestamp", default-features = false, version = "0.14.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/starters/shell/Cargo.toml b/cumulus/parachains/runtimes/starters/shell/Cargo.toml index 7a7fad537ac3..088133ab4b8b 100644 --- a/cumulus/parachains/runtimes/starters/shell/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/shell/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "shell-runtime" -version = "0.7.0" -description = "A minimal runtime to test Relay Chain consensus." +version = "0.14.0" +description = "A minimal runtime to test Relay Chain consensus. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license = "Apache-2.0" @@ -14,41 +14,41 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/test-utils/Cargo.toml b/cumulus/parachains/runtimes/test-utils/Cargo.toml index c081bac4babe..d9f86167fd42 100644 --- a/cumulus/parachains/runtimes/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/test-utils/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "parachains-runtimes-test-utils" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true -description = "Utils for Runtimes testing" +description = "Utils for Runtimes testing (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -13,38 +13,38 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "max-encoded-len"] } # Substrate -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } -pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false } -pallet-session = { path = "../../../../substrate/frame/session", default-features = false } -pallet-timestamp = { path = "../../../../substrate/frame/timestamp", default-features = false } -sp-consensus-aura = { path = "../../../../substrate/primitives/consensus/aura", default-features = false } -sp-io = { path = "../../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } -sp-tracing = { path = "../../../../substrate/primitives/tracing" } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-session = { path = "../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +sp-consensus-aura = { path = "../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-tracing = { version = "17.0.0", path = "../../../../substrate/primitives/tracing" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } # Cumulus -cumulus-pallet-parachain-system = { path = "../../../pallets/parachain-system", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../pallets/xcmp-queue", default-features = false } -pallet-collator-selection = { path = "../../../pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../pallets/parachain-info", default-features = false } -cumulus-primitives-core = { path = "../../../primitives/core", default-features = false } -cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain-inherent", default-features = false } -cumulus-test-relay-sproof-builder = { path = "../../../test/relay-sproof-builder", default-features = false } +cumulus-pallet-parachain-system = { path = "../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +pallet-collator-selection = { path = "../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../pallets/parachain-info", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain-inherent", default-features = false, version = "0.14.0" } +cumulus-test-relay-sproof-builder = { path = "../../../test/relay-sproof-builder", default-features = false, version = "0.14.0" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false } -pallet-xcm = { path = "../../../../polkadot/xcm/pallet-xcm", default-features = false } -polkadot-parachain-primitives = { path = "../../../../polkadot/parachain", default-features = false } +xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../polkadot/parachain", default-features = false, version = "13.0.0" } [dev-dependencies] hex-literal = "0.4.1" [build-dependencies] -substrate-wasm-builder = { path = "../../../../substrate/utils/wasm-builder" } +substrate-wasm-builder = { version = "23.0.0", path = "../../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml index 3262233053e7..03ca5bcd8704 100644 --- a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "penpal-runtime" -version = "0.14.0" +version = "0.21.0" authors = ["Anonymous"] -description = "A parachain for communication back and forth with XCM of assets and uniques." +description = "A parachain for communication back and forth with XCM of assets and uniques. (polkadot v1.13.0)" license = "Unlicense" homepage = "https://substrate.io" repository.workspace = true @@ -15,7 +15,7 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } @@ -25,60 +25,60 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive smallvec = "1.11.0" # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-session = { path = "../../../../../substrate/frame/session", default-features = false } -pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-asset-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false } -pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-try-runtime = { path = "../../../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-session = { path = "../../../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-asset-tx-payment = { path = "../../../../../substrate/frame/transaction-payment/asset-tx-payment", default-features = false, version = "35.0.0" } +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false, version = "36.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -polkadot-primitives = { path = "../../../../../polkadot/primitives", default-features = false } -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false } +polkadot-primitives = { path = "../../../../../polkadot/primitives", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../../../../polkadot/xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -assets-common = { path = "../../assets/common", default-features = false } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../../pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "16.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +assets-common = { path = "../../assets/common", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml index cf734345a976..80aba1b809cd 100644 --- a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "rococo-parachain-runtime" -version = "0.6.0" +version = "0.13.0" authors.workspace = true edition.workspace = true -description = "Simple runtime used by the rococo parachain(s)" +description = "Simple runtime used by the rococo parachain(s) (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -14,56 +14,56 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../../substrate/frame/system", default-features = false } -frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false } -pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false } -pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false } -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -sp-api = { path = "../../../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../../../substrate/primitives/version", default-features = false } +frame-benchmarking = { path = "../../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +pallet-assets = { path = "../../../../../substrate/frame/assets", default-features = false, version = "36.0.0" } +pallet-aura = { path = "../../../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-transaction-pool = { path = "../../../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false } -polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false } -xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false } -polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false } +pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "13.0.0" } +xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false } -pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false } -cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false } -cumulus-ping = { path = "../../../pallets/ping", default-features = false } -cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false } -cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false } -parachains-common = { path = "../../../common", default-features = false } -testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"] } -parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false } +cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.14.0" } +pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.14.0" } +cumulus-ping = { path = "../../../pallets/ping", default-features = false, version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } +cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.14.0" } +parachains-common = { path = "../../../common", default-features = false, version = "14.0.0" } +testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "7.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.14.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index 6e41c8cee1c5..e9b89eda1b9c 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "polkadot-parachain-bin" -version = "1.13.0" +version = "6.0.0" authors.workspace = true build = "build.rs" edition.workspace = true -description = "Runs a polkadot parachain node which could be a collator." +description = "Runs a polkadot parachain node which could be a collator. (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -23,98 +23,89 @@ hex-literal = "0.4.1" log = { workspace = true, default-features = true } serde = { features = ["derive"], workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } - -# Local -rococo-parachain-runtime = { path = "../parachains/runtimes/testing/rococo-parachain" } -shell-runtime = { path = "../parachains/runtimes/starters/shell" } -glutton-westend-runtime = { path = "../parachains/runtimes/glutton/glutton-westend" } -seedling-runtime = { path = "../parachains/runtimes/starters/seedling" } -asset-hub-rococo-runtime = { path = "../parachains/runtimes/assets/asset-hub-rococo" } -asset-hub-westend-runtime = { path = "../parachains/runtimes/assets/asset-hub-westend" } -collectives-westend-runtime = { path = "../parachains/runtimes/collectives/collectives-westend" } -contracts-rococo-runtime = { path = "../parachains/runtimes/contracts/contracts-rococo" } -bridge-hub-rococo-runtime = { path = "../parachains/runtimes/bridge-hubs/bridge-hub-rococo" } -coretime-rococo-runtime = { path = "../parachains/runtimes/coretime/coretime-rococo" } -coretime-westend-runtime = { path = "../parachains/runtimes/coretime/coretime-westend" } -bridge-hub-westend-runtime = { path = "../parachains/runtimes/bridge-hubs/bridge-hub-westend" } -penpal-runtime = { path = "../parachains/runtimes/testing/penpal" } +rococo-parachain-runtime = { version = "0.13.0", path = "../parachains/runtimes/testing/rococo-parachain" } +shell-runtime = { version = "0.14.0", path = "../parachains/runtimes/starters/shell" } +glutton-westend-runtime = { version = "10.0.0", path = "../parachains/runtimes/glutton/glutton-westend" } +seedling-runtime = { version = "0.14.0", path = "../parachains/runtimes/starters/seedling" } +asset-hub-rococo-runtime = { version = "0.18.0", path = "../parachains/runtimes/assets/asset-hub-rococo" } +asset-hub-westend-runtime = { version = "0.22.0", path = "../parachains/runtimes/assets/asset-hub-westend" } +collectives-westend-runtime = { version = "10.0.0", path = "../parachains/runtimes/collectives/collectives-westend" } +contracts-rococo-runtime = { version = "0.15.0", path = "../parachains/runtimes/contracts/contracts-rococo" } +bridge-hub-rococo-runtime = { version = "0.12.0", path = "../parachains/runtimes/bridge-hubs/bridge-hub-rococo" } +coretime-rococo-runtime = { version = "0.8.0", path = "../parachains/runtimes/coretime/coretime-rococo" } +coretime-westend-runtime = { version = "0.8.0", path = "../parachains/runtimes/coretime/coretime-westend" } +bridge-hub-westend-runtime = { version = "0.9.0", path = "../parachains/runtimes/bridge-hubs/bridge-hub-westend" } +penpal-runtime = { version = "0.21.0", path = "../parachains/runtimes/testing/penpal" } jsonrpsee = { version = "0.22", features = ["server"] } -people-rococo-runtime = { path = "../parachains/runtimes/people/people-rococo" } -people-westend-runtime = { path = "../parachains/runtimes/people/people-westend" } -parachains-common = { path = "../parachains/common" } -testnet-parachains-constants = { path = "../parachains/runtimes/constants", default-features = false, features = [ - "rococo", - "westend", -] } - -# Substrate -frame-benchmarking = { path = "../../substrate/frame/benchmarking" } -frame-benchmarking-cli = { path = "../../substrate/utils/frame/benchmarking-cli" } -sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false } -sp-io = { path = "../../substrate/primitives/io" } -sp-core = { path = "../../substrate/primitives/core" } -sp-session = { path = "../../substrate/primitives/session" } -frame-try-runtime = { path = "../../substrate/frame/try-runtime", optional = true } -sc-consensus = { path = "../../substrate/client/consensus/common" } -sp-tracing = { path = "../../substrate/primitives/tracing" } -frame-support = { path = "../../substrate/frame/support" } -sc-cli = { path = "../../substrate/client/cli" } -sc-client-api = { path = "../../substrate/client/api" } -sc-executor = { path = "../../substrate/client/executor" } -sc-service = { path = "../../substrate/client/service" } -sc-telemetry = { path = "../../substrate/client/telemetry" } -sc-transaction-pool = { path = "../../substrate/client/transaction-pool" } -sp-transaction-pool = { path = "../../substrate/primitives/transaction-pool" } -sc-network = { path = "../../substrate/client/network" } -sc-network-sync = { path = "../../substrate/client/network/sync" } -sc-basic-authorship = { path = "../../substrate/client/basic-authorship" } -sp-timestamp = { path = "../../substrate/primitives/timestamp" } -sp-blockchain = { path = "../../substrate/primitives/blockchain" } -sp-genesis-builder = { path = "../../substrate/primitives/genesis-builder", default-features = false } -sp-block-builder = { path = "../../substrate/primitives/block-builder" } -sp-keystore = { path = "../../substrate/primitives/keystore" } -sc-chain-spec = { path = "../../substrate/client/chain-spec" } -sc-rpc = { path = "../../substrate/client/rpc" } -sp-version = { path = "../../substrate/primitives/version" } -sc-tracing = { path = "../../substrate/client/tracing" } -sp-offchain = { path = "../../substrate/primitives/offchain" } -frame-system-rpc-runtime-api = { path = "../../substrate/frame/system/rpc/runtime-api" } -pallet-transaction-payment = { path = "../../substrate/frame/transaction-payment" } -pallet-transaction-payment-rpc-runtime-api = { path = "../../substrate/frame/transaction-payment/rpc/runtime-api" } -sp-std = { path = "../../substrate/primitives/std" } -sp-inherents = { path = "../../substrate/primitives/inherents" } -sp-api = { path = "../../substrate/primitives/api" } -sp-consensus-aura = { path = "../../substrate/primitives/consensus/aura" } -sc-sysinfo = { path = "../../substrate/client/sysinfo" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../substrate/utils/prometheus" } -sc-transaction-pool-api = { path = "../../substrate/client/transaction-pool/api" } -substrate-frame-rpc-system = { path = "../../substrate/utils/frame/rpc/system" } -pallet-transaction-payment-rpc = { path = "../../substrate/frame/transaction-payment/rpc" } -substrate-state-trie-migration-rpc = { path = "../../substrate/utils/frame/rpc/state-trie-migration-rpc" } +people-rococo-runtime = { version = "0.8.0", path = "../parachains/runtimes/people/people-rococo" } +people-westend-runtime = { version = "0.8.0", path = "../parachains/runtimes/people/people-westend" } +parachains-common = { version = "14.0.0", path = "../parachains/common" } +testnet-parachains-constants = { path = "../parachains/runtimes/constants", default-features = false, features = ["rococo", "westend"], version = "7.0.0" } +frame-benchmarking = { version = "35.0.0", path = "../../substrate/frame/benchmarking" } +frame-benchmarking-cli = { version = "39.0.0", path = "../../substrate/utils/frame/benchmarking-cli" } +sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-io = { version = "37.0.0", path = "../../substrate/primitives/io" } +sp-core = { version = "34.0.0", path = "../../substrate/primitives/core" } +sp-session = { version = "34.0.0", path = "../../substrate/primitives/session" } +frame-try-runtime = { path = "../../substrate/frame/try-runtime", optional = true, version = "0.41.0" } +sc-consensus = { version = "0.40.0", path = "../../substrate/client/consensus/common" } +sp-tracing = { version = "17.0.0", path = "../../substrate/primitives/tracing" } +frame-support = { version = "35.0.0", path = "../../substrate/frame/support" } +sc-cli = { version = "0.43.0", path = "../../substrate/client/cli" } +sc-client-api = { version = "35.0.0", path = "../../substrate/client/api" } +sc-executor = { version = "0.39.0", path = "../../substrate/client/executor" } +sc-service = { version = "0.42.0", path = "../../substrate/client/service" } +sc-telemetry = { version = "21.0.0", path = "../../substrate/client/telemetry" } +sc-transaction-pool = { version = "35.0.0", path = "../../substrate/client/transaction-pool" } +sp-transaction-pool = { version = "33.0.0", path = "../../substrate/primitives/transaction-pool" } +sc-network = { version = "0.41.0", path = "../../substrate/client/network" } +sc-network-sync = { version = "0.40.0", path = "../../substrate/client/network/sync" } +sc-basic-authorship = { version = "0.41.0", path = "../../substrate/client/basic-authorship" } +sp-timestamp = { version = "33.0.0", path = "../../substrate/primitives/timestamp" } +sp-blockchain = { version = "35.0.0", path = "../../substrate/primitives/blockchain" } +sp-genesis-builder = { path = "../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-block-builder = { version = "33.0.0", path = "../../substrate/primitives/block-builder" } +sp-keystore = { version = "0.40.0", path = "../../substrate/primitives/keystore" } +sc-chain-spec = { version = "34.0.0", path = "../../substrate/client/chain-spec" } +sc-rpc = { version = "36.0.0", path = "../../substrate/client/rpc" } +sp-version = { version = "36.0.0", path = "../../substrate/primitives/version" } +sc-tracing = { version = "35.0.0", path = "../../substrate/client/tracing" } +sp-offchain = { version = "33.0.0", path = "../../substrate/primitives/offchain" } +frame-system-rpc-runtime-api = { version = "33.0.0", path = "../../substrate/frame/system/rpc/runtime-api" } +pallet-transaction-payment = { version = "35.0.0", path = "../../substrate/frame/transaction-payment" } +pallet-transaction-payment-rpc-runtime-api = { version = "35.0.0", path = "../../substrate/frame/transaction-payment/rpc/runtime-api" } +sp-std = { version = "14.0.0", path = "../../substrate/primitives/std" } +sp-inherents = { version = "33.0.0", path = "../../substrate/primitives/inherents" } +sp-api = { version = "33.0.0", path = "../../substrate/primitives/api" } +sp-consensus-aura = { version = "0.39.0", path = "../../substrate/primitives/consensus/aura" } +sc-sysinfo = { version = "34.0.0", path = "../../substrate/client/sysinfo" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../substrate/utils/prometheus", version = "0.17.0" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../substrate/client/transaction-pool/api" } +substrate-frame-rpc-system = { version = "35.0.0", path = "../../substrate/utils/frame/rpc/system" } +pallet-transaction-payment-rpc = { version = "37.0.0", path = "../../substrate/frame/transaction-payment/rpc" } +substrate-state-trie-migration-rpc = { version = "34.0.0", path = "../../substrate/utils/frame/rpc/state-trie-migration-rpc" } # Polkadot # Use rococo-native as this is currently the default "local" relay chain -polkadot-cli = { path = "../../polkadot/cli", features = ["rococo-native"] } -polkadot-primitives = { path = "../../polkadot/primitives" } -polkadot-service = { path = "../../polkadot/node/service" } -xcm = { package = "staging-xcm", path = "../../polkadot/xcm" } - -# Cumulus -cumulus-client-cli = { path = "../client/cli" } -cumulus-client-collator = { path = "../client/collator" } -cumulus-client-consensus-aura = { path = "../client/consensus/aura" } -cumulus-client-consensus-relay-chain = { path = "../client/consensus/relay-chain" } -cumulus-client-consensus-common = { path = "../client/consensus/common" } -cumulus-client-consensus-proposer = { path = "../client/consensus/proposer" } -cumulus-client-parachain-inherent = { path = "../client/parachain-inherent" } -cumulus-client-service = { path = "../client/service" } -cumulus-primitives-aura = { path = "../primitives/aura" } -cumulus-primitives-core = { path = "../primitives/core" } -cumulus-relay-chain-interface = { path = "../client/relay-chain-interface" } +polkadot-cli = { path = "../../polkadot/cli", features = ["rococo-native"], version = "14.0.0" } +polkadot-primitives = { version = "14.0.0", path = "../../polkadot/primitives" } +polkadot-service = { version = "14.0.0", path = "../../polkadot/node/service" } +xcm = { package = "staging-xcm", path = "../../polkadot/xcm", version = "14.0.0" } +cumulus-client-cli = { version = "0.14.0", path = "../client/cli" } +cumulus-client-collator = { version = "0.14.0", path = "../client/collator" } +cumulus-client-consensus-aura = { version = "0.14.0", path = "../client/consensus/aura" } +cumulus-client-consensus-relay-chain = { version = "0.14.0", path = "../client/consensus/relay-chain" } +cumulus-client-consensus-common = { version = "0.14.0", path = "../client/consensus/common" } +cumulus-client-consensus-proposer = { version = "0.14.0", path = "../client/consensus/proposer" } +cumulus-client-parachain-inherent = { version = "0.8.0", path = "../client/parachain-inherent" } +cumulus-client-service = { version = "0.14.0", path = "../client/service" } +cumulus-primitives-aura = { version = "0.14.0", path = "../primitives/aura" } +cumulus-primitives-core = { version = "0.14.0", path = "../primitives/core" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../client/relay-chain-interface" } color-print = "0.3.4" [build-dependencies] -substrate-build-script-utils = { path = "../../substrate/utils/build-script-utils" } +substrate-build-script-utils = { version = "11.0.0", path = "../../substrate/utils/build-script-utils" } [dev-dependencies] assert_cmd = "2.0" diff --git a/cumulus/primitives/aura/Cargo.toml b/cumulus/primitives/aura/Cargo.toml index ef96f334d637..1a9fc7973073 100644 --- a/cumulus/primitives/aura/Cargo.toml +++ b/cumulus/primitives/aura/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "cumulus-primitives-aura" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Core primitives for Aura in Cumulus" +description = "Core primitives for Aura in Cumulus (polkadot v1.13.0)" [lints] workspace = true @@ -13,14 +13,14 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } # Substrate -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } # Polkadot -polkadot-core-primitives = { path = "../../../polkadot/core-primitives", default-features = false } -polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false } +polkadot-core-primitives = { path = "../../../polkadot/core-primitives", default-features = false, version = "14.0.0" } +polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/cumulus/primitives/core/Cargo.toml b/cumulus/primitives/core/Cargo.toml index 595aa5f72bf2..8df8804e5f31 100644 --- a/cumulus/primitives/core/Cargo.toml +++ b/cumulus/primitives/core/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "cumulus-primitives-core" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Cumulus related core primitive types and traits" +description = "Cumulus related core primitive types and traits (polkadot v1.13.0)" [lints] workspace = true @@ -14,16 +14,16 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-trie = { path = "../../../substrate/primitives/trie", default-features = false } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "36.0.0" } # Polkadot -polkadot-core-primitives = { path = "../../../polkadot/core-primitives", default-features = false } -polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-features = false } -polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false } -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } +polkadot-core-primitives = { path = "../../../polkadot/core-primitives", default-features = false, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/cumulus/primitives/parachain-inherent/Cargo.toml b/cumulus/primitives/parachain-inherent/Cargo.toml index 0156eb02e2b4..4bbb76ab8c22 100644 --- a/cumulus/primitives/parachain-inherent/Cargo.toml +++ b/cumulus/primitives/parachain-inherent/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cumulus-primitives-parachain-inherent" -version = "0.7.0" +version = "0.14.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." +description = "Inherent that needs to be present in every parachain block. Contains messages and a relay chain storage-proof. (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -15,15 +15,15 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", optional = true, default-features = false } -sp-state-machine = { path = "../../../substrate/primitives/state-machine", optional = true, default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-trie = { path = "../../../substrate/primitives/trie", default-features = false } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", optional = true, default-features = false, version = "38.0.0" } +sp-state-machine = { path = "../../../substrate/primitives/state-machine", optional = true, default-features = false, version = "0.42.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "36.0.0" } # Cumulus -cumulus-primitives-core = { path = "../core", default-features = false } +cumulus-primitives-core = { path = "../core", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/cumulus/primitives/proof-size-hostfunction/Cargo.toml b/cumulus/primitives/proof-size-hostfunction/Cargo.toml index dd584ce86b2e..ec5479497f30 100644 --- a/cumulus/primitives/proof-size-hostfunction/Cargo.toml +++ b/cumulus/primitives/proof-size-hostfunction/Cargo.toml @@ -1,18 +1,18 @@ [package] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.2.0" +version = "0.9.0" authors.workspace = true edition.workspace = true -description = "Hostfunction exposing storage proof size to the runtime." +description = "Hostfunction exposing storage proof size to the runtime. (polkadot v1.13.0)" license = "Apache-2.0" [lints] workspace = true [dependencies] -sp-runtime-interface = { path = "../../../substrate/primitives/runtime-interface", default-features = false } -sp-externalities = { path = "../../../substrate/primitives/externalities", default-features = false } -sp-trie = { path = "../../../substrate/primitives/trie", default-features = false } +sp-runtime-interface = { path = "../../../substrate/primitives/runtime-interface", default-features = false, version = "28.0.0" } +sp-externalities = { path = "../../../substrate/primitives/externalities", default-features = false, version = "0.29.0" } +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "36.0.0" } [dev-dependencies] sp-state-machine = { path = "../../../substrate/primitives/state-machine" } diff --git a/cumulus/primitives/storage-weight-reclaim/Cargo.toml b/cumulus/primitives/storage-weight-reclaim/Cargo.toml index bdfb83ad72a9..4fd0b3b677ec 100644 --- a/cumulus/primitives/storage-weight-reclaim/Cargo.toml +++ b/cumulus/primitives/storage-weight-reclaim/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" +version = "5.0.0" authors.workspace = true edition.workspace = true -description = "Utilities to reclaim storage weight." +description = "Utilities to reclaim storage weight. (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -14,14 +14,14 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } -cumulus-primitives-core = { path = "../core", default-features = false } -cumulus-primitives-proof-size-hostfunction = { path = "../proof-size-hostfunction", default-features = false } +cumulus-primitives-core = { path = "../core", default-features = false, version = "0.14.0" } +cumulus-primitives-proof-size-hostfunction = { path = "../proof-size-hostfunction", default-features = false, version = "0.9.0" } docify = "0.2.8" [dev-dependencies] @@ -39,8 +39,6 @@ std = [ "frame-system/std", "log/std", "scale-info/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", - "sp-trie/std", ] diff --git a/cumulus/primitives/timestamp/Cargo.toml b/cumulus/primitives/timestamp/Cargo.toml index 7a6f4787ba31..c4bbba6e1315 100644 --- a/cumulus/primitives/timestamp/Cargo.toml +++ b/cumulus/primitives/timestamp/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "cumulus-primitives-timestamp" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true -description = "Provides timestamp related functionality for parachains." +description = "Provides timestamp related functionality for parachains. (polkadot v1.13.0)" license = "Apache-2.0" [lints] @@ -14,12 +14,12 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = futures = "0.3.28" # Substrate -sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-timestamp = { path = "../../../substrate/primitives/timestamp", default-features = false } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-timestamp = { path = "../../../substrate/primitives/timestamp", default-features = false, version = "33.0.0" } # Cumulus -cumulus-primitives-core = { path = "../core", default-features = false } +cumulus-primitives-core = { path = "../core", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/cumulus/primitives/utility/Cargo.toml b/cumulus/primitives/utility/Cargo.toml index 85e3ac2f7606..f9f6119dc7fe 100644 --- a/cumulus/primitives/utility/Cargo.toml +++ b/cumulus/primitives/utility/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "cumulus-primitives-utility" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Helper datatypes for Cumulus" +description = "Helper datatypes for Cumulus (polkadot v1.13.0)" [lints] workspace = true @@ -14,21 +14,21 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } # Substrate -frame-support = { path = "../../../substrate/frame/support", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -pallet-asset-conversion = { path = "../../../substrate/frame/asset-conversion", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +pallet-asset-conversion = { path = "../../../substrate/frame/asset-conversion", default-features = false, version = "17.0.0" } # Polkadot -polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false } -polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false } -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false } +polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } # Cumulus -cumulus-primitives-core = { path = "../core", default-features = false } +cumulus-primitives-core = { path = "../core", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/cumulus/test/client/Cargo.toml b/cumulus/test/client/Cargo.toml index 120983eb9390..adadc7e29be1 100644 --- a/cumulus/test/client/Cargo.toml +++ b/cumulus/test/client/Cargo.toml @@ -4,48 +4,43 @@ version = "0.1.0" authors.workspace = true edition.workspace = true publish = false +description = "cumulus-test-client (polkadot v1.13.0)" [lints] workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } - -# Substrate -sc-service = { path = "../../../substrate/client/service" } -sc-consensus = { path = "../../../substrate/client/consensus/common" } -sc-consensus-aura = { path = "../../../substrate/client/consensus/aura" } -sc-block-builder = { path = "../../../substrate/client/block-builder" } -sc-executor = { path = "../../../substrate/client/executor" } -sc-executor-common = { path = "../../../substrate/client/executor/common" } -substrate-test-client = { path = "../../../substrate/test-utils/client" } -sp-application-crypto = { path = "../../../substrate/primitives/application-crypto" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-keyring = { path = "../../../substrate/primitives/keyring" } -sp-keystore = { path = "../../../substrate/primitives/keystore" } -sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } -sp-inherents = { path = "../../../substrate/primitives/inherents" } -sp-io = { path = "../../../substrate/primitives/io" } -sp-timestamp = { path = "../../../substrate/primitives/timestamp" } -frame-system = { path = "../../../substrate/frame/system" } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment" } -pallet-balances = { path = "../../../substrate/frame/balances" } - -# Polkadot -polkadot-primitives = { path = "../../../polkadot/primitives" } -polkadot-parachain-primitives = { path = "../../../polkadot/parachain" } - -# Cumulus -cumulus-test-runtime = { path = "../runtime" } -cumulus-test-service = { path = "../service" } -cumulus-test-relay-sproof-builder = { path = "../relay-sproof-builder" } -cumulus-primitives-core = { path = "../../primitives/core" } -cumulus-primitives-proof-size-hostfunction = { path = "../../primitives/proof-size-hostfunction" } -cumulus-primitives-parachain-inherent = { path = "../../primitives/parachain-inherent" } -cumulus-primitives-storage-weight-reclaim = { path = "../../primitives/storage-weight-reclaim" } +sc-service = { version = "0.42.0", path = "../../../substrate/client/service" } +sc-consensus = { version = "0.40.0", path = "../../../substrate/client/consensus/common" } +sc-consensus-aura = { version = "0.41.0", path = "../../../substrate/client/consensus/aura" } +sc-block-builder = { version = "0.40.0", path = "../../../substrate/client/block-builder" } +sc-executor = { version = "0.39.0", path = "../../../substrate/client/executor" } +sc-executor-common = { version = "0.35.0", path = "../../../substrate/client/executor/common" } +substrate-test-client = { version = "0.1.0", path = "../../../substrate/test-utils/client" } +sp-application-crypto = { version = "37.0.0", path = "../../../substrate/primitives/application-crypto" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-keyring = { version = "38.0.0", path = "../../../substrate/primitives/keyring" } +sp-keystore = { version = "0.40.0", path = "../../../substrate/primitives/keystore" } +sp-consensus-aura = { version = "0.39.0", path = "../../../substrate/primitives/consensus/aura" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } +sp-inherents = { version = "33.0.0", path = "../../../substrate/primitives/inherents" } +sp-io = { version = "37.0.0", path = "../../../substrate/primitives/io" } +sp-timestamp = { version = "33.0.0", path = "../../../substrate/primitives/timestamp" } +frame-system = { version = "35.0.0", path = "../../../substrate/frame/system" } +pallet-transaction-payment = { version = "35.0.0", path = "../../../substrate/frame/transaction-payment" } +pallet-balances = { version = "36.0.0", path = "../../../substrate/frame/balances" } +polkadot-primitives = { version = "14.0.0", path = "../../../polkadot/primitives" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../polkadot/parachain" } +cumulus-test-runtime = { version = "0.1.0", path = "../runtime" } +cumulus-test-service = { version = "0.1.0", path = "../service" } +cumulus-test-relay-sproof-builder = { version = "0.14.0", path = "../relay-sproof-builder" } +cumulus-primitives-core = { version = "0.14.0", path = "../../primitives/core" } +cumulus-primitives-proof-size-hostfunction = { version = "0.9.0", path = "../../primitives/proof-size-hostfunction" } +cumulus-primitives-parachain-inherent = { version = "0.14.0", path = "../../primitives/parachain-inherent" } +cumulus-primitives-storage-weight-reclaim = { version = "5.0.0", path = "../../primitives/storage-weight-reclaim" } [features] runtime-benchmarks = [ diff --git a/cumulus/test/relay-sproof-builder/Cargo.toml b/cumulus/test/relay-sproof-builder/Cargo.toml index d775c61f7801..1da95a3b50fa 100644 --- a/cumulus/test/relay-sproof-builder/Cargo.toml +++ b/cumulus/test/relay-sproof-builder/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "cumulus-test-relay-sproof-builder" -version = "0.7.0" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "Mocked relay state proof builder for testing Cumulus." +description = "Mocked relay state proof builder for testing Cumulus. (polkadot v1.13.0)" [lints] workspace = true @@ -13,16 +13,16 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } # Substrate -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-state-machine = { path = "../../../substrate/primitives/state-machine", default-features = false } -sp-trie = { path = "../../../substrate/primitives/trie", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-state-machine = { path = "../../../substrate/primitives/state-machine", default-features = false, version = "0.42.0" } +sp-trie = { path = "../../../substrate/primitives/trie", default-features = false, version = "36.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } # Polkadot -polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false } +polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false, version = "14.0.0" } # Cumulus -cumulus-primitives-core = { path = "../../primitives/core", default-features = false } +cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/cumulus/test/runtime/Cargo.toml b/cumulus/test/runtime/Cargo.toml index b14e3b7f040e..e013000dec35 100644 --- a/cumulus/test/runtime/Cargo.toml +++ b/cumulus/test/runtime/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors.workspace = true edition.workspace = true publish = false +description = "cumulus-test-runtime (polkadot v1.13.0)" [lints] workspace = true @@ -13,44 +14,44 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # Substrate -frame-executive = { path = "../../../substrate/frame/executive", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } -pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } -pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false } -pallet-aura = { path = "../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } -pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } -pallet-glutton = { path = "../../../substrate/frame/glutton", default-features = false } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } -pallet-session = { path = "../../../substrate/frame/session", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../substrate/primitives/session", default-features = false } -sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../substrate/primitives/version", default-features = false } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-aura = { path = "../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-glutton = { path = "../../../substrate/frame/glutton", default-features = false, version = "21.0.0" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Cumulus -cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../parachains/pallets/parachain-info", default-features = false } -cumulus-primitives-aura = { path = "../../primitives/aura", default-features = false } -pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false } -cumulus-pallet-aura-ext = { path = "../../pallets/aura-ext", default-features = false } -cumulus-primitives-core = { path = "../../primitives/core", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../primitives/storage-weight-reclaim", default-features = false } +cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false, version = "0.14.0" } +parachain-info = { package = "staging-parachain-info", path = "../../parachains/pallets/parachain-info", default-features = false, version = "0.14.0" } +cumulus-primitives-aura = { path = "../../primitives/aura", default-features = false, version = "0.14.0" } +pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "16.0.0" } +cumulus-pallet-aura-ext = { path = "../../pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/cumulus/test/service/Cargo.toml b/cumulus/test/service/Cargo.toml index 732d884528f8..dfcf2467c049 100644 --- a/cumulus/test/service/Cargo.toml +++ b/cumulus/test/service/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors.workspace = true edition.workspace = true publish = false +description = "cumulus-test-service (polkadot v1.13.0)" [lints] workspace = true @@ -25,69 +26,63 @@ tokio = { version = "1.32.0", features = ["macros"] } tracing = "0.1.37" url = "2.4.0" tempfile = "3.8.0" - -# Substrate -frame-system = { path = "../../../substrate/frame/system" } -frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api" } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment" } -sc-basic-authorship = { path = "../../../substrate/client/basic-authorship" } -sc-chain-spec = { path = "../../../substrate/client/chain-spec" } -sc-client-api = { path = "../../../substrate/client/api" } -sc-consensus = { path = "../../../substrate/client/consensus/common" } -sc-consensus-aura = { path = "../../../substrate/client/consensus/aura" } -sc-executor = { path = "../../../substrate/client/executor" } -sc-network = { path = "../../../substrate/client/network" } -sc-service = { path = "../../../substrate/client/service" } -sc-tracing = { path = "../../../substrate/client/tracing" } -sc-transaction-pool = { path = "../../../substrate/client/transaction-pool" } -sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } -sc-telemetry = { path = "../../../substrate/client/telemetry" } -sp-arithmetic = { path = "../../../substrate/primitives/arithmetic" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-io = { path = "../../../substrate/primitives/io" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-keyring = { path = "../../../substrate/primitives/keyring" } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-state-machine = { path = "../../../substrate/primitives/state-machine" } -sp-tracing = { path = "../../../substrate/primitives/tracing" } -sp-timestamp = { path = "../../../substrate/primitives/timestamp" } -sp-consensus = { path = "../../../substrate/primitives/consensus/common" } -sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura" } -substrate-test-client = { path = "../../../substrate/test-utils/client" } -sc-cli = { path = "../../../substrate/client/cli" } -sc-block-builder = { path = "../../../substrate/client/block-builder" } -sc-executor-wasmtime = { path = "../../../substrate/client/executor/wasmtime" } -sc-executor-common = { path = "../../../substrate/client/executor/common" } - -# Polkadot -polkadot-primitives = { path = "../../../polkadot/primitives" } -polkadot-service = { path = "../../../polkadot/node/service" } -polkadot-test-service = { path = "../../../polkadot/node/test/service" } -polkadot-cli = { path = "../../../polkadot/cli" } -polkadot-node-subsystem = { path = "../../../polkadot/node/subsystem" } -polkadot-overseer = { path = "../../../polkadot/node/overseer" } - -# Cumulus -cumulus-client-cli = { path = "../../client/cli" } -parachains-common = { path = "../../parachains/common" } -cumulus-client-consensus-common = { path = "../../client/consensus/common" } -cumulus-client-consensus-proposer = { path = "../../client/consensus/proposer" } -cumulus-client-consensus-aura = { path = "../../client/consensus/aura" } -cumulus-client-consensus-relay-chain = { path = "../../client/consensus/relay-chain" } -cumulus-client-parachain-inherent = { path = "../../client/parachain-inherent" } -cumulus-client-service = { path = "../../client/service" } -cumulus-client-collator = { path = "../../client/collator" } -cumulus-primitives-core = { path = "../../primitives/core" } -cumulus-relay-chain-inprocess-interface = { path = "../../client/relay-chain-inprocess-interface" } -cumulus-relay-chain-interface = { path = "../../client/relay-chain-interface" } -cumulus-test-runtime = { path = "../runtime" } -cumulus-relay-chain-minimal-node = { path = "../../client/relay-chain-minimal-node" } -cumulus-client-pov-recovery = { path = "../../client/pov-recovery" } -cumulus-test-relay-sproof-builder = { path = "../relay-sproof-builder" } -cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../primitives/storage-weight-reclaim" } -pallet-timestamp = { path = "../../../substrate/frame/timestamp" } +frame-system = { version = "35.0.0", path = "../../../substrate/frame/system" } +frame-system-rpc-runtime-api = { version = "33.0.0", path = "../../../substrate/frame/system/rpc/runtime-api" } +pallet-transaction-payment = { version = "35.0.0", path = "../../../substrate/frame/transaction-payment" } +sc-basic-authorship = { version = "0.41.0", path = "../../../substrate/client/basic-authorship" } +sc-chain-spec = { version = "34.0.0", path = "../../../substrate/client/chain-spec" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sc-consensus = { version = "0.40.0", path = "../../../substrate/client/consensus/common" } +sc-consensus-aura = { version = "0.41.0", path = "../../../substrate/client/consensus/aura" } +sc-executor = { version = "0.39.0", path = "../../../substrate/client/executor" } +sc-network = { version = "0.41.0", path = "../../../substrate/client/network" } +sc-service = { version = "0.42.0", path = "../../../substrate/client/service" } +sc-tracing = { version = "35.0.0", path = "../../../substrate/client/tracing" } +sc-transaction-pool = { version = "35.0.0", path = "../../../substrate/client/transaction-pool" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../../substrate/client/transaction-pool/api" } +sc-telemetry = { version = "21.0.0", path = "../../../substrate/client/telemetry" } +sp-arithmetic = { version = "26.0.0", path = "../../../substrate/primitives/arithmetic" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-io = { version = "37.0.0", path = "../../../substrate/primitives/io" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-keyring = { version = "38.0.0", path = "../../../substrate/primitives/keyring" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-state-machine = { version = "0.42.0", path = "../../../substrate/primitives/state-machine" } +sp-tracing = { version = "17.0.0", path = "../../../substrate/primitives/tracing" } +sp-timestamp = { version = "33.0.0", path = "../../../substrate/primitives/timestamp" } +sp-consensus = { version = "0.39.0", path = "../../../substrate/primitives/consensus/common" } +sp-consensus-aura = { version = "0.39.0", path = "../../../substrate/primitives/consensus/aura" } +substrate-test-client = { version = "0.1.0", path = "../../../substrate/test-utils/client" } +sc-cli = { version = "0.43.0", path = "../../../substrate/client/cli" } +sc-block-builder = { version = "0.40.0", path = "../../../substrate/client/block-builder" } +sc-executor-wasmtime = { version = "0.35.0", path = "../../../substrate/client/executor/wasmtime" } +sc-executor-common = { version = "0.35.0", path = "../../../substrate/client/executor/common" } +polkadot-primitives = { version = "14.0.0", path = "../../../polkadot/primitives" } +polkadot-service = { version = "14.0.0", path = "../../../polkadot/node/service" } +polkadot-test-service = { version = "0.1.0", path = "../../../polkadot/node/test/service" } +polkadot-cli = { version = "14.0.0", path = "../../../polkadot/cli" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../../polkadot/node/subsystem" } +polkadot-overseer = { version = "14.0.0", path = "../../../polkadot/node/overseer" } +cumulus-client-cli = { version = "0.14.0", path = "../../client/cli" } +parachains-common = { version = "14.0.0", path = "../../parachains/common" } +cumulus-client-consensus-common = { version = "0.14.0", path = "../../client/consensus/common" } +cumulus-client-consensus-proposer = { version = "0.14.0", path = "../../client/consensus/proposer" } +cumulus-client-consensus-aura = { version = "0.14.0", path = "../../client/consensus/aura" } +cumulus-client-consensus-relay-chain = { version = "0.14.0", path = "../../client/consensus/relay-chain" } +cumulus-client-parachain-inherent = { version = "0.8.0", path = "../../client/parachain-inherent" } +cumulus-client-service = { version = "0.14.0", path = "../../client/service" } +cumulus-client-collator = { version = "0.14.0", path = "../../client/collator" } +cumulus-primitives-core = { version = "0.14.0", path = "../../primitives/core" } +cumulus-relay-chain-inprocess-interface = { version = "0.14.0", path = "../../client/relay-chain-inprocess-interface" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../../client/relay-chain-interface" } +cumulus-test-runtime = { version = "0.1.0", path = "../runtime" } +cumulus-relay-chain-minimal-node = { version = "0.14.0", path = "../../client/relay-chain-minimal-node" } +cumulus-client-pov-recovery = { version = "0.14.0", path = "../../client/pov-recovery" } +cumulus-test-relay-sproof-builder = { version = "0.14.0", path = "../relay-sproof-builder" } +cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { version = "5.0.0", path = "../../primitives/storage-weight-reclaim" } +pallet-timestamp = { version = "34.0.0", path = "../../../substrate/frame/timestamp" } [dev-dependencies] futures = "0.3.28" @@ -96,11 +91,7 @@ rococo-parachain-runtime = { path = "../../parachains/runtimes/testing/rococo-pa sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa" } sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery" } cumulus-test-client = { path = "../client" } - -# Polkadot dependencies polkadot-test-service = { path = "../../../polkadot/node/test/service" } - -# Substrate dependencies sc-cli = { path = "../../../substrate/client/cli" } substrate-test-utils = { path = "../../../substrate/test-utils" } @@ -108,7 +99,6 @@ substrate-test-utils = { path = "../../../substrate/test-utils" } runtime-benchmarks = [ "cumulus-pallet-parachain-system/runtime-benchmarks", "cumulus-primitives-core/runtime-benchmarks", - "cumulus-test-client/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "parachains-common/runtime-benchmarks", @@ -116,7 +106,6 @@ runtime-benchmarks = [ "polkadot-primitives/runtime-benchmarks", "polkadot-service/runtime-benchmarks", "polkadot-test-service/runtime-benchmarks", - "rococo-parachain-runtime/runtime-benchmarks", "sc-service/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] diff --git a/cumulus/xcm/xcm-emulator/Cargo.toml b/cumulus/xcm/xcm-emulator/Cargo.toml index 0ed77bf5b707..bbd532420e08 100644 --- a/cumulus/xcm/xcm-emulator/Cargo.toml +++ b/cumulus/xcm/xcm-emulator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xcm-emulator" -description = "Test kit to emulate XCM program execution." -version = "0.5.0" +description = "Test kit to emulate XCM program execution. (polkadot v1.13.0)" +version = "0.12.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" @@ -15,31 +15,27 @@ paste = "1.0.14" log = { workspace = true } lazy_static = "1.4.0" impl-trait-for-tuples = "0.2.2" - -# Substrate -frame-support = { path = "../../../substrate/frame/support" } -frame-system = { path = "../../../substrate/frame/system" } -sp-io = { path = "../../../substrate/primitives/io" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-crypto-hashing = { path = "../../../substrate/primitives/crypto/hashing" } -sp-std = { path = "../../../substrate/primitives/std" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-arithmetic = { path = "../../../substrate/primitives/arithmetic" } -sp-tracing = { path = "../../../substrate/primitives/tracing" } -pallet-balances = { path = "../../../substrate/frame/balances" } -pallet-message-queue = { path = "../../../substrate/frame/message-queue" } - -# Cumulus -cumulus-primitives-core = { path = "../../primitives/core" } -cumulus-pallet-xcmp-queue = { path = "../../pallets/xcmp-queue" } -cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system" } -cumulus-primitives-parachain-inherent = { path = "../../primitives/parachain-inherent" } -cumulus-test-relay-sproof-builder = { path = "../../test/relay-sproof-builder" } -parachains-common = { path = "../../parachains/common" } +frame-support = { version = "35.0.0", path = "../../../substrate/frame/support" } +frame-system = { version = "35.0.0", path = "../../../substrate/frame/system" } +sp-io = { version = "37.0.0", path = "../../../substrate/primitives/io" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-crypto-hashing = { version = "0.1.0", path = "../../../substrate/primitives/crypto/hashing" } +sp-std = { version = "14.0.0", path = "../../../substrate/primitives/std" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-arithmetic = { version = "26.0.0", path = "../../../substrate/primitives/arithmetic" } +sp-tracing = { version = "17.0.0", path = "../../../substrate/primitives/tracing" } +pallet-balances = { version = "36.0.0", path = "../../../substrate/frame/balances" } +pallet-message-queue = { version = "38.0.0", path = "../../../substrate/frame/message-queue" } +cumulus-primitives-core = { version = "0.14.0", path = "../../primitives/core" } +cumulus-pallet-xcmp-queue = { version = "0.14.0", path = "../../pallets/xcmp-queue" } +cumulus-pallet-parachain-system = { version = "0.14.0", path = "../../pallets/parachain-system" } +cumulus-primitives-parachain-inherent = { version = "0.14.0", path = "../../primitives/parachain-inherent" } +cumulus-test-relay-sproof-builder = { version = "0.14.0", path = "../../test/relay-sproof-builder" } +parachains-common = { version = "14.0.0", path = "../../parachains/common" } # Polkadot -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor" } -polkadot-primitives = { path = "../../../polkadot/primitives" } -polkadot-parachain-primitives = { path = "../../../polkadot/parachain" } -polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains" } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", version = "14.0.0" } +polkadot-primitives = { version = "14.0.0", path = "../../../polkadot/primitives" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../polkadot/parachain" } +polkadot-runtime-parachains = { version = "14.0.0", path = "../../../polkadot/runtime/parachains" } diff --git a/docs/sdk/Cargo.toml b/docs/sdk/Cargo.toml index b0671623f48d..d03420e6f11a 100644 --- a/docs/sdk/Cargo.toml +++ b/docs/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-sdk-docs" -description = "The one stop shop for developers of the polkadot-sdk" +description = "The one stop shop for developers of the polkadot-sdk (polkadot v1.13.0)" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "paritytech.github.io" repository.workspace = true @@ -8,7 +8,7 @@ authors.workspace = true edition.workspace = true # This crate is not publish-able to crates.io for now because of docify. publish = false -version = "0.0.1" +version = "0.1.0" [lints] workspace = true @@ -17,93 +17,76 @@ workspace = true # Needed for all FRAME-based code codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.6.0", default-features = false } -frame = { package = "polkadot-sdk-frame", path = "../../substrate/frame", features = [ - "experimental", - "runtime", -] } -pallet-examples = { path = "../../substrate/frame/examples" } -pallet-default-config-example = { path = "../../substrate/frame/examples/default-config" } -pallet-example-offchain-worker = { path = "../../substrate/frame/examples/offchain-worker" } +frame = { package = "polkadot-sdk-frame", path = "../../substrate/frame", features = ["experimental", "runtime"], version = "0.4.0" } +pallet-examples = { version = "7.0.0", path = "../../substrate/frame/examples" } +pallet-default-config-example = { version = "17.0.0", path = "../../substrate/frame/examples/default-config" } +pallet-example-offchain-worker = { version = "35.0.0", path = "../../substrate/frame/examples/offchain-worker" } # How we build docs in rust-docs simple-mermaid = "0.1.1" docify = "0.2.8" # Polkadot SDK deps, typically all should only be in scope such that we can link to their doc item. -polkadot-sdk = { path = "../../umbrella", features = ["runtime"] } -node-cli = { package = "staging-node-cli", path = "../../substrate/bin/node/cli" } -kitchensink-runtime = { path = "../../substrate/bin/node/runtime" } -chain-spec-builder = { package = "staging-chain-spec-builder", path = "../../substrate/bin/utils/chain-spec-builder" } -subkey = { path = "../../substrate/bin/utils/subkey" } -frame-system = { path = "../../substrate/frame/system", default-features = false } -frame-support = { path = "../../substrate/frame/support", default-features = false } -frame-executive = { path = "../../substrate/frame/executive", default-features = false } -pallet-example-single-block-migrations = { path = "../../substrate/frame/examples/single-block-migrations" } -frame-metadata-hash-extension = { path = "../../substrate/frame/metadata-hash-extension" } - -# Substrate Client -sc-network = { path = "../../substrate/client/network" } -sc-rpc-api = { path = "../../substrate/client/rpc-api" } -sc-rpc = { path = "../../substrate/client/rpc" } -sc-client-db = { path = "../../substrate/client/db" } -sc-cli = { path = "../../substrate/client/cli" } -sc-consensus-aura = { path = "../../substrate/client/consensus/aura" } -sc-consensus-babe = { path = "../../substrate/client/consensus/babe" } -sc-consensus-grandpa = { path = "../../substrate/client/consensus/grandpa" } -sc-consensus-beefy = { path = "../../substrate/client/consensus/beefy" } -sc-consensus-manual-seal = { path = "../../substrate/client/consensus/manual-seal" } -sc-consensus-pow = { path = "../../substrate/client/consensus/pow" } -sc-executor = { path = "../../substrate/client/executor" } -sc-service = { path = "../../substrate/client/service" } -sc-chain-spec = { path = "../../substrate/client/chain-spec" } - -substrate-wasm-builder = { path = "../../substrate/utils/wasm-builder" } - -# Cumulus -cumulus-pallet-aura-ext = { path = "../../cumulus/pallets/aura-ext" } -cumulus-pallet-parachain-system = { path = "../../cumulus/pallets/parachain-system" } -parachain-info = { package = "staging-parachain-info", path = "../../cumulus/parachains/pallets/parachain-info" } -cumulus-primitives-proof-size-hostfunction = { path = "../../cumulus/primitives/proof-size-hostfunction" } -cumulus-client-service = { path = "../../cumulus/client/service" } -cumulus-primitives-storage-weight-reclaim = { path = "../../cumulus/primitives/storage-weight-reclaim" } - -# Pallets and FRAME internals -pallet-aura = { path = "../../substrate/frame/aura" } -pallet-timestamp = { path = "../../substrate/frame/timestamp" } -pallet-balances = { path = "../../substrate/frame/balances" } -pallet-assets = { path = "../../substrate/frame/assets" } -pallet-preimage = { path = "../../substrate/frame/preimage" } -pallet-transaction-payment = { path = "../../substrate/frame/transaction-payment" } -pallet-utility = { path = "../../substrate/frame/utility" } -pallet-multisig = { path = "../../substrate/frame/multisig" } -pallet-proxy = { path = "../../substrate/frame/proxy" } -pallet-authorship = { path = "../../substrate/frame/authorship" } -pallet-collective = { path = "../../substrate/frame/collective" } -pallet-democracy = { path = "../../substrate/frame/democracy" } -pallet-uniques = { path = "../../substrate/frame/uniques" } -pallet-nfts = { path = "../../substrate/frame/nfts" } -pallet-scheduler = { path = "../../substrate/frame/scheduler" } - -# Primitives -sp-io = { path = "../../substrate/primitives/io" } -sp-api = { path = "../../substrate/primitives/api" } -sp-core = { path = "../../substrate/primitives/core" } -sp-keyring = { path = "../../substrate/primitives/keyring" } -sp-runtime = { path = "../../substrate/primitives/runtime" } -sp-arithmetic = { path = "../../substrate/primitives/arithmetic" } -sp-genesis-builder = { path = "../../substrate/primitives/genesis-builder" } - -# Misc pallet dependencies -pallet-referenda = { path = "../../substrate/frame/referenda" } -pallet-broker = { path = "../../substrate/frame/broker" } -pallet-babe = { path = "../../substrate/frame/babe" } - -sp-offchain = { path = "../../substrate/primitives/offchain" } -sp-version = { path = "../../substrate/primitives/version" } +polkadot-sdk = { path = "../../umbrella", features = ["runtime"], version = "0.2.0" } +node-cli = { package = "staging-node-cli", path = "../../substrate/bin/node/cli", version = "0.1.0" } +kitchensink-runtime = { version = "0.1.0", path = "../../substrate/bin/node/runtime" } +chain-spec-builder = { package = "staging-chain-spec-builder", path = "../../substrate/bin/utils/chain-spec-builder", version = "2.0.0" } +subkey = { version = "16.0.0", path = "../../substrate/bin/utils/subkey" } +frame-system = { path = "../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-support = { path = "../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-executive = { path = "../../substrate/frame/executive", default-features = false, version = "35.0.0" } +pallet-example-single-block-migrations = { version = "0.1.0", path = "../../substrate/frame/examples/single-block-migrations" } +frame-metadata-hash-extension = { version = "0.3.0", path = "../../substrate/frame/metadata-hash-extension" } +sc-network = { version = "0.41.0", path = "../../substrate/client/network" } +sc-rpc-api = { version = "0.40.0", path = "../../substrate/client/rpc-api" } +sc-rpc = { version = "36.0.0", path = "../../substrate/client/rpc" } +sc-client-db = { version = "0.42.0", path = "../../substrate/client/db" } +sc-cli = { version = "0.43.0", path = "../../substrate/client/cli" } +sc-consensus-aura = { version = "0.41.0", path = "../../substrate/client/consensus/aura" } +sc-consensus-babe = { version = "0.41.0", path = "../../substrate/client/consensus/babe" } +sc-consensus-grandpa = { version = "0.26.0", path = "../../substrate/client/consensus/grandpa" } +sc-consensus-beefy = { version = "20.0.0", path = "../../substrate/client/consensus/beefy" } +sc-consensus-manual-seal = { version = "0.42.0", path = "../../substrate/client/consensus/manual-seal" } +sc-consensus-pow = { version = "0.40.0", path = "../../substrate/client/consensus/pow" } +sc-executor = { version = "0.39.0", path = "../../substrate/client/executor" } +sc-service = { version = "0.42.0", path = "../../substrate/client/service" } +sc-chain-spec = { version = "34.0.0", path = "../../substrate/client/chain-spec" } +substrate-wasm-builder = { version = "23.0.0", path = "../../substrate/utils/wasm-builder" } +cumulus-pallet-aura-ext = { version = "0.14.0", path = "../../cumulus/pallets/aura-ext" } +cumulus-pallet-parachain-system = { version = "0.14.0", path = "../../cumulus/pallets/parachain-system" } +parachain-info = { package = "staging-parachain-info", path = "../../cumulus/parachains/pallets/parachain-info", version = "0.14.0" } +cumulus-primitives-proof-size-hostfunction = { version = "0.9.0", path = "../../cumulus/primitives/proof-size-hostfunction" } +cumulus-client-service = { version = "0.14.0", path = "../../cumulus/client/service" } +cumulus-primitives-storage-weight-reclaim = { version = "5.0.0", path = "../../cumulus/primitives/storage-weight-reclaim" } +pallet-aura = { version = "34.0.0", path = "../../substrate/frame/aura" } +pallet-timestamp = { version = "34.0.0", path = "../../substrate/frame/timestamp" } +pallet-balances = { version = "36.0.0", path = "../../substrate/frame/balances" } +pallet-assets = { version = "36.0.0", path = "../../substrate/frame/assets" } +pallet-preimage = { version = "35.0.0", path = "../../substrate/frame/preimage" } +pallet-transaction-payment = { version = "35.0.0", path = "../../substrate/frame/transaction-payment" } +pallet-utility = { version = "35.0.0", path = "../../substrate/frame/utility" } +pallet-multisig = { version = "35.0.0", path = "../../substrate/frame/multisig" } +pallet-proxy = { version = "35.0.0", path = "../../substrate/frame/proxy" } +pallet-authorship = { version = "35.0.0", path = "../../substrate/frame/authorship" } +pallet-collective = { version = "35.0.0", path = "../../substrate/frame/collective" } +pallet-democracy = { version = "35.0.0", path = "../../substrate/frame/democracy" } +pallet-uniques = { version = "35.0.0", path = "../../substrate/frame/uniques" } +pallet-nfts = { version = "29.0.0", path = "../../substrate/frame/nfts" } +pallet-scheduler = { version = "36.0.0", path = "../../substrate/frame/scheduler" } +sp-io = { version = "37.0.0", path = "../../substrate/primitives/io" } +sp-api = { version = "33.0.0", path = "../../substrate/primitives/api" } +sp-core = { version = "34.0.0", path = "../../substrate/primitives/core" } +sp-keyring = { version = "38.0.0", path = "../../substrate/primitives/keyring" } +sp-runtime = { version = "38.0.0", path = "../../substrate/primitives/runtime" } +sp-arithmetic = { version = "26.0.0", path = "../../substrate/primitives/arithmetic" } +sp-genesis-builder = { version = "0.14.0", path = "../../substrate/primitives/genesis-builder" } +pallet-referenda = { version = "35.0.0", path = "../../substrate/frame/referenda" } +pallet-broker = { version = "0.14.0", path = "../../substrate/frame/broker" } +pallet-babe = { version = "35.0.0", path = "../../substrate/frame/babe" } +sp-offchain = { version = "33.0.0", path = "../../substrate/primitives/offchain" } +sp-version = { version = "36.0.0", path = "../../substrate/primitives/version" } # XCM -xcm = { package = "staging-xcm", path = "../../polkadot/xcm" } -xcm-docs = { path = "../../polkadot/xcm/docs" } - -# runtime guides -chain-spec-guide-runtime = { path = "./src/reference_docs/chain_spec_runtime" } +xcm = { package = "staging-xcm", path = "../../polkadot/xcm", version = "14.0.0" } +xcm-docs = { version = "0.1.0", path = "../../polkadot/xcm/docs" } +chain-spec-guide-runtime = { version = "0.1.0", path = "src/reference_docs/chain_spec_runtime" } diff --git a/docs/sdk/src/reference_docs/chain_spec_runtime/Cargo.toml b/docs/sdk/src/reference_docs/chain_spec_runtime/Cargo.toml index c6dd3af9d90b..06af9c3eed71 100644 --- a/docs/sdk/src/reference_docs/chain_spec_runtime/Cargo.toml +++ b/docs/sdk/src/reference_docs/chain_spec_runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "chain-spec-guide-runtime" -description = "A minimal runtime for chain spec guide" -version = "0.0.0" +description = "A minimal runtime for chain spec guide (polkadot v1.13.0)" +version = "0.1.0" license = "MIT-0" authors.workspace = true homepage.workspace = true @@ -17,28 +17,25 @@ serde = { workspace = true, default-features = false } serde_json = { workspace = true } # this is a frame-based runtime, thus importing `frame` with runtime feature enabled. -frame = { package = "polkadot-sdk-frame", path = "../../../../../substrate/frame", default-features = false, features = [ - "experimental", - "runtime", -] } +frame = { package = "polkadot-sdk-frame", path = "../../../../../substrate/frame", default-features = false, features = ["experimental", "runtime"], version = "0.4.0" } # pallets that we want to use -pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false } -pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false } -pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } +pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-sudo = { path = "../../../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } # genesis builder that allows us to interact with runtime genesis config -sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false } -sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, features = ["serde"] } -sp-core = { path = "../../../../../substrate/primitives/core", default-features = false } -sp-std = { path = "../../../../../substrate/primitives/std", default-features = false } -sp-keyring = { path = "../../../../../substrate/primitives/keyring", default-features = false } -sp-application-crypto = { path = "../../../../../substrate/primitives/application-crypto", default-features = false, features = ["serde"] } +sp-genesis-builder = { path = "../../../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-core = { path = "../../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-keyring = { path = "../../../../../substrate/primitives/keyring", default-features = false, version = "38.0.0" } +sp-application-crypto = { path = "../../../../../substrate/primitives/application-crypto", default-features = false, features = ["serde"], version = "37.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [dev-dependencies] chain-spec-builder = { package = "staging-chain-spec-builder", path = "../../../../../substrate/bin/utils/chain-spec-builder" } diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 3aeec8d5961e..3d9b8e350cb3 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -12,13 +12,13 @@ path = "src/bin/prepare-worker.rs" [package] name = "polkadot" -description = "Implementation of a `https://polkadot.network` node in Rust based on the Substrate framework." +description = "Implementation of a `https://polkadot.network` node in Rust based on the Substrate framework. (polkadot v1.13.0)" license = "GPL-3.0-only" rust-version = "1.64.0" readme = "README.md" authors.workspace = true edition.workspace = true -version = "6.0.0" +version = "13.0.0" default-run = "polkadot" [lints] @@ -29,14 +29,12 @@ color-eyre = { version = "0.6.1", default-features = false } tikv-jemallocator = { version = "0.5.0", optional = true, features = ["unprefixed_malloc_on_supported_platforms"] } # Crates in our workspace, defined as dependencies so we can pass them feature flags. -polkadot-cli = { path = "cli", features = ["rococo-native", "westend-native"] } -polkadot-node-core-pvf = { path = "node/core/pvf" } -polkadot-node-core-pvf-prepare-worker = { path = "node/core/pvf/prepare-worker" } -polkadot-overseer = { path = "node/overseer" } - -# Needed for worker binaries. -polkadot-node-core-pvf-common = { path = "node/core/pvf/common" } -polkadot-node-core-pvf-execute-worker = { path = "node/core/pvf/execute-worker" } +polkadot-cli = { path = "cli", features = ["rococo-native", "westend-native"], version = "14.0.0" } +polkadot-node-core-pvf = { version = "14.0.0", path = "node/core/pvf" } +polkadot-node-core-pvf-prepare-worker = { version = "14.0.0", path = "node/core/pvf/prepare-worker" } +polkadot-overseer = { version = "14.0.0", path = "node/overseer" } +polkadot-node-core-pvf-common = { version = "14.0.0", path = "node/core/pvf/common" } +polkadot-node-core-pvf-execute-worker = { version = "14.0.0", path = "node/core/pvf/execute-worker" } [target.'cfg(target_os = "linux")'.dependencies] tikv-jemallocator = { version = "0.5.0", features = ["unprefixed_malloc_on_supported_platforms"] } @@ -50,7 +48,7 @@ substrate-rpc-client = { path = "../substrate/utils/frame/rpc/client" } polkadot-core-primitives = { path = "core-primitives" } [build-dependencies] -substrate-build-script-utils = { path = "../substrate/utils/build-script-utils" } +substrate-build-script-utils = { version = "11.0.0", path = "../substrate/utils/build-script-utils" } [badges] maintenance = { status = "actively-developed" } diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 1917dcd579c4..a02b5dd3c28c 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 = "7.0.0" +description = "Polkadot Relay-chain Client Node (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -26,25 +26,24 @@ futures = "0.3.30" pyroscope = { version = "0.5.3", optional = true } pyroscope_pprofrs = { version = "0.2", optional = true } -polkadot-service = { path = "../node/service", default-features = false, optional = true } - -sp-core = { path = "../../substrate/primitives/core" } -sp-io = { path = "../../substrate/primitives/io" } -sp-keyring = { path = "../../substrate/primitives/keyring" } -sp-maybe-compressed-blob = { path = "../../substrate/primitives/maybe-compressed-blob" } -frame-benchmarking-cli = { path = "../../substrate/utils/frame/benchmarking-cli", optional = true } -sc-cli = { path = "../../substrate/client/cli", optional = true } -sc-service = { path = "../../substrate/client/service", optional = true } -polkadot-node-metrics = { path = "../node/metrics" } -polkadot-node-primitives = { path = "../node/primitives" } -sc-tracing = { path = "../../substrate/client/tracing", optional = true } -sc-sysinfo = { path = "../../substrate/client/sysinfo" } -sc-executor = { path = "../../substrate/client/executor" } -sc-storage-monitor = { path = "../../substrate/client/storage-monitor" } -sp-runtime = { path = "../../substrate/primitives/runtime" } +polkadot-service = { path = "../node/service", default-features = false, optional = true, version = "14.0.0" } +sp-core = { version = "34.0.0", path = "../../substrate/primitives/core" } +sp-io = { version = "37.0.0", path = "../../substrate/primitives/io" } +sp-keyring = { version = "38.0.0", path = "../../substrate/primitives/keyring" } +sp-maybe-compressed-blob = { version = "11.0.0", path = "../../substrate/primitives/maybe-compressed-blob" } +frame-benchmarking-cli = { path = "../../substrate/utils/frame/benchmarking-cli", optional = true, version = "39.0.0" } +sc-cli = { path = "../../substrate/client/cli", optional = true, version = "0.43.0" } +sc-service = { path = "../../substrate/client/service", optional = true, version = "0.42.0" } +polkadot-node-metrics = { version = "14.0.0", path = "../node/metrics" } +polkadot-node-primitives = { version = "14.0.0", path = "../node/primitives" } +sc-tracing = { path = "../../substrate/client/tracing", optional = true, version = "35.0.0" } +sc-sysinfo = { version = "34.0.0", path = "../../substrate/client/sysinfo" } +sc-executor = { version = "0.39.0", path = "../../substrate/client/executor" } +sc-storage-monitor = { version = "0.22.0", path = "../../substrate/client/storage-monitor" } +sp-runtime = { version = "38.0.0", path = "../../substrate/primitives/runtime" } [build-dependencies] -substrate-build-script-utils = { path = "../../substrate/utils/build-script-utils" } +substrate-build-script-utils = { version = "11.0.0", path = "../../substrate/utils/build-script-utils" } [features] default = ["cli", "db", "full-node"] diff --git a/polkadot/core-primitives/Cargo.toml b/polkadot/core-primitives/Cargo.toml index 7d94196fa26d..585e75998869 100644 --- a/polkadot/core-primitives/Cargo.toml +++ b/polkadot/core-primitives/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-core-primitives" -version = "7.0.0" -description = "Core Polkadot types used by Relay Chains and parachains." +version = "14.0.0" +description = "Core Polkadot types used by Relay Chains and parachains. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -10,9 +10,9 @@ license.workspace = true workspace = true [dependencies] -sp-core = { path = "../../substrate/primitives/core", default-features = false } -sp-std = { path = "../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false } +sp-core = { path = "../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 3c14fd95eee3..5e80c593fc25 100644 --- a/polkadot/erasure-coding/Cargo.toml +++ b/polkadot/erasure-coding/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-erasure-coding" -version = "7.0.0" -description = "Erasure coding used for Polkadot's availability system" +version = "14.0.0" +description = "Erasure coding used for Polkadot's availability system (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -10,12 +10,12 @@ license.workspace = true workspace = true [dependencies] -polkadot-primitives = { path = "../primitives" } -polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" } +polkadot-primitives = { version = "14.0.0", path = "../primitives" } +polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives", version = "14.0.0" } novelpoly = { package = "reed-solomon-novelpoly", version = "2.0.0" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "std"] } -sp-core = { path = "../../substrate/primitives/core" } -sp-trie = { path = "../../substrate/primitives/trie" } +sp-core = { version = "34.0.0", path = "../../substrate/primitives/core" } +sp-trie = { version = "36.0.0", path = "../../substrate/primitives/trie" } thiserror = { workspace = true } [dev-dependencies] diff --git a/polkadot/erasure-coding/fuzzer/Cargo.toml b/polkadot/erasure-coding/fuzzer/Cargo.toml index bd254f6d5165..8b7b0a84173b 100644 --- a/polkadot/erasure-coding/fuzzer/Cargo.toml +++ b/polkadot/erasure-coding/fuzzer/Cargo.toml @@ -1,19 +1,20 @@ [package] name = "erasure_coding_fuzzer" -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true publish = false +description = "erasure_coding_fuzzer (polkadot v1.13.0)" [lints] workspace = true [dependencies] -polkadot-erasure-coding = { path = ".." } +polkadot-erasure-coding = { version = "14.0.0", path = ".." } honggfuzz = "0.5" -polkadot-primitives = { path = "../../primitives" } -polkadot-node-primitives = { path = "../../node/primitives" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../../node/primitives" } [[bin]] name = "reconstruct" diff --git a/polkadot/node/collation-generation/Cargo.toml b/polkadot/node/collation-generation/Cargo.toml index da5d10d79949..435e9f2ee9dc 100644 --- a/polkadot/node/collation-generation/Cargo.toml +++ b/polkadot/node/collation-generation/Cargo.toml @@ -1,24 +1,24 @@ [package] name = "polkadot-node-collation-generation" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Collator-side subsystem that handles incoming candidate submissions from the parachain." +description = "Collator-side subsystem that handles incoming candidate submissions from the parachain. (polkadot v1.13.0)" [lints] workspace = true [dependencies] futures = "0.3.30" -gum = { package = "tracing-gum", path = "../gum" } -polkadot-erasure-coding = { path = "../../erasure-coding" } -polkadot-node-primitives = { path = "../primitives" } -polkadot-node-subsystem = { path = "../subsystem" } -polkadot-node-subsystem-util = { path = "../subsystem-util" } -polkadot-primitives = { path = "../../primitives" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" } +gum = { package = "tracing-gum", path = "../gum", version = "14.0.0" } +polkadot-erasure-coding = { version = "14.0.0", path = "../../erasure-coding" } +polkadot-node-primitives = { version = "14.0.0", path = "../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../subsystem-util" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-maybe-compressed-blob = { version = "11.0.0", path = "../../../substrate/primitives/maybe-compressed-blob" } thiserror = { workspace = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["bit-vec", "derive"] } diff --git a/polkadot/node/core/approval-voting/Cargo.toml b/polkadot/node/core/approval-voting/Cargo.toml index 7da3d7ddd781..964a0fc12464 100644 --- a/polkadot/node/core/approval-voting/Cargo.toml +++ b/polkadot/node/core/approval-voting/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "polkadot-node-core-approval-voting" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Approval Voting Subsystem of the Polkadot node" +description = "Approval Voting Subsystem of the Polkadot node (polkadot v1.13.0)" [lints] workspace = true @@ -13,7 +13,7 @@ workspace = true futures = "0.3.30" futures-timer = "3.0.2" codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["bit-vec", "derive"] } -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } schnellru = "0.2.1" merlin = "3.0" @@ -22,19 +22,18 @@ kvdb = "0.13.0" derive_more = "0.99.17" thiserror = { workspace = true } itertools = "0.11" +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-overseer = { version = "14.0.0", path = "../../overseer" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-jaeger = { version = "14.0.0", path = "../../jaeger" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-overseer = { path = "../../overseer" } -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-jaeger = { path = "../../jaeger" } - -sc-keystore = { path = "../../../../substrate/client/keystore", default-features = false } -sp-consensus = { path = "../../../../substrate/primitives/consensus/common", default-features = false } -sp-consensus-slots = { path = "../../../../substrate/primitives/consensus/slots", default-features = false } -sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto", default-features = false, features = ["full_crypto"] } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sc-keystore = { path = "../../../../substrate/client/keystore", default-features = false, version = "32.0.0" } +sp-consensus = { path = "../../../../substrate/primitives/consensus/common", default-features = false, version = "0.39.0" } +sp-consensus-slots = { path = "../../../../substrate/primitives/consensus/slots", default-features = false, version = "0.39.0" } +sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto", default-features = false, features = ["full_crypto"], version = "37.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } # rand_core should match schnorrkel rand_core = "0.6.2" rand_chacha = { version = "0.3.1" } @@ -53,7 +52,6 @@ kvdb-memorydb = "0.13.0" polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } log = { workspace = true, default-features = true } env_logger = "0.11" - polkadot-subsystem-bench = { path = "../../subsystem-bench" } [[bench]] diff --git a/polkadot/node/core/av-store/Cargo.toml b/polkadot/node/core/av-store/Cargo.toml index 62f7ff0b61e6..32e077577fe8 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 = "7.0.0" +description = "The Availability Store subsystem. Wrapper over the DB that stores availability data and chunks. (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -14,25 +14,24 @@ futures = "0.3.30" futures-timer = "3.0.2" kvdb = "0.13.0" thiserror = { workspace = true } -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } bitvec = "1.0.0" codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } -polkadot-erasure-coding = { path = "../../../erasure-coding" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-overseer = { path = "../../overseer" } -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-primitives = { path = "../../primitives" } -sp-consensus = { path = "../../../../substrate/primitives/consensus/common", default-features = false } -polkadot-node-jaeger = { path = "../../jaeger" } +polkadot-erasure-coding = { version = "14.0.0", path = "../../../erasure-coding" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-overseer = { version = "14.0.0", path = "../../overseer" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +sp-consensus = { path = "../../../../substrate/primitives/consensus/common", default-features = false, version = "0.39.0" } +polkadot-node-jaeger = { version = "14.0.0", path = "../../jaeger" } [dev-dependencies] log = { workspace = true, default-features = true } env_logger = "0.11" assert_matches = "1.4.0" kvdb-memorydb = "0.13.0" - sp-core = { path = "../../../../substrate/primitives/core" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } diff --git a/polkadot/node/core/backing/Cargo.toml b/polkadot/node/core/backing/Cargo.toml index ffd6de076889..398de266bb17 100644 --- a/polkadot/node/core/backing/Cargo.toml +++ b/polkadot/node/core/backing/Cargo.toml @@ -1,25 +1,25 @@ [package] name = "polkadot-node-core-backing" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "The Candidate Backing Subsystem. Tracks parachain candidates that can be backed, as well as the issuance of statements about candidates." +description = "The Candidate Backing Subsystem. Tracks parachain candidates that can be backed, as well as the issuance of statements about candidates. (polkadot v1.13.0)" [lints] workspace = true [dependencies] futures = "0.3.30" -sp-keystore = { path = "../../../../substrate/primitives/keystore" } -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-erasure-coding = { path = "../../../erasure-coding" } -polkadot-statement-table = { path = "../../../statement-table" } +sp-keystore = { version = "0.40.0", path = "../../../../substrate/primitives/keystore" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-erasure-coding = { version = "14.0.0", path = "../../../erasure-coding" } +polkadot-statement-table = { version = "14.0.0", path = "../../../statement-table" } bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } thiserror = { workspace = true } fatality = "0.1.1" schnellru = "0.2.1" diff --git a/polkadot/node/core/bitfield-signing/Cargo.toml b/polkadot/node/core/bitfield-signing/Cargo.toml index 335e733987b0..34c8ecb59670 100644 --- a/polkadot/node/core/bitfield-signing/Cargo.toml +++ b/polkadot/node/core/bitfield-signing/Cargo.toml @@ -1,21 +1,21 @@ [package] name = "polkadot-node-core-bitfield-signing" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Bitfield signing subsystem for the Polkadot node" +description = "Bitfield signing subsystem for the Polkadot node (polkadot v1.13.0)" [lints] workspace = true [dependencies] futures = "0.3.30" -gum = { package = "tracing-gum", path = "../../gum" } -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -sp-keystore = { path = "../../../../substrate/primitives/keystore" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +sp-keystore = { version = "0.40.0", path = "../../../../substrate/primitives/keystore" } wasm-timer = "0.2.5" thiserror = { workspace = true } diff --git a/polkadot/node/core/candidate-validation/Cargo.toml b/polkadot/node/core/candidate-validation/Cargo.toml index a0b25e6c25f9..e521c14110ce 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 = "7.0.0" +description = "Polkadot crate that implements the Candidate Validation subsystem. Handles requests to validate candidates according to a PVF. (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -13,21 +13,20 @@ workspace = true async-trait = "0.1.79" futures = "0.3.30" futures-timer = "3.0.2" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } -sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", path = "../../../../substrate/primitives/maybe-compressed-blob" } +sp-maybe-compressed-blob = { package = "sp-maybe-compressed-blob", path = "../../../../substrate/primitives/maybe-compressed-blob", version = "11.0.0" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["bit-vec", "derive"] } - -polkadot-primitives = { path = "../../../primitives" } -polkadot-parachain-primitives = { path = "../../../parachain" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-node-metrics = { path = "../../metrics" } -polkadot-overseer = { path = "../../overseer" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../parachain" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-node-metrics = { version = "14.0.0", path = "../../metrics" } +polkadot-overseer = { version = "14.0.0", path = "../../overseer" } [target.'cfg(not(any(target_os = "android", target_os = "unknown")))'.dependencies] -polkadot-node-core-pvf = { path = "../pvf" } +polkadot-node-core-pvf = { version = "14.0.0", path = "../pvf" } [dev-dependencies] sp-keyring = { path = "../../../../substrate/primitives/keyring" } diff --git a/polkadot/node/core/chain-api/Cargo.toml b/polkadot/node/core/chain-api/Cargo.toml index c58024876b9c..7487d1386f5b 100644 --- a/polkadot/node/core/chain-api/Cargo.toml +++ b/polkadot/node/core/chain-api/Cargo.toml @@ -1,22 +1,22 @@ [package] name = "polkadot-node-core-chain-api" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "The Chain API subsystem provides access to chain related utility functions like block number to hash conversions." +description = "The Chain API subsystem provides access to chain related utility functions like block number to hash conversions. (polkadot v1.13.0)" [lints] workspace = true [dependencies] futures = "0.3.30" -gum = { package = "tracing-gum", path = "../../gum" } -polkadot-node-metrics = { path = "../../metrics" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-types = { path = "../../subsystem-types" } -sc-client-api = { path = "../../../../substrate/client/api" } -sc-consensus-babe = { path = "../../../../substrate/client/consensus/babe" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } +polkadot-node-metrics = { version = "14.0.0", path = "../../metrics" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-types = { version = "14.0.0", path = "../../subsystem-types" } +sc-client-api = { version = "35.0.0", path = "../../../../substrate/client/api" } +sc-consensus-babe = { version = "0.41.0", path = "../../../../substrate/client/consensus/babe" } [dev-dependencies] futures = { version = "0.3.30", features = ["thread-pool"] } diff --git a/polkadot/node/core/chain-selection/Cargo.toml b/polkadot/node/core/chain-selection/Cargo.toml index 2aa929653ccc..0a764ffa96b7 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 = "7.0.0" +description = "Chain Selection Subsystem (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,11 +12,11 @@ workspace = true [dependencies] futures = "0.3.30" futures-timer = "3" -gum = { package = "tracing-gum", path = "../../gum" } -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } kvdb = "0.13.0" thiserror = { workspace = true } codec = { package = "parity-scale-codec", version = "3.6.12" } diff --git a/polkadot/node/core/dispute-coordinator/Cargo.toml b/polkadot/node/core/dispute-coordinator/Cargo.toml index 2c08cfa9b1ef..1ce6c6223d6d 100644 --- a/polkadot/node/core/dispute-coordinator/Cargo.toml +++ b/polkadot/node/core/dispute-coordinator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-dispute-coordinator" -version = "7.0.0" -description = "The node-side components that participate in disputes" +version = "14.0.0" +description = "The node-side components that participate in disputes (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -11,19 +11,17 @@ workspace = true [dependencies] futures = "0.3.30" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } codec = { package = "parity-scale-codec", version = "3.6.12" } kvdb = "0.13.0" thiserror = { workspace = true } schnellru = "0.2.1" fatality = "0.1.1" - -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } - -sc-keystore = { path = "../../../../substrate/client/keystore" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +sc-keystore = { version = "32.0.0", path = "../../../../substrate/client/keystore" } [dev-dependencies] diff --git a/polkadot/node/core/parachains-inherent/Cargo.toml b/polkadot/node/core/parachains-inherent/Cargo.toml index 4f6090f90e95..12512f2a6db9 100644 --- a/polkadot/node/core/parachains-inherent/Cargo.toml +++ b/polkadot/node/core/parachains-inherent/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "polkadot-node-core-parachains-inherent" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Parachains inherent data provider for Polkadot node" +description = "Parachains inherent data provider for Polkadot node (polkadot v1.13.0)" [lints] workspace = true @@ -12,11 +12,11 @@ workspace = true [dependencies] futures = "0.3.30" futures-timer = "3.0.2" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } thiserror = { workspace = true } async-trait = "0.1.79" -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-overseer = { path = "../../overseer" } -polkadot-primitives = { path = "../../../primitives" } -sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } -sp-inherents = { path = "../../../../substrate/primitives/inherents" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-overseer = { version = "14.0.0", path = "../../overseer" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +sp-blockchain = { version = "35.0.0", path = "../../../../substrate/primitives/blockchain" } +sp-inherents = { version = "33.0.0", path = "../../../../substrate/primitives/inherents" } diff --git a/polkadot/node/core/prospective-parachains/Cargo.toml b/polkadot/node/core/prospective-parachains/Cargo.toml index f3193153be89..a6eb4f8c6bbf 100644 --- a/polkadot/node/core/prospective-parachains/Cargo.toml +++ b/polkadot/node/core/prospective-parachains/Cargo.toml @@ -1,26 +1,25 @@ [package] name = "polkadot-node-core-prospective-parachains" -version = "6.0.0" +version = "13.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "The Prospective Parachains subsystem. Tracks and handles prospective parachain fragments." +description = "The Prospective Parachains subsystem. Tracks and handles prospective parachain fragments. (polkadot v1.13.0)" [lints] workspace = true [dependencies] futures = "0.3.30" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } codec = { package = "parity-scale-codec", version = "3.6.12" } thiserror = { workspace = true } fatality = "0.1.1" bitvec = "1" - -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } [dev-dependencies] assert_matches = "1" diff --git a/polkadot/node/core/provisioner/Cargo.toml b/polkadot/node/core/provisioner/Cargo.toml index a81d22c6f828..970d02abee46 100644 --- a/polkadot/node/core/provisioner/Cargo.toml +++ b/polkadot/node/core/provisioner/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-provisioner" -version = "7.0.0" -description = "Responsible for assembling a relay chain block from a set of available parachain candidates" +version = "14.0.0" +description = "Responsible for assembling a relay chain block from a set of available parachain candidates (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,12 +12,12 @@ workspace = true [dependencies] bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } futures = "0.3.30" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } thiserror = { workspace = true } -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } futures-timer = "3.0.2" fatality = "0.1.1" schnellru = "0.2.1" diff --git a/polkadot/node/core/pvf-checker/Cargo.toml b/polkadot/node/core/pvf-checker/Cargo.toml index 6dec407e2d2d..fd59672345f4 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 = "7.0.0" +description = "Polkadot crate that implements the PVF pre-checking subsystem. Responsible for checking and voting for PVFs that are pending approval. (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,15 +12,13 @@ workspace = true [dependencies] futures = "0.3.30" thiserror = { workspace = true } -gum = { package = "tracing-gum", path = "../../gum" } - -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-overseer = { path = "../../overseer" } - -sp-keystore = { path = "../../../../substrate/primitives/keystore" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-overseer = { version = "14.0.0", path = "../../overseer" } +sp-keystore = { version = "0.40.0", path = "../../../../substrate/primitives/keystore" } [dev-dependencies] sp-core = { path = "../../../../substrate/primitives/core" } diff --git a/polkadot/node/core/pvf/Cargo.toml b/polkadot/node/core/pvf/Cargo.toml index 8aebe0b4c3f0..412dbe900707 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 = "7.0.0" +description = "Polkadot crate that implements the PVF validation host. Responsible for coordinating preparation and execution of PVFs. (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -16,7 +16,7 @@ blake3 = "1.5" cfg-if = "1.0" futures = "0.3.30" futures-timer = "3.0.2" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } is_executable = { version = "1.0.1", optional = true } pin-project = "1.0.9" rand = "0.8.5" @@ -28,19 +28,17 @@ tokio = { version = "1.24.2", features = ["fs", "process"] } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = [ "derive", ] } - -polkadot-parachain-primitives = { path = "../../../parachain" } -polkadot-core-primitives = { path = "../../../core-primitives" } -polkadot-node-core-pvf-common = { path = "common" } -polkadot-node-metrics = { path = "../../metrics" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-primitives = { path = "../../../primitives" } - -sp-core = { path = "../../../../substrate/primitives/core" } -sp-maybe-compressed-blob = { path = "../../../../substrate/primitives/maybe-compressed-blob", optional = true } -polkadot-node-core-pvf-prepare-worker = { path = "prepare-worker", optional = true } -polkadot-node-core-pvf-execute-worker = { path = "execute-worker", optional = true } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../parachain" } +polkadot-core-primitives = { version = "14.0.0", path = "../../../core-primitives" } +polkadot-node-core-pvf-common = { version = "14.0.0", path = "common" } +polkadot-node-metrics = { version = "14.0.0", path = "../../metrics" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } +sp-maybe-compressed-blob = { path = "../../../../substrate/primitives/maybe-compressed-blob", optional = true, version = "11.0.0" } +polkadot-node-core-pvf-prepare-worker = { path = "prepare-worker", optional = true, version = "14.0.0" } +polkadot-node-core-pvf-execute-worker = { path = "execute-worker", optional = true, version = "14.0.0" } [dev-dependencies] assert_matches = "1.4.0" @@ -55,7 +53,6 @@ polkadot-node-core-pvf-common = { path = "common", features = ["test-utils"] } # feature. polkadot-node-core-pvf = { path = "", features = ["test-utils"] } rococo-runtime = { path = "../../../runtime/rococo" } - test-parachain-adder = { path = "../../../parachain/test-parachains/adder" } test-parachain-halt = { path = "../../../parachain/test-parachains/halt" } diff --git a/polkadot/node/core/pvf/common/Cargo.toml b/polkadot/node/core/pvf/common/Cargo.toml index 491f6cc49642..c8566084fe86 100644 --- a/polkadot/node/core/pvf/common/Cargo.toml +++ b/polkadot/node/core/pvf/common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-pvf-common" -description = "Polkadot crate that contains functionality related to PVFs that is shared by the PVF host and the PVF workers." -version = "7.0.0" +description = "Polkadot crate that contains functionality related to PVFs that is shared by the PVF host and the PVF workers. (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,7 +12,7 @@ workspace = true [dependencies] cpu-time = "1.0.0" futures = "0.3.30" -gum = { package = "tracing-gum", path = "../../../gum" } +gum = { package = "tracing-gum", path = "../../../gum", version = "14.0.0" } libc = "0.2.152" nix = { version = "0.28.0", features = ["resource", "sched"] } thiserror = { workspace = true } @@ -20,19 +20,16 @@ thiserror = { workspace = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = [ "derive", ] } - -polkadot-parachain-primitives = { path = "../../../../parachain" } -polkadot-primitives = { path = "../../../../primitives" } - -sc-executor = { path = "../../../../../substrate/client/executor" } -sc-executor-common = { path = "../../../../../substrate/client/executor/common" } -sc-executor-wasmtime = { path = "../../../../../substrate/client/executor/wasmtime" } - -sp-core = { path = "../../../../../substrate/primitives/core" } -sp-crypto-hashing = { path = "../../../../../substrate/primitives/crypto/hashing" } -sp-externalities = { path = "../../../../../substrate/primitives/externalities" } -sp-io = { path = "../../../../../substrate/primitives/io" } -sp-tracing = { path = "../../../../../substrate/primitives/tracing" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../../parachain" } +polkadot-primitives = { version = "14.0.0", path = "../../../../primitives" } +sc-executor = { version = "0.39.0", path = "../../../../../substrate/client/executor" } +sc-executor-common = { version = "0.35.0", path = "../../../../../substrate/client/executor/common" } +sc-executor-wasmtime = { version = "0.35.0", path = "../../../../../substrate/client/executor/wasmtime" } +sp-core = { version = "34.0.0", path = "../../../../../substrate/primitives/core" } +sp-crypto-hashing = { version = "0.1.0", path = "../../../../../substrate/primitives/crypto/hashing" } +sp-externalities = { version = "0.29.0", path = "../../../../../substrate/primitives/externalities" } +sp-io = { version = "37.0.0", path = "../../../../../substrate/primitives/io" } +sp-tracing = { version = "17.0.0", path = "../../../../../substrate/primitives/tracing" } [target.'cfg(target_os = "linux")'.dependencies] landlock = "0.3.0" diff --git a/polkadot/node/core/pvf/execute-worker/Cargo.toml b/polkadot/node/core/pvf/execute-worker/Cargo.toml index cf5b873e29d7..02335460034d 100644 --- a/polkadot/node/core/pvf/execute-worker/Cargo.toml +++ b/polkadot/node/core/pvf/execute-worker/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-pvf-execute-worker" -description = "Polkadot crate that contains the logic for executing PVFs. Used by the polkadot-execute-worker binary." -version = "7.0.0" +description = "Polkadot crate that contains the logic for executing PVFs. Used by the polkadot-execute-worker binary. (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -11,16 +11,15 @@ workspace = true [dependencies] cpu-time = "1.0.0" -gum = { package = "tracing-gum", path = "../../../gum" } +gum = { package = "tracing-gum", path = "../../../gum", version = "14.0.0" } cfg-if = "1.0" nix = { version = "0.28.0", features = ["process", "resource", "sched"] } libc = "0.2.152" codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } - -polkadot-node-core-pvf-common = { path = "../common" } -polkadot-parachain-primitives = { path = "../../../../parachain" } -polkadot-primitives = { path = "../../../../primitives" } +polkadot-node-core-pvf-common = { version = "14.0.0", path = "../common" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../../parachain" } +polkadot-primitives = { version = "14.0.0", path = "../../../../primitives" } [features] builder = [] diff --git a/polkadot/node/core/pvf/prepare-worker/Cargo.toml b/polkadot/node/core/pvf/prepare-worker/Cargo.toml index f7daa0d7a89c..1d00658c6863 100644 --- a/polkadot/node/core/pvf/prepare-worker/Cargo.toml +++ b/polkadot/node/core/pvf/prepare-worker/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-pvf-prepare-worker" -description = "Polkadot crate that contains the logic for preparing PVFs. Used by the polkadot-prepare-worker binary." -version = "7.0.0" +description = "Polkadot crate that contains the logic for preparing PVFs. Used by the polkadot-prepare-worker binary. (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,21 +12,19 @@ workspace = true [dependencies] blake3 = "1.5" cfg-if = "1.0" -gum = { package = "tracing-gum", path = "../../../gum" } +gum = { package = "tracing-gum", path = "../../../gum", version = "14.0.0" } libc = "0.2.152" rayon = "1.5.1" -tracking-allocator = { package = "staging-tracking-allocator", path = "../../../tracking-allocator" } +tracking-allocator = { package = "staging-tracking-allocator", path = "../../../tracking-allocator", version = "2.0.0" } tikv-jemalloc-ctl = { version = "0.5.0", optional = true } tikv-jemallocator = { version = "0.5.0", optional = true } nix = { version = "0.28.0", features = ["process", "resource", "sched"] } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } - -polkadot-node-core-pvf-common = { path = "../common" } -polkadot-primitives = { path = "../../../../primitives" } - -sc-executor-common = { path = "../../../../../substrate/client/executor/common" } -sc-executor-wasmtime = { path = "../../../../../substrate/client/executor/wasmtime" } +polkadot-node-core-pvf-common = { version = "14.0.0", path = "../common" } +polkadot-primitives = { version = "14.0.0", path = "../../../../primitives" } +sc-executor-common = { version = "0.35.0", path = "../../../../../substrate/client/executor/common" } +sc-executor-wasmtime = { version = "0.35.0", path = "../../../../../substrate/client/executor/wasmtime" } [target.'cfg(target_os = "linux")'.dependencies] tikv-jemallocator = "0.5.0" diff --git a/polkadot/node/core/runtime-api/Cargo.toml b/polkadot/node/core/runtime-api/Cargo.toml index 5524cc705457..9a8aad82d5d8 100644 --- a/polkadot/node/core/runtime-api/Cargo.toml +++ b/polkadot/node/core/runtime-api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-runtime-api" -version = "7.0.0" -description = "Wrapper around the parachain-related runtime APIs" +version = "14.0.0" +description = "Wrapper around the parachain-related runtime APIs (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -11,15 +11,13 @@ workspace = true [dependencies] futures = "0.3.30" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } schnellru = "0.2.1" - -sp-consensus-babe = { path = "../../../../substrate/primitives/consensus/babe" } - -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-metrics = { path = "../../metrics" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-types = { path = "../../subsystem-types" } +sp-consensus-babe = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/babe" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-metrics = { version = "14.0.0", path = "../../metrics" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-types = { version = "14.0.0", path = "../../subsystem-types" } [dev-dependencies] sp-api = { path = "../../../../substrate/primitives/api" } diff --git a/polkadot/node/gum/Cargo.toml b/polkadot/node/gum/Cargo.toml index 0d887b9be539..ac9ccb7a6e87 100644 --- a/polkadot/node/gum/Cargo.toml +++ b/polkadot/node/gum/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "tracing-gum" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Stick logs together with the TraceID as provided by tempo" +description = "Stick logs together with the TraceID as provided by tempo (polkadot v1.13.0)" [lints] workspace = true @@ -12,5 +12,5 @@ workspace = true [dependencies] coarsetime = "0.1.22" tracing = "0.1.35" -gum-proc-macro = { package = "tracing-gum-proc-macro", path = "proc-macro" } -polkadot-primitives = { path = "../../primitives", features = ["std"] } +gum-proc-macro = { package = "tracing-gum-proc-macro", path = "proc-macro", version = "5.0.0" } +polkadot-primitives = { path = "../../primitives", features = ["std"], version = "14.0.0" } diff --git a/polkadot/node/gum/proc-macro/Cargo.toml b/polkadot/node/gum/proc-macro/Cargo.toml index 70126b4f4336..c8699660fcf5 100644 --- a/polkadot/node/gum/proc-macro/Cargo.toml +++ b/polkadot/node/gum/proc-macro/Cargo.toml @@ -4,7 +4,7 @@ version = "5.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Generate an overseer including builder pattern and message wrapper from a single annotated struct definition." +description = "Generate an overseer including builder pattern and message wrapper from a single annotated struct definition. (polkadot v1.13.0)" [lints] workspace = true diff --git a/polkadot/node/jaeger/Cargo.toml b/polkadot/node/jaeger/Cargo.toml index 18b0c417aaf3..125d894ecc38 100644 --- a/polkadot/node/jaeger/Cargo.toml +++ b/polkadot/node/jaeger/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "polkadot-node-jaeger" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Polkadot Jaeger primitives, but equally useful for Grafana/Tempo" +description = "Polkadot Jaeger primitives, but equally useful for Grafana/Tempo (polkadot v1.13.0)" [lints] workspace = true @@ -13,11 +13,11 @@ workspace = true mick-jaeger = "0.1.8" lazy_static = "1.4" parking_lot = "0.12.1" -polkadot-primitives = { path = "../../primitives" } -polkadot-node-primitives = { path = "../primitives" } -sc-network = { path = "../../../substrate/client/network" } -sc-network-types = { path = "../../../substrate/client/network/types" } -sp-core = { path = "../../../substrate/primitives/core" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../primitives" } +sc-network = { version = "0.41.0", path = "../../../substrate/client/network" } +sc-network-types = { version = "0.12.0", path = "../../../substrate/client/network/types" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } thiserror = { workspace = true } tokio = "1.37" log = { workspace = true, default-features = true } diff --git a/polkadot/node/malus/Cargo.toml b/polkadot/node/malus/Cargo.toml index fec148f7d381..9f1642494f5b 100644 --- a/polkadot/node/malus/Cargo.toml +++ b/polkadot/node/malus/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-test-malus" -description = "Misbehaving nodes for local testnets, system and Simnet tests." -version = "1.0.0" +description = "Misbehaving nodes for local testnets, system and Simnet tests. (polkadot v1.13.0)" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -29,32 +29,30 @@ path = "../../src/bin/prepare-worker.rs" doc = false [dependencies] -polkadot-cli = { path = "../../cli", features = ["malus", "rococo-native", "westend-native"] } -polkadot-node-subsystem = { path = "../subsystem" } -polkadot-node-subsystem-util = { path = "../subsystem-util" } -polkadot-node-subsystem-types = { path = "../subsystem-types" } -polkadot-node-core-dispute-coordinator = { path = "../core/dispute-coordinator" } -polkadot-node-core-candidate-validation = { path = "../core/candidate-validation" } -polkadot-node-core-backing = { path = "../core/backing" } -polkadot-node-primitives = { path = "../primitives" } -polkadot-node-network-protocol = { path = "../network/protocol" } -polkadot-primitives = { path = "../../primitives" } +polkadot-cli = { path = "../../cli", features = ["malus", "rococo-native", "westend-native"], version = "14.0.0" } +polkadot-node-subsystem = { version = "14.0.0", path = "../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../subsystem-util" } +polkadot-node-subsystem-types = { version = "14.0.0", path = "../subsystem-types" } +polkadot-node-core-dispute-coordinator = { version = "14.0.0", path = "../core/dispute-coordinator" } +polkadot-node-core-candidate-validation = { version = "14.0.0", path = "../core/candidate-validation" } +polkadot-node-core-backing = { version = "14.0.0", path = "../core/backing" } +polkadot-node-primitives = { version = "14.0.0", path = "../primitives" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../network/protocol" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } color-eyre = { version = "0.6.1", default-features = false } assert_matches = "1.5" async-trait = "0.1.79" -sp-keystore = { path = "../../../substrate/primitives/keystore" } -sp-core = { path = "../../../substrate/primitives/core" } +sp-keystore = { version = "0.40.0", path = "../../../substrate/primitives/keystore" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } clap = { version = "4.5.3", features = ["derive"] } futures = "0.3.30" futures-timer = "3.0.2" -gum = { package = "tracing-gum", path = "../gum" } -polkadot-erasure-coding = { path = "../../erasure-coding" } +gum = { package = "tracing-gum", path = "../gum", version = "14.0.0" } +polkadot-erasure-coding = { version = "14.0.0", path = "../../erasure-coding" } rand = "0.8.5" - -# Required for worker binaries to build. -polkadot-node-core-pvf-common = { path = "../core/pvf/common" } -polkadot-node-core-pvf-execute-worker = { path = "../core/pvf/execute-worker" } -polkadot-node-core-pvf-prepare-worker = { path = "../core/pvf/prepare-worker" } +polkadot-node-core-pvf-common = { version = "14.0.0", path = "../core/pvf/common" } +polkadot-node-core-pvf-execute-worker = { version = "14.0.0", path = "../core/pvf/execute-worker" } +polkadot-node-core-pvf-prepare-worker = { version = "14.0.0", path = "../core/pvf/prepare-worker" } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } @@ -62,7 +60,7 @@ sp-core = { path = "../../../substrate/primitives/core" } futures = { version = "0.3.30", features = ["thread-pool"] } [build-dependencies] -substrate-build-script-utils = { path = "../../../substrate/utils/build-script-utils" } +substrate-build-script-utils = { version = "11.0.0", path = "../../../substrate/utils/build-script-utils" } [features] default = [] diff --git a/polkadot/node/metrics/Cargo.toml b/polkadot/node/metrics/Cargo.toml index 55df8d3daf6d..eb32b3ba03ac 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 = "7.0.0" +description = "Subsystem metric helpers (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,17 +12,16 @@ workspace = true [dependencies] futures = "0.3.30" futures-timer = "3.0.2" -gum = { package = "tracing-gum", path = "../gum" } +gum = { package = "tracing-gum", path = "../gum", version = "14.0.0" } metered = { package = "prioritized-metered-channel", version = "0.6.1", default-features = false, features = ["futures_channel"] } -# Both `sc-service` and `sc-cli` are required by runtime metrics `logger_hook()`. -sc-service = { path = "../../../substrate/client/service" } -sc-cli = { path = "../../../substrate/client/cli" } +sc-service = { version = "0.42.0", path = "../../../substrate/client/service" } +sc-cli = { version = "0.43.0", path = "../../../substrate/client/cli" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus" } -sc-tracing = { path = "../../../substrate/client/tracing" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus", version = "0.17.0" } +sc-tracing = { version = "35.0.0", path = "../../../substrate/client/tracing" } codec = { package = "parity-scale-codec", version = "3.6.12" } -polkadot-primitives = { path = "../../primitives" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } bs58 = { version = "0.5.0", features = ["alloc"] } log = { workspace = true, default-features = true } @@ -42,6 +41,5 @@ default = [] runtime-metrics = [] runtime-benchmarks = [ "polkadot-primitives/runtime-benchmarks", - "polkadot-test-service/runtime-benchmarks", "sc-service/runtime-benchmarks", ] diff --git a/polkadot/node/network/approval-distribution/Cargo.toml b/polkadot/node/network/approval-distribution/Cargo.toml index d80519b9e2e9..b371dfc6354f 100644 --- a/polkadot/node/network/approval-distribution/Cargo.toml +++ b/polkadot/node/network/approval-distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-approval-distribution" -version = "7.0.0" -description = "Polkadot Approval Distribution subsystem for the distribution of assignments and approvals for approval checks on candidates over the network." +version = "14.0.0" +description = "Polkadot Approval Distribution subsystem for the distribution of assignments and approvals for approval checks on candidates over the network. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -10,25 +10,24 @@ license.workspace = true workspace = true [dependencies] -polkadot-node-metrics = { path = "../../metrics" } -polkadot-node-network-protocol = { path = "../protocol" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-jaeger = { path = "../../jaeger" } +polkadot-node-metrics = { version = "14.0.0", path = "../../metrics" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../protocol" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-jaeger = { version = "14.0.0", path = "../../jaeger" } rand = "0.8" itertools = "0.11" futures = "0.3.30" futures-timer = "3.0.2" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } [dev-dependencies] sp-authority-discovery = { path = "../../../../substrate/primitives/authority-discovery" } sp-core = { path = "../../../../substrate/primitives/core", features = ["std"] } - polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/polkadot/node/network/availability-distribution/Cargo.toml b/polkadot/node/network/availability-distribution/Cargo.toml index db3a0456d9ad..718cc22b94a3 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 = "7.0.0" +description = "The Availability Distribution subsystem. Requests the required availability data. Also distributes availability data and chunks to requesters. (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -11,17 +11,17 @@ workspace = true [dependencies] futures = "0.3.30" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } codec = { package = "parity-scale-codec", version = "3.6.12", features = ["std"] } -polkadot-primitives = { path = "../../../primitives" } -polkadot-erasure-coding = { path = "../../../erasure-coding" } -polkadot-node-network-protocol = { path = "../protocol" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-node-primitives = { path = "../../primitives" } -sc-network = { path = "../../../../substrate/client/network" } -sp-core = { path = "../../../../substrate/primitives/core", features = ["std"] } -sp-keystore = { path = "../../../../substrate/primitives/keystore" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-erasure-coding = { version = "14.0.0", path = "../../../erasure-coding" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../protocol" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +sc-network = { version = "0.41.0", path = "../../../../substrate/client/network" } +sp-core = { path = "../../../../substrate/primitives/core", features = ["std"], version = "34.0.0" } +sp-keystore = { version = "0.40.0", path = "../../../../substrate/primitives/keystore" } thiserror = { workspace = true } rand = "0.8.5" derive_more = "0.99.17" diff --git a/polkadot/node/network/availability-recovery/Cargo.toml b/polkadot/node/network/availability-recovery/Cargo.toml index 1c9c861e6f73..c4daa9f2a46d 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 = "7.0.0" +description = "The Availability Recovery subsystem. Handles requests for recovering the availability data of included candidates. (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -17,29 +17,26 @@ rand = "0.8.5" fatality = "0.1.1" thiserror = { workspace = true } async-trait = "0.1.79" -gum = { package = "tracing-gum", path = "../../gum" } - -polkadot-erasure-coding = { path = "../../../erasure-coding" } -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-node-network-protocol = { path = "../protocol" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } +polkadot-erasure-coding = { version = "14.0.0", path = "../../../erasure-coding" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../protocol" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sc-network = { path = "../../../../substrate/client/network" } +sc-network = { version = "0.41.0", path = "../../../../substrate/client/network" } [dev-dependencies] assert_matches = "1.4.0" futures-timer = "3.0.2" rstest = "0.18.2" log = { workspace = true, default-features = true } - sp-tracing = { path = "../../../../substrate/primitives/tracing" } sp-core = { path = "../../../../substrate/primitives/core" } sp-keyring = { path = "../../../../substrate/primitives/keyring" } sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } sc-network = { path = "../../../../substrate/client/network" } - polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } polkadot-subsystem-bench = { path = "../../subsystem-bench" } diff --git a/polkadot/node/network/bitfield-distribution/Cargo.toml b/polkadot/node/network/bitfield-distribution/Cargo.toml index 6b5b784b7fd8..7ae27df294d3 100644 --- a/polkadot/node/network/bitfield-distribution/Cargo.toml +++ b/polkadot/node/network/bitfield-distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-availability-bitfield-distribution" -version = "7.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." +version = "14.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. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -13,11 +13,11 @@ workspace = true always-assert = "0.1" futures = "0.3.30" futures-timer = "3.0.2" -gum = { package = "tracing-gum", path = "../../gum" } -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-node-network-protocol = { path = "../protocol" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../protocol" } rand = "0.8" [dev-dependencies] diff --git a/polkadot/node/network/bridge/Cargo.toml b/polkadot/node/network/bridge/Cargo.toml index cd4e00ee1e4c..bdd77ac2b8e8 100644 --- a/polkadot/node/network/bridge/Cargo.toml +++ b/polkadot/node/network/bridge/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-network-bridge" -version = "7.0.0" -description = "The Network Bridge Subsystem — protocol multiplexer for Polkadot." +version = "14.0.0" +description = "The Network Bridge Subsystem — protocol multiplexer for Polkadot. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -13,15 +13,15 @@ workspace = true always-assert = "0.1" async-trait = "0.1.79" futures = "0.3.30" -gum = { package = "tracing-gum", path = "../../gum" } -polkadot-primitives = { path = "../../../primitives" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sc-network = { path = "../../../../substrate/client/network" } -sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } -polkadot-node-metrics = { path = "../../metrics" } -polkadot-node-network-protocol = { path = "../protocol" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-overseer = { path = "../../overseer" } +sc-network = { version = "0.41.0", path = "../../../../substrate/client/network" } +sp-consensus = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/common" } +polkadot-node-metrics = { version = "14.0.0", path = "../../metrics" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../protocol" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-overseer = { version = "14.0.0", path = "../../overseer" } parking_lot = "0.12.1" bytes = "1" fatality = "0.1.1" diff --git a/polkadot/node/network/collator-protocol/Cargo.toml b/polkadot/node/network/collator-protocol/Cargo.toml index a56c1c7dfe98..d93c378d478f 100644 --- a/polkadot/node/network/collator-protocol/Cargo.toml +++ b/polkadot/node/network/collator-protocol/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-collator-protocol" -version = "7.0.0" -description = "Polkadot Collator Protocol subsystem. Allows collators and validators to talk to each other." +version = "14.0.0" +description = "Polkadot Collator Protocol subsystem. Allows collators and validators to talk to each other. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -13,17 +13,15 @@ workspace = true bitvec = { version = "1.0.1", default-features = false, features = ["alloc"] } futures = "0.3.30" futures-timer = "3" -gum = { package = "tracing-gum", path = "../../gum" } - -sp-core = { path = "../../../../substrate/primitives/core" } -sp-runtime = { path = "../../../../substrate/primitives/runtime" } -sp-keystore = { path = "../../../../substrate/primitives/keystore" } - -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-network-protocol = { path = "../protocol" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-node-subsystem = { path = "../../subsystem" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../../substrate/primitives/runtime" } +sp-keystore = { version = "0.40.0", path = "../../../../substrate/primitives/keystore" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../protocol" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } fatality = "0.1.1" thiserror = { workspace = true } tokio-util = "0.7.1" @@ -39,7 +37,6 @@ sp-keyring = { path = "../../../../substrate/primitives/keyring" } sc-keystore = { path = "../../../../substrate/client/keystore" } sc-network = { path = "../../../../substrate/client/network" } codec = { package = "parity-scale-codec", version = "3.6.12", features = ["std"] } - polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } polkadot-primitives-test-helpers = { path = "../../../primitives/test-helpers" } diff --git a/polkadot/node/network/dispute-distribution/Cargo.toml b/polkadot/node/network/dispute-distribution/Cargo.toml index 08713209bb74..01603269978f 100644 --- a/polkadot/node/network/dispute-distribution/Cargo.toml +++ b/polkadot/node/network/dispute-distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-dispute-distribution" -version = "7.0.0" -description = "Polkadot Dispute Distribution subsystem, which ensures all concerned validators are aware of a dispute and have the relevant votes." +version = "14.0.0" +description = "Polkadot Dispute Distribution subsystem, which ensures all concerned validators are aware of a dispute and have the relevant votes. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,18 +12,18 @@ workspace = true [dependencies] futures = "0.3.30" futures-timer = "3.0.2" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } derive_more = "0.99.17" codec = { package = "parity-scale-codec", version = "3.6.12", features = ["std"] } -polkadot-primitives = { path = "../../../primitives" } -polkadot-erasure-coding = { path = "../../../erasure-coding" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-network-protocol = { path = "../protocol" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-node-primitives = { path = "../../primitives" } -sc-network = { path = "../../../../substrate/client/network" } -sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } -sp-keystore = { path = "../../../../substrate/primitives/keystore" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-erasure-coding = { version = "14.0.0", path = "../../../erasure-coding" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../protocol" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +sc-network = { version = "0.41.0", path = "../../../../substrate/client/network" } +sp-application-crypto = { version = "37.0.0", path = "../../../../substrate/primitives/application-crypto" } +sp-keystore = { version = "0.40.0", path = "../../../../substrate/primitives/keystore" } thiserror = { workspace = true } fatality = "0.1.1" schnellru = "0.2.1" diff --git a/polkadot/node/network/gossip-support/Cargo.toml b/polkadot/node/network/gossip-support/Cargo.toml index 2d6f2f954c66..cc9b0b4fe6c3 100644 --- a/polkadot/node/network/gossip-support/Cargo.toml +++ b/polkadot/node/network/gossip-support/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-gossip-support" -version = "7.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." +version = "14.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. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -10,30 +10,28 @@ license.workspace = true workspace = true [dependencies] -sp-application-crypto = { path = "../../../../substrate/primitives/application-crypto" } -sp-keystore = { path = "../../../../substrate/primitives/keystore" } -sp-core = { path = "../../../../substrate/primitives/core" } -sp-crypto-hashing = { path = "../../../../substrate/primitives/crypto/hashing" } -sc-network = { path = "../../../../substrate/client/network" } -sc-network-common = { path = "../../../../substrate/client/network/common" } - -polkadot-node-network-protocol = { path = "../protocol" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-primitives = { path = "../../../primitives" } +sp-application-crypto = { version = "37.0.0", path = "../../../../substrate/primitives/application-crypto" } +sp-keystore = { version = "0.40.0", path = "../../../../substrate/primitives/keystore" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } +sp-crypto-hashing = { version = "0.1.0", path = "../../../../substrate/primitives/crypto/hashing" } +sc-network = { version = "0.41.0", path = "../../../../substrate/client/network" } +sc-network-common = { version = "0.40.0", path = "../../../../substrate/client/network/common" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../protocol" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } futures = "0.3.30" futures-timer = "3.0.2" rand = { version = "0.8.5", default-features = false } rand_chacha = { version = "0.3.1", default-features = false } -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } [dev-dependencies] sp-keyring = { path = "../../../../substrate/primitives/keyring" } sp-consensus-babe = { path = "../../../../substrate/primitives/consensus/babe" } sp-tracing = { path = "../../../../substrate/primitives/tracing" } sp-authority-discovery = { path = "../../../../substrate/primitives/authority-discovery" } - polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } assert_matches = "1.4.0" diff --git a/polkadot/node/network/protocol/Cargo.toml b/polkadot/node/network/protocol/Cargo.toml index 83145ce40130..6195aa017503 100644 --- a/polkadot/node/network/protocol/Cargo.toml +++ b/polkadot/node/network/protocol/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "polkadot-node-network-protocol" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Primitives types for the Node-side" +description = "Primitives types for the Node-side (polkadot v1.13.0)" [lints] workspace = true @@ -13,21 +13,21 @@ workspace = true async-channel = "1.8.0" async-trait = "0.1.79" hex = "0.4.3" -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-jaeger = { path = "../../jaeger" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-jaeger = { version = "14.0.0", path = "../../jaeger" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sc-network = { path = "../../../../substrate/client/network" } -sc-network-types = { path = "../../../../substrate/client/network/types" } -sc-authority-discovery = { path = "../../../../substrate/client/authority-discovery" } -sp-runtime = { path = "../../../../substrate/primitives/runtime" } +sc-network = { version = "0.41.0", path = "../../../../substrate/client/network" } +sc-network-types = { version = "0.12.0", path = "../../../../substrate/client/network/types" } +sc-authority-discovery = { version = "0.41.0", path = "../../../../substrate/client/authority-discovery" } +sp-runtime = { version = "38.0.0", path = "../../../../substrate/primitives/runtime" } strum = { version = "0.26.2", features = ["derive"] } futures = "0.3.30" thiserror = { workspace = true } fatality = "0.1.1" rand = "0.8" derive_more = "0.99" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } bitvec = "1" [dev-dependencies] diff --git a/polkadot/node/network/statement-distribution/Cargo.toml b/polkadot/node/network/statement-distribution/Cargo.toml index b044acd1a86d..34031b4b6246 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 = "7.0.0" +description = "Statement Distribution Subsystem (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,14 +12,14 @@ workspace = true [dependencies] futures = "0.3.30" futures-timer = "3.0.2" -gum = { package = "tracing-gum", path = "../../gum" } -polkadot-primitives = { path = "../../../primitives" } -sp-staking = { path = "../../../../substrate/primitives/staking", default-features = false } -sp-keystore = { path = "../../../../substrate/primitives/keystore" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-node-subsystem-util = { path = "../../subsystem-util" } -polkadot-node-network-protocol = { path = "../protocol" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +sp-staking = { path = "../../../../substrate/primitives/staking", default-features = false, version = "33.0.0" } +sp-keystore = { version = "0.40.0", path = "../../../../substrate/primitives/keystore" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../../subsystem-util" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../protocol" } arrayvec = "0.7.4" indexmap = "2.0.0" codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } diff --git a/polkadot/node/overseer/Cargo.toml b/polkadot/node/overseer/Cargo.toml index e77cead4a756..7291f18940e3 100644 --- a/polkadot/node/overseer/Cargo.toml +++ b/polkadot/node/overseer/Cargo.toml @@ -1,28 +1,28 @@ [package] name = "polkadot-overseer" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "System overseer of the Polkadot node" +description = "System overseer of the Polkadot node (polkadot v1.13.0)" [lints] workspace = true [dependencies] -sc-client-api = { path = "../../../substrate/client/api" } -sp-api = { path = "../../../substrate/primitives/api" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } futures = "0.3.30" futures-timer = "3.0.2" parking_lot = "0.12.1" -polkadot-node-network-protocol = { path = "../network/protocol" } -polkadot-node-primitives = { path = "../primitives" } -polkadot-node-subsystem-types = { path = "../subsystem-types" } -polkadot-node-metrics = { path = "../metrics" } -polkadot-primitives = { path = "../../primitives" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../network/protocol" } +polkadot-node-primitives = { version = "14.0.0", path = "../primitives" } +polkadot-node-subsystem-types = { version = "14.0.0", path = "../subsystem-types" } +polkadot-node-metrics = { version = "14.0.0", path = "../metrics" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } orchestra = { version = "0.3.5", default-features = false, features = ["futures_channel"] } -gum = { package = "tracing-gum", path = "../gum" } -sp-core = { path = "../../../substrate/primitives/core" } +gum = { package = "tracing-gum", path = "../gum", version = "14.0.0" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } async-trait = "0.1.79" tikv-jemalloc-ctl = { version = "0.5.0", optional = true } @@ -41,5 +41,5 @@ tikv-jemalloc-ctl = "0.5.0" [features] default = ["futures_channel"] expand = ["orchestra/expand"] -futures_channel = ["metered/futures_channel", "orchestra/futures_channel"] +futures_channel = [ "orchestra/futures_channel"] jemalloc-allocator = ["dep:tikv-jemalloc-ctl"] diff --git a/polkadot/node/primitives/Cargo.toml b/polkadot/node/primitives/Cargo.toml index 0a84e5dae2a5..5000926abec1 100644 --- a/polkadot/node/primitives/Cargo.toml +++ b/polkadot/node/primitives/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-primitives" -description = "Primitives types for the Node-side" -version = "7.0.0" +description = "Primitives types for the Node-side (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,15 +12,15 @@ workspace = true [dependencies] bounded-vec = "0.7" futures = "0.3.30" -polkadot-primitives = { path = "../../primitives" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sp-core = { path = "../../../substrate/primitives/core" } -sp-application-crypto = { path = "../../../substrate/primitives/application-crypto" } -sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" } -sp-keystore = { path = "../../../substrate/primitives/keystore" } -sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -polkadot-parachain-primitives = { path = "../../parachain", default-features = false } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-application-crypto = { version = "37.0.0", path = "../../../substrate/primitives/application-crypto" } +sp-consensus-babe = { version = "0.39.0", path = "../../../substrate/primitives/consensus/babe" } +sp-keystore = { version = "0.40.0", path = "../../../substrate/primitives/keystore" } +sp-maybe-compressed-blob = { version = "11.0.0", path = "../../../substrate/primitives/maybe-compressed-blob" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +polkadot-parachain-primitives = { path = "../../parachain", default-features = false, version = "13.0.0" } schnorrkel = "0.11.4" thiserror = { workspace = true } bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index ec5113d2c8a5..0139a9c5bacc 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -1,88 +1,81 @@ [package] name = "polkadot-service" rust-version = "1.60" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Utils to tie different Polkadot components together and allow instantiation of a node." +description = "Utils to tie different Polkadot components together and allow instantiation of a node. (polkadot v1.13.0)" [lints] workspace = true [dependencies] -# Substrate Client -sc-authority-discovery = { path = "../../../substrate/client/authority-discovery" } -sc-consensus-babe = { path = "../../../substrate/client/consensus/babe" } -sc-consensus-beefy = { path = "../../../substrate/client/consensus/beefy" } -sc-consensus-grandpa = { path = "../../../substrate/client/consensus/grandpa" } -mmr-gadget = { path = "../../../substrate/client/merkle-mountain-range" } -sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range" } -sc-block-builder = { path = "../../../substrate/client/block-builder" } -sc-chain-spec = { path = "../../../substrate/client/chain-spec" } -sc-client-api = { path = "../../../substrate/client/api" } -sc-client-db = { path = "../../../substrate/client/db" } -sc-consensus = { path = "../../../substrate/client/consensus/common" } -sc-consensus-slots = { path = "../../../substrate/client/consensus/slots" } -sc-executor = { path = "../../../substrate/client/executor" } -sc-network = { path = "../../../substrate/client/network" } -sc-network-common = { path = "../../../substrate/client/network/common" } -sc-network-sync = { path = "../../../substrate/client/network/sync" } -sc-transaction-pool = { path = "../../../substrate/client/transaction-pool" } -sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } -sc-sync-state-rpc = { path = "../../../substrate/client/sync-state-rpc" } -sc-keystore = { path = "../../../substrate/client/keystore" } -sc-basic-authorship = { path = "../../../substrate/client/basic-authorship" } -sc-offchain = { path = "../../../substrate/client/offchain" } -sc-sysinfo = { path = "../../../substrate/client/sysinfo" } -sc-service = { path = "../../../substrate/client/service", default-features = false } -sc-telemetry = { path = "../../../substrate/client/telemetry" } - -# Substrate Primitives -sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery" } -sp-consensus = { path = "../../../substrate/primitives/consensus/common" } -sp-consensus-beefy = { path = "../../../substrate/primitives/consensus/beefy" } -sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa" } -sp-inherents = { path = "../../../substrate/primitives/inherents" } -sp-keyring = { path = "../../../substrate/primitives/keyring" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-block-builder = { path = "../../../substrate/primitives/block-builder" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-io = { path = "../../../substrate/primitives/io" } -sp-keystore = { path = "../../../substrate/primitives/keystore" } -sp-offchain = { package = "sp-offchain", path = "../../../substrate/primitives/offchain" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-session = { path = "../../../substrate/primitives/session" } -sp-storage = { path = "../../../substrate/primitives/storage" } -sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool" } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment" } -sp-timestamp = { path = "../../../substrate/primitives/timestamp" } -sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" } -sp-state-machine = { path = "../../../substrate/primitives/state-machine" } -sp-weights = { path = "../../../substrate/primitives/weights" } -sp-version = { path = "../../../substrate/primitives/version" } - -# Substrate Pallets -pallet-babe = { path = "../../../substrate/frame/babe" } -pallet-staking = { path = "../../../substrate/frame/staking" } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api" } -frame-metadata-hash-extension = { path = "../../../substrate/frame/metadata-hash-extension", optional = true } -frame-system = { path = "../../../substrate/frame/system" } - -# Substrate Other -frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus" } -frame-support = { path = "../../../substrate/frame/support" } -frame-benchmarking-cli = { path = "../../../substrate/utils/frame/benchmarking-cli" } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking" } +sc-authority-discovery = { version = "0.41.0", path = "../../../substrate/client/authority-discovery" } +sc-consensus-babe = { version = "0.41.0", path = "../../../substrate/client/consensus/babe" } +sc-consensus-beefy = { version = "20.0.0", path = "../../../substrate/client/consensus/beefy" } +sc-consensus-grandpa = { version = "0.26.0", path = "../../../substrate/client/consensus/grandpa" } +mmr-gadget = { version = "36.0.0", path = "../../../substrate/client/merkle-mountain-range" } +sp-mmr-primitives = { version = "33.0.0", path = "../../../substrate/primitives/merkle-mountain-range" } +sc-block-builder = { version = "0.40.0", path = "../../../substrate/client/block-builder" } +sc-chain-spec = { version = "34.0.0", path = "../../../substrate/client/chain-spec" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sc-client-db = { version = "0.42.0", path = "../../../substrate/client/db" } +sc-consensus = { version = "0.40.0", path = "../../../substrate/client/consensus/common" } +sc-consensus-slots = { version = "0.40.0", path = "../../../substrate/client/consensus/slots" } +sc-executor = { version = "0.39.0", path = "../../../substrate/client/executor" } +sc-network = { version = "0.41.0", path = "../../../substrate/client/network" } +sc-network-common = { version = "0.40.0", path = "../../../substrate/client/network/common" } +sc-network-sync = { version = "0.40.0", path = "../../../substrate/client/network/sync" } +sc-transaction-pool = { version = "35.0.0", path = "../../../substrate/client/transaction-pool" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../../substrate/client/transaction-pool/api" } +sc-sync-state-rpc = { version = "0.41.0", path = "../../../substrate/client/sync-state-rpc" } +sc-keystore = { version = "32.0.0", path = "../../../substrate/client/keystore" } +sc-basic-authorship = { version = "0.41.0", path = "../../../substrate/client/basic-authorship" } +sc-offchain = { version = "36.0.0", path = "../../../substrate/client/offchain" } +sc-sysinfo = { version = "34.0.0", path = "../../../substrate/client/sysinfo" } +sc-service = { path = "../../../substrate/client/service", default-features = false, version = "0.42.0" } +sc-telemetry = { version = "21.0.0", path = "../../../substrate/client/telemetry" } +sp-authority-discovery = { version = "33.0.0", path = "../../../substrate/primitives/authority-discovery" } +sp-consensus = { version = "0.39.0", path = "../../../substrate/primitives/consensus/common" } +sp-consensus-beefy = { version = "20.0.0", path = "../../../substrate/primitives/consensus/beefy" } +sp-consensus-grandpa = { version = "20.0.0", path = "../../../substrate/primitives/consensus/grandpa" } +sp-inherents = { version = "33.0.0", path = "../../../substrate/primitives/inherents" } +sp-keyring = { version = "38.0.0", path = "../../../substrate/primitives/keyring" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-block-builder = { version = "33.0.0", path = "../../../substrate/primitives/block-builder" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-io = { version = "37.0.0", path = "../../../substrate/primitives/io" } +sp-keystore = { version = "0.40.0", path = "../../../substrate/primitives/keystore" } +sp-offchain = { package = "sp-offchain", path = "../../../substrate/primitives/offchain", version = "33.0.0" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-session = { version = "34.0.0", path = "../../../substrate/primitives/session" } +sp-storage = { version = "21.0.0", path = "../../../substrate/primitives/storage" } +sp-transaction-pool = { version = "33.0.0", path = "../../../substrate/primitives/transaction-pool" } +pallet-transaction-payment = { version = "35.0.0", path = "../../../substrate/frame/transaction-payment" } +sp-timestamp = { version = "33.0.0", path = "../../../substrate/primitives/timestamp" } +sp-consensus-babe = { version = "0.39.0", path = "../../../substrate/primitives/consensus/babe" } +sp-state-machine = { version = "0.42.0", path = "../../../substrate/primitives/state-machine" } +sp-weights = { version = "31.0.0", path = "../../../substrate/primitives/weights" } +sp-version = { version = "36.0.0", path = "../../../substrate/primitives/version" } +pallet-babe = { version = "35.0.0", path = "../../../substrate/frame/babe" } +pallet-staking = { version = "35.0.0", path = "../../../substrate/frame/staking" } +pallet-transaction-payment-rpc-runtime-api = { version = "35.0.0", path = "../../../substrate/frame/transaction-payment/rpc/runtime-api" } +frame-metadata-hash-extension = { path = "../../../substrate/frame/metadata-hash-extension", optional = true, version = "0.3.0" } +frame-system = { version = "35.0.0", path = "../../../substrate/frame/system" } +frame-system-rpc-runtime-api = { version = "33.0.0", path = "../../../substrate/frame/system/rpc/runtime-api" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus", version = "0.17.0" } +frame-support = { version = "35.0.0", path = "../../../substrate/frame/support" } +frame-benchmarking-cli = { version = "39.0.0", path = "../../../substrate/utils/frame/benchmarking-cli" } +frame-benchmarking = { version = "35.0.0", path = "../../../substrate/frame/benchmarking" } # External Crates async-trait = "0.1.79" futures = "0.3.30" hex-literal = "0.4.1" is_executable = "1.0.1" -gum = { package = "tracing-gum", path = "../gum" } +gum = { package = "tracing-gum", path = "../gum", version = "14.0.0" } log = { workspace = true, default-features = true } schnellru = "0.2.1" serde = { features = ["derive"], workspace = true, default-features = true } @@ -94,56 +87,54 @@ parity-db = { version = "0.4.12", optional = true } codec = { package = "parity-scale-codec", version = "3.6.12" } parking_lot = "0.12.1" bitvec = { version = "1.0.1", optional = true } - -# Polkadot -polkadot-core-primitives = { path = "../../core-primitives" } -polkadot-node-core-parachains-inherent = { path = "../core/parachains-inherent" } -polkadot-overseer = { path = "../overseer" } -polkadot-parachain-primitives = { path = "../../parachain" } -polkadot-primitives = { path = "../../primitives" } -polkadot-node-primitives = { path = "../primitives" } -polkadot-rpc = { path = "../../rpc" } -polkadot-node-subsystem = { path = "../subsystem" } -polkadot-node-subsystem-util = { path = "../subsystem-util" } -polkadot-node-subsystem-types = { path = "../subsystem-types" } -polkadot-runtime-parachains = { path = "../../runtime/parachains" } -polkadot-node-network-protocol = { path = "../network/protocol" } +polkadot-core-primitives = { version = "14.0.0", path = "../../core-primitives" } +polkadot-node-core-parachains-inherent = { version = "14.0.0", path = "../core/parachains-inherent" } +polkadot-overseer = { version = "14.0.0", path = "../overseer" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../parachain" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../primitives" } +polkadot-rpc = { version = "14.0.0", path = "../../rpc" } +polkadot-node-subsystem = { version = "14.0.0", path = "../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../subsystem-util" } +polkadot-node-subsystem-types = { version = "14.0.0", path = "../subsystem-types" } +polkadot-runtime-parachains = { version = "14.0.0", path = "../../runtime/parachains" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../network/protocol" } # Polkadot Runtime Constants -rococo-runtime-constants = { path = "../../runtime/rococo/constants", optional = true } -westend-runtime-constants = { path = "../../runtime/westend/constants", optional = true } +rococo-runtime-constants = { path = "../../runtime/rococo/constants", optional = true, version = "14.0.0" } +westend-runtime-constants = { path = "../../runtime/westend/constants", optional = true, version = "14.0.0" } # Polkadot Runtimes -westend-runtime = { path = "../../runtime/westend", optional = true } -rococo-runtime = { path = "../../runtime/rococo", optional = true } +westend-runtime = { path = "../../runtime/westend", optional = true, version = "14.0.0" } +rococo-runtime = { path = "../../runtime/rococo", optional = true, version = "14.0.0" } # Polkadot Subsystems -polkadot-approval-distribution = { path = "../network/approval-distribution", optional = true } -polkadot-availability-bitfield-distribution = { path = "../network/bitfield-distribution", optional = true } -polkadot-availability-distribution = { path = "../network/availability-distribution", optional = true } -polkadot-availability-recovery = { path = "../network/availability-recovery", optional = true } -polkadot-collator-protocol = { path = "../network/collator-protocol", optional = true } -polkadot-dispute-distribution = { path = "../network/dispute-distribution", optional = true } -polkadot-gossip-support = { path = "../network/gossip-support", optional = true } -polkadot-network-bridge = { path = "../network/bridge", optional = true } -polkadot-node-collation-generation = { path = "../collation-generation", optional = true } -polkadot-node-core-approval-voting = { path = "../core/approval-voting", optional = true } -polkadot-node-core-av-store = { path = "../core/av-store", optional = true } -polkadot-node-core-backing = { path = "../core/backing", optional = true } -polkadot-node-core-bitfield-signing = { path = "../core/bitfield-signing", optional = true } -polkadot-node-core-candidate-validation = { path = "../core/candidate-validation", optional = true } -polkadot-node-core-chain-api = { path = "../core/chain-api", optional = true } -polkadot-node-core-chain-selection = { path = "../core/chain-selection", optional = true } -polkadot-node-core-dispute-coordinator = { path = "../core/dispute-coordinator", optional = true } -polkadot-node-core-prospective-parachains = { path = "../core/prospective-parachains", optional = true } -polkadot-node-core-provisioner = { path = "../core/provisioner", optional = true } -polkadot-node-core-pvf = { path = "../core/pvf", optional = true } -polkadot-node-core-pvf-checker = { path = "../core/pvf-checker", optional = true } -polkadot-node-core-runtime-api = { path = "../core/runtime-api", optional = true } -polkadot-statement-distribution = { path = "../network/statement-distribution", optional = true } - -xcm = { package = "staging-xcm", path = "../../xcm" } -xcm-fee-payment-runtime-api = { path = "../../xcm/xcm-fee-payment-runtime-api" } +polkadot-approval-distribution = { path = "../network/approval-distribution", optional = true, version = "14.0.0" } +polkadot-availability-bitfield-distribution = { path = "../network/bitfield-distribution", optional = true, version = "14.0.0" } +polkadot-availability-distribution = { path = "../network/availability-distribution", optional = true, version = "14.0.0" } +polkadot-availability-recovery = { path = "../network/availability-recovery", optional = true, version = "14.0.0" } +polkadot-collator-protocol = { path = "../network/collator-protocol", optional = true, version = "14.0.0" } +polkadot-dispute-distribution = { path = "../network/dispute-distribution", optional = true, version = "14.0.0" } +polkadot-gossip-support = { path = "../network/gossip-support", optional = true, version = "14.0.0" } +polkadot-network-bridge = { path = "../network/bridge", optional = true, version = "14.0.0" } +polkadot-node-collation-generation = { path = "../collation-generation", optional = true, version = "14.0.0" } +polkadot-node-core-approval-voting = { path = "../core/approval-voting", optional = true, version = "14.0.0" } +polkadot-node-core-av-store = { path = "../core/av-store", optional = true, version = "14.0.0" } +polkadot-node-core-backing = { path = "../core/backing", optional = true, version = "14.0.0" } +polkadot-node-core-bitfield-signing = { path = "../core/bitfield-signing", optional = true, version = "14.0.0" } +polkadot-node-core-candidate-validation = { path = "../core/candidate-validation", optional = true, version = "14.0.0" } +polkadot-node-core-chain-api = { path = "../core/chain-api", optional = true, version = "14.0.0" } +polkadot-node-core-chain-selection = { path = "../core/chain-selection", optional = true, version = "14.0.0" } +polkadot-node-core-dispute-coordinator = { path = "../core/dispute-coordinator", optional = true, version = "14.0.0" } +polkadot-node-core-prospective-parachains = { path = "../core/prospective-parachains", optional = true, version = "13.0.0" } +polkadot-node-core-provisioner = { path = "../core/provisioner", optional = true, version = "14.0.0" } +polkadot-node-core-pvf = { path = "../core/pvf", optional = true, version = "14.0.0" } +polkadot-node-core-pvf-checker = { path = "../core/pvf-checker", optional = true, version = "14.0.0" } +polkadot-node-core-runtime-api = { path = "../core/runtime-api", optional = true, version = "14.0.0" } +polkadot-statement-distribution = { path = "../network/statement-distribution", optional = true, version = "14.0.0" } + +xcm = { package = "staging-xcm", path = "../../xcm", version = "14.0.0" } +xcm-fee-payment-runtime-api = { version = "0.4.0", path = "../../xcm/xcm-fee-payment-runtime-api" } [dev-dependencies] polkadot-test-client = { path = "../test/client" } @@ -211,7 +202,6 @@ runtime-benchmarks = [ "polkadot-parachain-primitives/runtime-benchmarks", "polkadot-primitives/runtime-benchmarks", "polkadot-runtime-parachains/runtime-benchmarks", - "polkadot-test-client/runtime-benchmarks", "rococo-runtime?/runtime-benchmarks", "sc-client-db/runtime-benchmarks", "sc-service/runtime-benchmarks", diff --git a/polkadot/node/subsystem-bench/Cargo.toml b/polkadot/node/subsystem-bench/Cargo.toml index 5001104f929a..9d27fda38b72 100644 --- a/polkadot/node/subsystem-bench/Cargo.toml +++ b/polkadot/node/subsystem-bench/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-subsystem-bench" -description = "Subsystem performance benchmark client" -version = "1.0.0" +description = "Subsystem performance benchmark client (polkadot v1.13.0)" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -20,34 +20,34 @@ path = "src/cli/subsystem-bench.rs" doc = false [dependencies] -polkadot-node-subsystem = { path = "../subsystem" } -polkadot-node-subsystem-util = { path = "../subsystem-util" } -polkadot-node-subsystem-types = { path = "../subsystem-types" } -polkadot-node-primitives = { path = "../primitives" } -polkadot-primitives = { path = "../../primitives" } -polkadot-node-network-protocol = { path = "../network/protocol" } -polkadot-availability-recovery = { path = "../network/availability-recovery", features = ["subsystem-benchmarks"] } -polkadot-availability-distribution = { path = "../network/availability-distribution" } -polkadot-statement-distribution = { path = "../network/statement-distribution" } -polkadot-node-core-av-store = { path = "../core/av-store" } -polkadot-node-core-chain-api = { path = "../core/chain-api" } -polkadot-availability-bitfield-distribution = { path = "../network/bitfield-distribution" } +polkadot-node-subsystem = { version = "14.0.0", path = "../subsystem" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../subsystem-util" } +polkadot-node-subsystem-types = { version = "14.0.0", path = "../subsystem-types" } +polkadot-node-primitives = { version = "14.0.0", path = "../primitives" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../network/protocol" } +polkadot-availability-recovery = { path = "../network/availability-recovery", features = ["subsystem-benchmarks"], version = "14.0.0" } +polkadot-availability-distribution = { version = "14.0.0", path = "../network/availability-distribution" } +polkadot-statement-distribution = { version = "14.0.0", path = "../network/statement-distribution" } +polkadot-node-core-av-store = { version = "14.0.0", path = "../core/av-store" } +polkadot-node-core-chain-api = { version = "14.0.0", path = "../core/chain-api" } +polkadot-availability-bitfield-distribution = { version = "14.0.0", path = "../network/bitfield-distribution" } color-eyre = { version = "0.6.1", default-features = false } -polkadot-overseer = { path = "../overseer" } +polkadot-overseer = { version = "14.0.0", path = "../overseer" } colored = "2.0.4" assert_matches = "1.5" async-trait = "0.1.79" -sp-keystore = { path = "../../../substrate/primitives/keystore" } -sc-keystore = { path = "../../../substrate/client/keystore" } -sp-core = { path = "../../../substrate/primitives/core" } +sp-keystore = { version = "0.40.0", path = "../../../substrate/primitives/keystore" } +sc-keystore = { version = "32.0.0", path = "../../../substrate/client/keystore" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } clap = { version = "4.5.3", features = ["derive"] } futures = "0.3.30" futures-timer = "3.0.2" bincode = "1.3.3" sha1 = "0.10.6" hex = "0.4.3" -gum = { package = "tracing-gum", path = "../gum" } -polkadot-erasure-coding = { package = "polkadot-erasure-coding", path = "../../erasure-coding" } +gum = { package = "tracing-gum", path = "../gum", version = "14.0.0" } +polkadot-erasure-coding = { package = "polkadot-erasure-coding", path = "../../erasure-coding", version = "14.0.0" } log = { workspace = true, default-features = true } env_logger = "0.11" rand = "0.8.5" @@ -59,27 +59,26 @@ kvdb-memorydb = "0.13.0" codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive", "std"] } tokio = { version = "1.24.2", features = ["parking_lot", "rt-multi-thread"] } clap-num = "1.0.2" -polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" } -sp-keyring = { path = "../../../substrate/primitives/keyring" } -sp-application-crypto = { path = "../../../substrate/primitives/application-crypto" } -sc-network = { path = "../../../substrate/client/network" } -sc-network-types = { path = "../../../substrate/client/network/types" } -sc-service = { path = "../../../substrate/client/service" } -sp-consensus = { path = "../../../substrate/primitives/consensus/common" } -polkadot-node-metrics = { path = "../metrics" } +polkadot-node-subsystem-test-helpers = { version = "0.1.0", path = "../subsystem-test-helpers" } +sp-keyring = { version = "38.0.0", path = "../../../substrate/primitives/keyring" } +sp-application-crypto = { version = "37.0.0", path = "../../../substrate/primitives/application-crypto" } +sc-network = { version = "0.41.0", path = "../../../substrate/client/network" } +sc-network-types = { version = "0.12.0", path = "../../../substrate/client/network/types" } +sc-service = { version = "0.42.0", path = "../../../substrate/client/service" } +sp-consensus = { version = "0.39.0", path = "../../../substrate/primitives/consensus/common" } +polkadot-node-metrics = { version = "14.0.0", path = "../metrics" } itertools = "0.11" -polkadot-primitives-test-helpers = { path = "../../primitives/test-helpers" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus" } +polkadot-primitives-test-helpers = { version = "0.0.0", path = "../../primitives/test-helpers" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus", version = "0.17.0" } prometheus = { version = "0.13.0", default-features = false } serde = { workspace = true, default-features = true } serde_yaml = { workspace = true } serde_json = { workspace = true } - -polkadot-node-core-approval-voting = { path = "../core/approval-voting" } -polkadot-approval-distribution = { path = "../network/approval-distribution" } -sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-timestamp = { path = "../../../substrate/primitives/timestamp" } +polkadot-node-core-approval-voting = { version = "14.0.0", path = "../core/approval-voting" } +polkadot-approval-distribution = { version = "14.0.0", path = "../network/approval-distribution" } +sp-consensus-babe = { version = "0.39.0", path = "../../../substrate/primitives/consensus/babe" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-timestamp = { version = "33.0.0", path = "../../../substrate/primitives/timestamp" } schnorrkel = { version = "0.11.4", default-features = false } # rand_core should match schnorrkel diff --git a/polkadot/node/subsystem-test-helpers/Cargo.toml b/polkadot/node/subsystem-test-helpers/Cargo.toml index 57678e8e8d4a..b2d0b1ded51c 100644 --- a/polkadot/node/subsystem-test-helpers/Cargo.toml +++ b/polkadot/node/subsystem-test-helpers/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "polkadot-node-subsystem-test-helpers" -description = "Subsystem traits and message definitions" +description = "Subsystem traits and message definitions (polkadot v1.13.0)" publish = false -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -14,16 +14,15 @@ workspace = true async-trait = "0.1.79" futures = "0.3.30" parking_lot = "0.12.1" -polkadot-node-subsystem = { path = "../subsystem" } -polkadot-erasure-coding = { path = "../../erasure-coding" } -polkadot-node-subsystem-util = { path = "../subsystem-util" } -polkadot-primitives = { path = "../../primitives" } -polkadot-node-primitives = { path = "../primitives" } - -sc-client-api = { path = "../../../substrate/client/api" } -sc-utils = { path = "../../../substrate/client/utils" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-keystore = { path = "../../../substrate/primitives/keystore" } -sc-keystore = { path = "../../../substrate/client/keystore" } -sp-keyring = { path = "../../../substrate/primitives/keyring" } -sp-application-crypto = { path = "../../../substrate/primitives/application-crypto" } +polkadot-node-subsystem = { version = "14.0.0", path = "../subsystem" } +polkadot-erasure-coding = { version = "14.0.0", path = "../../erasure-coding" } +polkadot-node-subsystem-util = { version = "14.0.0", path = "../subsystem-util" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../primitives" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sc-utils = { version = "17.0.0", path = "../../../substrate/client/utils" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-keystore = { version = "0.40.0", path = "../../../substrate/primitives/keystore" } +sc-keystore = { version = "32.0.0", path = "../../../substrate/client/keystore" } +sp-keyring = { version = "38.0.0", path = "../../../substrate/primitives/keyring" } +sp-application-crypto = { version = "37.0.0", path = "../../../substrate/primitives/application-crypto" } diff --git a/polkadot/node/subsystem-types/Cargo.toml b/polkadot/node/subsystem-types/Cargo.toml index 0178b193cba8..0c7260f71bca 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 = "7.0.0" +description = "Subsystem traits and message definitions (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -13,23 +13,23 @@ workspace = true derive_more = "0.99.17" fatality = "0.1.1" futures = "0.3.30" -polkadot-primitives = { path = "../../primitives" } -polkadot-node-primitives = { path = "../primitives" } -polkadot-node-network-protocol = { path = "../network/protocol" } -polkadot-statement-table = { path = "../../statement-table" } -polkadot-node-jaeger = { path = "../jaeger" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../primitives" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../network/protocol" } +polkadot-statement-table = { version = "14.0.0", path = "../../statement-table" } +polkadot-node-jaeger = { version = "14.0.0", path = "../jaeger" } orchestra = { version = "0.3.5", default-features = false, features = ["futures_channel"] } -sc-network = { path = "../../../substrate/client/network" } -sc-network-types = { path = "../../../substrate/client/network/types" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } -sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery" } -sc-client-api = { path = "../../../substrate/client/api" } -sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } +sc-network = { version = "0.41.0", path = "../../../substrate/client/network" } +sc-network-types = { version = "0.12.0", path = "../../../substrate/client/network/types" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } +sp-consensus-babe = { version = "0.39.0", path = "../../../substrate/primitives/consensus/babe" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-authority-discovery = { version = "33.0.0", path = "../../../substrate/primitives/authority-discovery" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../../substrate/client/transaction-pool/api" } smallvec = "1.8.0" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus", version = "0.17.0" } thiserror = { workspace = true } async-trait = "0.1.79" bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } diff --git a/polkadot/node/subsystem-util/Cargo.toml b/polkadot/node/subsystem-util/Cargo.toml index b7fb75b94b2c..70adf5b73192 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 = "7.0.0" +description = "Subsystem traits and message definitions (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -20,25 +20,23 @@ pin-project = "1.0.9" rand = "0.8.5" thiserror = { workspace = true } fatality = "0.1.1" -gum = { package = "tracing-gum", path = "../gum" } +gum = { package = "tracing-gum", path = "../gum", version = "14.0.0" } derive_more = "0.99.17" schnellru = "0.2.1" - -polkadot-erasure-coding = { path = "../../erasure-coding" } -polkadot-node-subsystem = { path = "../subsystem" } -polkadot-node-subsystem-types = { path = "../subsystem-types" } -polkadot-node-jaeger = { path = "../jaeger" } -polkadot-node-metrics = { path = "../metrics" } -polkadot-node-network-protocol = { path = "../network/protocol" } -polkadot-primitives = { path = "../../primitives" } -polkadot-node-primitives = { path = "../primitives" } -polkadot-overseer = { path = "../overseer" } +polkadot-erasure-coding = { version = "14.0.0", path = "../../erasure-coding" } +polkadot-node-subsystem = { version = "14.0.0", path = "../subsystem" } +polkadot-node-subsystem-types = { version = "14.0.0", path = "../subsystem-types" } +polkadot-node-jaeger = { version = "14.0.0", path = "../jaeger" } +polkadot-node-metrics = { version = "14.0.0", path = "../metrics" } +polkadot-node-network-protocol = { version = "14.0.0", path = "../network/protocol" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-node-primitives = { version = "14.0.0", path = "../primitives" } +polkadot-overseer = { version = "14.0.0", path = "../overseer" } metered = { package = "prioritized-metered-channel", version = "0.6.1", default-features = false, features = ["futures_channel"] } - -sp-core = { path = "../../../substrate/primitives/core" } -sp-application-crypto = { path = "../../../substrate/primitives/application-crypto" } -sp-keystore = { path = "../../../substrate/primitives/keystore" } -sc-client-api = { path = "../../../substrate/client/api" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-application-crypto = { version = "37.0.0", path = "../../../substrate/primitives/application-crypto" } +sp-keystore = { version = "0.40.0", path = "../../../substrate/primitives/keystore" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } kvdb = "0.13.0" parity-db = { version = "0.4.12" } diff --git a/polkadot/node/subsystem/Cargo.toml b/polkadot/node/subsystem/Cargo.toml index c59c1f88e339..965abd367a4a 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 = "7.0.0" +description = "Subsystem traits and message definitions and the generated overseer (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -10,6 +10,6 @@ license.workspace = true workspace = true [dependencies] -polkadot-overseer = { path = "../overseer" } -polkadot-node-subsystem-types = { path = "../subsystem-types" } -polkadot-node-jaeger = { path = "../jaeger" } +polkadot-overseer = { version = "14.0.0", path = "../overseer" } +polkadot-node-subsystem-types = { version = "14.0.0", path = "../subsystem-types" } +polkadot-node-jaeger = { version = "14.0.0", path = "../jaeger" } diff --git a/polkadot/node/test/client/Cargo.toml b/polkadot/node/test/client/Cargo.toml index 0b49866ee2ae..2290f9496262 100644 --- a/polkadot/node/test/client/Cargo.toml +++ b/polkadot/node/test/client/Cargo.toml @@ -1,40 +1,37 @@ [package] name = "polkadot-test-client" publish = false -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true +description = "polkadot-test-client (polkadot v1.13.0)" [lints] workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } - -# Polkadot dependencies -polkadot-test-runtime = { path = "../../../runtime/test-runtime" } -polkadot-test-service = { path = "../service" } -polkadot-primitives = { path = "../../../primitives" } -polkadot-node-subsystem = { path = "../../subsystem" } - -# Substrate dependencies -substrate-test-client = { path = "../../../../substrate/test-utils/client" } -sc-service = { path = "../../../../substrate/client/service" } -sc-block-builder = { path = "../../../../substrate/client/block-builder" } -sc-consensus = { path = "../../../../substrate/client/consensus/common" } -sc-offchain = { path = "../../../../substrate/client/offchain" } -sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } -sp-runtime = { path = "../../../../substrate/primitives/runtime" } -sp-inherents = { path = "../../../../substrate/primitives/inherents" } -sp-core = { path = "../../../../substrate/primitives/core" } -sp-api = { path = "../../../../substrate/primitives/api" } -sp-timestamp = { path = "../../../../substrate/primitives/timestamp" } -sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } -sp-consensus-babe = { path = "../../../../substrate/primitives/consensus/babe" } -sp-state-machine = { path = "../../../../substrate/primitives/state-machine" } -sp-io = { path = "../../../../substrate/primitives/io" } -frame-benchmarking = { path = "../../../../substrate/frame/benchmarking" } +polkadot-test-runtime = { version = "0.1.0", path = "../../../runtime/test-runtime" } +polkadot-test-service = { version = "0.1.0", path = "../service" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +substrate-test-client = { version = "0.1.0", path = "../../../../substrate/test-utils/client" } +sc-service = { version = "0.42.0", path = "../../../../substrate/client/service" } +sc-block-builder = { version = "0.40.0", path = "../../../../substrate/client/block-builder" } +sc-consensus = { version = "0.40.0", path = "../../../../substrate/client/consensus/common" } +sc-offchain = { version = "36.0.0", path = "../../../../substrate/client/offchain" } +sp-blockchain = { version = "35.0.0", path = "../../../../substrate/primitives/blockchain" } +sp-runtime = { version = "38.0.0", path = "../../../../substrate/primitives/runtime" } +sp-inherents = { version = "33.0.0", path = "../../../../substrate/primitives/inherents" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } +sp-api = { version = "33.0.0", path = "../../../../substrate/primitives/api" } +sp-timestamp = { version = "33.0.0", path = "../../../../substrate/primitives/timestamp" } +sp-consensus = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/common" } +sp-consensus-babe = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/babe" } +sp-state-machine = { version = "0.42.0", path = "../../../../substrate/primitives/state-machine" } +sp-io = { version = "37.0.0", path = "../../../../substrate/primitives/io" } +frame-benchmarking = { version = "35.0.0", path = "../../../../substrate/frame/benchmarking" } [dev-dependencies] sp-keyring = { path = "../../../../substrate/primitives/keyring" } diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 3fc6d060870b..dcfe0d6154f4 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "polkadot-test-service" publish = false -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true +description = "polkadot-test-service (polkadot v1.13.0)" [lints] workspace = true @@ -12,53 +13,49 @@ workspace = true [dependencies] futures = "0.3.30" hex = "0.4.3" -gum = { package = "tracing-gum", path = "../../gum" } +gum = { package = "tracing-gum", path = "../../gum", version = "14.0.0" } rand = "0.8.5" serde_json = { workspace = true, default-features = true } tempfile = "3.2.0" tokio = "1.37" - -# Polkadot dependencies -polkadot-overseer = { path = "../../overseer" } -polkadot-primitives = { path = "../../../primitives" } -polkadot-parachain-primitives = { path = "../../../parachain" } -polkadot-rpc = { path = "../../../rpc" } -polkadot-runtime-common = { path = "../../../runtime/common" } -polkadot-service = { path = "../../service" } -polkadot-node-subsystem = { path = "../../subsystem" } -polkadot-node-primitives = { path = "../../primitives" } -polkadot-test-runtime = { path = "../../../runtime/test-runtime" } -test-runtime-constants = { path = "../../../runtime/test-runtime/constants" } -polkadot-runtime-parachains = { path = "../../../runtime/parachains" } - -# Substrate dependencies -sp-authority-discovery = { path = "../../../../substrate/primitives/authority-discovery" } -sc-authority-discovery = { path = "../../../../substrate/client/authority-discovery" } -sc-consensus-babe = { path = "../../../../substrate/client/consensus/babe" } -sp-consensus-babe = { path = "../../../../substrate/primitives/consensus/babe" } -sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } -frame-system = { path = "../../../../substrate/frame/system" } -sc-consensus-grandpa = { path = "../../../../substrate/client/consensus/grandpa" } -sp-consensus-grandpa = { path = "../../../../substrate/primitives/consensus/grandpa" } -sp-inherents = { path = "../../../../substrate/primitives/inherents" } -pallet-staking = { path = "../../../../substrate/frame/staking" } -pallet-balances = { path = "../../../../substrate/frame/balances" } -pallet-transaction-payment = { path = "../../../../substrate/frame/transaction-payment" } -sc-chain-spec = { path = "../../../../substrate/client/chain-spec" } -sc-cli = { path = "../../../../substrate/client/cli" } -sc-client-api = { path = "../../../../substrate/client/api" } -sc-consensus = { path = "../../../../substrate/client/consensus/common" } -sc-network = { path = "../../../../substrate/client/network" } -sc-tracing = { path = "../../../../substrate/client/tracing" } -sc-transaction-pool = { path = "../../../../substrate/client/transaction-pool" } -sc-service = { path = "../../../../substrate/client/service", default-features = false } -sp-arithmetic = { path = "../../../../substrate/primitives/arithmetic" } -sp-blockchain = { path = "../../../../substrate/primitives/blockchain" } -sp-core = { path = "../../../../substrate/primitives/core" } -sp-keyring = { path = "../../../../substrate/primitives/keyring" } -sp-runtime = { path = "../../../../substrate/primitives/runtime" } -sp-state-machine = { path = "../../../../substrate/primitives/state-machine" } -substrate-test-client = { path = "../../../../substrate/test-utils/client" } +polkadot-overseer = { version = "14.0.0", path = "../../overseer" } +polkadot-primitives = { version = "14.0.0", path = "../../../primitives" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../parachain" } +polkadot-rpc = { version = "14.0.0", path = "../../../rpc" } +polkadot-runtime-common = { version = "14.0.0", path = "../../../runtime/common" } +polkadot-service = { version = "14.0.0", path = "../../service" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../subsystem" } +polkadot-node-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-test-runtime = { version = "0.1.0", path = "../../../runtime/test-runtime" } +test-runtime-constants = { version = "0.1.0", path = "../../../runtime/test-runtime/constants" } +polkadot-runtime-parachains = { version = "14.0.0", path = "../../../runtime/parachains" } +sp-authority-discovery = { version = "33.0.0", path = "../../../../substrate/primitives/authority-discovery" } +sc-authority-discovery = { version = "0.41.0", path = "../../../../substrate/client/authority-discovery" } +sc-consensus-babe = { version = "0.41.0", path = "../../../../substrate/client/consensus/babe" } +sp-consensus-babe = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/babe" } +sp-consensus = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/common" } +frame-system = { version = "35.0.0", path = "../../../../substrate/frame/system" } +sc-consensus-grandpa = { version = "0.26.0", path = "../../../../substrate/client/consensus/grandpa" } +sp-consensus-grandpa = { version = "20.0.0", path = "../../../../substrate/primitives/consensus/grandpa" } +sp-inherents = { version = "33.0.0", path = "../../../../substrate/primitives/inherents" } +pallet-staking = { version = "35.0.0", path = "../../../../substrate/frame/staking" } +pallet-balances = { version = "36.0.0", path = "../../../../substrate/frame/balances" } +pallet-transaction-payment = { version = "35.0.0", path = "../../../../substrate/frame/transaction-payment" } +sc-chain-spec = { version = "34.0.0", path = "../../../../substrate/client/chain-spec" } +sc-cli = { version = "0.43.0", path = "../../../../substrate/client/cli" } +sc-client-api = { version = "35.0.0", path = "../../../../substrate/client/api" } +sc-consensus = { version = "0.40.0", path = "../../../../substrate/client/consensus/common" } +sc-network = { version = "0.41.0", path = "../../../../substrate/client/network" } +sc-tracing = { version = "35.0.0", path = "../../../../substrate/client/tracing" } +sc-transaction-pool = { version = "35.0.0", path = "../../../../substrate/client/transaction-pool" } +sc-service = { path = "../../../../substrate/client/service", default-features = false, version = "0.42.0" } +sp-arithmetic = { version = "26.0.0", path = "../../../../substrate/primitives/arithmetic" } +sp-blockchain = { version = "35.0.0", path = "../../../../substrate/primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } +sp-keyring = { version = "38.0.0", path = "../../../../substrate/primitives/keyring" } +sp-runtime = { version = "38.0.0", path = "../../../../substrate/primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../../../substrate/primitives/state-machine" } +substrate-test-client = { version = "0.1.0", path = "../../../../substrate/test-utils/client" } [dev-dependencies] pallet-balances = { path = "../../../../substrate/frame/balances", default-features = false } diff --git a/polkadot/node/tracking-allocator/Cargo.toml b/polkadot/node/tracking-allocator/Cargo.toml index d98377e53759..40bce773e00a 100644 --- a/polkadot/node/tracking-allocator/Cargo.toml +++ b/polkadot/node/tracking-allocator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staging-tracking-allocator" -description = "Tracking allocator to control the amount of memory consumed by the process" +description = "Tracking allocator to control the amount of memory consumed by the process (polkadot v1.13.0)" version = "2.0.0" authors.workspace = true edition.workspace = true diff --git a/polkadot/node/zombienet-backchannel/Cargo.toml b/polkadot/node/zombienet-backchannel/Cargo.toml index 31662ccfc464..2d7294756ae6 100644 --- a/polkadot/node/zombienet-backchannel/Cargo.toml +++ b/polkadot/node/zombienet-backchannel/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "zombienet-backchannel" -description = "Zombienet backchannel to notify test runner and coordinate with malus actors." +description = "Zombienet backchannel to notify test runner and coordinate with malus actors. (polkadot v1.13.0)" readme = "README.md" publish = false -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -20,6 +20,6 @@ lazy_static = "1.4.0" codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false } thiserror = { workspace = true } -gum = { package = "tracing-gum", path = "../gum" } +gum = { package = "tracing-gum", path = "../gum", version = "14.0.0" } serde = { features = ["derive"], workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 11e8e3ce6d84..960a1fec90b4 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "polkadot-parachain-primitives" -description = "Types and utilities for creating and working with parachains" +description = "Types and utilities for creating and working with parachains (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true -version = "6.0.0" +version = "13.0.0" [lints] workspace = true @@ -15,11 +15,11 @@ workspace = true # various unnecessary Substrate-specific endpoints. codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } -sp-std = { path = "../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false, features = ["serde"] } -sp-core = { path = "../../substrate/primitives/core", default-features = false, features = ["serde"] } -sp-weights = { path = "../../substrate/primitives/weights", default-features = false } -polkadot-core-primitives = { path = "../core-primitives", default-features = false } +sp-std = { path = "../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-core = { path = "../../substrate/primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-weights = { path = "../../substrate/primitives/weights", default-features = false, version = "31.0.0" } +polkadot-core-primitives = { path = "../core-primitives", default-features = false, version = "14.0.0" } derive_more = "0.99.11" bounded-collections = { version = "0.2.0", default-features = false, features = ["serde"] } diff --git a/polkadot/parachain/test-parachains/Cargo.toml b/polkadot/parachain/test-parachains/Cargo.toml index c58b11a11b01..80fc4e5bb85b 100644 --- a/polkadot/parachain/test-parachains/Cargo.toml +++ b/polkadot/parachain/test-parachains/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test-parachains" -description = "Integration tests using the test-parachains" -version = "1.0.0" +description = "Integration tests using the test-parachains (polkadot v1.13.0)" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -13,9 +13,8 @@ workspace = true [dependencies] tiny-keccak = { version = "2.0.2", features = ["keccak"] } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } - -test-parachain-adder = { path = "adder" } -test-parachain-halt = { path = "halt" } +test-parachain-adder = { version = "0.0.0", path = "adder" } +test-parachain-halt = { version = "0.0.0", path = "halt" } [dev-dependencies] sp-core = { path = "../../../substrate/primitives/core" } diff --git a/polkadot/parachain/test-parachains/adder/Cargo.toml b/polkadot/parachain/test-parachains/adder/Cargo.toml index e0bbe177eedc..cb06f3bd9295 100644 --- a/polkadot/parachain/test-parachains/adder/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "test-parachain-adder" -description = "Test parachain which adds to a number as its state transition" +description = "Test parachain which adds to a number as its state transition (polkadot v1.13.0)" build = "build.rs" edition.workspace = true license.workspace = true -version = "1.0.0" +version = "0.0.0" authors.workspace = true publish = false @@ -12,17 +12,17 @@ publish = false workspace = true [dependencies] -polkadot-parachain-primitives = { path = "../..", default-features = false, features = ["wasm-api"] } +polkadot-parachain-primitives = { path = "../..", default-features = false, features = ["wasm-api"], version = "13.0.0" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.4", features = ["global"] } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { path = "../../../../substrate/primitives/io", default-features = false, features = ["disable_allocator"] } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, features = ["disable_allocator"], version = "37.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../../substrate/utils/wasm-builder" } +substrate-wasm-builder = { version = "23.0.0", path = "../../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml index 996735e8c8bf..b37fa888c348 100644 --- a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "test-parachain-adder-collator" -description = "Collator for the adder test parachain" +description = "Collator for the adder test parachain (polkadot v1.13.0)" publish = false -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -20,23 +20,20 @@ clap = { version = "4.5.3", features = ["derive"] } futures = "0.3.30" futures-timer = "3.0.2" log = { workspace = true, default-features = true } - -test-parachain-adder = { path = ".." } -polkadot-primitives = { path = "../../../../primitives" } -polkadot-cli = { path = "../../../../cli" } -polkadot-service = { path = "../../../../node/service", features = ["rococo-native"] } -polkadot-node-primitives = { path = "../../../../node/primitives" } -polkadot-node-subsystem = { path = "../../../../node/subsystem" } - -sc-cli = { path = "../../../../../substrate/client/cli" } -sp-core = { path = "../../../../../substrate/primitives/core" } -sc-service = { path = "../../../../../substrate/client/service" } +test-parachain-adder = { version = "0.0.0", path = ".." } +polkadot-primitives = { version = "14.0.0", path = "../../../../primitives" } +polkadot-cli = { version = "14.0.0", path = "../../../../cli" } +polkadot-service = { path = "../../../../node/service", features = ["rococo-native"], version = "14.0.0" } +polkadot-node-primitives = { version = "14.0.0", path = "../../../../node/primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../../../node/subsystem" } +sc-cli = { version = "0.43.0", path = "../../../../../substrate/client/cli" } +sp-core = { version = "34.0.0", path = "../../../../../substrate/primitives/core" } +sc-service = { version = "0.42.0", path = "../../../../../substrate/client/service" } [dev-dependencies] polkadot-parachain-primitives = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } polkadot-node-core-pvf = { path = "../../../../node/core/pvf", features = ["test-utils"] } - substrate-test-utils = { path = "../../../../../substrate/test-utils" } sc-service = { path = "../../../../../substrate/client/service" } sp-keyring = { path = "../../../../../substrate/primitives/keyring" } diff --git a/polkadot/parachain/test-parachains/halt/Cargo.toml b/polkadot/parachain/test-parachains/halt/Cargo.toml index 1bdd4392ad31..9a69fc05a2d6 100644 --- a/polkadot/parachain/test-parachains/halt/Cargo.toml +++ b/polkadot/parachain/test-parachains/halt/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "test-parachain-halt" -description = "Test parachain which executes forever" +description = "Test parachain which executes forever (polkadot v1.13.0)" build = "build.rs" publish = false -version = "1.0.0" +version = "0.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -14,7 +14,7 @@ workspace = true [dependencies] [build-dependencies] -substrate-wasm-builder = { path = "../../../../substrate/utils/wasm-builder" } +substrate-wasm-builder = { version = "23.0.0", path = "../../../../substrate/utils/wasm-builder" } rustversion = "1.0.6" [features] diff --git a/polkadot/parachain/test-parachains/undying/Cargo.toml b/polkadot/parachain/test-parachains/undying/Cargo.toml index 4d3d2abaeafe..f7feecef81a4 100644 --- a/polkadot/parachain/test-parachains/undying/Cargo.toml +++ b/polkadot/parachain/test-parachains/undying/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "test-parachain-undying" -description = "Test parachain for zombienet integration tests" +description = "Test parachain for zombienet integration tests (polkadot v1.13.0)" build = "build.rs" publish = false -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,18 +12,18 @@ license.workspace = true workspace = true [dependencies] -polkadot-parachain-primitives = { path = "../..", default-features = false, features = ["wasm-api"] } +polkadot-parachain-primitives = { path = "../..", default-features = false, features = ["wasm-api"], version = "13.0.0" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sp-std = { path = "../../../../substrate/primitives/std", default-features = false } +sp-std = { path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } tiny-keccak = { version = "2.0.2", features = ["keccak"] } dlmalloc = { version = "0.2.4", features = ["global"] } log = { workspace = true } # We need to make sure the global allocator is disabled until we have support of full substrate externalities -sp-io = { path = "../../../../substrate/primitives/io", default-features = false, features = ["disable_allocator"] } +sp-io = { path = "../../../../substrate/primitives/io", default-features = false, features = ["disable_allocator"], version = "37.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../../substrate/utils/wasm-builder" } +substrate-wasm-builder = { version = "23.0.0", path = "../../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/polkadot/parachain/test-parachains/undying/collator/Cargo.toml b/polkadot/parachain/test-parachains/undying/collator/Cargo.toml index 288549c2c268..3729d1d400b7 100644 --- a/polkadot/parachain/test-parachains/undying/collator/Cargo.toml +++ b/polkadot/parachain/test-parachains/undying/collator/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "test-parachain-undying-collator" -description = "Collator for the undying test parachain" +description = "Collator for the undying test parachain (polkadot v1.13.0)" edition.workspace = true license.workspace = true -version = "1.0.0" +version = "0.1.0" authors.workspace = true publish = false @@ -20,23 +20,20 @@ clap = { version = "4.5.3", features = ["derive"] } futures = "0.3.30" futures-timer = "3.0.2" log = { workspace = true, default-features = true } - -test-parachain-undying = { path = ".." } -polkadot-primitives = { path = "../../../../primitives" } -polkadot-cli = { path = "../../../../cli" } -polkadot-service = { path = "../../../../node/service", features = ["rococo-native"] } -polkadot-node-primitives = { path = "../../../../node/primitives" } -polkadot-node-subsystem = { path = "../../../../node/subsystem" } - -sc-cli = { path = "../../../../../substrate/client/cli" } -sp-core = { path = "../../../../../substrate/primitives/core" } -sc-service = { path = "../../../../../substrate/client/service" } +test-parachain-undying = { version = "0.1.0", path = ".." } +polkadot-primitives = { version = "14.0.0", path = "../../../../primitives" } +polkadot-cli = { version = "14.0.0", path = "../../../../cli" } +polkadot-service = { path = "../../../../node/service", features = ["rococo-native"], version = "14.0.0" } +polkadot-node-primitives = { version = "14.0.0", path = "../../../../node/primitives" } +polkadot-node-subsystem = { version = "14.0.0", path = "../../../../node/subsystem" } +sc-cli = { version = "0.43.0", path = "../../../../../substrate/client/cli" } +sp-core = { version = "34.0.0", path = "../../../../../substrate/primitives/core" } +sc-service = { version = "0.42.0", path = "../../../../../substrate/client/service" } [dev-dependencies] polkadot-parachain-primitives = { path = "../../.." } polkadot-test-service = { path = "../../../../node/test/service" } polkadot-node-core-pvf = { path = "../../../../node/core/pvf", features = ["test-utils"] } - substrate-test-utils = { path = "../../../../../substrate/test-utils" } sc-service = { path = "../../../../../substrate/client/service" } sp-keyring = { path = "../../../../../substrate/primitives/keyring" } diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index d6df077b88b7..189f4a61ca38 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "polkadot-primitives" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Shared primitives used by Polkadot runtime" +description = "Shared primitives used by Polkadot runtime (polkadot v1.13.0)" [lints] workspace = true @@ -17,21 +17,21 @@ scale-info = { version = "2.11.1", default-features = false, features = ["bit-ve log = { workspace = true, default-features = false } serde = { features = ["alloc", "derive"], workspace = true } -sp-application-crypto = { path = "../../substrate/primitives/application-crypto", default-features = false, features = ["serde"] } -sp-inherents = { path = "../../substrate/primitives/inherents", default-features = false } -sp-core = { path = "../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false } -sp-api = { path = "../../substrate/primitives/api", default-features = false } -sp-arithmetic = { path = "../../substrate/primitives/arithmetic", default-features = false, features = ["serde"] } -sp-authority-discovery = { path = "../../substrate/primitives/authority-discovery", default-features = false, features = ["serde"] } -sp-consensus-slots = { path = "../../substrate/primitives/consensus/slots", default-features = false, features = ["serde"] } -sp-io = { path = "../../substrate/primitives/io", default-features = false } -sp-keystore = { path = "../../substrate/primitives/keystore", optional = true, default-features = false } -sp-staking = { path = "../../substrate/primitives/staking", default-features = false, features = ["serde"] } -sp-std = { package = "sp-std", path = "../../substrate/primitives/std", default-features = false } +sp-application-crypto = { path = "../../substrate/primitives/application-crypto", default-features = false, features = ["serde"], version = "37.0.0" } +sp-inherents = { path = "../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-core = { path = "../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-api = { path = "../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-arithmetic = { path = "../../substrate/primitives/arithmetic", default-features = false, features = ["serde"], version = "26.0.0" } +sp-authority-discovery = { path = "../../substrate/primitives/authority-discovery", default-features = false, features = ["serde"], version = "33.0.0" } +sp-consensus-slots = { path = "../../substrate/primitives/consensus/slots", default-features = false, features = ["serde"], version = "0.39.0" } +sp-io = { path = "../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-keystore = { path = "../../substrate/primitives/keystore", optional = true, default-features = false, version = "0.40.0" } +sp-staking = { path = "../../substrate/primitives/staking", default-features = false, features = ["serde"], version = "33.0.0" } +sp-std = { package = "sp-std", path = "../../substrate/primitives/std", default-features = false, version = "14.0.0" } -polkadot-core-primitives = { path = "../core-primitives", default-features = false } -polkadot-parachain-primitives = { path = "../parachain", default-features = false } +polkadot-core-primitives = { path = "../core-primitives", default-features = false, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../parachain", default-features = false, version = "13.0.0" } [features] default = ["std"] diff --git a/polkadot/primitives/test-helpers/Cargo.toml b/polkadot/primitives/test-helpers/Cargo.toml index fab9480cfdeb..6b9079ffc986 100644 --- a/polkadot/primitives/test-helpers/Cargo.toml +++ b/polkadot/primitives/test-helpers/Cargo.toml @@ -1,18 +1,19 @@ [package] name = "polkadot-primitives-test-helpers" publish = false -version = "1.0.0" +version = "0.0.0" authors.workspace = true edition.workspace = true license.workspace = true +description = "polkadot-primitives-test-helpers (polkadot v1.13.0)" [lints] workspace = true [dependencies] -sp-keyring = { path = "../../../substrate/primitives/keyring" } -sp-application-crypto = { package = "sp-application-crypto", path = "../../../substrate/primitives/application-crypto", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-core = { path = "../../../substrate/primitives/core", features = ["std"] } -polkadot-primitives = { path = ".." } +sp-keyring = { version = "38.0.0", path = "../../../substrate/primitives/keyring" } +sp-application-crypto = { package = "sp-application-crypto", path = "../../../substrate/primitives/application-crypto", default-features = false, version = "37.0.0" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-core = { path = "../../../substrate/primitives/core", features = ["std"], version = "34.0.0" } +polkadot-primitives = { version = "14.0.0", path = ".." } rand = "0.8.5" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index cceb4dc5a93b..66f2bad4f384 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,40 +1,40 @@ [package] name = "polkadot-rpc" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Polkadot specific RPC functionality." +description = "Polkadot specific RPC functionality. (polkadot v1.13.0)" [lints] workspace = true [dependencies] jsonrpsee = { version = "0.22", features = ["server"] } -polkadot-primitives = { path = "../primitives" } -sc-client-api = { path = "../../substrate/client/api" } -sp-blockchain = { path = "../../substrate/primitives/blockchain" } -sp-keystore = { path = "../../substrate/primitives/keystore" } -sp-runtime = { path = "../../substrate/primitives/runtime" } -sp-api = { path = "../../substrate/primitives/api" } -sp-application-crypto = { path = "../../substrate/primitives/application-crypto" } -sp-consensus = { path = "../../substrate/primitives/consensus/common" } -sp-consensus-babe = { path = "../../substrate/primitives/consensus/babe" } -sp-consensus-beefy = { path = "../../substrate/primitives/consensus/beefy" } -sc-chain-spec = { path = "../../substrate/client/chain-spec" } -sc-rpc = { path = "../../substrate/client/rpc" } -sc-rpc-spec-v2 = { path = "../../substrate/client/rpc-spec-v2" } -sc-consensus-babe = { path = "../../substrate/client/consensus/babe" } -sc-consensus-babe-rpc = { path = "../../substrate/client/consensus/babe/rpc" } -sc-consensus-beefy = { path = "../../substrate/client/consensus/beefy" } -sc-consensus-beefy-rpc = { path = "../../substrate/client/consensus/beefy/rpc" } -sc-consensus-epochs = { path = "../../substrate/client/consensus/epochs" } -sc-consensus-grandpa = { path = "../../substrate/client/consensus/grandpa" } -sc-consensus-grandpa-rpc = { path = "../../substrate/client/consensus/grandpa/rpc" } -sc-sync-state-rpc = { path = "../../substrate/client/sync-state-rpc" } -sc-transaction-pool-api = { path = "../../substrate/client/transaction-pool/api" } -substrate-frame-rpc-system = { path = "../../substrate/utils/frame/rpc/system" } -mmr-rpc = { path = "../../substrate/client/merkle-mountain-range/rpc" } -pallet-transaction-payment-rpc = { path = "../../substrate/frame/transaction-payment/rpc" } -sp-block-builder = { path = "../../substrate/primitives/block-builder" } -substrate-state-trie-migration-rpc = { path = "../../substrate/utils/frame/rpc/state-trie-migration-rpc" } +polkadot-primitives = { version = "14.0.0", path = "../primitives" } +sc-client-api = { version = "35.0.0", path = "../../substrate/client/api" } +sp-blockchain = { version = "35.0.0", path = "../../substrate/primitives/blockchain" } +sp-keystore = { version = "0.40.0", path = "../../substrate/primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../substrate/primitives/runtime" } +sp-api = { version = "33.0.0", path = "../../substrate/primitives/api" } +sp-application-crypto = { version = "37.0.0", path = "../../substrate/primitives/application-crypto" } +sp-consensus = { version = "0.39.0", path = "../../substrate/primitives/consensus/common" } +sp-consensus-babe = { version = "0.39.0", path = "../../substrate/primitives/consensus/babe" } +sp-consensus-beefy = { version = "20.0.0", path = "../../substrate/primitives/consensus/beefy" } +sc-chain-spec = { version = "34.0.0", path = "../../substrate/client/chain-spec" } +sc-rpc = { version = "36.0.0", path = "../../substrate/client/rpc" } +sc-rpc-spec-v2 = { version = "0.41.0", path = "../../substrate/client/rpc-spec-v2" } +sc-consensus-babe = { version = "0.41.0", path = "../../substrate/client/consensus/babe" } +sc-consensus-babe-rpc = { version = "0.41.0", path = "../../substrate/client/consensus/babe/rpc" } +sc-consensus-beefy = { version = "20.0.0", path = "../../substrate/client/consensus/beefy" } +sc-consensus-beefy-rpc = { version = "20.0.0", path = "../../substrate/client/consensus/beefy/rpc" } +sc-consensus-epochs = { version = "0.40.0", path = "../../substrate/client/consensus/epochs" } +sc-consensus-grandpa = { version = "0.26.0", path = "../../substrate/client/consensus/grandpa" } +sc-consensus-grandpa-rpc = { version = "0.26.0", path = "../../substrate/client/consensus/grandpa/rpc" } +sc-sync-state-rpc = { version = "0.41.0", path = "../../substrate/client/sync-state-rpc" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../substrate/client/transaction-pool/api" } +substrate-frame-rpc-system = { version = "35.0.0", path = "../../substrate/utils/frame/rpc/system" } +mmr-rpc = { version = "35.0.0", path = "../../substrate/client/merkle-mountain-range/rpc" } +pallet-transaction-payment-rpc = { version = "37.0.0", path = "../../substrate/frame/transaction-payment/rpc" } +sp-block-builder = { version = "33.0.0", path = "../../substrate/primitives/block-builder" } +substrate-state-trie-migration-rpc = { version = "34.0.0", path = "../../substrate/utils/frame/rpc/state-trie-migration-rpc" } diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index da89bd2251ac..78991c029311 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-runtime-common" -version = "7.0.0" -description = "Pallets and constants used in Relay Chain networks." +version = "14.0.0" +description = "Pallets and constants used in Relay Chain networks. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -20,45 +20,45 @@ serde = { features = ["alloc"], workspace = true } serde_derive = { workspace = true } static_assertions = "1.1.0" -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false } -sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"] } -sp-session = { path = "../../../substrate/primitives/session", default-features = false } -sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, features = ["serde"] } -sp-core = { path = "../../../substrate/primitives/core", default-features = false, features = ["serde"] } -sp-npos-elections = { path = "../../../substrate/primitives/npos-elections", default-features = false, features = ["serde"] } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-session = { path = "../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, features = ["serde"], version = "33.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-npos-elections = { path = "../../../substrate/primitives/npos-elections", default-features = false, features = ["serde"], version = "33.0.0" } -pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } -pallet-broker = { path = "../../../substrate/frame/broker", default-features = false } -pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false } -pallet-identity = { path = "../../../substrate/frame/identity", default-features = false } -pallet-session = { path = "../../../substrate/frame/session", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } -pallet-staking-reward-fn = { path = "../../../substrate/frame/staking/reward-fn", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } -pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } -pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false } -pallet-asset-rate = { path = "../../../substrate/frame/asset-rate", default-features = false, optional = true } -pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase", default-features = false } -frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-broker = { path = "../../../substrate/frame/broker", default-features = false, version = "0.14.0" } +pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false, version = "34.0.0" } +pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "35.0.0" } +pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "35.0.0" } +pallet-staking-reward-fn = { path = "../../../substrate/frame/staking/reward-fn", default-features = false, version = "22.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "35.0.0" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false, version = "34.0.0" } +pallet-asset-rate = { path = "../../../substrate/frame/asset-rate", default-features = false, optional = true, version = "14.0.0" } +pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase", default-features = false, version = "34.0.0" } +frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false, version = "35.0.0" } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, optional = true, version = "35.0.0" } -polkadot-primitives = { path = "../../primitives", default-features = false } +polkadot-primitives = { path = "../../primitives", default-features = false, version = "14.0.0" } libsecp256k1 = { version = "0.7.0", default-features = false } -polkadot-runtime-parachains = { path = "../parachains", default-features = false } +polkadot-runtime-parachains = { path = "../parachains", default-features = false, version = "14.0.0" } -slot-range-helper = { path = "slot_range_helper", default-features = false } -xcm = { package = "staging-xcm", path = "../../xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, optional = true } -xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false } +slot-range-helper = { path = "slot_range_helper", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, optional = true, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false, version = "14.0.0" } [dev-dependencies] hex-literal = "0.4.1" @@ -143,7 +143,6 @@ runtime-benchmarks = [ ] try-runtime = [ "frame-election-provider-support/try-runtime", - "frame-support-test/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", "pallet-asset-rate/try-runtime", diff --git a/polkadot/runtime/common/slot_range_helper/Cargo.toml b/polkadot/runtime/common/slot_range_helper/Cargo.toml index 47e8fea24002..80c742e212e3 100644 --- a/polkadot/runtime/common/slot_range_helper/Cargo.toml +++ b/polkadot/runtime/common/slot_range_helper/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "slot-range-helper" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Helper crate for generating slot ranges for the Polkadot runtime." +description = "Helper crate for generating slot ranges for the Polkadot runtime. (polkadot v1.13.0)" [lints] workspace = true @@ -13,8 +13,8 @@ workspace = true paste = "1.0" enumn = "0.1.12" codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sp-std = { package = "sp-std", path = "../../../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +sp-std = { package = "sp-std", path = "../../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/polkadot/runtime/metrics/Cargo.toml b/polkadot/runtime/metrics/Cargo.toml index 342c5a885033..2c0c56101bda 100644 --- a/polkadot/runtime/metrics/Cargo.toml +++ b/polkadot/runtime/metrics/Cargo.toml @@ -1,20 +1,20 @@ [package] name = "polkadot-runtime-metrics" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Runtime metric interface for the Polkadot node" +description = "Runtime metric interface for the Polkadot node (polkadot v1.13.0)" [lints] workspace = true [dependencies] -sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false } -sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false } +sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false, version = "17.0.0" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } -polkadot-primitives = { path = "../../primitives", default-features = false } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +polkadot-primitives = { path = "../../primitives", default-features = false, version = "14.0.0" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } bs58 = { version = "0.5.0", default-features = false, features = ["alloc"] } diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 250fee65beef..4202136823b1 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-runtime-parachains" -version = "7.0.0" -description = "Relay Chain runtime code responsible for Parachains." +version = "14.0.0" +description = "Relay Chain runtime code responsible for Parachains. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -20,43 +20,43 @@ serde = { features = ["alloc", "derive"], workspace = true } derive_more = "0.99.17" bitflags = "1.3.2" -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false } -sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"] } -sp-session = { path = "../../../substrate/primitives/session", default-features = false } -sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, features = ["serde"] } -sp-core = { path = "../../../substrate/primitives/core", default-features = false, features = ["serde"] } -sp-keystore = { path = "../../../substrate/primitives/keystore", optional = true, default-features = false } -sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false, optional = true } -sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false, optional = true } -sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-session = { path = "../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, features = ["serde"], version = "33.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-keystore = { path = "../../../substrate/primitives/keystore", optional = true, default-features = false, version = "0.40.0" } +sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false, optional = true, version = "37.0.0" } +sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false, optional = true, version = "17.0.0" } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } -pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false } -pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } -pallet-babe = { path = "../../../substrate/frame/babe", default-features = false } -pallet-broker = { path = "../../../substrate/frame/broker", default-features = false } -pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } -pallet-session = { path = "../../../substrate/frame/session", default-features = false } -pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } -pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } -pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } +pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false, version = "35.0.0" } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, version = "35.0.0" } +pallet-broker = { path = "../../../substrate/frame/broker", default-features = false, version = "0.14.0" } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "35.0.0" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } -xcm = { package = "staging-xcm", path = "../../xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false } -polkadot-primitives = { path = "../../primitives", default-features = false } +xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "14.0.0" } +polkadot-primitives = { path = "../../primitives", default-features = false, version = "14.0.0" } rand = { version = "0.8.5", default-features = false } rand_chacha = { version = "0.3.1", default-features = false } static_assertions = { version = "1.1.0", optional = true } -polkadot-parachain-primitives = { path = "../../parachain", default-features = false } -polkadot-runtime-metrics = { path = "../metrics", default-features = false } -polkadot-core-primitives = { path = "../../core-primitives", default-features = false } +polkadot-parachain-primitives = { path = "../../parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-metrics = { path = "../metrics", default-features = false, version = "14.0.0" } +polkadot-core-primitives = { path = "../../core-primitives", default-features = false, version = "14.0.0" } [dev-dependencies] futures = "0.3.30" @@ -136,7 +136,6 @@ runtime-benchmarks = [ "xcm-executor/runtime-benchmarks", ] try-runtime = [ - "frame-support-test/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", "pallet-authority-discovery/try-runtime", diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index d342926d3c5a..74a36ef7c5cf 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "rococo-runtime" build = "build.rs" -version = "7.0.0" -description = "Rococo testnet Relay Chain runtime." +version = "14.0.0" +description = "Rococo testnet Relay Chain runtime. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -21,94 +21,94 @@ static_assertions = "1.1.0" smallvec = "1.8.0" bitvec = { version = "1.0.1", default-features = false, features = ["alloc"] } -sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery", default-features = false } -sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe", default-features = false } -sp-consensus-beefy = { path = "../../../substrate/primitives/consensus/beefy", default-features = false } -sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false } -binary-merkle-tree = { path = "../../../substrate/utils/binary-merkle-tree", default-features = false } -rococo-runtime-constants = { package = "rococo-runtime-constants", path = "constants", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false } -sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false } -sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-staking = { path = "../../../substrate/primitives/staking", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-session = { path = "../../../substrate/primitives/session", default-features = false } -sp-storage = { path = "../../../substrate/primitives/storage", default-features = false } -sp-version = { path = "../../../substrate/primitives/version", default-features = false } -sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false } -sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false } +sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery", default-features = false, version = "33.0.0" } +sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe", default-features = false, version = "0.39.0" } +sp-consensus-beefy = { path = "../../../substrate/primitives/consensus/beefy", default-features = false, version = "20.0.0" } +sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false, version = "20.0.0" } +binary-merkle-tree = { path = "../../../substrate/utils/binary-merkle-tree", default-features = false, version = "15.0.0" } +rococo-runtime-constants = { package = "rococo-runtime-constants", path = "constants", default-features = false, version = "14.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, version = "33.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-session = { path = "../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-storage = { path = "../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-version = { path = "../../../substrate/primitives/version", default-features = false, version = "36.0.0" } +sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } -pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false } -pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } -pallet-babe = { path = "../../../substrate/frame/babe", default-features = false } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } -pallet-beefy = { path = "../../../substrate/frame/beefy", default-features = false } -pallet-beefy-mmr = { path = "../../../substrate/frame/beefy-mmr", default-features = false } -pallet-bounties = { path = "../../../substrate/frame/bounties", default-features = false } -pallet-child-bounties = { path = "../../../substrate/frame/child-bounties", default-features = false } -pallet-state-trie-migration = { path = "../../../substrate/frame/state-trie-migration", default-features = false } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-collective = { path = "../../../substrate/frame/collective", default-features = false } -pallet-conviction-voting = { path = "../../../substrate/frame/conviction-voting", default-features = false } -pallet-democracy = { path = "../../../substrate/frame/democracy", default-features = false } -pallet-elections-phragmen = { path = "../../../substrate/frame/elections-phragmen", default-features = false } -pallet-asset-rate = { path = "../../../substrate/frame/asset-rate", default-features = false } -frame-executive = { path = "../../../substrate/frame/executive", default-features = false } -pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false } -pallet-identity = { path = "../../../substrate/frame/identity", default-features = false } -pallet-indices = { path = "../../../substrate/frame/indices", default-features = false } -pallet-membership = { path = "../../../substrate/frame/membership", default-features = false } -pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } -pallet-mmr = { path = "../../../substrate/frame/merkle-mountain-range", default-features = false } -pallet-multisig = { path = "../../../substrate/frame/multisig", default-features = false } -pallet-nis = { path = "../../../substrate/frame/nis", default-features = false } -pallet-offences = { path = "../../../substrate/frame/offences", default-features = false } -pallet-parameters = { path = "../../../substrate/frame/parameters", default-features = false } -pallet-preimage = { path = "../../../substrate/frame/preimage", default-features = false } -pallet-proxy = { path = "../../../substrate/frame/proxy", default-features = false } -pallet-ranked-collective = { path = "../../../substrate/frame/ranked-collective", default-features = false } -pallet-recovery = { path = "../../../substrate/frame/recovery", default-features = false } -pallet-referenda = { path = "../../../substrate/frame/referenda", default-features = false } -pallet-scheduler = { path = "../../../substrate/frame/scheduler", default-features = false } -pallet-session = { path = "../../../substrate/frame/session", default-features = false } -pallet-society = { path = "../../../substrate/frame/society", default-features = false } -pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false, features = ["tuples-96"] } -pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false } -pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } -pallet-tips = { path = "../../../substrate/frame/tips", default-features = false } -pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false } -pallet-utility = { path = "../../../substrate/frame/utility", default-features = false } -pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } -pallet-whitelist = { path = "../../../substrate/frame/whitelist", default-features = false } -pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -pallet-root-testing = { path = "../../../substrate/frame/root-testing", default-features = false } +pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false, version = "35.0.0" } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-beefy = { path = "../../../substrate/frame/beefy", default-features = false, version = "35.0.0" } +pallet-beefy-mmr = { path = "../../../substrate/frame/beefy-mmr", default-features = false, version = "35.0.0" } +pallet-bounties = { path = "../../../substrate/frame/bounties", default-features = false, version = "34.0.0" } +pallet-child-bounties = { path = "../../../substrate/frame/child-bounties", default-features = false, version = "34.0.0" } +pallet-state-trie-migration = { path = "../../../substrate/frame/state-trie-migration", default-features = false, version = "36.0.0" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-collective = { path = "../../../substrate/frame/collective", default-features = false, version = "35.0.0" } +pallet-conviction-voting = { path = "../../../substrate/frame/conviction-voting", default-features = false, version = "35.0.0" } +pallet-democracy = { path = "../../../substrate/frame/democracy", default-features = false, version = "35.0.0" } +pallet-elections-phragmen = { path = "../../../substrate/frame/elections-phragmen", default-features = false, version = "36.0.0" } +pallet-asset-rate = { path = "../../../substrate/frame/asset-rate", default-features = false, version = "14.0.0" } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false, version = "35.0.0" } +pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "35.0.0" } +pallet-indices = { path = "../../../substrate/frame/indices", default-features = false, version = "35.0.0" } +pallet-membership = { path = "../../../substrate/frame/membership", default-features = false, version = "35.0.0" } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-mmr = { path = "../../../substrate/frame/merkle-mountain-range", default-features = false, version = "34.0.0" } +pallet-multisig = { path = "../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-nis = { path = "../../../substrate/frame/nis", default-features = false, version = "35.0.0" } +pallet-offences = { path = "../../../substrate/frame/offences", default-features = false, version = "34.0.0" } +pallet-parameters = { path = "../../../substrate/frame/parameters", default-features = false, version = "0.6.0" } +pallet-preimage = { path = "../../../substrate/frame/preimage", default-features = false, version = "35.0.0" } +pallet-proxy = { path = "../../../substrate/frame/proxy", default-features = false, version = "35.0.0" } +pallet-ranked-collective = { path = "../../../substrate/frame/ranked-collective", default-features = false, version = "35.0.0" } +pallet-recovery = { path = "../../../substrate/frame/recovery", default-features = false, version = "35.0.0" } +pallet-referenda = { path = "../../../substrate/frame/referenda", default-features = false, version = "35.0.0" } +pallet-scheduler = { path = "../../../substrate/frame/scheduler", default-features = false, version = "36.0.0" } +pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-society = { path = "../../../substrate/frame/society", default-features = false, version = "35.0.0" } +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, features = ["tuples-96"], version = "35.0.0" } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-tips = { path = "../../../substrate/frame/tips", default-features = false, version = "34.0.0" } +pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false, version = "34.0.0" } +pallet-utility = { path = "../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "35.0.0" } +pallet-whitelist = { path = "../../../substrate/frame/whitelist", default-features = false, version = "34.0.0" } +pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, version = "14.0.0" } +pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "14.0.0" } +pallet-root-testing = { path = "../../../substrate/frame/root-testing", default-features = false, version = "11.0.0" } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-metadata-hash-extension = { path = "../../../substrate/frame/metadata-hash-extension", default-features = false } -frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true } -frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-metadata-hash-extension = { path = "../../../substrate/frame/metadata-hash-extension", default-features = false, version = "0.3.0" } +frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } hex-literal = { version = "0.4.1" } -polkadot-runtime-common = { path = "../common", default-features = false } -polkadot-runtime-parachains = { path = "../parachains", default-features = false } -polkadot-primitives = { path = "../../primitives", default-features = false } -polkadot-parachain-primitives = { path = "../../parachain", default-features = false } +polkadot-runtime-common = { path = "../common", default-features = false, version = "14.0.0" } +polkadot-runtime-parachains = { path = "../parachains", default-features = false, version = "14.0.0" } +polkadot-primitives = { path = "../../primitives", default-features = false, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../parachain", default-features = false, version = "13.0.0" } -xcm = { package = "staging-xcm", path = "../../xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../xcm/xcm-fee-payment-runtime-api", default-features = false } +xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } [dev-dependencies] tiny-keccak = { version = "2.0.2", features = ["keccak"] } @@ -121,7 +121,7 @@ sp-tracing = { path = "../../../substrate/primitives/tracing", default-features tokio = { version = "1.24.2", features = ["macros"] } [build-dependencies] -substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] @@ -211,7 +211,6 @@ std = [ "sp-staking/std", "sp-std/std", "sp-storage/std", - "sp-tracing/std", "sp-transaction-pool/std", "sp-version/std", "substrate-wasm-builder", diff --git a/polkadot/runtime/rococo/constants/Cargo.toml b/polkadot/runtime/rococo/constants/Cargo.toml index 2c49488077e6..7e257128c645 100644 --- a/polkadot/runtime/rococo/constants/Cargo.toml +++ b/polkadot/runtime/rococo/constants/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rococo-runtime-constants" -version = "7.0.0" -description = "Constants used throughout the Rococo network." +version = "14.0.0" +description = "Constants used throughout the Rococo network. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,15 +12,15 @@ workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -polkadot-primitives = { path = "../../../primitives", default-features = false } -polkadot-runtime-common = { path = "../../common", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -sp-weights = { path = "../../../../substrate/primitives/weights", default-features = false } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +polkadot-primitives = { path = "../../../primitives", default-features = false, version = "14.0.0" } +polkadot-runtime-common = { path = "../../common", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-weights = { path = "../../../../substrate/primitives/weights", default-features = false, version = "31.0.0" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } -xcm = { package = "staging-xcm", path = "../../../xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../xcm/xcm-builder", default-features = false } +xcm = { package = "staging-xcm", path = "../../../xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../xcm/xcm-builder", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index c4d78b1081a6..4603d2e30a98 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -2,10 +2,11 @@ name = "polkadot-test-runtime" build = "build.rs" publish = false -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true +description = "polkadot-test-runtime (polkadot v1.13.0)" [lints] workspace = true @@ -16,53 +17,53 @@ log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { workspace = true } -sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery", default-features = false } -sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe", default-features = false } -sp-consensus-beefy = { path = "../../../substrate/primitives/consensus/beefy", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-staking = { path = "../../../substrate/primitives/staking", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false } -sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range", default-features = false } -sp-session = { path = "../../../substrate/primitives/session", default-features = false } -sp-version = { path = "../../../substrate/primitives/version", default-features = false } -frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false } -sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false } -sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false } +sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery", default-features = false, version = "33.0.0" } +sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe", default-features = false, version = "0.39.0" } +sp-consensus-beefy = { path = "../../../substrate/primitives/consensus/beefy", default-features = false, version = "20.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, version = "33.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range", default-features = false, version = "33.0.0" } +sp-session = { path = "../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-version = { path = "../../../substrate/primitives/version", default-features = false, version = "36.0.0" } +frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false, version = "35.0.0" } +sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } -pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false } -pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } -pallet-babe = { path = "../../../substrate/frame/babe", default-features = false } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -frame-executive = { path = "../../../substrate/frame/executive", default-features = false } -pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false } -pallet-indices = { path = "../../../substrate/frame/indices", default-features = false } -pallet-offences = { path = "../../../substrate/frame/offences", default-features = false } -pallet-session = { path = "../../../substrate/frame/session", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } -pallet-staking-reward-curve = { path = "../../../substrate/frame/staking/reward-curve" } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false } -test-runtime-constants = { package = "test-runtime-constants", path = "constants", default-features = false } -pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } -pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false } -pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } +pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false, version = "35.0.0" } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false, version = "35.0.0" } +pallet-indices = { path = "../../../substrate/frame/indices", default-features = false, version = "35.0.0" } +pallet-offences = { path = "../../../substrate/frame/offences", default-features = false, version = "34.0.0" } +pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "35.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "35.0.0" } +pallet-staking-reward-curve = { version = "12.0.0", path = "../../../substrate/frame/staking/reward-curve" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +test-runtime-constants = { package = "test-runtime-constants", path = "constants", default-features = false, version = "0.1.0" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "35.0.0" } -polkadot-runtime-common = { path = "../common", default-features = false } -polkadot-primitives = { path = "../../primitives", default-features = false } -pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -polkadot-runtime-parachains = { path = "../parachains", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false } -xcm = { package = "staging-xcm", path = "../../xcm", default-features = false } +polkadot-runtime-common = { path = "../common", default-features = false, version = "14.0.0" } +polkadot-primitives = { path = "../../primitives", default-features = false, version = "14.0.0" } +pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, version = "14.0.0" } +polkadot-runtime-parachains = { path = "../parachains", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "14.0.0" } [dev-dependencies] hex-literal = "0.4.1" @@ -72,7 +73,7 @@ sp-trie = { path = "../../../substrate/primitives/trie" } serde_json = { workspace = true, default-features = true } [build-dependencies] -substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder" } +substrate-wasm-builder = { version = "23.0.0", path = "../../../substrate/utils/wasm-builder" } [features] default = ["std"] diff --git a/polkadot/runtime/test-runtime/constants/Cargo.toml b/polkadot/runtime/test-runtime/constants/Cargo.toml index ed10ece54f67..1963fe20d1e6 100644 --- a/polkadot/runtime/test-runtime/constants/Cargo.toml +++ b/polkadot/runtime/test-runtime/constants/Cargo.toml @@ -1,10 +1,11 @@ [package] name = "test-runtime-constants" publish = false -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true +description = "test-runtime-constants (polkadot v1.13.0)" [lints] workspace = true @@ -12,9 +13,9 @@ workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -polkadot-primitives = { path = "../../../primitives", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +polkadot-primitives = { path = "../../../primitives", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index ccb8a02b981c..ce4fa66494cd 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "westend-runtime" build = "build.rs" -version = "7.0.0" -description = "Westend testnet Relay Chain runtime." +version = "14.0.0" +description = "Westend testnet Relay Chain runtime. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -20,102 +20,102 @@ serde = { workspace = true } serde_derive = { optional = true, workspace = true } smallvec = "1.8.0" -sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery", default-features = false } -sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe", default-features = false } -sp-consensus-beefy = { path = "../../../substrate/primitives/consensus/beefy", default-features = false } -binary-merkle-tree = { path = "../../../substrate/utils/binary-merkle-tree", default-features = false } -sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false } -sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false } -sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false } -sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-staking = { path = "../../../substrate/primitives/staking", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-session = { path = "../../../substrate/primitives/session", default-features = false } -sp-storage = { path = "../../../substrate/primitives/storage", default-features = false } -sp-version = { path = "../../../substrate/primitives/version", default-features = false } -sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false } -sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false } -sp-npos-elections = { path = "../../../substrate/primitives/npos-elections", default-features = false } +sp-authority-discovery = { path = "../../../substrate/primitives/authority-discovery", default-features = false, version = "33.0.0" } +sp-consensus-babe = { path = "../../../substrate/primitives/consensus/babe", default-features = false, version = "0.39.0" } +sp-consensus-beefy = { path = "../../../substrate/primitives/consensus/beefy", default-features = false, version = "20.0.0" } +binary-merkle-tree = { path = "../../../substrate/utils/binary-merkle-tree", default-features = false, version = "15.0.0" } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-application-crypto = { path = "../../../substrate/primitives/application-crypto", default-features = false, version = "37.0.0" } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-std = { package = "sp-std", path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-mmr-primitives = { path = "../../../substrate/primitives/merkle-mountain-range", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-staking = { path = "../../../substrate/primitives/staking", default-features = false, version = "33.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-session = { path = "../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-storage = { path = "../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-version = { path = "../../../substrate/primitives/version", default-features = false, version = "36.0.0" } +sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-npos-elections = { path = "../../../substrate/primitives/npos-elections", default-features = false, version = "33.0.0" } -frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false } -frame-executive = { path = "../../../substrate/frame/executive", default-features = false } -frame-metadata-hash-extension = { path = "../../../substrate/frame/metadata-hash-extension", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false, features = ["experimental", "tuples-96"] } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false } -westend-runtime-constants = { package = "westend-runtime-constants", path = "constants", default-features = false } -pallet-asset-rate = { path = "../../../substrate/frame/asset-rate", default-features = false } -pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false } -pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } -pallet-babe = { path = "../../../substrate/frame/babe", default-features = false } -pallet-bags-list = { path = "../../../substrate/frame/bags-list", default-features = false } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } -pallet-beefy = { path = "../../../substrate/frame/beefy", default-features = false } -pallet-beefy-mmr = { path = "../../../substrate/frame/beefy-mmr", default-features = false } -pallet-collective = { path = "../../../substrate/frame/collective", default-features = false } -pallet-democracy = { path = "../../../substrate/frame/democracy", default-features = false } -pallet-elections-phragmen = { package = "pallet-elections-phragmen", path = "../../../substrate/frame/elections-phragmen", default-features = false } -pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase", default-features = false } -pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false } -pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false } -pallet-identity = { path = "../../../substrate/frame/identity", default-features = false } -pallet-indices = { path = "../../../substrate/frame/indices", default-features = false } -pallet-membership = { path = "../../../substrate/frame/membership", default-features = false } -pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } -pallet-mmr = { path = "../../../substrate/frame/merkle-mountain-range", default-features = false } -pallet-multisig = { path = "../../../substrate/frame/multisig", default-features = false } -pallet-nomination-pools = { path = "../../../substrate/frame/nomination-pools", default-features = false } -pallet-conviction-voting = { path = "../../../substrate/frame/conviction-voting", default-features = false } -pallet-offences = { path = "../../../substrate/frame/offences", default-features = false } -pallet-preimage = { path = "../../../substrate/frame/preimage", default-features = false } -pallet-proxy = { path = "../../../substrate/frame/proxy", default-features = false } -pallet-recovery = { path = "../../../substrate/frame/recovery", default-features = false } -pallet-referenda = { path = "../../../substrate/frame/referenda", default-features = false } -pallet-scheduler = { path = "../../../substrate/frame/scheduler", default-features = false } -pallet-session = { path = "../../../substrate/frame/session", default-features = false } -pallet-society = { path = "../../../substrate/frame/society", default-features = false } -pallet-staking = { path = "../../../substrate/frame/staking", default-features = false } -pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", path = "../../../substrate/frame/staking/reward-curve" } -pallet-staking-runtime-api = { path = "../../../substrate/frame/staking/runtime-api", default-features = false } -pallet-delegated-staking = { path = "../../../substrate/frame/delegated-staking", default-features = false } -pallet-state-trie-migration = { path = "../../../substrate/frame/state-trie-migration", default-features = false } -pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false } -pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } -pallet-nomination-pools-runtime-api = { path = "../../../substrate/frame/nomination-pools/runtime-api", default-features = false } -pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false } -pallet-utility = { path = "../../../substrate/frame/utility", default-features = false } -pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false } -pallet-whitelist = { path = "../../../substrate/frame/whitelist", default-features = false } -pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false } -pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true } -pallet-root-testing = { path = "../../../substrate/frame/root-testing", default-features = false } +frame-election-provider-support = { path = "../../../substrate/frame/election-provider-support", default-features = false, version = "35.0.0" } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-metadata-hash-extension = { path = "../../../substrate/frame/metadata-hash-extension", default-features = false, version = "0.3.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, features = ["experimental", "tuples-96"], version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +westend-runtime-constants = { package = "westend-runtime-constants", path = "constants", default-features = false, version = "14.0.0" } +pallet-asset-rate = { path = "../../../substrate/frame/asset-rate", default-features = false, version = "14.0.0" } +pallet-authority-discovery = { path = "../../../substrate/frame/authority-discovery", default-features = false, version = "35.0.0" } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-babe = { path = "../../../substrate/frame/babe", default-features = false, version = "35.0.0" } +pallet-bags-list = { path = "../../../substrate/frame/bags-list", default-features = false, version = "34.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-beefy = { path = "../../../substrate/frame/beefy", default-features = false, version = "35.0.0" } +pallet-beefy-mmr = { path = "../../../substrate/frame/beefy-mmr", default-features = false, version = "35.0.0" } +pallet-collective = { path = "../../../substrate/frame/collective", default-features = false, version = "35.0.0" } +pallet-democracy = { path = "../../../substrate/frame/democracy", default-features = false, version = "35.0.0" } +pallet-elections-phragmen = { package = "pallet-elections-phragmen", path = "../../../substrate/frame/elections-phragmen", default-features = false, version = "36.0.0" } +pallet-election-provider-multi-phase = { path = "../../../substrate/frame/election-provider-multi-phase", default-features = false, version = "34.0.0" } +pallet-fast-unstake = { path = "../../../substrate/frame/fast-unstake", default-features = false, version = "34.0.0" } +pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false, version = "35.0.0" } +pallet-identity = { path = "../../../substrate/frame/identity", default-features = false, version = "35.0.0" } +pallet-indices = { path = "../../../substrate/frame/indices", default-features = false, version = "35.0.0" } +pallet-membership = { path = "../../../substrate/frame/membership", default-features = false, version = "35.0.0" } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-mmr = { path = "../../../substrate/frame/merkle-mountain-range", default-features = false, version = "34.0.0" } +pallet-multisig = { path = "../../../substrate/frame/multisig", default-features = false, version = "35.0.0" } +pallet-nomination-pools = { path = "../../../substrate/frame/nomination-pools", default-features = false, version = "32.0.0" } +pallet-conviction-voting = { path = "../../../substrate/frame/conviction-voting", default-features = false, version = "35.0.0" } +pallet-offences = { path = "../../../substrate/frame/offences", default-features = false, version = "34.0.0" } +pallet-preimage = { path = "../../../substrate/frame/preimage", default-features = false, version = "35.0.0" } +pallet-proxy = { path = "../../../substrate/frame/proxy", default-features = false, version = "35.0.0" } +pallet-recovery = { path = "../../../substrate/frame/recovery", default-features = false, version = "35.0.0" } +pallet-referenda = { path = "../../../substrate/frame/referenda", default-features = false, version = "35.0.0" } +pallet-scheduler = { path = "../../../substrate/frame/scheduler", default-features = false, version = "36.0.0" } +pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-society = { path = "../../../substrate/frame/society", default-features = false, version = "35.0.0" } +pallet-staking = { path = "../../../substrate/frame/staking", default-features = false, version = "35.0.0" } +pallet-staking-reward-curve = { package = "pallet-staking-reward-curve", path = "../../../substrate/frame/staking/reward-curve", version = "12.0.0" } +pallet-staking-runtime-api = { path = "../../../substrate/frame/staking/runtime-api", default-features = false, version = "21.0.0" } +pallet-delegated-staking = { path = "../../../substrate/frame/delegated-staking", default-features = false, version = "2.0.0" } +pallet-state-trie-migration = { path = "../../../substrate/frame/state-trie-migration", default-features = false, version = "36.0.0" } +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } +pallet-nomination-pools-runtime-api = { path = "../../../substrate/frame/nomination-pools/runtime-api", default-features = false, version = "30.0.0" } +pallet-treasury = { path = "../../../substrate/frame/treasury", default-features = false, version = "34.0.0" } +pallet-utility = { path = "../../../substrate/frame/utility", default-features = false, version = "35.0.0" } +pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "35.0.0" } +pallet-whitelist = { path = "../../../substrate/frame/whitelist", default-features = false, version = "34.0.0" } +pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, version = "14.0.0" } +pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "14.0.0" } +pallet-root-testing = { path = "../../../substrate/frame/root-testing", default-features = false, version = "11.0.0" } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true } -frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -pallet-election-provider-support-benchmarking = { path = "../../../substrate/frame/election-provider-support/benchmarking", default-features = false, optional = true } -pallet-nomination-pools-benchmarking = { path = "../../../substrate/frame/nomination-pools/benchmarking", default-features = false, optional = true } -pallet-offences-benchmarking = { path = "../../../substrate/frame/offences/benchmarking", default-features = false, optional = true } -pallet-session-benchmarking = { path = "../../../substrate/frame/session/benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +pallet-election-provider-support-benchmarking = { path = "../../../substrate/frame/election-provider-support/benchmarking", default-features = false, optional = true, version = "34.0.0" } +pallet-nomination-pools-benchmarking = { path = "../../../substrate/frame/nomination-pools/benchmarking", default-features = false, optional = true, version = "33.0.0" } +pallet-offences-benchmarking = { path = "../../../substrate/frame/offences/benchmarking", default-features = false, optional = true, version = "35.0.0" } +pallet-session-benchmarking = { path = "../../../substrate/frame/session/benchmarking", default-features = false, optional = true, version = "35.0.0" } hex-literal = { version = "0.4.1", optional = true } -polkadot-runtime-common = { path = "../common", default-features = false } -polkadot-primitives = { path = "../../primitives", default-features = false } -polkadot-parachain-primitives = { path = "../../parachain", default-features = false } -polkadot-runtime-parachains = { path = "../parachains", default-features = false } +polkadot-runtime-common = { path = "../common", default-features = false, version = "14.0.0" } +polkadot-primitives = { path = "../../primitives", default-features = false, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-parachains = { path = "../parachains", default-features = false, version = "14.0.0" } -xcm = { package = "staging-xcm", path = "../../xcm", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false } -xcm-fee-payment-runtime-api = { path = "../../xcm/xcm-fee-payment-runtime-api", default-features = false } +xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../../xcm/xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } [dev-dependencies] hex-literal = "0.4.1" @@ -127,7 +127,7 @@ tokio = { version = "1.24.2", features = ["macros"] } sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false } [build-dependencies] -substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder" } +substrate-wasm-builder = { version = "23.0.0", path = "../../../substrate/utils/wasm-builder" } [features] default = ["std"] @@ -224,7 +224,6 @@ std = [ "sp-staking/std", "sp-std/std", "sp-storage/std", - "sp-tracing/std", "sp-transaction-pool/std", "sp-version/std", "westend-runtime-constants/std", diff --git a/polkadot/runtime/westend/constants/Cargo.toml b/polkadot/runtime/westend/constants/Cargo.toml index d50b168fac52..011897e16734 100644 --- a/polkadot/runtime/westend/constants/Cargo.toml +++ b/polkadot/runtime/westend/constants/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "westend-runtime-constants" -version = "7.0.0" -description = "Constants used throughout the Westend network." +version = "14.0.0" +description = "Constants used throughout the Westend network. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -12,15 +12,15 @@ workspace = true [dependencies] smallvec = "1.8.0" -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -polkadot-primitives = { path = "../../../primitives", default-features = false } -polkadot-runtime-common = { path = "../../common", default-features = false } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -sp-weights = { path = "../../../../substrate/primitives/weights", default-features = false } -sp-core = { path = "../../../../substrate/primitives/core", default-features = false } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +polkadot-primitives = { path = "../../../primitives", default-features = false, version = "14.0.0" } +polkadot-runtime-common = { path = "../../common", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-weights = { path = "../../../../substrate/primitives/weights", default-features = false, version = "31.0.0" } +sp-core = { path = "../../../../substrate/primitives/core", default-features = false, version = "34.0.0" } -xcm = { package = "staging-xcm", path = "../../../xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../xcm/xcm-builder", default-features = false } +xcm = { package = "staging-xcm", path = "../../../xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../xcm/xcm-builder", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 7181afd9989e..ca347ced4421 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "polkadot-statement-table" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Stores messages other authorities issue about candidates in Polkadot." +description = "Stores messages other authorities issue about candidates in Polkadot. (polkadot v1.13.0)" [lints] workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sp-core = { path = "../../substrate/primitives/core" } -polkadot-primitives = { path = "../primitives" } -gum = { package = "tracing-gum", path = "../node/gum" } +sp-core = { version = "34.0.0", path = "../../substrate/primitives/core" } +polkadot-primitives = { version = "14.0.0", path = "../primitives" } +gum = { package = "tracing-gum", path = "../node/gum", version = "14.0.0" } diff --git a/polkadot/utils/generate-bags/Cargo.toml b/polkadot/utils/generate-bags/Cargo.toml index ad6d7259d248..be1c08939f74 100644 --- a/polkadot/utils/generate-bags/Cargo.toml +++ b/polkadot/utils/generate-bags/Cargo.toml @@ -1,18 +1,16 @@ [package] name = "polkadot-voter-bags" -version = "7.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "CLI to generate voter bags for Polkadot runtimes" +description = "CLI to generate voter bags for Polkadot runtimes (polkadot v1.13.0)" [lints] workspace = true [dependencies] clap = { version = "4.5.3", features = ["derive"] } - -generate-bags = { path = "../../../substrate/utils/frame/generate-bags" } -sp-io = { path = "../../../substrate/primitives/io" } - -westend-runtime = { path = "../../runtime/westend" } +generate-bags = { version = "35.0.0", path = "../../../substrate/utils/frame/generate-bags" } +sp-io = { version = "37.0.0", path = "../../../substrate/primitives/io" } +westend-runtime = { version = "14.0.0", path = "../../runtime/westend" } diff --git a/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml b/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml index 20e4130f888b..92ad692138b4 100644 --- a/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml +++ b/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml @@ -1,22 +1,22 @@ [package] name = "remote-ext-tests-bags-list" publish = false -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true +description = "remote-ext-tests-bags-list (polkadot v1.13.0)" [lints] workspace = true [dependencies] -westend-runtime = { path = "../../../runtime/westend" } -westend-runtime-constants = { path = "../../../runtime/westend/constants" } - -pallet-bags-list-remote-tests = { path = "../../../../substrate/frame/bags-list/remote-tests" } -sp-tracing = { path = "../../../../substrate/primitives/tracing" } -frame-system = { path = "../../../../substrate/frame/system" } -sp-core = { path = "../../../../substrate/primitives/core" } +westend-runtime = { version = "14.0.0", path = "../../../runtime/westend" } +westend-runtime-constants = { version = "14.0.0", path = "../../../runtime/westend/constants" } +pallet-bags-list-remote-tests = { version = "0.1.0", path = "../../../../substrate/frame/bags-list/remote-tests" } +sp-tracing = { version = "17.0.0", path = "../../../../substrate/primitives/tracing" } +frame-system = { version = "35.0.0", path = "../../../../substrate/frame/system" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } clap = { version = "4.5.3", features = ["derive"] } log = { workspace = true, default-features = true } diff --git a/polkadot/xcm/Cargo.toml b/polkadot/xcm/Cargo.toml index 690fb377dad7..48e8794f0493 100644 --- a/polkadot/xcm/Cargo.toml +++ b/polkadot/xcm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "staging-xcm" -description = "The basic XCM datastructures." -version = "7.0.0" +description = "The basic XCM datastructures. (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -17,10 +17,10 @@ impl-trait-for-tuples = "0.2.2" log = { workspace = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } -sp-weights = { path = "../../substrate/primitives/weights", default-features = false, features = ["serde"] } +sp-weights = { path = "../../substrate/primitives/weights", default-features = false, features = ["serde"], version = "31.0.0" } serde = { features = ["alloc", "derive", "rc"], workspace = true } schemars = { version = "0.8.13", default-features = true, optional = true } -xcm-procedural = { path = "procedural" } +xcm-procedural = { version = "10.0.0", path = "procedural" } environmental = { version = "1.1.4", default-features = false } [dev-dependencies] diff --git a/polkadot/xcm/docs/Cargo.toml b/polkadot/xcm/docs/Cargo.toml index 9820bd36dc0b..3b245e4d9086 100644 --- a/polkadot/xcm/docs/Cargo.toml +++ b/polkadot/xcm/docs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-docs" -description = "Documentation and guides for XCM" +description = "Documentation and guides for XCM (polkadot v1.13.0)" version = "0.1.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true @@ -10,26 +10,24 @@ publish = false [dependencies] # For XCM stuff -xcm = { path = "../../xcm", package = "staging-xcm" } -xcm-executor = { path = "../../xcm/xcm-executor", package = "staging-xcm-executor" } -xcm-builder = { path = "../../xcm/xcm-builder", package = "staging-xcm-builder" } -xcm-simulator = { path = "../../xcm/xcm-simulator" } -pallet-xcm = { path = "../../xcm/pallet-xcm" } +xcm = { path = "..", package = "staging-xcm", version = "14.0.0" } +xcm-executor = { path = "../xcm-executor", package = "staging-xcm-executor", version = "14.0.0" } +xcm-builder = { path = "../xcm-builder", package = "staging-xcm-builder", version = "14.0.0" } +xcm-simulator = { version = "14.0.0", path = "../xcm-simulator" } +pallet-xcm = { version = "14.0.0", path = "../pallet-xcm" } # For building FRAME runtimes -frame = { package = "polkadot-sdk-frame", path = "../../../substrate/frame", features = ["experimental", "runtime"] } +frame = { package = "polkadot-sdk-frame", path = "../../../substrate/frame", features = ["experimental", "runtime"], version = "0.4.0" } codec = { package = "parity-scale-codec", version = "3.6.9" } scale-info = { version = "2.6.0", default-features = false } -polkadot-parachain-primitives = { path = "../../../polkadot/parachain" } -polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains" } -polkadot-primitives = { path = "../../../polkadot/primitives" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-std = { path = "../../../substrate/primitives/std" } -sp-io = { path = "../../../substrate/primitives/io" } - -# Some pallets -pallet-message-queue = { path = "../../../substrate/frame/message-queue" } -pallet-balances = { path = "../../../substrate/frame/balances" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../parachain" } +polkadot-runtime-parachains = { version = "14.0.0", path = "../../runtime/parachains" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-std = { version = "14.0.0", path = "../../../substrate/primitives/std" } +sp-io = { version = "37.0.0", path = "../../../substrate/primitives/io" } +pallet-message-queue = { version = "38.0.0", path = "../../../substrate/frame/message-queue" } +pallet-balances = { version = "36.0.0", path = "../../../substrate/frame/balances" } # For building docs simple-mermaid = { git = "https://github.com/kianenigma/simple-mermaid.git", branch = "main" } diff --git a/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml b/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml index 8bf3b9abf663..f5c4874ddac5 100644 --- a/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml +++ b/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml @@ -3,8 +3,8 @@ name = "pallet-xcm-benchmarks" authors.workspace = true edition.workspace = true license.workspace = true -version = "7.0.0" -description = "Benchmarks for the XCM pallet" +version = "14.0.0" +description = "Benchmarks for the XCM pallet (polkadot v1.13.0)" [lints] workspace = true @@ -15,15 +15,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false } -xcm = { package = "staging-xcm", path = "..", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../xcm-builder", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false, version = "14.0.0" } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, version = "35.0.0" } +xcm = { package = "staging-xcm", path = "..", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../xcm-builder", default-features = false, version = "14.0.0" } log = { workspace = true, default-features = true } [dev-dependencies] @@ -31,10 +31,8 @@ pallet-balances = { path = "../../../substrate/frame/balances" } pallet-assets = { path = "../../../substrate/frame/assets" } sp-tracing = { path = "../../../substrate/primitives/tracing" } xcm = { package = "staging-xcm", path = ".." } -# temp pallet-xcm = { path = "../pallet-xcm" } polkadot-runtime-common = { path = "../../runtime/common" } -# westend-runtime = { path = "../../runtime/westend", features = ["runtime-benchmarks"] } polkadot-primitives = { path = "../../primitives" } [features] @@ -56,11 +54,6 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-assets/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-xcm/runtime-benchmarks", - "polkadot-primitives/runtime-benchmarks", - "polkadot-runtime-common/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", diff --git a/polkadot/xcm/pallet-xcm/Cargo.toml b/polkadot/xcm/pallet-xcm/Cargo.toml index 6f9b389ab6f1..0aa912034998 100644 --- a/polkadot/xcm/pallet-xcm/Cargo.toml +++ b/polkadot/xcm/pallet-xcm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-xcm" -version = "7.0.0" -description = "A pallet for handling XCM programs." +version = "14.0.0" +description = "A pallet for handling XCM programs. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -16,21 +16,21 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive serde = { optional = true, features = ["derive"], workspace = true, default-features = true } log = { workspace = true } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } -xcm = { package = "staging-xcm", path = "..", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../xcm-builder", default-features = false } -xcm-fee-payment-runtime-api = { path = "../xcm-fee-payment-runtime-api", default-features = false } +xcm = { package = "staging-xcm", path = "..", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../xcm-builder", default-features = false, version = "14.0.0" } +xcm-fee-payment-runtime-api = { path = "../xcm-fee-payment-runtime-api", default-features = false, version = "0.4.0" } # marked optional, used in benchmarking -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, optional = true, version = "36.0.0" } [dev-dependencies] pallet-assets = { path = "../../../substrate/frame/assets" } @@ -62,10 +62,7 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-assets/runtime-benchmarks", "pallet-balances/runtime-benchmarks", - "polkadot-parachain-primitives/runtime-benchmarks", - "polkadot-runtime-parachains/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", @@ -74,8 +71,6 @@ runtime-benchmarks = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-assets/try-runtime", "pallet-balances/try-runtime", - "polkadot-runtime-parachains/try-runtime", "sp-runtime/try-runtime", ] diff --git a/polkadot/xcm/procedural/Cargo.toml b/polkadot/xcm/procedural/Cargo.toml index ca9fb351bd3c..55937256a2b6 100644 --- a/polkadot/xcm/procedural/Cargo.toml +++ b/polkadot/xcm/procedural/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "xcm-procedural" -description = "Procedural macros for XCM" +description = "Procedural macros for XCM (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true -version = "7.0.0" +version = "10.0.0" publish = true [lints] diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index 79c601b98b4f..4e8f74cb9065 100644 --- a/polkadot/xcm/xcm-builder/Cargo.toml +++ b/polkadot/xcm/xcm-builder/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "staging-xcm-builder" -description = "Tools & types for building with XCM and its executor." +description = "Tools & types for building with XCM and its executor. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true -version = "7.0.0" +version = "14.0.0" [lints] workspace = true @@ -13,20 +13,20 @@ workspace = true impl-trait-for-tuples = "0.2.1" codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -xcm = { package = "staging-xcm", path = "..", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-weights = { path = "../../../substrate/primitives/weights", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } +xcm = { package = "staging-xcm", path = "..", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false, version = "14.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-weights = { path = "../../../substrate/primitives/weights", default-features = false, version = "31.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } log = { workspace = true } # Polkadot dependencies -polkadot-parachain-primitives = { path = "../../parachain", default-features = false } +polkadot-parachain-primitives = { path = "../../parachain", default-features = false, version = "13.0.0" } [dev-dependencies] primitive-types = "0.12.1" @@ -44,14 +44,7 @@ default = ["std"] runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-assets/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-salary/runtime-benchmarks", - "pallet-xcm/runtime-benchmarks", "polkadot-parachain-primitives/runtime-benchmarks", - "polkadot-primitives/runtime-benchmarks", - "polkadot-runtime-parachains/runtime-benchmarks", - "polkadot-test-runtime/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-executor/runtime-benchmarks", ] diff --git a/polkadot/xcm/xcm-executor/Cargo.toml b/polkadot/xcm/xcm-executor/Cargo.toml index 3b30b4f13e2d..29917f0266cc 100644 --- a/polkadot/xcm/xcm-executor/Cargo.toml +++ b/polkadot/xcm/xcm-executor/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "staging-xcm-executor" -description = "An abstract and configurable XCM message executor." +description = "An abstract and configurable XCM message executor. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true -version = "7.0.0" +version = "14.0.0" [lints] workspace = true @@ -14,16 +14,16 @@ impl-trait-for-tuples = "0.2.2" environmental = { version = "1.1.4", default-features = false } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } -xcm = { package = "staging-xcm", path = "..", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-io = { path = "../../../substrate/primitives/io", default-features = false } -sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-weights = { path = "../../../substrate/primitives/weights", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } +xcm = { package = "staging-xcm", path = "..", default-features = false, version = "14.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "37.0.0" } +sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-weights = { path = "../../../substrate/primitives/weights", default-features = false, version = "31.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } log = { workspace = true } -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } [features] default = ["std"] diff --git a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml index 37c2117e7b06..3a08105159fc 100644 --- a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "xcm-executor-integration-tests" -description = "Integration tests for the XCM Executor" +description = "Integration tests for the XCM Executor (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true -version = "1.0.0" +version = "0.1.0" publish = false [lints] @@ -12,23 +12,23 @@ workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12" } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { version = "35.0.0", path = "../../../../substrate/frame/system" } futures = "0.3.30" -pallet-transaction-payment = { path = "../../../../substrate/frame/transaction-payment" } -pallet-xcm = { path = "../../pallet-xcm" } -polkadot-test-client = { path = "../../../node/test/client" } -polkadot-test-runtime = { path = "../../../runtime/test-runtime" } -polkadot-test-service = { path = "../../../node/test/service" } -polkadot-service = { path = "../../../node/service" } -sp-consensus = { path = "../../../../substrate/primitives/consensus/common" } -sp-keyring = { path = "../../../../substrate/primitives/keyring" } -sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } -sp-state-machine = { path = "../../../../substrate/primitives/state-machine" } -xcm = { package = "staging-xcm", path = "../..", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = ".." } -sp-tracing = { path = "../../../../substrate/primitives/tracing" } -sp-core = { path = "../../../../substrate/primitives/core" } +pallet-transaction-payment = { version = "35.0.0", path = "../../../../substrate/frame/transaction-payment" } +pallet-xcm = { version = "14.0.0", path = "../../pallet-xcm" } +polkadot-test-client = { version = "0.1.0", path = "../../../node/test/client" } +polkadot-test-runtime = { version = "0.1.0", path = "../../../runtime/test-runtime" } +polkadot-test-service = { version = "0.1.0", path = "../../../node/test/service" } +polkadot-service = { version = "14.0.0", path = "../../../node/service" } +sp-consensus = { version = "0.39.0", path = "../../../../substrate/primitives/consensus/common" } +sp-keyring = { version = "38.0.0", path = "../../../../substrate/primitives/keyring" } +sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-state-machine = { version = "0.42.0", path = "../../../../substrate/primitives/state-machine" } +xcm = { package = "staging-xcm", path = "../..", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "..", version = "14.0.0" } +sp-tracing = { version = "17.0.0", path = "../../../../substrate/primitives/tracing" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } [features] default = ["std"] diff --git a/polkadot/xcm/xcm-fee-payment-runtime-api/Cargo.toml b/polkadot/xcm/xcm-fee-payment-runtime-api/Cargo.toml index 6fa0236dfb41..2445c460353c 100644 --- a/polkadot/xcm/xcm-fee-payment-runtime-api/Cargo.toml +++ b/polkadot/xcm/xcm-fee-payment-runtime-api/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "xcm-fee-payment-runtime-api" -version = "0.1.0" +version = "0.4.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" repository.workspace = true -description = "XCM fee payment runtime API" +description = "XCM fee payment runtime API (polkadot v1.13.0)" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] @@ -15,16 +15,16 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = "derive", ] } -sp-api = { path = "../../../substrate/primitives/api", default-features = false } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } scale-info = { version = "2.11.1", default-features = false, features = [ "derive", "serde", ] } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-weights = { path = "../../../substrate/primitives/weights", default-features = false } -xcm = { package = "staging-xcm", path = "../", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-weights = { path = "../../../substrate/primitives/weights", default-features = false, version = "31.0.0" } +xcm = { package = "staging-xcm", path = "..", default-features = false, version = "14.0.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } [dev-dependencies] frame-system = { path = "../../../substrate/frame/system", default-features = false } @@ -42,30 +42,15 @@ env_logger = "0.9.0" default = ["std"] std = [ "codec/std", - "frame-executive/std", "frame-support/std", - "frame-system/std", - "log/std", - "pallet-assets/std", - "pallet-balances/std", - "pallet-xcm/std", "scale-info/std", "sp-api/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", "sp-weights/std", - "xcm-builder/std", - "xcm-executor/std", "xcm/std", ] runtime-benchmarks = [ "frame-support/runtime-benchmarks", - "frame-system/runtime-benchmarks", - "pallet-assets/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-xcm/runtime-benchmarks", "sp-runtime/runtime-benchmarks", - "xcm-builder/runtime-benchmarks", - "xcm-executor/runtime-benchmarks", ] diff --git a/polkadot/xcm/xcm-simulator/Cargo.toml b/polkadot/xcm/xcm-simulator/Cargo.toml index fc09b5e31861..753a659cef6a 100644 --- a/polkadot/xcm/xcm-simulator/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xcm-simulator" -description = "Test kit to simulate cross-chain message passing and XCM execution" -version = "7.0.0" +description = "Test kit to simulate cross-chain message passing and XCM execution (polkadot v1.13.0)" +version = "14.0.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -13,17 +13,16 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12" } scale-info = { version = "2.6.0", default-features = false } paste = "1.0.7" +frame-support = { version = "35.0.0", path = "../../../substrate/frame/support" } +frame-system = { version = "35.0.0", path = "../../../substrate/frame/system" } +sp-io = { version = "37.0.0", path = "../../../substrate/primitives/io" } +sp-std = { version = "14.0.0", path = "../../../substrate/primitives/std" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } -frame-support = { path = "../../../substrate/frame/support" } -frame-system = { path = "../../../substrate/frame/system" } -sp-io = { path = "../../../substrate/primitives/io" } -sp-std = { path = "../../../substrate/primitives/std" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } - -xcm = { package = "staging-xcm", path = ".." } -xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor" } -xcm-builder = { package = "staging-xcm-builder", path = "../xcm-builder" } -polkadot-primitives = { path = "../../primitives" } -polkadot-core-primitives = { path = "../../core-primitives" } -polkadot-parachain-primitives = { path = "../../parachain" } -polkadot-runtime-parachains = { path = "../../runtime/parachains" } +xcm = { package = "staging-xcm", path = "..", version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../xcm-builder", version = "14.0.0" } +polkadot-primitives = { version = "14.0.0", path = "../../primitives" } +polkadot-core-primitives = { version = "14.0.0", path = "../../core-primitives" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../parachain" } +polkadot-runtime-parachains = { version = "14.0.0", path = "../../runtime/parachains" } diff --git a/polkadot/xcm/xcm-simulator/example/Cargo.toml b/polkadot/xcm/xcm-simulator/example/Cargo.toml index 8b04170e3032..f5cfdcbb01fa 100644 --- a/polkadot/xcm/xcm-simulator/example/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/example/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "xcm-simulator-example" -description = "Examples of xcm-simulator usage." +description = "Examples of xcm-simulator usage. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true -version = "7.0.0" +version = "14.0.0" [lints] workspace = true @@ -13,26 +13,25 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12" } scale-info = { version = "2.11.1", features = ["derive"] } log = { workspace = true } +frame-system = { version = "35.0.0", path = "../../../../substrate/frame/system" } +frame-support = { version = "35.0.0", path = "../../../../substrate/frame/support" } +pallet-balances = { version = "36.0.0", path = "../../../../substrate/frame/balances" } +pallet-message-queue = { version = "38.0.0", path = "../../../../substrate/frame/message-queue" } +pallet-uniques = { version = "35.0.0", path = "../../../../substrate/frame/uniques" } +sp-std = { version = "14.0.0", path = "../../../../substrate/primitives/std" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../../substrate/primitives/runtime" } +sp-io = { version = "37.0.0", path = "../../../../substrate/primitives/io" } +sp-tracing = { version = "17.0.0", path = "../../../../substrate/primitives/tracing" } -frame-system = { path = "../../../../substrate/frame/system" } -frame-support = { path = "../../../../substrate/frame/support" } -pallet-balances = { path = "../../../../substrate/frame/balances" } -pallet-message-queue = { path = "../../../../substrate/frame/message-queue" } -pallet-uniques = { path = "../../../../substrate/frame/uniques" } -sp-std = { path = "../../../../substrate/primitives/std" } -sp-core = { path = "../../../../substrate/primitives/core" } -sp-runtime = { path = "../../../../substrate/primitives/runtime" } -sp-io = { path = "../../../../substrate/primitives/io" } -sp-tracing = { path = "../../../../substrate/primitives/tracing" } - -xcm = { package = "staging-xcm", path = "../.." } -xcm-simulator = { path = ".." } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm-executor" } -xcm-builder = { package = "staging-xcm-builder", path = "../../xcm-builder" } -pallet-xcm = { path = "../../pallet-xcm" } -polkadot-core-primitives = { path = "../../../core-primitives" } -polkadot-runtime-parachains = { path = "../../../runtime/parachains" } -polkadot-parachain-primitives = { path = "../../../parachain" } +xcm = { package = "staging-xcm", path = "../..", version = "14.0.0" } +xcm-simulator = { version = "14.0.0", path = ".." } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm-executor", version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../xcm-builder", version = "14.0.0" } +pallet-xcm = { version = "14.0.0", path = "../../pallet-xcm" } +polkadot-core-primitives = { version = "14.0.0", path = "../../../core-primitives" } +polkadot-runtime-parachains = { version = "14.0.0", path = "../../../runtime/parachains" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../parachain" } [features] default = [] diff --git a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml index 6b3b4018d9fb..5b76a1ab8e68 100644 --- a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xcm-simulator-fuzzer" -description = "Examples of xcm-simulator usage." -version = "1.0.0" +description = "Examples of xcm-simulator usage. (polkadot v1.13.0)" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -15,26 +15,25 @@ codec = { package = "parity-scale-codec", version = "3.6.12" } honggfuzz = "0.5.55" arbitrary = "1.3.2" scale-info = { version = "2.11.1", features = ["derive"] } +frame-system = { version = "35.0.0", path = "../../../../substrate/frame/system" } +frame-support = { version = "35.0.0", path = "../../../../substrate/frame/support" } +frame-executive = { version = "35.0.0", path = "../../../../substrate/frame/executive" } +frame-try-runtime = { version = "0.41.0", path = "../../../../substrate/frame/try-runtime" } +pallet-balances = { version = "36.0.0", path = "../../../../substrate/frame/balances" } +pallet-message-queue = { version = "38.0.0", path = "../../../../substrate/frame/message-queue" } +sp-std = { version = "14.0.0", path = "../../../../substrate/primitives/std" } +sp-core = { version = "34.0.0", path = "../../../../substrate/primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../../substrate/primitives/runtime" } +sp-io = { version = "37.0.0", path = "../../../../substrate/primitives/io" } -frame-system = { path = "../../../../substrate/frame/system" } -frame-support = { path = "../../../../substrate/frame/support" } -frame-executive = { path = "../../../../substrate/frame/executive" } -frame-try-runtime = { path = "../../../../substrate/frame/try-runtime" } -pallet-balances = { path = "../../../../substrate/frame/balances" } -pallet-message-queue = { path = "../../../../substrate/frame/message-queue" } -sp-std = { path = "../../../../substrate/primitives/std" } -sp-core = { path = "../../../../substrate/primitives/core" } -sp-runtime = { path = "../../../../substrate/primitives/runtime" } -sp-io = { path = "../../../../substrate/primitives/io" } - -xcm = { package = "staging-xcm", path = "../.." } -xcm-simulator = { path = ".." } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm-executor" } -xcm-builder = { package = "staging-xcm-builder", path = "../../xcm-builder" } -pallet-xcm = { path = "../../pallet-xcm" } -polkadot-core-primitives = { path = "../../../core-primitives" } -polkadot-runtime-parachains = { path = "../../../runtime/parachains" } -polkadot-parachain-primitives = { path = "../../../parachain" } +xcm = { package = "staging-xcm", path = "../..", version = "14.0.0" } +xcm-simulator = { version = "14.0.0", path = ".." } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm-executor", version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../xcm-builder", version = "14.0.0" } +pallet-xcm = { version = "14.0.0", path = "../../pallet-xcm" } +polkadot-core-primitives = { version = "14.0.0", path = "../../../core-primitives" } +polkadot-runtime-parachains = { version = "14.0.0", path = "../../../runtime/parachains" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../parachain" } [features] try-runtime = [ diff --git a/substrate/bin/node/bench/Cargo.toml b/substrate/bin/node/bench/Cargo.toml index b756f3504655..ae29563b82c4 100644 --- a/substrate/bin/node/bench/Cargo.toml +++ b/substrate/bin/node/bench/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "node-bench" -version = "0.9.0-dev" +version = "0.1.0" authors.workspace = true -description = "Substrate node integration benchmarks." +description = "Substrate node integration benchmarks. (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -18,30 +18,30 @@ workspace = true array-bytes = "6.2.2" clap = { version = "4.5.3", features = ["derive"] } log = { workspace = true, default-features = true } -node-primitives = { path = "../primitives" } -node-testing = { path = "../testing" } -kitchensink-runtime = { path = "../runtime" } -sc-client-api = { path = "../../../client/api" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-state-machine = { path = "../../../primitives/state-machine" } +node-primitives = { version = "0.1.0", path = "../primitives" } +node-testing = { version = "0.1.0", path = "../testing" } +kitchensink-runtime = { version = "0.1.0", path = "../runtime" } +sc-client-api = { version = "35.0.0", path = "../../../client/api" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../../primitives/state-machine" } serde = { workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } derive_more = { version = "0.99.17", default-features = false, features = ["display"] } kvdb = "0.13.0" kvdb-rocksdb = "0.19.0" -sp-trie = { path = "../../../primitives/trie" } -sp-core = { path = "../../../primitives/core" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sc-basic-authorship = { path = "../../../client/basic-authorship" } -sp-inherents = { path = "../../../primitives/inherents" } -sp-timestamp = { path = "../../../primitives/timestamp", default-features = false } -sp-tracing = { path = "../../../primitives/tracing" } +sp-trie = { version = "36.0.0", path = "../../../primitives/trie" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sc-basic-authorship = { version = "0.41.0", path = "../../../client/basic-authorship" } +sp-inherents = { version = "33.0.0", path = "../../../primitives/inherents" } +sp-timestamp = { path = "../../../primitives/timestamp", default-features = false, version = "33.0.0" } +sp-tracing = { version = "17.0.0", path = "../../../primitives/tracing" } hash-db = "0.16.0" tempfile = "3.1.0" fs_extra = "1" rand = { version = "0.8.5", features = ["small_rng"] } lazy_static = "1.4.0" parity-db = "0.4.12" -sc-transaction-pool = { path = "../../../client/transaction-pool" } -sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } +sc-transaction-pool = { version = "35.0.0", path = "../../../client/transaction-pool" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../../client/transaction-pool/api" } futures = { version = "0.3.30", features = ["thread-pool"] } diff --git a/substrate/bin/node/cli/Cargo.toml b/substrate/bin/node/cli/Cargo.toml index 929cd6a29e38..de7b737d94b0 100644 --- a/substrate/bin/node/cli/Cargo.toml +++ b/substrate/bin/node/cli/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "staging-node-cli" -version = "3.0.0-dev" +version = "0.1.0" authors.workspace = true -description = "Generic Substrate node implementation in Rust." +description = "Generic Substrate node implementation in Rust. (polkadot v1.13.0)" build = "build.rs" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -48,13 +48,11 @@ rand = "0.8" serde_json = { workspace = true, default-features = true } # The Polkadot-SDK: -polkadot-sdk = { path = "../../../../umbrella", features = ["node"] } - -# Shared code between the staging node and kitchensink runtime: -kitchensink-runtime = { path = "../runtime" } -node-rpc = { path = "../rpc" } -node-primitives = { path = "../primitives" } -node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true } +polkadot-sdk = { path = "../../../../umbrella", features = ["node"], version = "0.2.0" } +kitchensink-runtime = { version = "0.1.0", path = "../runtime" } +node-rpc = { version = "0.1.0", path = "../rpc" } +node-primitives = { version = "0.1.0", path = "../primitives" } +node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true, version = "0.19.0" } [dev-dependencies] futures = "0.3.30" @@ -71,8 +69,6 @@ wait-timeout = "0.2" wat = "1.0" serde_json = { workspace = true, default-features = true } scale-info = { version = "2.11.1", features = ["derive", "serde"] } - -# These testing-only dependencies are not exported by the Polkadot-SDK crate: node-testing = { path = "../testing" } substrate-cli-test-utils = { path = "../../../test-utils/cli" } sc-service-test = { path = "../../../client/service/test" } @@ -81,9 +77,9 @@ sc-service-test = { path = "../../../client/service/test" } clap = { version = "4.5.3", optional = true } clap_complete = { version = "4.0.2", optional = true } -node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true } +node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true, version = "0.19.0" } -polkadot-sdk = { path = "../../../../umbrella", features = ["frame-benchmarking-cli", "sc-cli", "sc-storage-monitor", "substrate-build-script-utils"], optional = true } +polkadot-sdk = { path = "../../../../umbrella", features = ["frame-benchmarking-cli", "sc-cli", "sc-storage-monitor", "substrate-build-script-utils"], optional = true, version = "0.2.0" } [features] default = ["cli"] @@ -101,7 +97,6 @@ runtime-benchmarks = [ try-runtime = [ "kitchensink-runtime/try-runtime", "polkadot-sdk/try-runtime", - "substrate-cli-test-utils/try-runtime", ] [[bench]] diff --git a/substrate/bin/node/inspect/Cargo.toml b/substrate/bin/node/inspect/Cargo.toml index 5e4488903bf4..bc50f4685daf 100644 --- a/substrate/bin/node/inspect/Cargo.toml +++ b/substrate/bin/node/inspect/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "staging-node-inspect" -version = "0.12.0" +version = "0.19.0" authors.workspace = true -description = "Substrate node block inspection tool." +description = "Substrate node block inspection tool. (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -18,14 +18,14 @@ targets = ["x86_64-unknown-linux-gnu"] clap = { version = "4.5.3", features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.6.12" } thiserror = { workspace = true } -sc-cli = { path = "../../../client/cli" } -sc-client-api = { path = "../../../client/api" } -sc-service = { path = "../../../client/service", default-features = false } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-core = { path = "../../../primitives/core" } -sp-io = { path = "../../../primitives/io" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-statement-store = { path = "../../../primitives/statement-store" } +sc-cli = { version = "0.43.0", path = "../../../client/cli" } +sc-client-api = { version = "35.0.0", path = "../../../client/api" } +sc-service = { path = "../../../client/service", default-features = false, version = "0.42.0" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-io = { version = "37.0.0", path = "../../../primitives/io" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-statement-store = { version = "17.0.0", path = "../../../primitives/statement-store" } [features] runtime-benchmarks = [ diff --git a/substrate/bin/node/primitives/Cargo.toml b/substrate/bin/node/primitives/Cargo.toml index 24279ad09c3d..e97314abd112 100644 --- a/substrate/bin/node/primitives/Cargo.toml +++ b/substrate/bin/node/primitives/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "node-primitives" -version = "2.0.0" +version = "0.1.0" authors.workspace = true -description = "Substrate node low-level primitives." +description = "Substrate node low-level primitives. (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -16,8 +16,8 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { path = "../../../primitives/core", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } +sp-core = { path = "../../../primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/bin/node/rpc/Cargo.toml b/substrate/bin/node/rpc/Cargo.toml index 6ae80eb57859..be6080c75474 100644 --- a/substrate/bin/node/rpc/Cargo.toml +++ b/substrate/bin/node/rpc/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "node-rpc" -version = "3.0.0-dev" +version = "0.1.0" authors.workspace = true -description = "Substrate node rpc methods." +description = "Substrate node rpc methods. (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -17,32 +17,32 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpsee = { version = "0.22", features = ["server"] } -node-primitives = { path = "../primitives" } -pallet-transaction-payment-rpc = { path = "../../../frame/transaction-payment/rpc" } -mmr-rpc = { path = "../../../client/merkle-mountain-range/rpc" } -sc-chain-spec = { path = "../../../client/chain-spec" } -sc-client-api = { path = "../../../client/api" } -sc-consensus-babe = { path = "../../../client/consensus/babe" } -sc-consensus-babe-rpc = { path = "../../../client/consensus/babe/rpc" } -sc-consensus-beefy = { path = "../../../client/consensus/beefy" } -sc-consensus-beefy-rpc = { path = "../../../client/consensus/beefy/rpc" } -sp-consensus-beefy = { path = "../../../primitives/consensus/beefy" } -sc-consensus-grandpa = { path = "../../../client/consensus/grandpa" } -sc-consensus-grandpa-rpc = { path = "../../../client/consensus/grandpa/rpc" } -sc-mixnet = { path = "../../../client/mixnet" } -sc-rpc = { path = "../../../client/rpc" } -sc-rpc-api = { path = "../../../client/rpc-api" } -sc-rpc-spec-v2 = { path = "../../../client/rpc-spec-v2" } -sc-sync-state-rpc = { path = "../../../client/sync-state-rpc" } -sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } -sp-api = { path = "../../../primitives/api" } -sp-block-builder = { path = "../../../primitives/block-builder" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-consensus-babe = { path = "../../../primitives/consensus/babe" } -sp-keystore = { path = "../../../primitives/keystore" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-application-crypto = { path = "../../../primitives/application-crypto" } -sp-statement-store = { path = "../../../primitives/statement-store" } -substrate-frame-rpc-system = { path = "../../../utils/frame/rpc/system" } -substrate-state-trie-migration-rpc = { path = "../../../utils/frame/rpc/state-trie-migration-rpc" } +node-primitives = { version = "0.1.0", path = "../primitives" } +pallet-transaction-payment-rpc = { version = "37.0.0", path = "../../../frame/transaction-payment/rpc" } +mmr-rpc = { version = "35.0.0", path = "../../../client/merkle-mountain-range/rpc" } +sc-chain-spec = { version = "34.0.0", path = "../../../client/chain-spec" } +sc-client-api = { version = "35.0.0", path = "../../../client/api" } +sc-consensus-babe = { version = "0.41.0", path = "../../../client/consensus/babe" } +sc-consensus-babe-rpc = { version = "0.41.0", path = "../../../client/consensus/babe/rpc" } +sc-consensus-beefy = { version = "20.0.0", path = "../../../client/consensus/beefy" } +sc-consensus-beefy-rpc = { version = "20.0.0", path = "../../../client/consensus/beefy/rpc" } +sp-consensus-beefy = { version = "20.0.0", path = "../../../primitives/consensus/beefy" } +sc-consensus-grandpa = { version = "0.26.0", path = "../../../client/consensus/grandpa" } +sc-consensus-grandpa-rpc = { version = "0.26.0", path = "../../../client/consensus/grandpa/rpc" } +sc-mixnet = { version = "0.11.0", path = "../../../client/mixnet" } +sc-rpc = { version = "36.0.0", path = "../../../client/rpc" } +sc-rpc-api = { version = "0.40.0", path = "../../../client/rpc-api" } +sc-rpc-spec-v2 = { version = "0.41.0", path = "../../../client/rpc-spec-v2" } +sc-sync-state-rpc = { version = "0.41.0", path = "../../../client/sync-state-rpc" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../../client/transaction-pool/api" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-block-builder = { version = "33.0.0", path = "../../../primitives/block-builder" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-consensus-babe = { version = "0.39.0", path = "../../../primitives/consensus/babe" } +sp-keystore = { version = "0.40.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-application-crypto = { version = "37.0.0", path = "../../../primitives/application-crypto" } +sp-statement-store = { version = "17.0.0", path = "../../../primitives/statement-store" } +substrate-frame-rpc-system = { version = "35.0.0", path = "../../../utils/frame/rpc/system" } +substrate-state-trie-migration-rpc = { version = "34.0.0", path = "../../../utils/frame/rpc/state-trie-migration-rpc" } diff --git a/substrate/bin/node/runtime/Cargo.toml b/substrate/bin/node/runtime/Cargo.toml index e8cc7b3482b6..b93783e613b2 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "kitchensink-runtime" -version = "3.0.0-dev" +version = "0.1.0" authors.workspace = true -description = "Substrate node kitchensink runtime." +description = "Substrate node kitchensink runtime. (polkadot v1.13.0)" edition.workspace = true build = "build.rs" license = "Apache-2.0" @@ -31,17 +31,17 @@ serde_json = { features = ["alloc", "arbitrary_precision"], workspace = true } # pallet-asset-conversion: turn on "num-traits" feature primitive-types = { version = "0.12.0", default-features = false, features = ["codec", "num-traits", "scale-info"] } -polkadot-sdk = { path = "../../../../umbrella", features = ["runtime", "tuples-96"], default-features = false } +polkadot-sdk = { path = "../../../../umbrella", features = ["runtime", "tuples-96"], default-features = false, version = "0.2.0" } # shared code between runtime and node -node-primitives = { path = "../primitives", default-features = false } +node-primitives = { path = "../primitives", default-features = false, version = "0.1.0" } # Example pallets that are not published: -pallet-example-mbm = { path = "../../../frame/examples/multi-block-migrations", default-features = false } -pallet-example-tasks = { path = "../../../frame/examples/tasks", default-features = false } +pallet-example-mbm = { path = "../../../frame/examples/multi-block-migrations", default-features = false, version = "0.1.0" } +pallet-example-tasks = { path = "../../../frame/examples/tasks", default-features = false, version = "8.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/substrate/bin/node/testing/Cargo.toml b/substrate/bin/node/testing/Cargo.toml index 3ba3f07510e0..a3e063cf9bdf 100644 --- a/substrate/bin/node/testing/Cargo.toml +++ b/substrate/bin/node/testing/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "node-testing" -version = "3.0.0-dev" +version = "0.1.0" authors.workspace = true -description = "Test utilities for Substrate node." +description = "Test utilities for Substrate node. (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -21,31 +21,31 @@ fs_extra = "1" futures = "0.3.30" log = { workspace = true, default-features = true } tempfile = "3.1.0" -frame-metadata-hash-extension = { path = "../../../frame/metadata-hash-extension" } -frame-system = { path = "../../../frame/system" } -node-cli = { package = "staging-node-cli", path = "../cli" } -node-primitives = { path = "../primitives" } -kitchensink-runtime = { path = "../runtime" } -pallet-asset-conversion = { path = "../../../frame/asset-conversion" } -pallet-assets = { path = "../../../frame/assets" } -pallet-asset-conversion-tx-payment = { path = "../../../frame/transaction-payment/asset-conversion-tx-payment" } -pallet-asset-tx-payment = { path = "../../../frame/transaction-payment/asset-tx-payment" } -pallet-skip-feeless-payment = { path = "../../../frame/transaction-payment/skip-feeless-payment" } -sc-block-builder = { path = "../../../client/block-builder" } -sc-client-api = { path = "../../../client/api" } -sc-client-db = { path = "../../../client/db", features = ["rocksdb"] } -sc-consensus = { path = "../../../client/consensus/common" } -sc-executor = { path = "../../../client/executor" } -sc-service = { path = "../../../client/service", features = ["rocksdb", "test-helpers"] } -sp-api = { path = "../../../primitives/api" } -sp-block-builder = { path = "../../../primitives/block-builder" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-core = { path = "../../../primitives/core" } -sp-crypto-hashing = { path = "../../../primitives/crypto/hashing" } -sp-inherents = { path = "../../../primitives/inherents" } -sp-io = { path = "../../../primitives/io" } -sp-keyring = { path = "../../../primitives/keyring" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-timestamp = { path = "../../../primitives/timestamp", default-features = false } -substrate-test-client = { path = "../../../test-utils/client" } +frame-metadata-hash-extension = { version = "0.3.0", path = "../../../frame/metadata-hash-extension" } +frame-system = { version = "35.0.0", path = "../../../frame/system" } +node-cli = { package = "staging-node-cli", path = "../cli", version = "0.1.0" } +node-primitives = { version = "0.1.0", path = "../primitives" } +kitchensink-runtime = { version = "0.1.0", path = "../runtime" } +pallet-asset-conversion = { version = "17.0.0", path = "../../../frame/asset-conversion" } +pallet-assets = { version = "36.0.0", path = "../../../frame/assets" } +pallet-asset-conversion-tx-payment = { version = "17.0.0", path = "../../../frame/transaction-payment/asset-conversion-tx-payment" } +pallet-asset-tx-payment = { version = "35.0.0", path = "../../../frame/transaction-payment/asset-tx-payment" } +pallet-skip-feeless-payment = { version = "10.0.0", path = "../../../frame/transaction-payment/skip-feeless-payment" } +sc-block-builder = { version = "0.40.0", path = "../../../client/block-builder" } +sc-client-api = { version = "35.0.0", path = "../../../client/api" } +sc-client-db = { path = "../../../client/db", features = ["rocksdb"], version = "0.42.0" } +sc-consensus = { version = "0.40.0", path = "../../../client/consensus/common" } +sc-executor = { version = "0.39.0", path = "../../../client/executor" } +sc-service = { path = "../../../client/service", features = ["rocksdb", "test-helpers"], version = "0.42.0" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-block-builder = { version = "33.0.0", path = "../../../primitives/block-builder" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-crypto-hashing = { version = "0.1.0", path = "../../../primitives/crypto/hashing" } +sp-inherents = { version = "33.0.0", path = "../../../primitives/inherents" } +sp-io = { version = "37.0.0", path = "../../../primitives/io" } +sp-keyring = { version = "38.0.0", path = "../../../primitives/keyring" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-timestamp = { path = "../../../primitives/timestamp", default-features = false, version = "33.0.0" } +substrate-test-client = { version = "0.1.0", path = "../../../test-utils/client" } diff --git a/substrate/bin/utils/chain-spec-builder/Cargo.toml b/substrate/bin/utils/chain-spec-builder/Cargo.toml index 88585649acfe..9985ad21834b 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 = "1.6.1" +version = "2.0.0" authors.workspace = true edition.workspace = true build = "build.rs" @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true publish = true -description = "Utility for building chain-specification files for Substrate-based runtimes based on `sp-genesis-builder`" +description = "Utility for building chain-specification files for Substrate-based runtimes based on `sp-genesis-builder` (polkadot v1.13.0)" [lints] workspace = true @@ -26,6 +26,6 @@ crate-type = ["rlib"] [dependencies] clap = { version = "4.5.3", features = ["derive"] } log = { workspace = true, default-features = true } -sc-chain-spec = { path = "../../../client/chain-spec", features = ["clap"] } +sc-chain-spec = { path = "../../../client/chain-spec", features = ["clap"], version = "34.0.0" } serde_json = { workspace = true, default-features = true } -sp-tracing = { path = "../../../primitives/tracing" } +sp-tracing = { version = "17.0.0", path = "../../../primitives/tracing" } diff --git a/substrate/bin/utils/subkey/Cargo.toml b/substrate/bin/utils/subkey/Cargo.toml index 8dc4bf254b2d..960e341ccf47 100644 --- a/substrate/bin/utils/subkey/Cargo.toml +++ b/substrate/bin/utils/subkey/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "subkey" -version = "9.0.0" +version = "16.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." +description = "Generate and restore keys for Substrate based chains such as Polkadot, Kusama and a growing number of parachains and Substrate based projects. (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -21,4 +21,4 @@ name = "subkey" [dependencies] clap = { version = "4.5.3", features = ["derive"] } -sc-cli = { path = "../../../client/cli" } +sc-cli = { version = "0.43.0", path = "../../../client/cli" } diff --git a/substrate/client/allocator/Cargo.toml b/substrate/client/allocator/Cargo.toml index 2c268b548ea9..1b8fe8bb4c22 100644 --- a/substrate/client/allocator/Cargo.toml +++ b/substrate/client/allocator/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-allocator" -version = "23.0.0" +version = "29.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Collection of allocator implementations." +description = "Collection of allocator implementations. (polkadot v1.13.0)" documentation = "https://docs.rs/sc-allocator" readme = "README.md" @@ -19,5 +19,5 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = { workspace = true, default-features = true } thiserror = { workspace = true } -sp-core = { path = "../../primitives/core" } -sp-wasm-interface = { path = "../../primitives/wasm-interface" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-wasm-interface = { version = "21.0.0", path = "../../primitives/wasm-interface" } diff --git a/substrate/client/api/Cargo.toml b/substrate/client/api/Cargo.toml index 147ea2bfbf5d..56d271b6de1f 100644 --- a/substrate/client/api/Cargo.toml +++ b/substrate/client/api/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-client-api" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate client interfaces." +description = "Substrate client interfaces. (polkadot v1.13.0)" documentation = "https://docs.rs/sc-client-api" readme = "README.md" @@ -24,21 +24,21 @@ fnv = "1.0.6" futures = "0.3.30" log = { workspace = true, default-features = true } parking_lot = "0.12.1" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } -sc-executor = { path = "../executor" } -sc-transaction-pool-api = { path = "../transaction-pool/api" } -sc-utils = { path = "../utils" } -sp-api = { path = "../../primitives/api" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-consensus = { path = "../../primitives/consensus/common" } -sp-core = { path = "../../primitives/core", default-features = false } -sp-database = { path = "../../primitives/database" } -sp-externalities = { path = "../../primitives/externalities" } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-state-machine = { path = "../../primitives/state-machine" } -sp-statement-store = { path = "../../primitives/statement-store" } -sp-storage = { path = "../../primitives/storage" } -sp-trie = { path = "../../primitives/trie" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } +sc-executor = { version = "0.39.0", path = "../executor" } +sc-transaction-pool-api = { version = "35.0.0", path = "../transaction-pool/api" } +sc-utils = { version = "17.0.0", path = "../utils" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../primitives/consensus/common" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-database = { version = "10.0.0", path = "../../primitives/database" } +sp-externalities = { version = "0.29.0", path = "../../primitives/externalities" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-state-machine = { version = "0.42.0", path = "../../primitives/state-machine" } +sp-statement-store = { version = "17.0.0", path = "../../primitives/statement-store" } +sp-storage = { version = "21.0.0", path = "../../primitives/storage" } +sp-trie = { version = "36.0.0", path = "../../primitives/trie" } [dev-dependencies] thiserror = { workspace = true } diff --git a/substrate/client/authority-discovery/Cargo.toml b/substrate/client/authority-discovery/Cargo.toml index 435ca88a8007..9ffb40aea725 100644 --- a/substrate/client/authority-discovery/Cargo.toml +++ b/substrate/client/authority-discovery/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "sc-authority-discovery" -version = "0.34.0" +version = "0.41.0" authors.workspace = true edition.workspace = true build = "build.rs" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate authority discovery." +description = "Substrate authority discovery. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -31,16 +31,16 @@ log = { workspace = true, default-features = true } prost = "0.12.4" rand = "0.8.5" thiserror = { workspace = true } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } -sc-client-api = { path = "../api" } -sc-network = { path = "../network" } -sc-network-types = { path = "../network/types" } -sp-api = { path = "../../primitives/api" } -sp-authority-discovery = { path = "../../primitives/authority-discovery" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-core = { path = "../../primitives/core" } -sp-keystore = { path = "../../primitives/keystore" } -sp-runtime = { path = "../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-network = { version = "0.41.0", path = "../network" } +sc-network-types = { version = "0.12.0", path = "../network/types" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-authority-discovery = { version = "33.0.0", path = "../../primitives/authority-discovery" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-keystore = { version = "0.40.0", path = "../../primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } async-trait = "0.1.79" multihash-codetable = { version = "0.1.1", features = [ "digest", diff --git a/substrate/client/basic-authorship/Cargo.toml b/substrate/client/basic-authorship/Cargo.toml index b75cb463b1a8..cf61acc6672c 100644 --- a/substrate/client/basic-authorship/Cargo.toml +++ b/substrate/client/basic-authorship/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-basic-authorship" -version = "0.34.0" +version = "0.41.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Basic implementation of block-authoring logic." +description = "Basic implementation of block-authoring logic. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,17 +20,17 @@ codec = { package = "parity-scale-codec", version = "3.6.12" } futures = "0.3.30" futures-timer = "3.0.1" log = { workspace = true, default-features = true } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } -sc-block-builder = { path = "../block-builder" } -sc-proposer-metrics = { path = "../proposer-metrics" } -sc-telemetry = { path = "../telemetry" } -sc-transaction-pool-api = { path = "../transaction-pool/api" } -sp-api = { path = "../../primitives/api" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-consensus = { path = "../../primitives/consensus/common" } -sp-core = { path = "../../primitives/core" } -sp-inherents = { path = "../../primitives/inherents" } -sp-runtime = { path = "../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } +sc-block-builder = { version = "0.40.0", path = "../block-builder" } +sc-proposer-metrics = { version = "0.18.0", path = "../proposer-metrics" } +sc-telemetry = { version = "21.0.0", path = "../telemetry" } +sc-transaction-pool-api = { version = "35.0.0", path = "../transaction-pool/api" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-inherents = { version = "33.0.0", path = "../../primitives/inherents" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" diff --git a/substrate/client/block-builder/Cargo.toml b/substrate/client/block-builder/Cargo.toml index 62efe977e989..9033f5b25764 100644 --- a/substrate/client/block-builder/Cargo.toml +++ b/substrate/client/block-builder/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-block-builder" -version = "0.33.0" +version = "0.40.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate block builder" +description = "Substrate block builder (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,13 +19,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", features = [ "derive", ] } -sp-api = { path = "../../primitives/api" } -sp-block-builder = { path = "../../primitives/block-builder" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-core = { path = "../../primitives/core" } -sp-trie = { path = "../../primitives/trie" } -sp-inherents = { path = "../../primitives/inherents" } -sp-runtime = { path = "../../primitives/runtime" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-block-builder = { version = "33.0.0", path = "../../primitives/block-builder" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-trie = { version = "36.0.0", path = "../../primitives/trie" } +sp-inherents = { version = "33.0.0", path = "../../primitives/inherents" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } [dev-dependencies] sp-state-machine = { path = "../../primitives/state-machine" } diff --git a/substrate/client/chain-spec/Cargo.toml b/substrate/client/chain-spec/Cargo.toml index 5b411b642a0e..156f8a923825 100644 --- a/substrate/client/chain-spec/Cargo.toml +++ b/substrate/client/chain-spec/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-chain-spec" -version = "28.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate chain configurations." +description = "Substrate chain configurations. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,20 +21,20 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = memmap2 = "0.9.3" serde = { features = ["derive"], workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } -sc-client-api = { path = "../api" } -sc-chain-spec-derive = { path = "derive" } -sc-executor = { path = "../executor" } -sp-io = { default-features = false, path = "../../primitives/io" } -sc-network = { path = "../network" } -sc-telemetry = { path = "../telemetry" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-core = { path = "../../primitives/core" } -sp-crypto-hashing = { path = "../../primitives/crypto/hashing" } -sp-genesis-builder = { path = "../../primitives/genesis-builder" } -sp-runtime = { path = "../../primitives/runtime" } -sp-state-machine = { path = "../../primitives/state-machine" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-chain-spec-derive = { version = "12.0.0", path = "derive" } +sc-executor = { version = "0.39.0", path = "../executor" } +sp-io = { default-features = false, path = "../../primitives/io", version = "37.0.0" } +sc-network = { version = "0.41.0", path = "../network" } +sc-telemetry = { version = "21.0.0", path = "../telemetry" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-crypto-hashing = { version = "0.1.0", path = "../../primitives/crypto/hashing" } +sp-genesis-builder = { version = "0.14.0", path = "../../primitives/genesis-builder" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../primitives/state-machine" } log = { workspace = true } -sp-tracing = { path = "../../primitives/tracing" } +sp-tracing = { version = "17.0.0", path = "../../primitives/tracing" } array-bytes = "6.2.2" docify = "0.2.8" diff --git a/substrate/client/chain-spec/derive/Cargo.toml b/substrate/client/chain-spec/derive/Cargo.toml index 521eee578eca..1841a8e62b9d 100644 --- a/substrate/client/chain-spec/derive/Cargo.toml +++ b/substrate/client/chain-spec/derive/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-chain-spec-derive" -version = "11.0.0" +version = "12.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Macros to derive chain spec extension traits implementation." +description = "Macros to derive chain spec extension traits implementation. (polkadot v1.13.0)" [lints] workspace = true diff --git a/substrate/client/cli/Cargo.toml b/substrate/client/cli/Cargo.toml index 169ed72c96e4..749cc2c6de53 100644 --- a/substrate/client/cli/Cargo.toml +++ b/substrate/client/cli/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-cli" -version = "0.36.0" +version = "0.43.0" authors.workspace = true -description = "Substrate CLI interface." +description = "Substrate CLI interface. (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -35,22 +35,22 @@ thiserror = { workspace = true } # personal fork here as workaround for: https://github.com/rust-bitcoin/rust-bip39/pull/64 bip39 = { package = "parity-bip39", version = "2.0.1", features = ["rand"] } tokio = { version = "1.22.0", features = ["parking_lot", "rt-multi-thread", "signal"] } -sc-client-api = { path = "../api" } -sc-client-db = { path = "../db", default-features = false } -sc-keystore = { path = "../keystore" } -sc-mixnet = { path = "../mixnet" } -sc-network = { path = "../network" } -sc-service = { path = "../service", default-features = false } -sc-telemetry = { path = "../telemetry" } -sc-tracing = { path = "../tracing" } -sc-utils = { path = "../utils" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-core = { path = "../../primitives/core" } -sp-keyring = { path = "../../primitives/keyring" } -sp-keystore = { path = "../../primitives/keystore" } -sp-panic-handler = { path = "../../primitives/panic-handler" } -sp-runtime = { path = "../../primitives/runtime" } -sp-version = { path = "../../primitives/version" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-client-db = { path = "../db", default-features = false, version = "0.42.0" } +sc-keystore = { version = "32.0.0", path = "../keystore" } +sc-mixnet = { version = "0.11.0", path = "../mixnet" } +sc-network = { version = "0.41.0", path = "../network" } +sc-service = { path = "../service", default-features = false, version = "0.42.0" } +sc-telemetry = { version = "21.0.0", path = "../telemetry" } +sc-tracing = { version = "35.0.0", path = "../tracing" } +sc-utils = { version = "17.0.0", path = "../utils" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-keyring = { version = "38.0.0", path = "../../primitives/keyring" } +sp-keystore = { version = "0.40.0", path = "../../primitives/keystore" } +sp-panic-handler = { version = "13.0.0", path = "../../primitives/panic-handler" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sp-version = { version = "36.0.0", path = "../../primitives/version" } [dev-dependencies] tempfile = "3.1.0" diff --git a/substrate/client/consensus/aura/Cargo.toml b/substrate/client/consensus/aura/Cargo.toml index d1460c45356d..af930967bc2a 100644 --- a/substrate/client/consensus/aura/Cargo.toml +++ b/substrate/client/consensus/aura/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-consensus-aura" -version = "0.34.0" +version = "0.41.0" authors.workspace = true -description = "Aura consensus algorithm for substrate" +description = "Aura consensus algorithm for substrate (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -21,23 +21,23 @@ codec = { package = "parity-scale-codec", version = "3.6.12" } futures = "0.3.30" log = { workspace = true, default-features = true } thiserror = { workspace = true } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } -sc-block-builder = { path = "../../block-builder" } -sc-client-api = { path = "../../api" } -sc-consensus = { path = "../common" } -sc-consensus-slots = { path = "../slots" } -sc-telemetry = { path = "../../telemetry" } -sp-api = { path = "../../../primitives/api" } -sp-application-crypto = { path = "../../../primitives/application-crypto" } -sp-block-builder = { path = "../../../primitives/block-builder" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-consensus-aura = { path = "../../../primitives/consensus/aura" } -sp-consensus-slots = { path = "../../../primitives/consensus/slots" } -sp-core = { path = "../../../primitives/core" } -sp-inherents = { path = "../../../primitives/inherents" } -sp-keystore = { path = "../../../primitives/keystore" } -sp-runtime = { path = "../../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } +sc-block-builder = { version = "0.40.0", path = "../../block-builder" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-consensus = { version = "0.40.0", path = "../common" } +sc-consensus-slots = { version = "0.40.0", path = "../slots" } +sc-telemetry = { version = "21.0.0", path = "../../telemetry" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-application-crypto = { version = "37.0.0", path = "../../../primitives/application-crypto" } +sp-block-builder = { version = "33.0.0", path = "../../../primitives/block-builder" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-consensus-aura = { version = "0.39.0", path = "../../../primitives/consensus/aura" } +sp-consensus-slots = { version = "0.39.0", path = "../../../primitives/consensus/slots" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-inherents = { version = "33.0.0", path = "../../../primitives/inherents" } +sp-keystore = { version = "0.40.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" diff --git a/substrate/client/consensus/babe/Cargo.toml b/substrate/client/consensus/babe/Cargo.toml index c51082a018b5..67732fbae394 100644 --- a/substrate/client/consensus/babe/Cargo.toml +++ b/substrate/client/consensus/babe/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-consensus-babe" -version = "0.34.0" +version = "0.41.0" authors.workspace = true -description = "BABE consensus algorithm for substrate" +description = "BABE consensus algorithm for substrate (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -26,26 +26,26 @@ num-rational = "0.4.1" num-traits = "0.2.17" parking_lot = "0.12.1" thiserror = { workspace = true } -fork-tree = { path = "../../../utils/fork-tree" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } -sc-client-api = { path = "../../api" } -sc-consensus = { path = "../common" } -sc-consensus-epochs = { path = "../epochs" } -sc-consensus-slots = { path = "../slots" } -sc-telemetry = { path = "../../telemetry" } -sc-transaction-pool-api = { path = "../../transaction-pool/api" } -sp-api = { path = "../../../primitives/api" } -sp-application-crypto = { path = "../../../primitives/application-crypto" } -sp-block-builder = { path = "../../../primitives/block-builder" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-consensus-babe = { path = "../../../primitives/consensus/babe" } -sp-consensus-slots = { path = "../../../primitives/consensus/slots" } -sp-core = { path = "../../../primitives/core" } -sp-crypto-hashing = { path = "../../../primitives/crypto/hashing" } -sp-inherents = { path = "../../../primitives/inherents" } -sp-keystore = { path = "../../../primitives/keystore" } -sp-runtime = { path = "../../../primitives/runtime" } +fork-tree = { version = "13.0.0", path = "../../../utils/fork-tree" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-consensus = { version = "0.40.0", path = "../common" } +sc-consensus-epochs = { version = "0.40.0", path = "../epochs" } +sc-consensus-slots = { version = "0.40.0", path = "../slots" } +sc-telemetry = { version = "21.0.0", path = "../../telemetry" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../transaction-pool/api" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-application-crypto = { version = "37.0.0", path = "../../../primitives/application-crypto" } +sp-block-builder = { version = "33.0.0", path = "../../../primitives/block-builder" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-consensus-babe = { version = "0.39.0", path = "../../../primitives/consensus/babe" } +sp-consensus-slots = { version = "0.39.0", path = "../../../primitives/consensus/slots" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-crypto-hashing = { version = "0.1.0", path = "../../../primitives/crypto/hashing" } +sp-inherents = { version = "33.0.0", path = "../../../primitives/inherents" } +sp-keystore = { version = "0.40.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } [dev-dependencies] sc-block-builder = { path = "../../block-builder" } diff --git a/substrate/client/consensus/babe/rpc/Cargo.toml b/substrate/client/consensus/babe/rpc/Cargo.toml index 4c755df541d7..1c55566c852b 100644 --- a/substrate/client/consensus/babe/rpc/Cargo.toml +++ b/substrate/client/consensus/babe/rpc/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-consensus-babe-rpc" -version = "0.34.0" +version = "0.41.0" authors.workspace = true -description = "RPC extensions for the BABE consensus algorithm" +description = "RPC extensions for the BABE consensus algorithm (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -20,17 +20,17 @@ jsonrpsee = { version = "0.22.5", features = ["client-core", "macros", "server-c futures = "0.3.30" serde = { features = ["derive"], workspace = true, default-features = true } thiserror = { workspace = true } -sc-consensus-babe = { path = ".." } -sc-consensus-epochs = { path = "../../epochs" } -sc-rpc-api = { path = "../../../rpc-api" } -sp-api = { path = "../../../../primitives/api" } -sp-application-crypto = { path = "../../../../primitives/application-crypto" } -sp-blockchain = { path = "../../../../primitives/blockchain" } -sp-consensus = { path = "../../../../primitives/consensus/common" } -sp-consensus-babe = { path = "../../../../primitives/consensus/babe" } -sp-core = { path = "../../../../primitives/core" } -sp-keystore = { path = "../../../../primitives/keystore" } -sp-runtime = { path = "../../../../primitives/runtime" } +sc-consensus-babe = { version = "0.41.0", path = ".." } +sc-consensus-epochs = { version = "0.40.0", path = "../../epochs" } +sc-rpc-api = { version = "0.40.0", path = "../../../rpc-api" } +sp-api = { version = "33.0.0", path = "../../../../primitives/api" } +sp-application-crypto = { version = "37.0.0", path = "../../../../primitives/application-crypto" } +sp-blockchain = { version = "35.0.0", path = "../../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../../primitives/consensus/common" } +sp-consensus-babe = { version = "0.39.0", path = "../../../../primitives/consensus/babe" } +sp-core = { version = "34.0.0", path = "../../../../primitives/core" } +sp-keystore = { version = "0.40.0", path = "../../../../primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../../../primitives/runtime" } [dev-dependencies] serde_json = { workspace = true, default-features = true } diff --git a/substrate/client/consensus/beefy/Cargo.toml b/substrate/client/consensus/beefy/Cargo.toml index f5528ec5931d..c8a8a26b60e4 100644 --- a/substrate/client/consensus/beefy/Cargo.toml +++ b/substrate/client/consensus/beefy/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "sc-consensus-beefy" -version = "13.0.0" +version = "20.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true -description = "BEEFY Client gadget for substrate" +description = "BEEFY Client gadget for substrate (polkadot v1.13.0)" homepage = "https://substrate.io" [lints] @@ -22,24 +22,24 @@ log = { workspace = true, default-features = true } parking_lot = "0.12.1" thiserror = { workspace = true } wasm-timer = "0.2.5" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } -sc-client-api = { path = "../../api" } -sc-consensus = { path = "../common" } -sc-network = { path = "../../network" } -sc-network-gossip = { path = "../../network-gossip" } -sc-network-sync = { path = "../../network/sync" } -sc-network-types = { path = "../../network/types" } -sc-utils = { path = "../../utils" } -sp-api = { path = "../../../primitives/api" } -sp-application-crypto = { path = "../../../primitives/application-crypto" } -sp-arithmetic = { path = "../../../primitives/arithmetic" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-consensus-beefy = { path = "../../../primitives/consensus/beefy" } -sp-core = { path = "../../../primitives/core" } -sp-crypto-hashing = { path = "../../../primitives/crypto/hashing" } -sp-keystore = { path = "../../../primitives/keystore" } -sp-runtime = { path = "../../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-consensus = { version = "0.40.0", path = "../common" } +sc-network = { version = "0.41.0", path = "../../network" } +sc-network-gossip = { version = "0.41.0", path = "../../network-gossip" } +sc-network-sync = { version = "0.40.0", path = "../../network/sync" } +sc-network-types = { version = "0.12.0", path = "../../network/types" } +sc-utils = { version = "17.0.0", path = "../../utils" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-application-crypto = { version = "37.0.0", path = "../../../primitives/application-crypto" } +sp-arithmetic = { version = "26.0.0", path = "../../../primitives/arithmetic" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-consensus-beefy = { version = "20.0.0", path = "../../../primitives/consensus/beefy" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-crypto-hashing = { version = "0.1.0", path = "../../../primitives/crypto/hashing" } +sp-keystore = { version = "0.40.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } tokio = "1.37" [dev-dependencies] diff --git a/substrate/client/consensus/beefy/rpc/Cargo.toml b/substrate/client/consensus/beefy/rpc/Cargo.toml index 84f90622b5c1..b9c6d21c438c 100644 --- a/substrate/client/consensus/beefy/rpc/Cargo.toml +++ b/substrate/client/consensus/beefy/rpc/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "sc-consensus-beefy-rpc" -version = "13.0.0" +version = "20.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true -description = "RPC for the BEEFY Client gadget for substrate" +description = "RPC for the BEEFY Client gadget for substrate (polkadot v1.13.0)" homepage = "https://substrate.io" [lints] @@ -19,12 +19,12 @@ log = { workspace = true, default-features = true } parking_lot = "0.12.1" serde = { features = ["derive"], workspace = true, default-features = true } thiserror = { workspace = true } -sc-consensus-beefy = { path = ".." } -sp-consensus-beefy = { path = "../../../../primitives/consensus/beefy" } -sc-rpc = { path = "../../../rpc" } -sp-core = { path = "../../../../primitives/core" } -sp-runtime = { path = "../../../../primitives/runtime" } -sp-application-crypto = { path = "../../../../primitives/application-crypto" } +sc-consensus-beefy = { version = "20.0.0", path = ".." } +sp-consensus-beefy = { version = "20.0.0", path = "../../../../primitives/consensus/beefy" } +sc-rpc = { version = "36.0.0", path = "../../../rpc" } +sp-core = { version = "34.0.0", path = "../../../../primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../../primitives/runtime" } +sp-application-crypto = { version = "37.0.0", path = "../../../../primitives/application-crypto" } [dev-dependencies] serde_json = { workspace = true, default-features = true } diff --git a/substrate/client/consensus/common/Cargo.toml b/substrate/client/consensus/common/Cargo.toml index 6d642ec78fef..057a0e4e1524 100644 --- a/substrate/client/consensus/common/Cargo.toml +++ b/substrate/client/consensus/common/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-consensus" -version = "0.33.0" +version = "0.40.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Collection of common consensus specific implementations for Substrate (client)" +description = "Collection of common consensus specific implementations for Substrate (client) (polkadot v1.13.0)" readme = "README.md" [lints] @@ -24,16 +24,16 @@ mockall = "0.11.3" parking_lot = "0.12.1" serde = { features = ["derive"], workspace = true, default-features = true } thiserror = { workspace = true } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } -sc-client-api = { path = "../../api" } -sc-network-types = { path = "../../network/types" } -sc-utils = { path = "../../utils" } -sp-api = { path = "../../../primitives/api" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-core = { path = "../../../primitives/core" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-state-machine = { path = "../../../primitives/state-machine" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-network-types = { version = "0.12.0", path = "../../network/types" } +sc-utils = { version = "17.0.0", path = "../../utils" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../../primitives/state-machine" } [dev-dependencies] sp-test-primitives = { path = "../../../primitives/test-primitives" } diff --git a/substrate/client/consensus/epochs/Cargo.toml b/substrate/client/consensus/epochs/Cargo.toml index e409e171e477..e4576517f203 100644 --- a/substrate/client/consensus/epochs/Cargo.toml +++ b/substrate/client/consensus/epochs/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-consensus-epochs" -version = "0.33.0" +version = "0.40.0" authors.workspace = true -description = "Generic epochs-based utilities for consensus" +description = "Generic epochs-based utilities for consensus (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -17,8 +17,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } -fork-tree = { path = "../../../utils/fork-tree" } -sc-client-api = { path = "../../api" } -sc-consensus = { path = "../common" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-runtime = { path = "../../../primitives/runtime" } +fork-tree = { version = "13.0.0", path = "../../../utils/fork-tree" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-consensus = { version = "0.40.0", path = "../common" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } diff --git a/substrate/client/consensus/grandpa/Cargo.toml b/substrate/client/consensus/grandpa/Cargo.toml index b03a263ae0a3..e99a41e04011 100644 --- a/substrate/client/consensus/grandpa/Cargo.toml +++ b/substrate/client/consensus/grandpa/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-consensus-grandpa" -version = "0.19.0" +version = "0.26.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Integration of the GRANDPA finality gadget into substrate." +description = "Integration of the GRANDPA finality gadget into substrate. (polkadot v1.13.0)" documentation = "https://docs.rs/sc-consensus-grandpa" readme = "README.md" @@ -30,30 +30,30 @@ parking_lot = "0.12.1" rand = "0.8.5" serde_json = { workspace = true, default-features = true } thiserror = { workspace = true } -fork-tree = { path = "../../../utils/fork-tree" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } -sc-block-builder = { path = "../../block-builder" } -sc-chain-spec = { path = "../../chain-spec" } -sc-client-api = { path = "../../api" } -sc-transaction-pool-api = { path = "../../transaction-pool/api" } -sc-consensus = { path = "../common" } -sc-network = { path = "../../network" } -sc-network-gossip = { path = "../../network-gossip" } -sc-network-common = { path = "../../network/common" } -sc-network-sync = { path = "../../network/sync" } -sc-network-types = { path = "../../network/types" } -sc-telemetry = { path = "../../telemetry" } -sc-utils = { path = "../../utils" } -sp-api = { path = "../../../primitives/api" } -sp-application-crypto = { path = "../../../primitives/application-crypto" } -sp-arithmetic = { path = "../../../primitives/arithmetic" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-core = { path = "../../../primitives/core" } -sp-crypto-hashing = { path = "../../../primitives/crypto/hashing" } -sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa" } -sp-keystore = { path = "../../../primitives/keystore" } -sp-runtime = { path = "../../../primitives/runtime" } +fork-tree = { version = "13.0.0", path = "../../../utils/fork-tree" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } +sc-block-builder = { version = "0.40.0", path = "../../block-builder" } +sc-chain-spec = { version = "34.0.0", path = "../../chain-spec" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../transaction-pool/api" } +sc-consensus = { version = "0.40.0", path = "../common" } +sc-network = { version = "0.41.0", path = "../../network" } +sc-network-gossip = { version = "0.41.0", path = "../../network-gossip" } +sc-network-common = { version = "0.40.0", path = "../../network/common" } +sc-network-sync = { version = "0.40.0", path = "../../network/sync" } +sc-network-types = { version = "0.12.0", path = "../../network/types" } +sc-telemetry = { version = "21.0.0", path = "../../telemetry" } +sc-utils = { version = "17.0.0", path = "../../utils" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-application-crypto = { version = "37.0.0", path = "../../../primitives/application-crypto" } +sp-arithmetic = { version = "26.0.0", path = "../../../primitives/arithmetic" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-crypto-hashing = { version = "0.1.0", path = "../../../primitives/crypto/hashing" } +sp-consensus-grandpa = { version = "20.0.0", path = "../../../primitives/consensus/grandpa" } +sp-keystore = { version = "0.40.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } [dev-dependencies] assert_matches = "1.3.0" diff --git a/substrate/client/consensus/grandpa/rpc/Cargo.toml b/substrate/client/consensus/grandpa/rpc/Cargo.toml index a9437a9be075..652bf92ea0ef 100644 --- a/substrate/client/consensus/grandpa/rpc/Cargo.toml +++ b/substrate/client/consensus/grandpa/rpc/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-consensus-grandpa-rpc" -version = "0.19.0" +version = "0.26.0" authors.workspace = true -description = "RPC extensions for the GRANDPA finality gadget" +description = "RPC extensions for the GRANDPA finality gadget (polkadot v1.13.0)" repository.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -20,12 +20,12 @@ log = { workspace = true, default-features = true } codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } serde = { features = ["derive"], workspace = true, default-features = true } thiserror = { workspace = true } -sc-client-api = { path = "../../../api" } -sc-consensus-grandpa = { path = ".." } -sc-rpc = { path = "../../../rpc" } -sp-blockchain = { path = "../../../../primitives/blockchain" } -sp-core = { path = "../../../../primitives/core" } -sp-runtime = { path = "../../../../primitives/runtime" } +sc-client-api = { version = "35.0.0", path = "../../../api" } +sc-consensus-grandpa = { version = "0.26.0", path = ".." } +sc-rpc = { version = "36.0.0", path = "../../../rpc" } +sp-blockchain = { version = "35.0.0", path = "../../../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../../../primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../../primitives/runtime" } [dev-dependencies] sc-block-builder = { path = "../../../block-builder" } diff --git a/substrate/client/consensus/manual-seal/Cargo.toml b/substrate/client/consensus/manual-seal/Cargo.toml index 33f5bf1f8c15..d46b6e9caec7 100644 --- a/substrate/client/consensus/manual-seal/Cargo.toml +++ b/substrate/client/consensus/manual-seal/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-consensus-manual-seal" -version = "0.35.0" +version = "0.42.0" authors.workspace = true -description = "Manual sealing engine for Substrate" +description = "Manual sealing engine for Substrate (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -25,25 +25,25 @@ futures-timer = "3.0.1" log = { workspace = true, default-features = true } serde = { features = ["derive"], workspace = true, default-features = true } thiserror = { workspace = true } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } -sc-client-api = { path = "../../api" } -sc-consensus = { path = "../common" } -sc-consensus-aura = { path = "../aura" } -sc-consensus-babe = { path = "../babe" } -sc-consensus-epochs = { path = "../epochs" } -sc-transaction-pool = { path = "../../transaction-pool" } -sc-transaction-pool-api = { path = "../../transaction-pool/api" } -sp-api = { path = "../../../primitives/api" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-consensus-aura = { path = "../../../primitives/consensus/aura" } -sp-consensus-babe = { path = "../../../primitives/consensus/babe" } -sp-consensus-slots = { path = "../../../primitives/consensus/slots" } -sp-core = { path = "../../../primitives/core" } -sp-inherents = { path = "../../../primitives/inherents" } -sp-keystore = { path = "../../../primitives/keystore" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-timestamp = { path = "../../../primitives/timestamp" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-consensus = { version = "0.40.0", path = "../common" } +sc-consensus-aura = { version = "0.41.0", path = "../aura" } +sc-consensus-babe = { version = "0.41.0", path = "../babe" } +sc-consensus-epochs = { version = "0.40.0", path = "../epochs" } +sc-transaction-pool = { version = "35.0.0", path = "../../transaction-pool" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../transaction-pool/api" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-consensus-aura = { version = "0.39.0", path = "../../../primitives/consensus/aura" } +sp-consensus-babe = { version = "0.39.0", path = "../../../primitives/consensus/babe" } +sp-consensus-slots = { version = "0.39.0", path = "../../../primitives/consensus/slots" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-inherents = { version = "33.0.0", path = "../../../primitives/inherents" } +sp-keystore = { version = "0.40.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-timestamp = { version = "33.0.0", path = "../../../primitives/timestamp" } [dev-dependencies] tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread"] } diff --git a/substrate/client/consensus/pow/Cargo.toml b/substrate/client/consensus/pow/Cargo.toml index 51a2be1b6cf5..b70c346d7a2d 100644 --- a/substrate/client/consensus/pow/Cargo.toml +++ b/substrate/client/consensus/pow/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-consensus-pow" -version = "0.33.0" +version = "0.40.0" authors.workspace = true -description = "PoW consensus algorithm for substrate" +description = "PoW consensus algorithm for substrate (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -23,14 +23,14 @@ futures-timer = "3.0.1" log = { workspace = true, default-features = true } parking_lot = "0.12.1" thiserror = { workspace = true } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } -sc-client-api = { path = "../../api" } -sc-consensus = { path = "../common" } -sp-api = { path = "../../../primitives/api" } -sp-block-builder = { path = "../../../primitives/block-builder" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-consensus-pow = { path = "../../../primitives/consensus/pow" } -sp-core = { path = "../../../primitives/core" } -sp-inherents = { path = "../../../primitives/inherents" } -sp-runtime = { path = "../../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-consensus = { version = "0.40.0", path = "../common" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-block-builder = { version = "33.0.0", path = "../../../primitives/block-builder" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-consensus-pow = { version = "0.39.0", path = "../../../primitives/consensus/pow" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-inherents = { version = "33.0.0", path = "../../../primitives/inherents" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } diff --git a/substrate/client/consensus/slots/Cargo.toml b/substrate/client/consensus/slots/Cargo.toml index 8e88ee68d7d7..7b5e371c8cdd 100644 --- a/substrate/client/consensus/slots/Cargo.toml +++ b/substrate/client/consensus/slots/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-consensus-slots" -version = "0.33.0" +version = "0.40.0" authors.workspace = true -description = "Generic slots-based utilities for consensus" +description = "Generic slots-based utilities for consensus (polkadot v1.13.0)" edition.workspace = true build = "build.rs" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" @@ -22,17 +22,17 @@ codec = { package = "parity-scale-codec", version = "3.6.12" } futures = "0.3.30" futures-timer = "3.0.1" log = { workspace = true, default-features = true } -sc-client-api = { path = "../../api" } -sc-consensus = { path = "../common" } -sc-telemetry = { path = "../../telemetry" } -sp-arithmetic = { path = "../../../primitives/arithmetic" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-consensus-slots = { path = "../../../primitives/consensus/slots" } -sp-core = { path = "../../../primitives/core" } -sp-inherents = { path = "../../../primitives/inherents" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-state-machine = { path = "../../../primitives/state-machine" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-consensus = { version = "0.40.0", path = "../common" } +sc-telemetry = { version = "21.0.0", path = "../../telemetry" } +sp-arithmetic = { version = "26.0.0", path = "../../../primitives/arithmetic" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-consensus-slots = { version = "0.39.0", path = "../../../primitives/consensus/slots" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-inherents = { version = "33.0.0", path = "../../../primitives/inherents" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../../primitives/state-machine" } [dev-dependencies] substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/db/Cargo.toml b/substrate/client/db/Cargo.toml index b10c42d50f0b..fc5e48bbcbe5 100644 --- a/substrate/client/db/Cargo.toml +++ b/substrate/client/db/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-client-db" -version = "0.35.0" +version = "0.42.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Client backend that uses RocksDB database as storage." +description = "Client backend that uses RocksDB database as storage. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -27,16 +27,16 @@ linked-hash-map = "0.5.4" log = { workspace = true, default-features = true } parity-db = "0.4.12" parking_lot = "0.12.1" -sc-client-api = { path = "../api" } -sc-state-db = { path = "../state-db" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-state-db = { version = "0.36.0", path = "../state-db" } schnellru = "0.2.1" -sp-arithmetic = { path = "../../primitives/arithmetic" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-core = { path = "../../primitives/core" } -sp-database = { path = "../../primitives/database" } -sp-runtime = { path = "../../primitives/runtime" } -sp-state-machine = { path = "../../primitives/state-machine" } -sp-trie = { path = "../../primitives/trie" } +sp-arithmetic = { version = "26.0.0", path = "../../primitives/arithmetic" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-database = { version = "10.0.0", path = "../../primitives/database" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../primitives/state-machine" } +sp-trie = { version = "36.0.0", path = "../../primitives/trie" } [dev-dependencies] criterion = "0.5.1" @@ -53,7 +53,6 @@ array-bytes = "6.2.2" default = [] test-helpers = [] runtime-benchmarks = [ - "kitchensink-runtime/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] rocksdb = ["kvdb-rocksdb"] diff --git a/substrate/client/executor/Cargo.toml b/substrate/client/executor/Cargo.toml index 1f54b82030ff..c15ae93d4a8f 100644 --- a/substrate/client/executor/Cargo.toml +++ b/substrate/client/executor/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-executor" -version = "0.32.0" +version = "0.39.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "A crate that provides means of executing/dispatching calls into the runtime." +description = "A crate that provides means of executing/dispatching calls into the runtime. (polkadot v1.13.0)" documentation = "https://docs.rs/sc-executor" readme = "README.md" @@ -22,18 +22,18 @@ schnellru = "0.2.1" tracing = "0.1.29" codec = { package = "parity-scale-codec", version = "3.6.12" } -sc-executor-common = { path = "common" } -sc-executor-polkavm = { path = "polkavm" } -sc-executor-wasmtime = { path = "wasmtime" } -sp-api = { path = "../../primitives/api" } -sp-core = { path = "../../primitives/core" } -sp-externalities = { path = "../../primitives/externalities" } -sp-io = { path = "../../primitives/io" } -sp-panic-handler = { path = "../../primitives/panic-handler" } -sp-runtime-interface = { path = "../../primitives/runtime-interface" } -sp-trie = { path = "../../primitives/trie" } -sp-version = { path = "../../primitives/version" } -sp-wasm-interface = { path = "../../primitives/wasm-interface" } +sc-executor-common = { version = "0.35.0", path = "common" } +sc-executor-polkavm = { version = "0.32.0", path = "polkavm" } +sc-executor-wasmtime = { version = "0.35.0", path = "wasmtime" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-externalities = { version = "0.29.0", path = "../../primitives/externalities" } +sp-io = { version = "37.0.0", path = "../../primitives/io" } +sp-panic-handler = { version = "13.0.0", path = "../../primitives/panic-handler" } +sp-runtime-interface = { version = "28.0.0", path = "../../primitives/runtime-interface" } +sp-trie = { version = "36.0.0", path = "../../primitives/trie" } +sp-version = { version = "36.0.0", path = "../../primitives/version" } +sp-wasm-interface = { version = "21.0.0", path = "../../primitives/wasm-interface" } [dev-dependencies] array-bytes = "6.2.2" @@ -63,18 +63,13 @@ harness = false default = ["std"] # This crate does not have `no_std` support, we just require this for tests std = [ - "sc-runtime-test/std", "sp-api/std", "sp-core/std", "sp-externalities/std", "sp-io/std", "sp-runtime-interface/std", - "sp-runtime/std", - "sp-state-machine/std", - "sp-tracing/std", "sp-trie/std", "sp-version/std", "sp-wasm-interface/std", - "substrate-test-runtime/std", ] wasm-extern-trace = [] diff --git a/substrate/client/executor/common/Cargo.toml b/substrate/client/executor/common/Cargo.toml index 8ff34c3709a5..119e4fdcdd54 100644 --- a/substrate/client/executor/common/Cargo.toml +++ b/substrate/client/executor/common/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-executor-common" -version = "0.29.0" +version = "0.35.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "A set of common definitions that are needed for defining execution engines." +description = "A set of common definitions that are needed for defining execution engines. (polkadot v1.13.0)" documentation = "https://docs.rs/sc-executor-common/" readme = "README.md" @@ -19,9 +19,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] thiserror = { workspace = true } wasm-instrument = "0.4" -sc-allocator = { path = "../../allocator" } -sp-maybe-compressed-blob = { path = "../../../primitives/maybe-compressed-blob" } -sp-wasm-interface = { path = "../../../primitives/wasm-interface" } +sc-allocator = { version = "29.0.0", path = "../../allocator" } +sp-maybe-compressed-blob = { version = "11.0.0", path = "../../../primitives/maybe-compressed-blob" } +sp-wasm-interface = { version = "21.0.0", path = "../../../primitives/wasm-interface" } polkavm = { workspace = true } [features] diff --git a/substrate/client/executor/polkavm/Cargo.toml b/substrate/client/executor/polkavm/Cargo.toml index 9d0eb8ccf0ee..24765c190c95 100644 --- a/substrate/client/executor/polkavm/Cargo.toml +++ b/substrate/client/executor/polkavm/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-executor-polkavm" -version = "0.29.0" +version = "0.32.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "PolkaVM executor for Substrate" +description = "PolkaVM executor for Substrate (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,6 +18,5 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = { workspace = true } polkavm = { workspace = true } - -sc-executor-common = { path = "../common" } -sp-wasm-interface = { path = "../../../primitives/wasm-interface" } +sc-executor-common = { version = "0.35.0", path = "../common" } +sp-wasm-interface = { version = "21.0.0", path = "../../../primitives/wasm-interface" } diff --git a/substrate/client/executor/runtime-test/Cargo.toml b/substrate/client/executor/runtime-test/Cargo.toml index 82610c4f50c2..acc93febd11a 100644 --- a/substrate/client/executor/runtime-test/Cargo.toml +++ b/substrate/client/executor/runtime-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc-runtime-test" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true build = "build.rs" @@ -8,6 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" publish = false homepage = "https://substrate.io" repository.workspace = true +description = "sc-runtime-test (polkadot v1.13.0)" [lints] workspace = true @@ -16,14 +17,14 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { path = "../../../primitives/core", default-features = false } -sp-io = { path = "../../../primitives/io", default-features = false, features = ["improved_panic_error_reporting"] } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-runtime-interface = { path = "../../../primitives/runtime-interface", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +sp-core = { path = "../../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../primitives/io", default-features = false, features = ["improved_panic_error_reporting"], version = "37.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-runtime-interface = { path = "../../../primitives/runtime-interface", default-features = false, version = "28.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/substrate/client/executor/wasmtime/Cargo.toml b/substrate/client/executor/wasmtime/Cargo.toml index d3d670650db7..4ce03e94768e 100644 --- a/substrate/client/executor/wasmtime/Cargo.toml +++ b/substrate/client/executor/wasmtime/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-executor-wasmtime" -version = "0.29.0" +version = "0.35.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Defines a `WasmRuntime` that uses the Wasmtime JIT to execute." +description = "Defines a `WasmRuntime` that uses the Wasmtime JIT to execute. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -31,10 +31,10 @@ wasmtime = { version = "8.0.1", default-features = false, features = [ "pooling-allocator", ] } anyhow = "1.0.81" -sc-allocator = { path = "../../allocator" } -sc-executor-common = { path = "../common" } -sp-runtime-interface = { path = "../../../primitives/runtime-interface" } -sp-wasm-interface = { path = "../../../primitives/wasm-interface", features = ["wasmtime"] } +sc-allocator = { version = "29.0.0", path = "../../allocator" } +sc-executor-common = { version = "0.35.0", path = "../common" } +sp-runtime-interface = { version = "28.0.0", path = "../../../primitives/runtime-interface" } +sp-wasm-interface = { path = "../../../primitives/wasm-interface", features = ["wasmtime"], version = "21.0.0" } # Here we include the rustix crate in the exactly same semver-compatible version as used by # wasmtime and enable its 'use-libc' flag. diff --git a/substrate/client/informant/Cargo.toml b/substrate/client/informant/Cargo.toml index 191ef5f19f8d..3d3be11844b1 100644 --- a/substrate/client/informant/Cargo.toml +++ b/substrate/client/informant/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-informant" -version = "0.33.0" +version = "0.40.0" authors.workspace = true -description = "Substrate informant." +description = "Substrate informant. (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -20,9 +20,9 @@ ansi_term = "0.12.1" futures = "0.3.30" futures-timer = "3.0.1" log = { workspace = true, default-features = true } -sc-client-api = { path = "../api" } -sc-network-common = { path = "../network/common" } -sc-network-sync = { path = "../network/sync" } -sc-network = { path = "../network" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-runtime = { path = "../../primitives/runtime" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-network-common = { version = "0.40.0", path = "../network/common" } +sc-network-sync = { version = "0.40.0", path = "../network/sync" } +sc-network = { version = "0.41.0", path = "../network" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } diff --git a/substrate/client/keystore/Cargo.toml b/substrate/client/keystore/Cargo.toml index 443ce3507542..54834010ec6d 100644 --- a/substrate/client/keystore/Cargo.toml +++ b/substrate/client/keystore/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-keystore" -version = "25.0.0" +version = "32.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Keystore (and session key management) for ed25519 based chains like Polkadot." +description = "Keystore (and session key management) for ed25519 based chains like Polkadot. (polkadot v1.13.0)" documentation = "https://docs.rs/sc-keystore" readme = "README.md" @@ -21,9 +21,9 @@ array-bytes = "6.2.2" parking_lot = "0.12.1" serde_json = { workspace = true, default-features = true } thiserror = { workspace = true } -sp-application-crypto = { path = "../../primitives/application-crypto" } -sp-core = { path = "../../primitives/core" } -sp-keystore = { path = "../../primitives/keystore" } +sp-application-crypto = { version = "37.0.0", path = "../../primitives/application-crypto" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-keystore = { version = "0.40.0", path = "../../primitives/keystore" } [dev-dependencies] tempfile = "3.1.0" @@ -36,11 +36,3 @@ bls-experimental = [ "sp-core/bls-experimental", "sp-keystore/bls-experimental", ] - -# This feature adds Bandersnatch crypto primitives. -# It should not be used in production since the implementation and interface may still -# be subject to significant changes. -bandersnatch-experimental = [ - "sp-core/bandersnatch-experimental", - "sp-keystore/bandersnatch-experimental", -] diff --git a/substrate/client/merkle-mountain-range/Cargo.toml b/substrate/client/merkle-mountain-range/Cargo.toml index 3cf3cdd15dad..a8826c700dec 100644 --- a/substrate/client/merkle-mountain-range/Cargo.toml +++ b/substrate/client/merkle-mountain-range/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "mmr-gadget" -version = "29.0.0" +version = "36.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true -description = "MMR Client gadget for substrate" +description = "MMR Client gadget for substrate (polkadot v1.13.0)" homepage = "https://substrate.io" [lints] @@ -17,15 +17,15 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12" } futures = "0.3.30" log = { workspace = true, default-features = true } -sp-api = { path = "../../primitives/api" } -sp-blockchain = { path = "../../primitives/blockchain" } -sc-client-api = { path = "../api" } -sp-consensus-beefy = { path = "../../primitives/consensus/beefy" } -sp-consensus = { path = "../../primitives/consensus/common" } -sp-core = { path = "../../primitives/core" } -sp-mmr-primitives = { path = "../../primitives/merkle-mountain-range" } -sc-offchain = { path = "../offchain" } -sp-runtime = { path = "../../primitives/runtime" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sc-client-api = { version = "35.0.0", path = "../api" } +sp-consensus-beefy = { version = "20.0.0", path = "../../primitives/consensus/beefy" } +sp-consensus = { version = "0.39.0", path = "../../primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-mmr-primitives = { version = "33.0.0", path = "../../primitives/merkle-mountain-range" } +sc-offchain = { version = "36.0.0", path = "../offchain" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } [dev-dependencies] parking_lot = "0.12.1" diff --git a/substrate/client/merkle-mountain-range/rpc/Cargo.toml b/substrate/client/merkle-mountain-range/rpc/Cargo.toml index 25e6e316a8be..e44509b60656 100644 --- a/substrate/client/merkle-mountain-range/rpc/Cargo.toml +++ b/substrate/client/merkle-mountain-range/rpc/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "mmr-rpc" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Node-specific RPC methods for interaction with Merkle Mountain Range pallet." +description = "Node-specific RPC methods for interaction with Merkle Mountain Range pallet. (polkadot v1.13.0)" [lints] workspace = true @@ -18,11 +18,11 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12" } jsonrpsee = { version = "0.22.5", features = ["client-core", "macros", "server-core"] } serde = { features = ["derive"], workspace = true, default-features = true } -sp-api = { path = "../../../primitives/api" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-core = { path = "../../../primitives/core" } -sp-mmr-primitives = { path = "../../../primitives/merkle-mountain-range" } -sp-runtime = { path = "../../../primitives/runtime" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-mmr-primitives = { version = "33.0.0", path = "../../../primitives/merkle-mountain-range" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } [dev-dependencies] serde_json = { workspace = true, default-features = true } diff --git a/substrate/client/mixnet/Cargo.toml b/substrate/client/mixnet/Cargo.toml index 162630563949..22206bcc8329 100644 --- a/substrate/client/mixnet/Cargo.toml +++ b/substrate/client/mixnet/Cargo.toml @@ -1,7 +1,7 @@ [package] -description = "Substrate mixnet service" +description = "Substrate mixnet service (polkadot v1.13.0)" name = "sc-mixnet" -version = "0.4.0" +version = "0.11.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors = ["Parity Technologies "] edition.workspace = true @@ -27,14 +27,14 @@ log = { workspace = true, default-features = true } mixnet = "0.7.0" multiaddr = "0.17.1" parking_lot = "0.12.1" -sc-client-api = { path = "../api" } -sc-network = { path = "../network" } -sc-network-types = { path = "../network/types" } -sc-transaction-pool-api = { path = "../transaction-pool/api" } -sp-api = { path = "../../primitives/api" } -sp-consensus = { path = "../../primitives/consensus/common" } -sp-core = { path = "../../primitives/core" } -sp-keystore = { path = "../../primitives/keystore" } -sp-mixnet = { path = "../../primitives/mixnet" } -sp-runtime = { path = "../../primitives/runtime" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-network = { version = "0.41.0", path = "../network" } +sc-network-types = { version = "0.12.0", path = "../network/types" } +sc-transaction-pool-api = { version = "35.0.0", path = "../transaction-pool/api" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-consensus = { version = "0.39.0", path = "../../primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-keystore = { version = "0.40.0", path = "../../primitives/keystore" } +sp-mixnet = { version = "0.11.0", path = "../../primitives/mixnet" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } thiserror = { workspace = true } diff --git a/substrate/client/network-gossip/Cargo.toml b/substrate/client/network-gossip/Cargo.toml index 3eeea6651186..7b0f9439d753 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" +description = "Gossiping for the Substrate network protocol (polkadot v1.13.0)" name = "sc-network-gossip" -version = "0.34.0" +version = "0.41.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true @@ -24,12 +24,12 @@ libp2p = "0.51.4" log = { workspace = true, default-features = true } schnellru = "0.2.1" tracing = "0.1.29" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } -sc-network = { path = "../network" } -sc-network-common = { path = "../network/common" } -sc-network-sync = { path = "../network/sync" } -sc-network-types = { path = "../network/types" } -sp-runtime = { path = "../../primitives/runtime" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } +sc-network = { version = "0.41.0", path = "../network" } +sc-network-common = { version = "0.40.0", path = "../network/common" } +sc-network-sync = { version = "0.40.0", path = "../network/sync" } +sc-network-types = { version = "0.12.0", path = "../network/types" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } [dev-dependencies] tokio = "1.37" diff --git a/substrate/client/network/Cargo.toml b/substrate/client/network/Cargo.toml index 29b14a4511ca..96f1c7a5716d 100644 --- a/substrate/client/network/Cargo.toml +++ b/substrate/client/network/Cargo.toml @@ -1,7 +1,7 @@ [package] -description = "Substrate network protocol" +description = "Substrate network protocol (polkadot v1.13.0)" name = "sc-network" -version = "0.34.0" +version = "0.41.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true @@ -48,16 +48,16 @@ tokio = { version = "1.22.0", features = ["macros", "sync"] } tokio-stream = "0.1.7" unsigned-varint = { version = "0.7.2", features = ["asynchronous_codec", "futures"] } zeroize = "1.4.3" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } prost = "0.12.4" -sc-client-api = { path = "../api" } -sc-network-common = { path = "common" } -sc-network-types = { path = "types" } -sc-utils = { path = "../utils" } -sp-arithmetic = { path = "../../primitives/arithmetic" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-core = { path = "../../primitives/core" } -sp-runtime = { path = "../../primitives/runtime" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-network-common = { version = "0.40.0", path = "common" } +sc-network-types = { version = "0.12.0", path = "types" } +sc-utils = { version = "17.0.0", path = "../utils" } +sp-arithmetic = { version = "26.0.0", path = "../../primitives/arithmetic" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } wasm-timer = "0.2" litep2p = "0.5.0" once_cell = "1.18.0" diff --git a/substrate/client/network/common/Cargo.toml b/substrate/client/network/common/Cargo.toml index 9a1bf5b88ea1..5229f2b32789 100644 --- a/substrate/client/network/common/Cargo.toml +++ b/substrate/client/network/common/Cargo.toml @@ -1,7 +1,7 @@ [package] -description = "Substrate network common" +description = "Substrate network common (polkadot v1.13.0)" name = "sc-network-common" -version = "0.33.0" +version = "0.40.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true @@ -26,11 +26,11 @@ codec = { package = "parity-scale-codec", version = "3.6.12", features = [ ] } futures = "0.3.30" libp2p-identity = { version = "0.1.3", features = ["peerid"] } -sc-consensus = { path = "../../consensus/common" } -sc-network-types = { path = "../types" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa" } -sp-runtime = { path = "../../../primitives/runtime" } +sc-consensus = { version = "0.40.0", path = "../../consensus/common" } +sc-network-types = { version = "0.12.0", path = "../types" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-consensus-grandpa = { version = "20.0.0", path = "../../../primitives/consensus/grandpa" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } [dev-dependencies] tempfile = "3.1.0" diff --git a/substrate/client/network/light/Cargo.toml b/substrate/client/network/light/Cargo.toml index baaed578b884..fc41cf663aa3 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" +description = "Substrate light network protocol (polkadot v1.13.0)" name = "sc-network-light" -version = "0.33.0" +version = "0.40.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true @@ -27,10 +27,10 @@ codec = { package = "parity-scale-codec", version = "3.6.12", features = [ futures = "0.3.30" log = { workspace = true, default-features = true } prost = "0.12.4" -sp-blockchain = { path = "../../../primitives/blockchain" } -sc-client-api = { path = "../../api" } -sc-network-types = { path = "../types" } -sc-network = { path = ".." } -sp-core = { path = "../../../primitives/core" } -sp-runtime = { path = "../../../primitives/runtime" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-network-types = { version = "0.12.0", path = "../types" } +sc-network = { version = "0.41.0", path = ".." } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } thiserror = { workspace = true } diff --git a/substrate/client/network/statement/Cargo.toml b/substrate/client/network/statement/Cargo.toml index 0dfaa491b65c..fd9c8da388f4 100644 --- a/substrate/client/network/statement/Cargo.toml +++ b/substrate/client/network/statement/Cargo.toml @@ -1,7 +1,7 @@ [package] -description = "Substrate statement protocol" +description = "Substrate statement protocol (polkadot v1.13.0)" name = "sc-network-statement" -version = "0.16.0" +version = "0.23.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true @@ -22,11 +22,11 @@ codec = { package = "parity-scale-codec", version = "3.6.12", features = ["deriv futures = "0.3.30" libp2p = "0.51.4" log = { workspace = true, default-features = true } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } -sc-network-common = { path = "../common" } -sc-network-sync = { path = "../sync" } -sc-network-types = { path = "../types" } -sc-network = { path = ".." } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-statement-store = { path = "../../../primitives/statement-store" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } +sc-network-common = { version = "0.40.0", path = "../common" } +sc-network-sync = { version = "0.40.0", path = "../sync" } +sc-network-types = { version = "0.12.0", path = "../types" } +sc-network = { version = "0.41.0", path = ".." } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-statement-store = { version = "17.0.0", path = "../../../primitives/statement-store" } diff --git a/substrate/client/network/sync/Cargo.toml b/substrate/client/network/sync/Cargo.toml index 964090444b22..d507a8534ca2 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" +description = "Substrate sync network protocol (polkadot v1.13.0)" name = "sc-network-sync" -version = "0.33.0" +version = "0.40.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true @@ -34,20 +34,20 @@ smallvec = "1.11.0" thiserror = { workspace = true } tokio-stream = "0.1.14" tokio = { version = "1.32.0", features = ["macros", "time"] } -fork-tree = { path = "../../../utils/fork-tree" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } -sc-client-api = { path = "../../api" } -sc-consensus = { path = "../../consensus/common" } -sc-network = { path = ".." } -sc-network-common = { path = "../common" } -sc-network-types = { path = "../types" } -sc-utils = { path = "../../utils" } -sp-arithmetic = { path = "../../../primitives/arithmetic" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-core = { path = "../../../primitives/core" } -sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa" } -sp-runtime = { path = "../../../primitives/runtime" } +fork-tree = { version = "13.0.0", path = "../../../utils/fork-tree" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-consensus = { version = "0.40.0", path = "../../consensus/common" } +sc-network = { version = "0.41.0", path = ".." } +sc-network-common = { version = "0.40.0", path = "../common" } +sc-network-types = { version = "0.12.0", path = "../types" } +sc-utils = { version = "17.0.0", path = "../../utils" } +sp-arithmetic = { version = "26.0.0", path = "../../../primitives/arithmetic" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-consensus-grandpa = { version = "20.0.0", path = "../../../primitives/consensus/grandpa" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } [dev-dependencies] mockall = "0.11.3" diff --git a/substrate/client/network/test/Cargo.toml b/substrate/client/network/test/Cargo.toml index f70e4847f59f..adf047fb1c27 100644 --- a/substrate/client/network/test/Cargo.toml +++ b/substrate/client/network/test/Cargo.toml @@ -1,7 +1,7 @@ [package] -description = "Integration tests for Substrate network protocol" +description = "Integration tests for Substrate network protocol (polkadot v1.13.0)" name = "sc-network-test" -version = "0.8.0" +version = "0.1.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true @@ -24,20 +24,20 @@ libp2p = "0.51.4" log = { workspace = true, default-features = true } parking_lot = "0.12.1" rand = "0.8.5" -sc-block-builder = { path = "../../block-builder" } -sc-client-api = { path = "../../api" } -sc-consensus = { path = "../../consensus/common" } -sc-network = { path = ".." } -sc-network-common = { path = "../common" } -sc-network-types = { path = "../types" } -sc-utils = { path = "../../utils" } -sc-network-light = { path = "../light" } -sc-network-sync = { path = "../sync" } -sc-service = { path = "../../service", default-features = false, features = ["test-helpers"] } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-core = { path = "../../../primitives/core" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-tracing = { path = "../../../primitives/tracing" } -substrate-test-runtime = { path = "../../../test-utils/runtime" } -substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } +sc-block-builder = { version = "0.40.0", path = "../../block-builder" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-consensus = { version = "0.40.0", path = "../../consensus/common" } +sc-network = { version = "0.41.0", path = ".." } +sc-network-common = { version = "0.40.0", path = "../common" } +sc-network-types = { version = "0.12.0", path = "../types" } +sc-utils = { version = "17.0.0", path = "../../utils" } +sc-network-light = { version = "0.40.0", path = "../light" } +sc-network-sync = { version = "0.40.0", path = "../sync" } +sc-service = { path = "../../service", default-features = false, features = ["test-helpers"], version = "0.42.0" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-tracing = { version = "17.0.0", path = "../../../primitives/tracing" } +substrate-test-runtime = { version = "0.1.0", path = "../../../test-utils/runtime" } +substrate-test-runtime-client = { version = "0.1.0", path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/network/transactions/Cargo.toml b/substrate/client/network/transactions/Cargo.toml index d871b59b37bb..50b98518e873 100644 --- a/substrate/client/network/transactions/Cargo.toml +++ b/substrate/client/network/transactions/Cargo.toml @@ -1,7 +1,7 @@ [package] -description = "Substrate transaction protocol" +description = "Substrate transaction protocol (polkadot v1.13.0)" name = "sc-network-transactions" -version = "0.33.0" +version = "0.40.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true @@ -21,11 +21,11 @@ codec = { package = "parity-scale-codec", version = "3.6.12", features = ["deriv futures = "0.3.30" libp2p = "0.51.4" log = { workspace = true, default-features = true } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" } -sc-network = { path = ".." } -sc-network-common = { path = "../common" } -sc-network-sync = { path = "../sync" } -sc-network-types = { path = "../types" } -sc-utils = { path = "../../utils" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-consensus = { path = "../../../primitives/consensus/common" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.17.0" } +sc-network = { version = "0.41.0", path = ".." } +sc-network-common = { version = "0.40.0", path = "../common" } +sc-network-sync = { version = "0.40.0", path = "../sync" } +sc-network-types = { version = "0.12.0", path = "../types" } +sc-utils = { version = "17.0.0", path = "../../utils" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } diff --git a/substrate/client/network/types/Cargo.toml b/substrate/client/network/types/Cargo.toml index a9334aaa1705..0f964a92059c 100644 --- a/substrate/client/network/types/Cargo.toml +++ b/substrate/client/network/types/Cargo.toml @@ -1,7 +1,7 @@ [package] -description = "Substrate network types" +description = "Substrate network types (polkadot v1.13.0)" name = "sc-network-types" -version = "0.10.0" +version = "0.12.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 2944ff7f4f49..b6baf5224f8b 100644 --- a/substrate/client/offchain/Cargo.toml +++ b/substrate/client/offchain/Cargo.toml @@ -1,7 +1,7 @@ [package] -description = "Substrate offchain workers" +description = "Substrate offchain workers (polkadot v1.13.0)" name = "sc-offchain" -version = "29.0.0" +version = "36.0.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true @@ -31,18 +31,18 @@ parking_lot = "0.12.1" rand = "0.8.5" threadpool = "1.7" tracing = "0.1.29" -sc-client-api = { path = "../api" } -sc-network = { path = "../network" } -sc-network-common = { path = "../network/common" } -sc-network-types = { path = "../network/types" } -sc-transaction-pool-api = { path = "../transaction-pool/api" } -sc-utils = { path = "../utils" } -sp-api = { path = "../../primitives/api" } -sp-core = { path = "../../primitives/core" } -sp-offchain = { path = "../../primitives/offchain" } -sp-runtime = { path = "../../primitives/runtime" } -sp-keystore = { path = "../../primitives/keystore" } -sp-externalities = { path = "../../primitives/externalities" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-network = { version = "0.41.0", path = "../network" } +sc-network-common = { version = "0.40.0", path = "../network/common" } +sc-network-types = { version = "0.12.0", path = "../network/types" } +sc-transaction-pool-api = { version = "35.0.0", path = "../transaction-pool/api" } +sc-utils = { version = "17.0.0", path = "../utils" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-offchain = { version = "33.0.0", path = "../../primitives/offchain" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sp-keystore = { version = "0.40.0", path = "../../primitives/keystore" } +sp-externalities = { version = "0.29.0", path = "../../primitives/externalities" } log = { workspace = true, default-features = true } [dev-dependencies] diff --git a/substrate/client/proposer-metrics/Cargo.toml b/substrate/client/proposer-metrics/Cargo.toml index f560ce2d65e6..34ff84adb334 100644 --- a/substrate/client/proposer-metrics/Cargo.toml +++ b/substrate/client/proposer-metrics/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-proposer-metrics" -version = "0.17.0" +version = "0.18.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Basic metrics for block production." +description = "Basic metrics for block production. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,4 +17,4 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = { workspace = true, default-features = true } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } diff --git a/substrate/client/rpc-api/Cargo.toml b/substrate/client/rpc-api/Cargo.toml index d8f833e2b8d4..56154540ce75 100644 --- a/substrate/client/rpc-api/Cargo.toml +++ b/substrate/client/rpc-api/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-rpc-api" -version = "0.33.0" +version = "0.40.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate RPC interfaces." +description = "Substrate RPC interfaces. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,11 +21,11 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive serde = { features = ["derive"], workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } thiserror = { workspace = true } -sc-chain-spec = { path = "../chain-spec" } -sc-mixnet = { path = "../mixnet" } -sc-transaction-pool-api = { path = "../transaction-pool/api" } -sp-core = { path = "../../primitives/core" } -sp-rpc = { path = "../../primitives/rpc" } -sp-runtime = { path = "../../primitives/runtime" } -sp-version = { path = "../../primitives/version" } +sc-chain-spec = { version = "34.0.0", path = "../chain-spec" } +sc-mixnet = { version = "0.11.0", path = "../mixnet" } +sc-transaction-pool-api = { version = "35.0.0", path = "../transaction-pool/api" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-rpc = { version = "32.0.0", path = "../../primitives/rpc" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sp-version = { version = "36.0.0", path = "../../primitives/version" } jsonrpsee = { version = "0.22.5", features = ["client-core", "macros", "server-core"] } diff --git a/substrate/client/rpc-servers/Cargo.toml b/substrate/client/rpc-servers/Cargo.toml index 7837c852a1c9..ea40a7672a7f 100644 --- a/substrate/client/rpc-servers/Cargo.toml +++ b/substrate/client/rpc-servers/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-rpc-server" -version = "11.0.0" +version = "16.0.1" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate RPC servers." +description = "Substrate RPC servers. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -24,7 +24,7 @@ hyper = "0.14.27" ip_network = "0.4.1" jsonrpsee = { version = "0.22", features = ["server"] } log = { workspace = true, default-features = true } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } serde_json = { workspace = true, default-features = true } tokio = { version = "1.22.0", features = ["parking_lot"] } tower = { version = "0.4.13", features = ["util"] } diff --git a/substrate/client/rpc-spec-v2/Cargo.toml b/substrate/client/rpc-spec-v2/Cargo.toml index 8977c842d038..e9d01639ae83 100644 --- a/substrate/client/rpc-spec-v2/Cargo.toml +++ b/substrate/client/rpc-spec-v2/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-rpc-spec-v2" -version = "0.34.0" +version = "0.41.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate RPC interface v2." +description = "Substrate RPC interface v2. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,19 +17,17 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpsee = { version = "0.22.5", features = ["client-core", "macros", "server-core"] } -# Internal chain structures for "chain_spec". -sc-chain-spec = { path = "../chain-spec" } -# Pool for submitting extrinsics required by "transaction" -sc-transaction-pool-api = { path = "../transaction-pool/api" } -sp-core = { path = "../../primitives/core" } -sp-runtime = { path = "../../primitives/runtime" } -sp-api = { path = "../../primitives/api" } -sp-rpc = { path = "../../primitives/rpc" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-version = { path = "../../primitives/version" } -sc-client-api = { path = "../api" } -sc-utils = { path = "../utils" } -sc-rpc = { path = "../rpc" } +sc-chain-spec = { version = "34.0.0", path = "../chain-spec" } +sc-transaction-pool-api = { version = "35.0.0", path = "../transaction-pool/api" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-rpc = { version = "32.0.0", path = "../../primitives/rpc" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-version = { version = "36.0.0", path = "../../primitives/version" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-utils = { version = "17.0.0", path = "../utils" } +sc-rpc = { version = "36.0.0", path = "../rpc" } codec = { package = "parity-scale-codec", version = "3.6.12" } thiserror = { workspace = true } serde = { workspace = true, default-features = true } diff --git a/substrate/client/rpc/Cargo.toml b/substrate/client/rpc/Cargo.toml index 7dd46b2ab4c3..c02d8d98a043 100644 --- a/substrate/client/rpc/Cargo.toml +++ b/substrate/client/rpc/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-rpc" -version = "29.0.0" +version = "36.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate Client RPC" +description = "Substrate Client RPC (polkadot v1.13.0)" readme = "README.md" [lints] @@ -22,24 +22,24 @@ jsonrpsee = { version = "0.22", features = ["server"] } log = { workspace = true, default-features = true } parking_lot = "0.12.1" serde_json = { workspace = true, default-features = true } -sc-block-builder = { path = "../block-builder" } -sc-chain-spec = { path = "../chain-spec" } -sc-client-api = { path = "../api" } -sc-mixnet = { path = "../mixnet" } -sc-rpc-api = { path = "../rpc-api" } -sc-tracing = { path = "../tracing" } -sc-transaction-pool-api = { path = "../transaction-pool/api" } -sc-utils = { path = "../utils" } -sp-api = { path = "../../primitives/api" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-core = { path = "../../primitives/core" } -sp-keystore = { path = "../../primitives/keystore" } -sp-offchain = { path = "../../primitives/offchain" } -sp-rpc = { path = "../../primitives/rpc" } -sp-runtime = { path = "../../primitives/runtime" } -sp-session = { path = "../../primitives/session" } -sp-version = { path = "../../primitives/version" } -sp-statement-store = { path = "../../primitives/statement-store" } +sc-block-builder = { version = "0.40.0", path = "../block-builder" } +sc-chain-spec = { version = "34.0.0", path = "../chain-spec" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-mixnet = { version = "0.11.0", path = "../mixnet" } +sc-rpc-api = { version = "0.40.0", path = "../rpc-api" } +sc-tracing = { version = "35.0.0", path = "../tracing" } +sc-transaction-pool-api = { version = "35.0.0", path = "../transaction-pool/api" } +sc-utils = { version = "17.0.0", path = "../utils" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-keystore = { version = "0.40.0", path = "../../primitives/keystore" } +sp-offchain = { version = "33.0.0", path = "../../primitives/offchain" } +sp-rpc = { version = "32.0.0", path = "../../primitives/rpc" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sp-session = { version = "34.0.0", path = "../../primitives/session" } +sp-version = { version = "36.0.0", path = "../../primitives/version" } +sp-statement-store = { version = "17.0.0", path = "../../primitives/statement-store" } tokio = "1.37" [dev-dependencies] diff --git a/substrate/client/service/Cargo.toml b/substrate/client/service/Cargo.toml index dfdd485f15c0..2f33b0f4a581 100644 --- a/substrate/client/service/Cargo.toml +++ b/substrate/client/service/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-service" -version = "0.35.0" +version = "0.42.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate service. Starts a thread that spins up the network, client, and extrinsic pool. Manages communication between them." +description = "Substrate service. Starts a thread that spins up the network, client, and extrinsic pool. Manages communication between them. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -39,44 +39,44 @@ exit-future = "0.2.0" pin-project = "1.0.12" serde = { workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } -sc-keystore = { path = "../keystore" } -sp-runtime = { path = "../../primitives/runtime" } -sp-trie = { path = "../../primitives/trie" } -sp-externalities = { path = "../../primitives/externalities" } -sc-utils = { path = "../utils" } -sp-version = { path = "../../primitives/version" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-core = { path = "../../primitives/core" } -sp-keystore = { path = "../../primitives/keystore" } -sp-session = { path = "../../primitives/session" } -sp-state-machine = { path = "../../primitives/state-machine" } -sp-consensus = { path = "../../primitives/consensus/common" } -sc-consensus = { path = "../consensus/common" } -sp-storage = { path = "../../primitives/storage" } -sc-network = { path = "../network" } -sc-network-common = { path = "../network/common" } -sc-network-light = { path = "../network/light" } -sc-network-sync = { path = "../network/sync" } -sc-network-types = { path = "../network/types" } -sc-network-transactions = { path = "../network/transactions" } -sc-chain-spec = { path = "../chain-spec" } -sc-client-api = { path = "../api" } -sp-api = { path = "../../primitives/api" } -sc-client-db = { path = "../db", default-features = false } +sc-keystore = { version = "32.0.0", path = "../keystore" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sp-trie = { version = "36.0.0", path = "../../primitives/trie" } +sp-externalities = { version = "0.29.0", path = "../../primitives/externalities" } +sc-utils = { version = "17.0.0", path = "../utils" } +sp-version = { version = "36.0.0", path = "../../primitives/version" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-keystore = { version = "0.40.0", path = "../../primitives/keystore" } +sp-session = { version = "34.0.0", path = "../../primitives/session" } +sp-state-machine = { version = "0.42.0", path = "../../primitives/state-machine" } +sp-consensus = { version = "0.39.0", path = "../../primitives/consensus/common" } +sc-consensus = { version = "0.40.0", path = "../consensus/common" } +sp-storage = { version = "21.0.0", path = "../../primitives/storage" } +sc-network = { version = "0.41.0", path = "../network" } +sc-network-common = { version = "0.40.0", path = "../network/common" } +sc-network-light = { version = "0.40.0", path = "../network/light" } +sc-network-sync = { version = "0.40.0", path = "../network/sync" } +sc-network-types = { version = "0.12.0", path = "../network/types" } +sc-network-transactions = { version = "0.40.0", path = "../network/transactions" } +sc-chain-spec = { version = "34.0.0", path = "../chain-spec" } +sc-client-api = { version = "35.0.0", path = "../api" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sc-client-db = { path = "../db", default-features = false, version = "0.42.0" } codec = { package = "parity-scale-codec", version = "3.6.12" } -sc-executor = { path = "../executor" } -sc-transaction-pool = { path = "../transaction-pool" } -sp-transaction-pool = { path = "../../primitives/transaction-pool" } -sc-transaction-pool-api = { path = "../transaction-pool/api" } -sp-transaction-storage-proof = { path = "../../primitives/transaction-storage-proof" } -sc-rpc-server = { path = "../rpc-servers" } -sc-rpc = { path = "../rpc" } -sc-rpc-spec-v2 = { path = "../rpc-spec-v2" } -sc-informant = { path = "../informant" } -sc-telemetry = { path = "../telemetry" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } -sc-tracing = { path = "../tracing" } -sc-sysinfo = { path = "../sysinfo" } +sc-executor = { version = "0.39.0", path = "../executor" } +sc-transaction-pool = { version = "35.0.0", path = "../transaction-pool" } +sp-transaction-pool = { version = "33.0.0", path = "../../primitives/transaction-pool" } +sc-transaction-pool-api = { version = "35.0.0", path = "../transaction-pool/api" } +sp-transaction-storage-proof = { version = "33.0.0", path = "../../primitives/transaction-storage-proof" } +sc-rpc-server = { version = "16.0.1", path = "../rpc-servers" } +sc-rpc = { version = "36.0.0", path = "../rpc" } +sc-rpc-spec-v2 = { version = "0.41.0", path = "../rpc-spec-v2" } +sc-informant = { version = "0.40.0", path = "../informant" } +sc-telemetry = { version = "21.0.0", path = "../telemetry" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } +sc-tracing = { version = "35.0.0", path = "../tracing" } +sc-sysinfo = { version = "34.0.0", path = "../sysinfo" } tracing = "0.1.29" tracing-futures = { version = "0.2.4" } async-trait = "0.1.79" diff --git a/substrate/client/service/test/Cargo.toml b/substrate/client/service/test/Cargo.toml index 3c7542313952..99e0f0b38abb 100644 --- a/substrate/client/service/test/Cargo.toml +++ b/substrate/client/service/test/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "sc-service-test" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" publish = false homepage = "https://substrate.io" repository.workspace = true +description = "sc-service-test (polkadot v1.13.0)" [lints] workspace = true @@ -24,24 +25,24 @@ codec = { package = "parity-scale-codec", version = "3.6.12" } parking_lot = "0.12.1" tempfile = "3.1.0" tokio = { version = "1.22.0", features = ["time"] } -sc-block-builder = { path = "../../block-builder" } -sc-client-api = { path = "../../api" } -sc-client-db = { path = "../../db", default-features = false } -sc-consensus = { path = "../../consensus/common" } -sc-executor = { path = "../../executor" } -sc-network = { path = "../../network" } -sc-network-sync = { path = "../../network/sync" } -sc-service = { path = "..", features = ["test-helpers"] } -sc-transaction-pool-api = { path = "../../transaction-pool/api" } -sp-api = { path = "../../../primitives/api" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-core = { path = "../../../primitives/core" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-state-machine = { path = "../../../primitives/state-machine" } -sp-storage = { path = "../../../primitives/storage" } -sp-tracing = { path = "../../../primitives/tracing" } -sp-trie = { path = "../../../primitives/trie" } -sp-io = { path = "../../../primitives/io" } -substrate-test-runtime = { path = "../../../test-utils/runtime" } -substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } +sc-block-builder = { version = "0.40.0", path = "../../block-builder" } +sc-client-api = { version = "35.0.0", path = "../../api" } +sc-client-db = { path = "../../db", default-features = false, version = "0.42.0" } +sc-consensus = { version = "0.40.0", path = "../../consensus/common" } +sc-executor = { version = "0.39.0", path = "../../executor" } +sc-network = { version = "0.41.0", path = "../../network" } +sc-network-sync = { version = "0.40.0", path = "../../network/sync" } +sc-service = { path = "..", features = ["test-helpers"], version = "0.42.0" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../transaction-pool/api" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../../primitives/state-machine" } +sp-storage = { version = "21.0.0", path = "../../../primitives/storage" } +sp-tracing = { version = "17.0.0", path = "../../../primitives/tracing" } +sp-trie = { version = "36.0.0", path = "../../../primitives/trie" } +sp-io = { version = "37.0.0", path = "../../../primitives/io" } +substrate-test-runtime = { version = "0.1.0", path = "../../../test-utils/runtime" } +substrate-test-runtime-client = { version = "0.1.0", path = "../../../test-utils/runtime/client" } diff --git a/substrate/client/state-db/Cargo.toml b/substrate/client/state-db/Cargo.toml index e203eb5a3282..d1ebf124348e 100644 --- a/substrate/client/state-db/Cargo.toml +++ b/substrate/client/state-db/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-state-db" -version = "0.30.0" +version = "0.36.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "State database maintenance. Handles canonicalization and pruning in the database." +description = "State database maintenance. Handles canonicalization and pruning in the database. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,4 +19,4 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } log = { workspace = true, default-features = true } parking_lot = "0.12.1" -sp-core = { path = "../../primitives/core" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } diff --git a/substrate/client/statement-store/Cargo.toml b/substrate/client/statement-store/Cargo.toml index 8ca6d11dbe0d..5473c414e1eb 100644 --- a/substrate/client/statement-store/Cargo.toml +++ b/substrate/client/statement-store/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-statement-store" -version = "10.0.0" +version = "17.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate statement store." +description = "Substrate statement store. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,14 +20,14 @@ log = { workspace = true, default-features = true } parking_lot = "0.12.1" parity-db = "0.4.12" tokio = { version = "1.22.0", features = ["time"] } -sp-statement-store = { path = "../../primitives/statement-store" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } -sp-api = { path = "../../primitives/api" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-core = { path = "../../primitives/core" } -sp-runtime = { path = "../../primitives/runtime" } -sc-client-api = { path = "../api" } -sc-keystore = { path = "../keystore" } +sp-statement-store = { version = "17.0.0", path = "../../primitives/statement-store" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-keystore = { version = "32.0.0", path = "../keystore" } [dev-dependencies] tempfile = "3.1.0" diff --git a/substrate/client/storage-monitor/Cargo.toml b/substrate/client/storage-monitor/Cargo.toml index 5248ebdf9a65..cf59827e2e55 100644 --- a/substrate/client/storage-monitor/Cargo.toml +++ b/substrate/client/storage-monitor/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "sc-storage-monitor" -version = "0.16.0" +version = "0.22.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository.workspace = true -description = "Storage monitor service for substrate" +description = "Storage monitor service for substrate (polkadot v1.13.0)" homepage = "https://substrate.io" [lints] @@ -15,6 +15,6 @@ workspace = true clap = { version = "4.5.3", features = ["derive", "string"] } log = { workspace = true, default-features = true } fs4 = "0.7.0" -sp-core = { path = "../../primitives/core" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } tokio = { version = "1.22.0", features = ["time"] } thiserror = { workspace = true } diff --git a/substrate/client/sync-state-rpc/Cargo.toml b/substrate/client/sync-state-rpc/Cargo.toml index d5bdc920f7c9..d13372c74072 100644 --- a/substrate/client/sync-state-rpc/Cargo.toml +++ b/substrate/client/sync-state-rpc/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-sync-state-rpc" -version = "0.34.0" +version = "0.41.0" authors.workspace = true -description = "A RPC handler to create sync states for light clients." +description = "A RPC handler to create sync states for light clients. (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -20,10 +20,10 @@ jsonrpsee = { version = "0.22.5", features = ["client-core", "macros", "server-c serde = { features = ["derive"], workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } thiserror = { workspace = true } -sc-chain-spec = { path = "../chain-spec" } -sc-client-api = { path = "../api" } -sc-consensus-babe = { path = "../consensus/babe" } -sc-consensus-epochs = { path = "../consensus/epochs" } -sc-consensus-grandpa = { path = "../consensus/grandpa" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-runtime = { path = "../../primitives/runtime" } +sc-chain-spec = { version = "34.0.0", path = "../chain-spec" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-consensus-babe = { version = "0.41.0", path = "../consensus/babe" } +sc-consensus-epochs = { version = "0.40.0", path = "../consensus/epochs" } +sc-consensus-grandpa = { version = "0.26.0", path = "../consensus/grandpa" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } diff --git a/substrate/client/sysinfo/Cargo.toml b/substrate/client/sysinfo/Cargo.toml index 32b7755c64b5..2fc26a7e8993 100644 --- a/substrate/client/sysinfo/Cargo.toml +++ b/substrate/client/sysinfo/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-sysinfo" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "A crate that provides basic hardware and software telemetry information." +description = "A crate that provides basic hardware and software telemetry information. (polkadot v1.13.0)" documentation = "https://docs.rs/sc-sysinfo" readme = "README.md" @@ -26,11 +26,11 @@ derive_more = "0.99" regex = "1" serde = { features = ["derive"], workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } -sc-telemetry = { path = "../telemetry" } -sp-core = { path = "../../primitives/core" } -sp-crypto-hashing = { path = "../../primitives/crypto/hashing" } -sp-io = { path = "../../primitives/io" } -sp-std = { path = "../../primitives/std" } +sc-telemetry = { version = "21.0.0", path = "../telemetry" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-crypto-hashing = { version = "0.1.0", path = "../../primitives/crypto/hashing" } +sp-io = { version = "37.0.0", path = "../../primitives/io" } +sp-std = { version = "14.0.0", path = "../../primitives/std" } [dev-dependencies] sp-runtime = { path = "../../primitives/runtime" } diff --git a/substrate/client/telemetry/Cargo.toml b/substrate/client/telemetry/Cargo.toml index 0cce2acf6409..51f6915bb3cb 100644 --- a/substrate/client/telemetry/Cargo.toml +++ b/substrate/client/telemetry/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sc-telemetry" -version = "15.0.0" +version = "21.0.0" authors.workspace = true -description = "Telemetry utils" +description = "Telemetry utils (polkadot v1.13.0)" edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" @@ -23,8 +23,8 @@ libp2p = { version = "0.51.4", features = ["dns", "tcp", "tokio", "wasm-ext", "w log = { workspace = true, default-features = true } parking_lot = "0.12.1" pin-project = "1.0.12" -sc-utils = { path = "../utils" } -sc-network = { path = "../network" } +sc-utils = { version = "17.0.0", path = "../utils" } +sc-network = { version = "0.41.0", path = "../network" } rand = "0.8.5" serde = { features = ["derive"], workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } diff --git a/substrate/client/tracing/Cargo.toml b/substrate/client/tracing/Cargo.toml index df674d24c6dd..902a6514d02d 100644 --- a/substrate/client/tracing/Cargo.toml +++ b/substrate/client/tracing/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-tracing" -version = "28.0.0" +version = "35.0.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" authors.workspace = true edition.workspace = true homepage = "https://substrate.io" repository.workspace = true -description = "Instrumentation implementation for substrate." +description = "Instrumentation implementation for substrate. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -31,14 +31,14 @@ thiserror = { workspace = true } tracing = "0.1.29" tracing-log = "0.2.0" tracing-subscriber = { workspace = true, features = ["env-filter", "parking_lot"] } -sc-client-api = { path = "../api" } -sc-tracing-proc-macro = { path = "proc-macro" } -sp-api = { path = "../../primitives/api" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-core = { path = "../../primitives/core" } -sp-rpc = { path = "../../primitives/rpc" } -sp-runtime = { path = "../../primitives/runtime" } -sp-tracing = { path = "../../primitives/tracing" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-tracing-proc-macro = { version = "11.0.0", path = "proc-macro" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-rpc = { version = "32.0.0", path = "../../primitives/rpc" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sp-tracing = { version = "17.0.0", path = "../../primitives/tracing" } [dev-dependencies] criterion = "0.5.1" diff --git a/substrate/client/tracing/proc-macro/Cargo.toml b/substrate/client/tracing/proc-macro/Cargo.toml index fec34aa0bca9..5bdab6238892 100644 --- a/substrate/client/tracing/proc-macro/Cargo.toml +++ b/substrate/client/tracing/proc-macro/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Helper macros for Substrate's client CLI" +description = "Helper macros for Substrate's client CLI (polkadot v1.13.0)" [lints] workspace = true diff --git a/substrate/client/transaction-pool/Cargo.toml b/substrate/client/transaction-pool/Cargo.toml index 351650297ffc..d094a391615c 100644 --- a/substrate/client/transaction-pool/Cargo.toml +++ b/substrate/client/transaction-pool/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-transaction-pool" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate transaction pool implementation." +description = "Substrate transaction pool implementation. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -25,17 +25,17 @@ log = { workspace = true, default-features = true } parking_lot = "0.12.1" serde = { features = ["derive"], workspace = true, default-features = true } thiserror = { workspace = true } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" } -sc-client-api = { path = "../api" } -sc-transaction-pool-api = { path = "api" } -sc-utils = { path = "../utils" } -sp-api = { path = "../../primitives/api" } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-core = { path = "../../primitives/core" } -sp-crypto-hashing = { path = "../../primitives/crypto/hashing" } -sp-runtime = { path = "../../primitives/runtime" } -sp-tracing = { path = "../../primitives/tracing" } -sp-transaction-pool = { path = "../../primitives/transaction-pool" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.17.0" } +sc-client-api = { version = "35.0.0", path = "../api" } +sc-transaction-pool-api = { version = "35.0.0", path = "api" } +sc-utils = { version = "17.0.0", path = "../utils" } +sp-api = { version = "33.0.0", path = "../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-crypto-hashing = { version = "0.1.0", path = "../../primitives/crypto/hashing" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sp-tracing = { version = "17.0.0", path = "../../primitives/tracing" } +sp-transaction-pool = { version = "33.0.0", path = "../../primitives/transaction-pool" } [dev-dependencies] array-bytes = "6.2.2" diff --git a/substrate/client/transaction-pool/api/Cargo.toml b/substrate/client/transaction-pool/api/Cargo.toml index be80a7706b3e..eb1c65b62acf 100644 --- a/substrate/client/transaction-pool/api/Cargo.toml +++ b/substrate/client/transaction-pool/api/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-transaction-pool-api" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Transaction pool client facing API." +description = "Transaction pool client facing API. (polkadot v1.13.0)" [lints] workspace = true @@ -18,9 +18,9 @@ futures = "0.3.30" log = { workspace = true, default-features = true } serde = { features = ["derive"], workspace = true, default-features = true } thiserror = { workspace = true } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-core = { path = "../../../primitives/core", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-core = { path = "../../../primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } [dev-dependencies] serde_json = { workspace = true, default-features = true } diff --git a/substrate/client/utils/Cargo.toml b/substrate/client/utils/Cargo.toml index a101f4b3f3ad..d9b397e72077 100644 --- a/substrate/client/utils/Cargo.toml +++ b/substrate/client/utils/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sc-utils" -version = "14.0.0" +version = "17.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "I/O for Substrate runtimes" +description = "I/O for Substrate runtimes (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,7 +20,7 @@ lazy_static = "1.4.0" log = { workspace = true, default-features = true } parking_lot = "0.12.1" prometheus = { version = "0.13.0", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } [features] default = ["metered"] diff --git a/substrate/deprecated/hashing/Cargo.toml b/substrate/deprecated/hashing/Cargo.toml index 8695ccc8fca2..0aed602970bb 100644 --- a/substrate/deprecated/hashing/Cargo.toml +++ b/substrate/deprecated/hashing/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-core-hashing" -version = "15.0.0" +version = "16.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Hashing primitives (deprecated: use sp-crypto-hashing for new applications)" +description = "Hashing primitives (deprecated: use sp-crypto-hashing for new applications) (polkadot v1.13.0)" documentation = "https://docs.rs/sp-crypto-hashing" [badges] @@ -16,7 +16,7 @@ maintenance = { status = "deprecated" } targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-crypto-hashing = { path = "../../primitives/crypto/hashing" } +sp-crypto-hashing = { version = "0.1.0", path = "../../primitives/crypto/hashing" } [features] default = ["std"] diff --git a/substrate/deprecated/hashing/proc-macro/Cargo.toml b/substrate/deprecated/hashing/proc-macro/Cargo.toml index aa78809241f0..89d78889acdb 100644 --- a/substrate/deprecated/hashing/proc-macro/Cargo.toml +++ b/substrate/deprecated/hashing/proc-macro/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-core-hashing-proc-macro" -version = "15.0.0" +version = "16.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Procedural macros for calculating static hashes (deprecated in favor of `sp-crypto-hashing-proc-macro`)." +description = "Procedural macros for calculating static hashes (deprecated in favor of `sp-crypto-hashing-proc-macro`). (polkadot v1.13.0)" documentation = "https://docs.rs/sp-crypto-hashing-proc-macro" [badges] @@ -16,4 +16,4 @@ maintenance = { status = "deprecated" } targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-crypto-hashing-proc-macro = { path = "../../../primitives/crypto/hashing/proc-macro" } +sp-crypto-hashing-proc-macro = { version = "0.1.0", path = "../../../primitives/crypto/hashing/proc-macro" } diff --git a/substrate/frame/Cargo.toml b/substrate/frame/Cargo.toml index a3b3d1900e6e..32f44a8341d8 100644 --- a/substrate/frame/Cargo.toml +++ b/substrate/frame/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "polkadot-sdk-frame" -version = "0.1.0" +version = "0.4.0" authors = ["Parity Technologies "] edition.workspace = true license = "Apache-2.0" homepage = "https://paritytech.github.io" repository.workspace = true -description = "Experimental: The single package to get you started with building frame pallets and runtimes" +description = "Experimental: The single package to get you started with building frame pallets and runtimes (polkadot v1.13.0)" [lints] workspace = true @@ -26,43 +26,43 @@ scale-info = { version = "2.11.1", default-features = false, features = [ ] } # primitive deps, used for developing FRAME pallets. -sp-runtime = { default-features = false, path = "../primitives/runtime" } -sp-std = { default-features = false, path = "../primitives/std" } -sp-io = { default-features = false, path = "../primitives/io" } -sp-core = { default-features = false, path = "../primitives/core" } -sp-arithmetic = { default-features = false, path = "../primitives/arithmetic" } +sp-runtime = { default-features = false, path = "../primitives/runtime", version = "38.0.0" } +sp-std = { default-features = false, path = "../primitives/std", version = "14.0.0" } +sp-io = { default-features = false, path = "../primitives/io", version = "37.0.0" } +sp-core = { default-features = false, path = "../primitives/core", version = "34.0.0" } +sp-arithmetic = { default-features = false, path = "../primitives/arithmetic", version = "26.0.0" } # frame deps, for developing FRAME pallets. -frame-support = { default-features = false, path = "support" } -frame-system = { default-features = false, path = "system" } +frame-support = { default-features = false, path = "support", version = "35.0.0" } +frame-system = { default-features = false, path = "system", version = "35.0.0" } # primitive types used for developing FRAME runtimes. -sp-version = { default-features = false, path = "../primitives/version", optional = true } -sp-api = { default-features = false, path = "../primitives/api", optional = true } -sp-block-builder = { default-features = false, path = "../primitives/block-builder", optional = true } -sp-transaction-pool = { default-features = false, path = "../primitives/transaction-pool", optional = true } -sp-offchain = { default-features = false, path = "../primitives/offchain", optional = true } -sp-session = { default-features = false, path = "../primitives/session", optional = true } -sp-consensus-aura = { default-features = false, path = "../primitives/consensus/aura", optional = true } -sp-consensus-grandpa = { default-features = false, path = "../primitives/consensus/grandpa", optional = true } -sp-inherents = { default-features = false, path = "../primitives/inherents", optional = true } -sp-storage = { default-features = false, path = "../primitives/storage", optional = true } +sp-version = { default-features = false, path = "../primitives/version", optional = true, version = "36.0.0" } +sp-api = { default-features = false, path = "../primitives/api", optional = true, version = "33.0.0" } +sp-block-builder = { default-features = false, path = "../primitives/block-builder", optional = true, version = "33.0.0" } +sp-transaction-pool = { default-features = false, path = "../primitives/transaction-pool", optional = true, version = "33.0.0" } +sp-offchain = { default-features = false, path = "../primitives/offchain", optional = true, version = "33.0.0" } +sp-session = { default-features = false, path = "../primitives/session", optional = true, version = "34.0.0" } +sp-consensus-aura = { default-features = false, path = "../primitives/consensus/aura", optional = true, version = "0.39.0" } +sp-consensus-grandpa = { default-features = false, path = "../primitives/consensus/grandpa", optional = true, version = "20.0.0" } +sp-inherents = { default-features = false, path = "../primitives/inherents", optional = true, version = "33.0.0" } +sp-storage = { default-features = false, path = "../primitives/storage", optional = true, version = "21.0.0" } -frame-executive = { default-features = false, path = "../frame/executive", optional = true } -frame-system-rpc-runtime-api = { default-features = false, path = "../frame/system/rpc/runtime-api", optional = true } +frame-executive = { default-features = false, path = "executive", optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { default-features = false, path = "system/rpc/runtime-api", optional = true, version = "33.0.0" } # Used for runtime benchmarking -frame-benchmarking = { default-features = false, path = "../frame/benchmarking", optional = true } -frame-system-benchmarking = { default-features = false, path = "../frame/system/benchmarking", optional = true } +frame-benchmarking = { default-features = false, path = "benchmarking", optional = true, version = "35.0.0" } +frame-system-benchmarking = { default-features = false, path = "system/benchmarking", optional = true, version = "35.0.0" } # Used for try-runtime -frame-try-runtime = { default-features = false, path = "../frame/try-runtime", optional = true } +frame-try-runtime = { default-features = false, path = "try-runtime", optional = true, version = "0.41.0" } docify = "0.2.8" log = { workspace = true } [dev-dependencies] -pallet-examples = { path = "./examples" } +pallet-examples = { path = "examples" } [features] default = ["runtime", "std"] @@ -121,6 +121,5 @@ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "frame-try-runtime/try-runtime", - "pallet-examples/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/alliance/Cargo.toml b/substrate/frame/alliance/Cargo.toml index 10e2feba6237..c0315575e5c8 100644 --- a/substrate/frame/alliance/Cargo.toml +++ b/substrate/frame/alliance/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-alliance" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://docs.substrate.io/" repository.workspace = true -description = "The Alliance pallet provides a collective for standard-setting industry collaboration." +description = "The Alliance pallet provides a collective for standard-setting industry collaboration. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -22,18 +22,18 @@ log = { workspace = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-std = { path = "../../primitives/std", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-crypto-hashing = { path = "../../primitives/crypto/hashing", default-features = false, optional = true } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-crypto-hashing = { path = "../../primitives/crypto/hashing", default-features = false, optional = true, version = "0.1.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } -pallet-identity = { path = "../identity", default-features = false } -pallet-collective = { path = "../collective", default-features = false, optional = true } +pallet-identity = { path = "../identity", default-features = false, version = "35.0.0" } +pallet-collective = { path = "../collective", default-features = false, optional = true, version = "35.0.0" } [dev-dependencies] array-bytes = "6.2.2" @@ -49,7 +49,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "pallet-collective?/std", "pallet-identity/std", "scale-info/std", @@ -64,7 +63,6 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-collective/runtime-benchmarks", "pallet-identity/runtime-benchmarks", "sp-crypto-hashing", @@ -73,7 +71,6 @@ runtime-benchmarks = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "pallet-collective?/try-runtime", "pallet-identity/try-runtime", "sp-runtime/try-runtime", diff --git a/substrate/frame/asset-conversion/Cargo.toml b/substrate/frame/asset-conversion/Cargo.toml index bfcda2299d5a..468b8b9813b3 100644 --- a/substrate/frame/asset-conversion/Cargo.toml +++ b/substrate/frame/asset-conversion/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-asset-conversion" -version = "10.0.0" +version = "17.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME asset conversion pallet" +description = "FRAME asset conversion pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,16 +18,16 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } log = { version = "0.4.20", default-features = false } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-api = { path = "../../primitives/api", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } +sp-api = { path = "../../primitives/api", default-features = false, version = "33.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -42,9 +42,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-assets/std", - "pallet-balances/std", - "primitive-types/std", "scale-info/std", "sp-api/std", "sp-arithmetic/std", @@ -57,14 +54,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-assets/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-assets/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/asset-conversion/ops/Cargo.toml b/substrate/frame/asset-conversion/ops/Cargo.toml index c5efbf9f6f44..b71e433f3085 100644 --- a/substrate/frame/asset-conversion/ops/Cargo.toml +++ b/substrate/frame/asset-conversion/ops/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-asset-conversion-ops" -version = "0.1.0" +version = "0.3.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME asset conversion pallet's operations suite" +description = "FRAME asset conversion pallet's operations suite (polkadot v1.13.0)" [lints] workspace = true @@ -17,16 +17,16 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } log = { version = "0.4.20", default-features = false } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true } -pallet-asset-conversion = { path = "..", default-features = false } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "35.0.0" } +pallet-asset-conversion = { path = "..", default-features = false, version = "17.0.0" } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } -sp-core = { path = "../../../primitives/core", default-features = false } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-arithmetic = { path = "../../../primitives/arithmetic", default-features = false } +sp-core = { path = "../../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-arithmetic = { path = "../../../primitives/arithmetic", default-features = false, version = "26.0.0" } [dev-dependencies] pallet-balances = { path = "../../balances" } @@ -42,9 +42,6 @@ std = [ "frame-system/std", "log/std", "pallet-asset-conversion/std", - "pallet-assets/std", - "pallet-balances/std", - "primitive-types/std", "scale-info/std", "sp-arithmetic/std", "sp-core/std", @@ -57,15 +54,11 @@ runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-asset-conversion/runtime-benchmarks", - "pallet-assets/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-asset-conversion/try-runtime", - "pallet-assets/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/asset-rate/Cargo.toml b/substrate/frame/asset-rate/Cargo.toml index 4662469e46ce..1254aea33696 100644 --- a/substrate/frame/asset-rate/Cargo.toml +++ b/substrate/frame/asset-rate/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-asset-rate" -version = "7.0.0" -description = "Whitelist non-native assets for treasury spending and provide conversion to native balance" +version = "14.0.0" +description = "Whitelist non-native assets for treasury spending and provide conversion to native balance (polkadot v1.13.0)" authors.workspace = true homepage = "https://substrate.io" edition.workspace = true @@ -19,12 +19,12 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = "derive", ] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false, optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, optional = true, version = "34.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -38,10 +38,8 @@ std = [ "frame-benchmarking?/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", "scale-info/std", "sp-core?/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] @@ -49,13 +47,11 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-core", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/assets/Cargo.toml b/substrate/frame/assets/Cargo.toml index 9647ae4db6ba..1a7f9aa25c21 100644 --- a/substrate/frame/assets/Cargo.toml +++ b/substrate/frame/assets/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-assets" -version = "29.1.0" +version = "36.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME asset management pallet" +description = "FRAME asset management pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,15 +19,15 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-std = { path = "../../primitives/std", default-features = false } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } # Needed for various traits. In our case, `OnFinalize`. -sp-runtime = { path = "../../primitives/runtime", default-features = false } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } # Needed for type-safe access to storage DB. -frame-support = { path = "../support", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } # `system` module provides us with all sorts of useful stuff and macros depend on it being around. -frame-system = { path = "../system", default-features = false } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -sp-core = { path = "../../primitives/core", default-features = false } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } [dev-dependencies] sp-std = { path = "../../primitives/std" } @@ -42,10 +42,8 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "scale-info/std", "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] @@ -53,12 +51,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/atomic-swap/Cargo.toml b/substrate/frame/atomic-swap/Cargo.toml index 8083c12d4b39..5f1444916325 100644 --- a/substrate/frame/atomic-swap/Cargo.toml +++ b/substrate/frame/atomic-swap/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-atomic-swap" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME atomic swap pallet" +description = "FRAME atomic swap pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,12 +18,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -34,7 +34,6 @@ std = [ "codec/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", "scale-info/std", "sp-core/std", "sp-io/std", @@ -44,6 +43,5 @@ std = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/aura/Cargo.toml b/substrate/frame/aura/Cargo.toml index 9264d2f4a643..ba0a04918d1f 100644 --- a/substrate/frame/aura/Cargo.toml +++ b/substrate/frame/aura/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-aura" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME AURA consensus pallet" +description = "FRAME AURA consensus pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,13 +19,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "max-encoded-len"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-timestamp = { path = "../timestamp", default-features = false } -sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false } -sp-consensus-aura = { path = "../../primitives/consensus/aura", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../timestamp", default-features = false, version = "34.0.0" } +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, version = "37.0.0" } +sp-consensus-aura = { path = "../../primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] sp-core = { path = "../../primitives/core", default-features = false } @@ -42,8 +42,6 @@ std = [ "scale-info/std", "sp-application-crypto/std", "sp-consensus-aura/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] diff --git a/substrate/frame/authority-discovery/Cargo.toml b/substrate/frame/authority-discovery/Cargo.toml index c21f9b5c9045..a6cfafd43e0d 100644 --- a/substrate/frame/authority-discovery/Cargo.toml +++ b/substrate/frame/authority-discovery/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-authority-discovery" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for authority discovery" +description = "FRAME pallet for authority discovery (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,15 +20,13 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = "derive", ] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-session = { path = "../session", default-features = false, features = [ - "historical", -] } -sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false } -sp-authority-discovery = { path = "../../primitives/authority-discovery", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-session = { path = "../session", default-features = false, features = ["historical"], version = "35.0.0" } +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, version = "37.0.0" } +sp-authority-discovery = { path = "../../primitives/authority-discovery", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] sp-core = { path = "../../primitives/core" } @@ -44,8 +42,6 @@ std = [ "scale-info/std", "sp-application-crypto/std", "sp-authority-discovery/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] diff --git a/substrate/frame/authorship/Cargo.toml b/substrate/frame/authorship/Cargo.toml index dd78e3404ef0..2adbde5b4e99 100644 --- a/substrate/frame/authorship/Cargo.toml +++ b/substrate/frame/authorship/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-authorship" -version = "28.0.0" -description = "Block and Uncle Author tracking for the FRAME" +version = "35.0.0" +description = "Block and Uncle Author tracking for the FRAME (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license = "Apache-2.0" @@ -21,10 +21,10 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = ] } impl-trait-for-tuples = "0.2.2" scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] sp-core = { path = "../../primitives/core" } @@ -37,8 +37,6 @@ std = [ "frame-support/std", "frame-system/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] diff --git a/substrate/frame/babe/Cargo.toml b/substrate/frame/babe/Cargo.toml index d06b7f745464..259412bd7d61 100644 --- a/substrate/frame/babe/Cargo.toml +++ b/substrate/frame/babe/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-babe" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Consensus extension module for BABE consensus. Collects on-chain randomness from VRF outputs and manages epoch transitions." +description = "Consensus extension module for BABE consensus. Collects on-chain randomness from VRF outputs and manages epoch transitions. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,20 +19,20 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-authorship = { path = "../authorship", default-features = false } -pallet-session = { path = "../session", default-features = false } -pallet-timestamp = { path = "../timestamp", default-features = false } -sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"] } -sp-consensus-babe = { path = "../../primitives/consensus/babe", default-features = false, features = ["serde"] } -sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } -sp-session = { path = "../../primitives/session", default-features = false } -sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-authorship = { path = "../authorship", default-features = false, version = "35.0.0" } +pallet-session = { path = "../session", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../timestamp", default-features = false, version = "34.0.0" } +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"], version = "37.0.0" } +sp-consensus-babe = { path = "../../primitives/consensus/babe", default-features = false, features = ["serde"], version = "0.39.0" } +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-session = { path = "../../primitives/session", default-features = false, version = "34.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"], version = "33.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] frame-election-provider-support = { path = "../election-provider-support" } @@ -47,15 +47,11 @@ default = ["std"] std = [ "codec/std", "frame-benchmarking?/std", - "frame-election-provider-support/std", "frame-support/std", "frame-system/std", "log/std", "pallet-authorship/std", - "pallet-balances/std", - "pallet-offences/std", "pallet-session/std", - "pallet-staking/std", "pallet-timestamp/std", "scale-info/std", "sp-application-crypto/std", @@ -69,25 +65,17 @@ std = [ ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", - "frame-election-provider-support/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-offences/runtime-benchmarks", - "pallet-staking/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] try-runtime = [ - "frame-election-provider-support/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", "pallet-authorship/try-runtime", - "pallet-balances/try-runtime", - "pallet-offences/try-runtime", "pallet-session/try-runtime", - "pallet-staking/try-runtime", "pallet-timestamp/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/bags-list/Cargo.toml b/substrate/frame/bags-list/Cargo.toml index 3429d2f28a6c..36b9ecee09cb 100644 --- a/substrate/frame/bags-list/Cargo.toml +++ b/substrate/frame/bags-list/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-bags-list" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet bags list" +description = "FRAME pallet bags list (polkadot v1.13.0)" [lints] workspace = true @@ -24,13 +24,13 @@ scale-info = { version = "2.11.1", default-features = false, features = [ ] } # primitives -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } # FRAME -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -frame-election-provider-support = { path = "../election-provider-support", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +frame-election-provider-support = { path = "../election-provider-support", default-features = false, version = "35.0.0" } # third party log = { workspace = true } @@ -38,11 +38,11 @@ docify = "0.2.8" aquamarine = { version = "0.5.0" } # Optional imports for benchmarking -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -pallet-balances = { path = "../balances", default-features = false, optional = true } -sp-core = { path = "../../primitives/core", default-features = false, optional = true } -sp-io = { path = "../../primitives/io", default-features = false, optional = true } -sp-tracing = { path = "../../primitives/tracing", default-features = false, optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +pallet-balances = { path = "../balances", default-features = false, optional = true, version = "36.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, optional = true, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, optional = true, version = "37.0.0" } +sp-tracing = { path = "../../primitives/tracing", default-features = false, optional = true, version = "17.0.0" } [dev-dependencies] sp-core = { path = "../../primitives/core" } diff --git a/substrate/frame/bags-list/fuzzer/Cargo.toml b/substrate/frame/bags-list/fuzzer/Cargo.toml index 20760141b236..18296f0f7ef9 100644 --- a/substrate/frame/bags-list/fuzzer/Cargo.toml +++ b/substrate/frame/bags-list/fuzzer/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-bags-list-fuzzer" -version = "4.0.0-dev" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Fuzzer for FRAME pallet bags list" +description = "Fuzzer for FRAME pallet bags list (polkadot v1.13.0)" publish = false [lints] @@ -15,8 +15,8 @@ workspace = true [dependencies] honggfuzz = "0.5" rand = { version = "0.8", features = ["small_rng", "std"] } -frame-election-provider-support = { path = "../../election-provider-support", features = ["fuzz"] } -pallet-bags-list = { path = "..", features = ["fuzz"] } +frame-election-provider-support = { path = "../../election-provider-support", features = ["fuzz"], version = "35.0.0" } +pallet-bags-list = { path = "..", features = ["fuzz"], version = "34.0.0" } [[bin]] name = "bags-list" diff --git a/substrate/frame/bags-list/remote-tests/Cargo.toml b/substrate/frame/bags-list/remote-tests/Cargo.toml index 266355f5cabe..7ccdb7114d85 100644 --- a/substrate/frame/bags-list/remote-tests/Cargo.toml +++ b/substrate/frame/bags-list/remote-tests/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-bags-list-remote-tests" -version = "4.0.0-dev" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet bags list remote test" +description = "FRAME pallet bags list remote test (polkadot v1.13.0)" publish = false [lints] @@ -16,22 +16,19 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -# frame -pallet-staking = { path = "../../staking" } -pallet-bags-list = { path = "..", features = ["fuzz"] } -frame-election-provider-support = { path = "../../election-provider-support" } -frame-system = { path = "../../system" } -frame-support = { path = "../../support" } - -# core -sp-storage = { path = "../../../primitives/storage" } -sp-core = { path = "../../../primitives/core" } -sp-tracing = { path = "../../../primitives/tracing" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-std = { path = "../../../primitives/std" } +pallet-staking = { version = "35.0.0", path = "../../staking" } +pallet-bags-list = { path = "..", features = ["fuzz"], version = "34.0.0" } +frame-election-provider-support = { version = "35.0.0", path = "../../election-provider-support" } +frame-system = { version = "35.0.0", path = "../../system" } +frame-support = { version = "35.0.0", path = "../../support" } +sp-storage = { version = "21.0.0", path = "../../../primitives/storage" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-tracing = { version = "17.0.0", path = "../../../primitives/tracing" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-std = { version = "14.0.0", path = "../../../primitives/std" } # utils -remote-externalities = { package = "frame-remote-externalities", path = "../../../utils/frame/remote-externalities" } +remote-externalities = { package = "frame-remote-externalities", path = "../../../utils/frame/remote-externalities", version = "0.42.0" } # others log = { workspace = true, default-features = true } diff --git a/substrate/frame/balances/Cargo.toml b/substrate/frame/balances/Cargo.toml index 4da14aea1280..3cc8c717513f 100644 --- a/substrate/frame/balances/Cargo.toml +++ b/substrate/frame/balances/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-balances" -version = "28.0.0" +version = "36.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet to manage balances" +description = "FRAME pallet to manage balances (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,11 +19,11 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "max-encoded-len"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } docify = "0.2.8" [dev-dependencies] @@ -41,10 +41,7 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-transaction-payment/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] @@ -59,6 +56,5 @@ runtime-benchmarks = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-transaction-payment/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/beefy-mmr/Cargo.toml b/substrate/frame/beefy-mmr/Cargo.toml index 51abc306265d..349d0e78e7d1 100644 --- a/substrate/frame/beefy-mmr/Cargo.toml +++ b/substrate/frame/beefy-mmr/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "pallet-beefy-mmr" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" -description = "BEEFY + MMR runtime utilities" +description = "BEEFY + MMR runtime utilities (polkadot v1.13.0)" repository.workspace = true homepage = "https://substrate.io" @@ -17,19 +17,19 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { optional = true, workspace = true, default-features = true } -binary-merkle-tree = { path = "../../utils/binary-merkle-tree", default-features = false } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-beefy = { path = "../beefy", default-features = false } -pallet-mmr = { path = "../merkle-mountain-range", default-features = false } -pallet-session = { path = "../session", default-features = false } -sp-consensus-beefy = { path = "../../primitives/consensus/beefy", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-api = { path = "../../primitives/api", default-features = false } -sp-state-machine = { path = "../../primitives/state-machine", default-features = false } +binary-merkle-tree = { path = "../../utils/binary-merkle-tree", default-features = false, version = "15.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-beefy = { path = "../beefy", default-features = false, version = "35.0.0" } +pallet-mmr = { path = "../merkle-mountain-range", default-features = false, version = "34.0.0" } +pallet-session = { path = "../session", default-features = false, version = "35.0.0" } +sp-consensus-beefy = { path = "../../primitives/consensus/beefy", default-features = false, version = "20.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "33.0.0" } +sp-state-machine = { path = "../../primitives/state-machine", default-features = false, version = "0.42.0" } [dev-dependencies] array-bytes = "6.2.2" @@ -54,7 +54,6 @@ std = [ "sp-core/std", "sp-io/std", "sp-runtime/std", - "sp-staking/std", "sp-state-machine/std", "sp-std/std", ] diff --git a/substrate/frame/beefy/Cargo.toml b/substrate/frame/beefy/Cargo.toml index 890ac1399b9d..733b3fe7565e 100644 --- a/substrate/frame/beefy/Cargo.toml +++ b/substrate/frame/beefy/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallet-beefy" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" repository.workspace = true -description = "BEEFY FRAME pallet" +description = "BEEFY FRAME pallet (polkadot v1.13.0)" homepage = "https://substrate.io" [lints] @@ -16,15 +16,15 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } serde = { optional = true, workspace = true, default-features = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-authorship = { path = "../authorship", default-features = false } -pallet-session = { path = "../session", default-features = false } -sp-consensus-beefy = { path = "../../primitives/consensus/beefy", default-features = false, features = ["serde"] } -sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } -sp-session = { path = "../../primitives/session", default-features = false } -sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-authorship = { path = "../authorship", default-features = false, version = "35.0.0" } +pallet-session = { path = "../session", default-features = false, version = "35.0.0" } +sp-consensus-beefy = { path = "../../primitives/consensus/beefy", default-features = false, features = ["serde"], version = "20.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-session = { path = "../../primitives/session", default-features = false, version = "34.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"], version = "33.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] frame-election-provider-support = { path = "../election-provider-support" } @@ -42,36 +42,23 @@ sp-state-machine = { path = "../../primitives/state-machine", default-features = default = ["std"] std = [ "codec/std", - "frame-election-provider-support/std", "frame-support/std", "frame-system/std", "log/std", "pallet-authorship/std", - "pallet-balances/std", - "pallet-offences/std", "pallet-session/std", - "pallet-staking/std", - "pallet-timestamp/std", "scale-info/std", "serde/std", "sp-consensus-beefy/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-session/std", "sp-staking/std", - "sp-state-machine/std", "sp-std/std", ] try-runtime = [ - "frame-election-provider-support/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", "pallet-authorship/try-runtime", - "pallet-balances/try-runtime", - "pallet-offences/try-runtime", "pallet-session/try-runtime", - "pallet-staking/try-runtime", - "pallet-timestamp/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/benchmarking/Cargo.toml b/substrate/frame/benchmarking/Cargo.toml index b5824ab2ec2e..bc44b27a880e 100644 --- a/substrate/frame/benchmarking/Cargo.toml +++ b/substrate/frame/benchmarking/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-benchmarking" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Macro for benchmarking a FRAME runtime." +description = "Macro for benchmarking a FRAME runtime. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -22,17 +22,17 @@ log = { workspace = true } paste = "1.0" scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { optional = true, workspace = true, default-features = true } -frame-support = { path = "../support", default-features = false } -frame-support-procedural = { path = "../support/procedural", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-api = { path = "../../primitives/api", default-features = false } -sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-runtime-interface = { path = "../../primitives/runtime-interface", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-storage = { path = "../../primitives/storage", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-support-procedural = { path = "../support/procedural", default-features = false, version = "30.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "33.0.0" } +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, version = "37.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-runtime-interface = { path = "../../primitives/runtime-interface", default-features = false, version = "28.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../primitives/storage", default-features = false, version = "21.0.0" } static_assertions = "1.1.0" [dev-dependencies] @@ -55,7 +55,6 @@ std = [ "sp-application-crypto/std", "sp-core/std", "sp-io/std", - "sp-keystore/std", "sp-runtime-interface/std", "sp-runtime/std", "sp-std/std", diff --git a/substrate/frame/benchmarking/pov/Cargo.toml b/substrate/frame/benchmarking/pov/Cargo.toml index e4f3c272a63e..9960625c2ca5 100644 --- a/substrate/frame/benchmarking/pov/Cargo.toml +++ b/substrate/frame/benchmarking/pov/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-benchmarking-pallet-pov" -version = "18.0.0" +version = "25.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Pallet for testing FRAME PoV benchmarking" +description = "Pallet for testing FRAME PoV benchmarking (polkadot v1.13.0)" [lints] workspace = true @@ -17,12 +17,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "..", default-features = false } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +frame-benchmarking = { path = "..", default-features = false, version = "35.0.0" } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/frame/bounties/Cargo.toml b/substrate/frame/bounties/Cargo.toml index fac005435906..37e7fcd8467f 100644 --- a/substrate/frame/bounties/Cargo.toml +++ b/substrate/frame/bounties/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-bounties" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet to manage bounties" +description = "FRAME pallet to manage bounties (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,14 +21,14 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = ] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-treasury = { path = "../treasury", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-treasury = { path = "../treasury", default-features = false, version = "34.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -41,7 +41,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "pallet-treasury/std", "scale-info/std", "sp-core/std", @@ -53,14 +52,12 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-treasury/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "pallet-treasury/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/broker/Cargo.toml b/substrate/frame/broker/Cargo.toml index 8a84fbfdfb70..6c1a1e3fdcc5 100644 --- a/substrate/frame/broker/Cargo.toml +++ b/substrate/frame/broker/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-broker" -version = "0.6.0" -description = "Brokerage tool for managing Polkadot Core scheduling" +version = "0.14.0" +description = "Brokerage tool for managing Polkadot Core scheduling (polkadot v1.13.0)" authors.workspace = true homepage = "https://substrate.io" edition.workspace = true @@ -19,14 +19,14 @@ log = { workspace = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } bitvec = { version = "1.0.0", default-features = false } -sp-api = { path = "../../primitives/api", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +sp-api = { path = "../../primitives/api", default-features = false, version = "33.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } [dev-dependencies] sp-io = { path = "../../primitives/io" } @@ -47,7 +47,6 @@ std = [ "sp-api/std", "sp-arithmetic/std", "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] diff --git a/substrate/frame/child-bounties/Cargo.toml b/substrate/frame/child-bounties/Cargo.toml index 09271632df54..40bc8d3a78b3 100644 --- a/substrate/frame/child-bounties/Cargo.toml +++ b/substrate/frame/child-bounties/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-child-bounties" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet to manage child bounties" +description = "FRAME pallet to manage child bounties (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,15 +21,15 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = ] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-bounties = { path = "../bounties", default-features = false } -pallet-treasury = { path = "../treasury", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-bounties = { path = "../bounties", default-features = false, version = "34.0.0" } +pallet-treasury = { path = "../treasury", default-features = false, version = "34.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -42,7 +42,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "pallet-bounties/std", "pallet-treasury/std", "scale-info/std", @@ -56,7 +55,6 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-bounties/runtime-benchmarks", "pallet-treasury/runtime-benchmarks", "sp-runtime/runtime-benchmarks", @@ -64,7 +62,6 @@ runtime-benchmarks = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "pallet-bounties/try-runtime", "pallet-treasury/try-runtime", "sp-runtime/try-runtime", diff --git a/substrate/frame/collective/Cargo.toml b/substrate/frame/collective/Cargo.toml index d966370238bc..5cf3d9caefc7 100644 --- a/substrate/frame/collective/Cargo.toml +++ b/substrate/frame/collective/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-collective" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Collective system: Members of a set of account IDs can make their collective feelings known through dispatched calls from one of two specialized origins." +description = "Collective system: Members of a set of account IDs can make their collective feelings known through dispatched calls from one of two specialized origins. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,13 +19,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/frame/contracts/Cargo.toml b/substrate/frame/contracts/Cargo.toml index bd4ded1a1170..477807c50383 100644 --- a/substrate/frame/contracts/Cargo.toml +++ b/substrate/frame/contracts/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "pallet-contracts" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true build = "build.rs" license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for WASM contracts" +description = "FRAME pallet for WASM contracts (polkadot v1.13.0)" readme = "README.md" include = ["CHANGELOG.md", "README.md", "benchmarks/**", "build.rs", "src/**/*"] @@ -40,20 +40,20 @@ rand_pcg = { version = "0.3", optional = true } # Substrate Dependencies environmental = { version = "1.1.4", default-features = false } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-balances = { path = "../balances", default-features = false, optional = true } -pallet-contracts-uapi = { path = "uapi" } -pallet-contracts-proc-macro = { path = "proc-macro" } -sp-api = { path = "../../primitives/api", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../balances", default-features = false, optional = true, version = "36.0.0" } +pallet-contracts-uapi = { version = "11.0.0", path = "uapi" } +pallet-contracts-proc-macro = { version = "22.0.0", path = "proc-macro" } +sp-api = { path = "../../primitives/api", default-features = false, version = "33.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } [dev-dependencies] array-bytes = "6.2.2" @@ -61,12 +61,10 @@ assert_matches = "1" env_logger = "0.11" pretty_assertions = "1" wat = "1" -pallet-contracts-fixtures = { path = "./fixtures" } +pallet-contracts-fixtures = { path = "fixtures" } # Polkadot Dependencies xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder" } - -# Substrate Dependencies pallet-balances = { path = "../balances" } pallet-timestamp = { path = "../timestamp" } pallet-message-queue = { path = "../message-queue" } @@ -87,17 +85,12 @@ std = [ "frame-system/std", "log/std", "pallet-balances?/std", - "pallet-insecure-randomness-collective-flip/std", - "pallet-proxy/std", - "pallet-timestamp/std", - "pallet-utility/std", "rand?/std", "scale-info/std", "serde", "sp-api/std", "sp-core/std", "sp-io/std", - "sp-keystore/std", "sp-runtime/std", "sp-std/std", "wasm-instrument?/std", @@ -109,12 +102,7 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-assets/runtime-benchmarks", "pallet-balances/runtime-benchmarks", - "pallet-message-queue/runtime-benchmarks", - "pallet-proxy/runtime-benchmarks", - "pallet-timestamp/runtime-benchmarks", - "pallet-utility/runtime-benchmarks", "rand", "rand_pcg", "sp-runtime/runtime-benchmarks", @@ -124,12 +112,6 @@ runtime-benchmarks = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-assets/try-runtime", "pallet-balances/try-runtime", - "pallet-insecure-randomness-collective-flip/try-runtime", - "pallet-message-queue/try-runtime", - "pallet-proxy/try-runtime", - "pallet-timestamp/try-runtime", - "pallet-utility/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/contracts/fixtures/Cargo.toml b/substrate/frame/contracts/fixtures/Cargo.toml index 8c93c6f16f66..507db9a4172a 100644 --- a/substrate/frame/contracts/fixtures/Cargo.toml +++ b/substrate/frame/contracts/fixtures/Cargo.toml @@ -1,18 +1,18 @@ [package] name = "pallet-contracts-fixtures" publish = false -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true -description = "Fixtures for testing contracts pallet." +description = "Fixtures for testing contracts pallet. (polkadot v1.13.0)" [lints] workspace = true [dependencies] -frame-system = { path = "../../system" } -sp-runtime = { path = "../../../primitives/runtime" } +frame-system = { version = "35.0.0", path = "../../system" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } anyhow = "1.0.81" [build-dependencies] diff --git a/substrate/frame/contracts/mock-network/Cargo.toml b/substrate/frame/contracts/mock-network/Cargo.toml index a348b7308d12..4c2e4c63674c 100644 --- a/substrate/frame/contracts/mock-network/Cargo.toml +++ b/substrate/frame/contracts/mock-network/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-contracts-mock-network" -version = "3.0.0" +version = "10.0.0" authors.workspace = true edition.workspace = true license.workspace = true homepage = "https://substrate.io" repository.workspace = true -description = "A mock network for testing pallet-contracts" +description = "A mock network for testing pallet-contracts (polkadot v1.13.0)" [lints] workspace = true @@ -14,34 +14,34 @@ workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "max-encoded-len"] } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -pallet-assets = { path = "../../assets" } -pallet-balances = { path = "../../balances" } -pallet-contracts = { path = ".." } -pallet-contracts-uapi = { path = "../uapi", default-features = false } -pallet-contracts-proc-macro = { path = "../proc-macro" } -pallet-insecure-randomness-collective-flip = { path = "../../insecure-randomness-collective-flip" } -pallet-message-queue = { path = "../../message-queue" } -pallet-proxy = { path = "../../proxy" } -pallet-timestamp = { path = "../../timestamp" } -pallet-utility = { path = "../../utility" } -pallet-xcm = { path = "../../../../polkadot/xcm/pallet-xcm", default-features = false } -polkadot-parachain-primitives = { path = "../../../../polkadot/parachain" } -polkadot-primitives = { path = "../../../../polkadot/primitives" } -polkadot-runtime-parachains = { path = "../../../../polkadot/runtime/parachains" } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +pallet-assets = { version = "36.0.0", path = "../../assets" } +pallet-balances = { version = "36.0.0", path = "../../balances" } +pallet-contracts = { version = "34.0.0", path = ".." } +pallet-contracts-uapi = { path = "../uapi", default-features = false, version = "11.0.0" } +pallet-contracts-proc-macro = { version = "22.0.0", path = "../proc-macro" } +pallet-insecure-randomness-collective-flip = { version = "23.0.0", path = "../../insecure-randomness-collective-flip" } +pallet-message-queue = { version = "38.0.0", path = "../../message-queue" } +pallet-proxy = { version = "35.0.0", path = "../../proxy" } +pallet-timestamp = { version = "34.0.0", path = "../../timestamp" } +pallet-utility = { version = "35.0.0", path = "../../utility" } +pallet-xcm = { path = "../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +polkadot-parachain-primitives = { version = "13.0.0", path = "../../../../polkadot/parachain" } +polkadot-primitives = { version = "14.0.0", path = "../../../../polkadot/primitives" } +polkadot-runtime-parachains = { version = "14.0.0", path = "../../../../polkadot/runtime/parachains" } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-api = { path = "../../../primitives/api", default-features = false } -sp-core = { path = "../../../primitives/core", default-features = false } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-keystore = { path = "../../../primitives/keystore" } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } -sp-tracing = { path = "../../../primitives/tracing" } -xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../../polkadot/xcm/xcm-builder" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false } -xcm-simulator = { path = "../../../../polkadot/xcm/xcm-simulator" } +sp-api = { path = "../../../primitives/api", default-features = false, version = "33.0.0" } +sp-core = { path = "../../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-keystore = { version = "0.40.0", path = "../../../primitives/keystore" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } +sp-tracing = { version = "17.0.0", path = "../../../primitives/tracing" } +xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../../polkadot/xcm/xcm-builder", version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } +xcm-simulator = { version = "14.0.0", path = "../../../../polkadot/xcm/xcm-simulator" } [dev-dependencies] assert_matches = "1" diff --git a/substrate/frame/contracts/proc-macro/Cargo.toml b/substrate/frame/contracts/proc-macro/Cargo.toml index 4080cd0442db..89e14415f378 100644 --- a/substrate/frame/contracts/proc-macro/Cargo.toml +++ b/substrate/frame/contracts/proc-macro/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-contracts-proc-macro" -version = "18.0.0" +version = "22.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Procedural macros used in pallet_contracts" +description = "Procedural macros used in pallet_contracts (polkadot v1.13.0)" [lints] workspace = true diff --git a/substrate/frame/contracts/uapi/Cargo.toml b/substrate/frame/contracts/uapi/Cargo.toml index e19caa460419..bf26c58001e5 100644 --- a/substrate/frame/contracts/uapi/Cargo.toml +++ b/substrate/frame/contracts/uapi/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-contracts-uapi" -version = "5.0.0" +version = "11.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Exposes all the host functions that a contract can import." +description = "Exposes all the host functions that a contract can import. (polkadot v1.13.0)" [lints] workspace = true diff --git a/substrate/frame/conviction-voting/Cargo.toml b/substrate/frame/conviction-voting/Cargo.toml index 20de4d858ad6..207c2167d882 100644 --- a/substrate/frame/conviction-voting/Cargo.toml +++ b/substrate/frame/conviction-voting/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-conviction-voting" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for conviction voting in referenda" +description = "FRAME pallet for conviction voting in referenda (polkadot v1.13.0)" readme = "README.md" [lints] @@ -23,12 +23,12 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = ] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["derive"], optional = true, workspace = true, default-features = true } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -42,11 +42,8 @@ std = [ "frame-benchmarking?/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", - "pallet-scheduler/std", "scale-info/std", "serde", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", @@ -55,14 +52,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-scheduler/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", - "pallet-scheduler/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/core-fellowship/Cargo.toml b/substrate/frame/core-fellowship/Cargo.toml index 8773a124cd02..b616704630a4 100644 --- a/substrate/frame/core-fellowship/Cargo.toml +++ b/substrate/frame/core-fellowship/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-core-fellowship" -version = "12.0.0" +version = "19.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Logic as per the description of The Fellowship for core Polkadot technology" +description = "Logic as per the description of The Fellowship for core Polkadot technology (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,15 +19,15 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -pallet-ranked-collective = { path = "../ranked-collective", default-features = false, optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +pallet-ranked-collective = { path = "../ranked-collective", default-features = false, optional = true, version = "35.0.0" } [features] default = ["std"] diff --git a/substrate/frame/delegated-staking/Cargo.toml b/substrate/frame/delegated-staking/Cargo.toml index 3b122dc2e26c..960fdb690bb1 100644 --- a/substrate/frame/delegated-staking/Cargo.toml +++ b/substrate/frame/delegated-staking/Cargo.toml @@ -1,24 +1,24 @@ [package] name = "pallet-delegated-staking" -version = "1.0.0" +version = "2.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME delegated staking pallet" +description = "FRAME delegated staking pallet (polkadot v1.13.0)" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } -sp-std = { path = "../../primitives/std", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-staking = { path = "../../primitives/staking", default-features = false } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, version = "33.0.0" } [dev-dependencies] sp-core = { path = "../../primitives/core" } @@ -36,38 +36,21 @@ frame-election-provider-support = { path = "../election-provider-support", defau default = ["std"] std = [ "codec/std", - "frame-election-provider-support/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", - "pallet-nomination-pools/std", - "pallet-staking/std", - "pallet-timestamp/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-staking/std", "sp-std/std", ] runtime-benchmarks = [ - "frame-election-provider-support/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-nomination-pools/runtime-benchmarks", - "pallet-staking/runtime-benchmarks", - "pallet-timestamp/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] try-runtime = [ - "frame-election-provider-support/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", - "pallet-nomination-pools/try-runtime", - "pallet-staking/try-runtime", - "pallet-timestamp/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/democracy/Cargo.toml b/substrate/frame/democracy/Cargo.toml index 7f182447ead6..d253fc393936 100644 --- a/substrate/frame/democracy/Cargo.toml +++ b/substrate/frame/democracy/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-democracy" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for democracy" +description = "FRAME pallet for democracy (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,13 +21,13 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = ] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["derive"], optional = true, workspace = true, default-features = true } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } log = { workspace = true } [dev-dependencies] @@ -43,9 +43,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", - "pallet-preimage/std", - "pallet-scheduler/std", "scale-info/std", "serde", "sp-core/std", @@ -57,16 +54,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-preimage/runtime-benchmarks", - "pallet-scheduler/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", - "pallet-preimage/try-runtime", - "pallet-scheduler/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/election-provider-multi-phase/Cargo.toml b/substrate/frame/election-provider-multi-phase/Cargo.toml index 43e3e7079d2f..9ccb49db4813 100644 --- a/substrate/frame/election-provider-multi-phase/Cargo.toml +++ b/substrate/frame/election-provider-multi-phase/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-election-provider-multi-phase" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "PALLET two phase election providers" +description = "PALLET two phase election providers (polkadot v1.13.0)" [lints] workspace = true @@ -23,20 +23,20 @@ scale-info = { version = "2.11.1", default-features = false, features = [ ] } log = { workspace = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } -sp-io = { path = "../../primitives/io", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -frame-election-provider-support = { path = "../election-provider-support", default-features = false } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false, version = "33.0.0" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +frame-election-provider-support = { path = "../election-provider-support", default-features = false, version = "35.0.0" } # Optional imports for benchmarking -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -pallet-election-provider-support-benchmarking = { path = "../election-provider-support/benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +pallet-election-provider-support-benchmarking = { path = "../election-provider-support/benchmarking", default-features = false, optional = true, version = "34.0.0" } rand = { version = "0.8.5", default-features = false, features = ["alloc", "small_rng"], optional = true } strum = { version = "0.26.2", default-features = false, features = ["derive"], optional = true } @@ -59,7 +59,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "pallet-election-provider-support-benchmarking?/std", "rand/std", "scale-info/std", @@ -69,7 +68,6 @@ std = [ "sp-npos-elections/std", "sp-runtime/std", "sp-std/std", - "sp-tracing/std", "strum/std", ] runtime-benchmarks = [ @@ -77,7 +75,6 @@ runtime-benchmarks = [ "frame-election-provider-support/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-election-provider-support-benchmarking?/runtime-benchmarks", "rand", "sp-runtime/runtime-benchmarks", @@ -87,6 +84,5 @@ try-runtime = [ "frame-election-provider-support/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml b/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml index fc696e04d689..b6c12e368d1b 100644 --- a/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml +++ b/substrate/frame/election-provider-multi-phase/test-staking-e2e/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-election-provider-e2e-test" -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME election provider multi phase pallet tests with staking pallet, bags-list and session pallets" +description = "FRAME election provider multi phase pallet tests with staking pallet, bags-list and session pallets (polkadot v1.13.0)" publish = false [lints] @@ -20,7 +20,6 @@ parking_lot = "0.12.1" codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } scale-info = { version = "2.11.1", features = ["derive"] } log = { workspace = true } - sp-runtime = { path = "../../../primitives/runtime" } sp-io = { path = "../../../primitives/io" } sp-std = { path = "../../../primitives/std" } @@ -28,11 +27,9 @@ sp-staking = { path = "../../../primitives/staking" } sp-core = { path = "../../../primitives/core" } sp-npos-elections = { path = "../../../primitives/npos-elections", default-features = false } sp-tracing = { path = "../../../primitives/tracing" } - frame-system = { path = "../../system" } frame-support = { path = "../../support" } frame-election-provider-support = { path = "../../election-provider-support" } - pallet-election-provider-multi-phase = { path = ".." } pallet-staking = { path = "../../staking" } pallet-nomination-pools = { path = "../../nomination-pools" } @@ -43,15 +40,4 @@ pallet-session = { path = "../../session" } [features] try-runtime = [ - "frame-election-provider-support/try-runtime", - "frame-support/try-runtime", - "frame-system/try-runtime", - "pallet-bags-list/try-runtime", - "pallet-balances/try-runtime", - "pallet-election-provider-multi-phase/try-runtime", - "pallet-nomination-pools/try-runtime", - "pallet-session/try-runtime", - "pallet-staking/try-runtime", - "pallet-timestamp/try-runtime", - "sp-runtime/try-runtime", ] diff --git a/substrate/frame/election-provider-support/Cargo.toml b/substrate/frame/election-provider-support/Cargo.toml index 1c63f90720f7..2cd20248fe62 100644 --- a/substrate/frame/election-provider-support/Cargo.toml +++ b/substrate/frame/election-provider-support/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-election-provider-support" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "election provider supporting traits" +description = "election provider supporting traits (polkadot v1.13.0)" [lints] workspace = true @@ -17,14 +17,14 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-election-provider-solution-type = { path = "solution-type" } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } +frame-election-provider-solution-type = { version = "14.0.0", path = "solution-type" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } [dev-dependencies] rand = { version = "0.8.5", features = ["small_rng"] } @@ -41,7 +41,6 @@ std = [ "scale-info/std", "sp-arithmetic/std", "sp-core/std", - "sp-io/std", "sp-npos-elections/std", "sp-runtime/std", "sp-std/std", diff --git a/substrate/frame/election-provider-support/benchmarking/Cargo.toml b/substrate/frame/election-provider-support/benchmarking/Cargo.toml index c2e644cfefab..34df9ef560b7 100644 --- a/substrate/frame/election-provider-support/benchmarking/Cargo.toml +++ b/substrate/frame/election-provider-support/benchmarking/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-election-provider-support-benchmarking" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Benchmarking for election provider support onchain config trait" +description = "Benchmarking for election provider support onchain config trait (polkadot v1.13.0)" [lints] workspace = true @@ -18,12 +18,12 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = [ "derive", ] } -frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true } -frame-election-provider-support = { path = "..", default-features = false } -frame-system = { path = "../../system", default-features = false } -sp-npos-elections = { path = "../../../primitives/npos-elections", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-election-provider-support = { path = "..", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +sp-npos-elections = { path = "../../../primitives/npos-elections", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/frame/election-provider-support/solution-type/Cargo.toml b/substrate/frame/election-provider-support/solution-type/Cargo.toml index 0b631bd7bb03..ad3944b15e84 100644 --- a/substrate/frame/election-provider-support/solution-type/Cargo.toml +++ b/substrate/frame/election-provider-support/solution-type/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-election-provider-solution-type" -version = "13.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "NPoS Solution Type" +description = "NPoS Solution Type (polkadot v1.13.0)" [lints] workspace = true @@ -27,7 +27,6 @@ proc-macro-crate = "3.0.0" codec = { package = "parity-scale-codec", version = "3.6.12" } scale-info = "2.11.1" sp-arithmetic = { path = "../../../primitives/arithmetic" } -# used by generate_solution_type: frame-election-provider-support = { path = ".." } frame-support = { path = "../../support" } trybuild = "1.0.88" diff --git a/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml b/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml index 98da507384fd..f579e2318ce4 100644 --- a/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml +++ b/substrate/frame/election-provider-support/solution-type/fuzzer/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-election-solution-type-fuzzer" -version = "2.0.0-alpha.5" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Fuzzer for phragmén solution type implementation." +description = "Fuzzer for phragmén solution type implementation. (polkadot v1.13.0)" publish = false [lints] @@ -22,13 +22,13 @@ rand = { version = "0.8", features = ["small_rng", "std"] } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-election-provider-solution-type = { path = ".." } -frame-election-provider-support = { path = "../.." } -sp-arithmetic = { path = "../../../../primitives/arithmetic" } -sp-runtime = { path = "../../../../primitives/runtime" } +frame-election-provider-solution-type = { version = "14.0.0", path = ".." } +frame-election-provider-support = { version = "35.0.0", path = "../.." } +sp-arithmetic = { version = "26.0.0", path = "../../../../primitives/arithmetic" } +sp-runtime = { version = "38.0.0", path = "../../../../primitives/runtime" } # used by generate_solution_type: -sp-npos-elections = { path = "../../../../primitives/npos-elections", default-features = false } -frame-support = { path = "../../../support" } +sp-npos-elections = { path = "../../../../primitives/npos-elections", default-features = false, version = "33.0.0" } +frame-support = { version = "35.0.0", path = "../../../support" } [[bin]] name = "compact" diff --git a/substrate/frame/elections-phragmen/Cargo.toml b/substrate/frame/elections-phragmen/Cargo.toml index dbcb740518b1..a0ec9b29e096 100644 --- a/substrate/frame/elections-phragmen/Cargo.toml +++ b/substrate/frame/elections-phragmen/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-elections-phragmen" -version = "29.0.0" +version = "36.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet based on seq-Phragmén election method." +description = "FRAME pallet based on seq-Phragmén election method. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,15 +21,15 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = ] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-staking = { path = "../../primitives/staking", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-npos-elections = { path = "../../primitives/npos-elections", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, version = "33.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -45,7 +45,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "scale-info/std", "sp-core/std", "sp-io/std", @@ -53,19 +52,16 @@ std = [ "sp-runtime/std", "sp-staking/std", "sp-std/std", - "sp-tracing/std", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/examples/Cargo.toml b/substrate/frame/examples/Cargo.toml index 45c7440eb891..e3d70889b3ee 100644 --- a/substrate/frame/examples/Cargo.toml +++ b/substrate/frame/examples/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-examples" -version = "4.0.0-dev" +version = "7.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "The single package with examples of various types of FRAME pallets" +description = "The single package with examples of various types of FRAME pallets (polkadot v1.13.0)" publish = false [lints] @@ -16,15 +16,15 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -pallet-default-config-example = { path = "default-config", default-features = false } -pallet-dev-mode = { path = "dev-mode", default-features = false } -pallet-example-basic = { path = "basic", default-features = false } -pallet-example-frame-crate = { path = "frame-crate", default-features = false } -pallet-example-kitchensink = { path = "kitchensink", default-features = false } -pallet-example-offchain-worker = { path = "offchain-worker", default-features = false } -pallet-example-split = { path = "split", default-features = false } -pallet-example-single-block-migrations = { path = "single-block-migrations", default-features = false } -pallet-example-tasks = { path = "tasks", default-features = false } +pallet-default-config-example = { path = "default-config", default-features = false, version = "17.0.0" } +pallet-dev-mode = { path = "dev-mode", default-features = false, version = "17.0.0" } +pallet-example-basic = { path = "basic", default-features = false, version = "34.0.0" } +pallet-example-frame-crate = { path = "frame-crate", default-features = false, version = "0.1.0" } +pallet-example-kitchensink = { path = "kitchensink", default-features = false, version = "0.1.0" } +pallet-example-offchain-worker = { path = "offchain-worker", default-features = false, version = "35.0.0" } +pallet-example-split = { path = "split", default-features = false, version = "17.0.0" } +pallet-example-single-block-migrations = { path = "single-block-migrations", default-features = false, version = "0.1.0" } +pallet-example-tasks = { path = "tasks", default-features = false, version = "8.0.0" } [features] default = ["std"] diff --git a/substrate/frame/examples/basic/Cargo.toml b/substrate/frame/examples/basic/Cargo.toml index ba9f9eca27d7..168c5cd0afbf 100644 --- a/substrate/frame/examples/basic/Cargo.toml +++ b/substrate/frame/examples/basic/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-example-basic" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "MIT-0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME example pallet" +description = "FRAME example pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,13 +19,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -pallet-balances = { path = "../../balances", default-features = false } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../balances", default-features = false, version = "36.0.0" } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] sp-core = { path = "../../../primitives/core", default-features = false } @@ -40,7 +40,6 @@ std = [ "log/std", "pallet-balances/std", "scale-info/std", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", diff --git a/substrate/frame/examples/default-config/Cargo.toml b/substrate/frame/examples/default-config/Cargo.toml index 0ad5b56cb6fa..ca4d2f824a99 100644 --- a/substrate/frame/examples/default-config/Cargo.toml +++ b/substrate/frame/examples/default-config/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-default-config-example" -version = "10.0.0" +version = "17.0.0" authors.workspace = true edition.workspace = true license = "MIT-0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME example pallet demonstrating derive_impl / default_config in action" +description = "FRAME example pallet demonstrating derive_impl / default_config in action (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,12 +19,12 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/frame/examples/dev-mode/Cargo.toml b/substrate/frame/examples/dev-mode/Cargo.toml index d7570f570946..ed78c99c2656 100644 --- a/substrate/frame/examples/dev-mode/Cargo.toml +++ b/substrate/frame/examples/dev-mode/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-dev-mode" -version = "10.0.0" +version = "17.0.0" authors.workspace = true edition.workspace = true license = "MIT-0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME example pallet" +description = "FRAME example pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,12 +19,12 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -pallet-balances = { path = "../../balances", default-features = false } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../balances", default-features = false, version = "36.0.0" } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] sp-core = { path = "../../../primitives/core", default-features = false } @@ -38,7 +38,6 @@ std = [ "log/std", "pallet-balances/std", "scale-info/std", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", diff --git a/substrate/frame/examples/frame-crate/Cargo.toml b/substrate/frame/examples/frame-crate/Cargo.toml index 29984bab3e0f..579845248dff 100644 --- a/substrate/frame/examples/frame-crate/Cargo.toml +++ b/substrate/frame/examples/frame-crate/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-example-frame-crate" -version = "0.0.1" +version = "0.1.0" authors = ["Parity Technologies "] edition.workspace = true license = "MIT-0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME example pallet with umbrella crate" +description = "FRAME example pallet with umbrella crate (polkadot v1.13.0)" publish = false [lints] @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame = { package = "polkadot-sdk-frame", path = "../..", default-features = false, features = ["experimental", "runtime"] } +frame = { package = "polkadot-sdk-frame", path = "../..", default-features = false, features = ["experimental", "runtime"], version = "0.4.0" } [features] diff --git a/substrate/frame/examples/kitchensink/Cargo.toml b/substrate/frame/examples/kitchensink/Cargo.toml index db3e22daa01b..75ed6f75ff84 100644 --- a/substrate/frame/examples/kitchensink/Cargo.toml +++ b/substrate/frame/examples/kitchensink/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-example-kitchensink" -version = "4.0.0-dev" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "MIT-0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME example kitchensink pallet" +description = "FRAME example kitchensink pallet (polkadot v1.13.0)" publish = false [lints] @@ -20,16 +20,16 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../../support", default-features = false, features = ["experimental"] } -frame-system = { path = "../../system", default-features = false } +frame-support = { path = "../../support", default-features = false, features = ["experimental"], version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } -frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "35.0.0" } -pallet-balances = { path = "../../balances", default-features = false } +pallet-balances = { path = "../../balances", default-features = false, version = "36.0.0" } [dev-dependencies] sp-core = { path = "../../../primitives/core", default-features = false } @@ -44,7 +44,6 @@ std = [ "log/std", "pallet-balances/std", "scale-info/std", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", diff --git a/substrate/frame/examples/multi-block-migrations/Cargo.toml b/substrate/frame/examples/multi-block-migrations/Cargo.toml index 61bb2bc61b4e..e36d574858a5 100644 --- a/substrate/frame/examples/multi-block-migrations/Cargo.toml +++ b/substrate/frame/examples/multi-block-migrations/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Example FRAME pallet for multi-block migrations" +description = "Example FRAME pallet for multi-block migrations (polkadot v1.13.0)" publish = false [package.metadata.docs.rs] @@ -14,13 +14,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } -pallet-migrations = { path = "../../migrations", default-features = false } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true } +pallet-migrations = { path = "../../migrations", default-features = false, version = "5.0.0" } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "35.0.0" } log = { version = "0.4.20", default-features = false } scale-info = { version = "2.10.0", default-features = false } -sp-io = { path = "../../../primitives/io", default-features = false } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } [features] default = ["std"] diff --git a/substrate/frame/examples/offchain-worker/Cargo.toml b/substrate/frame/examples/offchain-worker/Cargo.toml index 23ce79c34402..9b0795bf771a 100644 --- a/substrate/frame/examples/offchain-worker/Cargo.toml +++ b/substrate/frame/examples/offchain-worker/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-example-offchain-worker" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "MIT-0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME example pallet for offchain worker" +description = "FRAME example pallet for offchain worker (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,13 +20,13 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = lite-json = { version = "0.2.0", default-features = false } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -sp-core = { path = "../../../primitives/core", default-features = false } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-keystore = { path = "../../../primitives/keystore", optional = true, default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-keystore = { path = "../../../primitives/keystore", optional = true, default-features = false, version = "0.40.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/frame/examples/single-block-migrations/Cargo.toml b/substrate/frame/examples/single-block-migrations/Cargo.toml index 080500f62967..0371c0fec349 100644 --- a/substrate/frame/examples/single-block-migrations/Cargo.toml +++ b/substrate/frame/examples/single-block-migrations/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-example-single-block-migrations" -version = "0.0.1" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "MIT-0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME example pallet demonstrating best-practices for writing storage migrations." +description = "FRAME example pallet demonstrating best-practices for writing storage migrations. (polkadot v1.13.0)" publish = false [package.metadata.docs.rs] @@ -17,16 +17,16 @@ docify = "0.2.8" log = { version = "0.4.21", default-features = false } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../../support", default-features = false } -frame-executive = { path = "../../executive", default-features = false } -frame-system = { path = "../../system", default-features = false } -frame-try-runtime = { path = "../../try-runtime", default-features = false, optional = true } -pallet-balances = { path = "../../balances", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-core = { path = "../../../primitives/core", default-features = false } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-version = { path = "../../../primitives/version", default-features = false } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-executive = { path = "../../executive", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +frame-try-runtime = { path = "../../try-runtime", default-features = false, optional = true, version = "0.41.0" } +pallet-balances = { path = "../../balances", default-features = false, version = "36.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-core = { path = "../../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-version = { path = "../../../primitives/version", default-features = false, version = "36.0.0" } [features] default = ["std"] diff --git a/substrate/frame/examples/split/Cargo.toml b/substrate/frame/examples/split/Cargo.toml index 6cb4d7ddd6c0..c49c3de0c19a 100644 --- a/substrate/frame/examples/split/Cargo.toml +++ b/substrate/frame/examples/split/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-example-split" -version = "10.0.0" +version = "17.0.0" authors.workspace = true edition.workspace = true license = "MIT-0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME example split pallet" +description = "FRAME example split pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,13 +20,13 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } -frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "35.0.0" } [dev-dependencies] sp-core = { path = "../../../primitives/core", default-features = false } @@ -40,7 +40,6 @@ std = [ "frame-system/std", "log/std", "scale-info/std", - "sp-core/std", "sp-io/std", "sp-std/std", ] diff --git a/substrate/frame/examples/tasks/Cargo.toml b/substrate/frame/examples/tasks/Cargo.toml index 95246ef3f664..039831aaff24 100644 --- a/substrate/frame/examples/tasks/Cargo.toml +++ b/substrate/frame/examples/tasks/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallet-example-tasks" -version = "1.0.0" +version = "8.0.0" authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true -description = "Pallet to demonstrate the usage of Tasks to recognize and execute service work" +description = "Pallet to demonstrate the usage of Tasks to recognize and execute service work (polkadot v1.13.0)" [lints] workspace = true @@ -18,15 +18,15 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } -sp-core = { default-features = false, path = "../../../primitives/core" } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } +sp-core = { default-features = false, path = "../../../primitives/core", version = "34.0.0" } -frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "35.0.0" } [features] default = ["std"] diff --git a/substrate/frame/executive/Cargo.toml b/substrate/frame/executive/Cargo.toml index 4cce0fa9f950..5113b16cbc40 100644 --- a/substrate/frame/executive/Cargo.toml +++ b/substrate/frame/executive/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-executive" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME executives engine" +description = "FRAME executives engine (polkadot v1.13.0)" readme = "README.md" [lints] @@ -22,14 +22,14 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = ] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -frame-try-runtime = { path = "../try-runtime", default-features = false, optional = true } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-tracing = { path = "../../primitives/tracing", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +frame-try-runtime = { path = "../try-runtime", default-features = false, optional = true, version = "0.41.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-tracing = { path = "../../primitives/tracing", default-features = false, version = "17.0.0" } [dev-dependencies] array-bytes = "6.2.2" @@ -50,22 +50,16 @@ std = [ "frame-system/std", "frame-try-runtime/std", "log/std", - "pallet-balances/std", - "pallet-transaction-payment/std", "scale-info/std", "sp-core/std", - "sp-inherents/std", "sp-io/std", "sp-runtime/std", "sp-std/std", "sp-tracing/std", - "sp-version/std", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "frame-try-runtime/try-runtime", - "pallet-balances/try-runtime", - "pallet-transaction-payment/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/fast-unstake/Cargo.toml b/substrate/frame/fast-unstake/Cargo.toml index 5b7121e2eae3..89c8f48cafdc 100644 --- a/substrate/frame/fast-unstake/Cargo.toml +++ b/substrate/frame/fast-unstake/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-fast-unstake" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME fast unstake pallet" +description = "FRAME fast unstake pallet (polkadot v1.13.0)" [lints] workspace = true @@ -19,16 +19,16 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-staking = { path = "../../primitives/staking", default-features = false } -frame-election-provider-support = { path = "../election-provider-support", default-features = false } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, version = "33.0.0" } +frame-election-provider-support = { path = "../election-provider-support", default-features = false, version = "35.0.0" } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } docify = "0.2.8" @@ -50,25 +50,17 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", - "pallet-staking/std", - "pallet-timestamp/std", "scale-info/std", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-staking/std", "sp-std/std", - "sp-tracing/std", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-election-provider-support/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-staking/runtime-benchmarks", - "pallet-timestamp/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] @@ -76,8 +68,5 @@ try-runtime = [ "frame-election-provider-support/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", - "pallet-staking/try-runtime", - "pallet-timestamp/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/glutton/Cargo.toml b/substrate/frame/glutton/Cargo.toml index 730c4e70935c..c6b2d9189b8b 100644 --- a/substrate/frame/glutton/Cargo.toml +++ b/substrate/frame/glutton/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-glutton" -version = "14.0.0" +version = "21.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for pushing a chain to its weight limits" +description = "FRAME pallet for pushing a chain to its weight limits (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,13 +20,13 @@ blake2 = { version = "0.10.4", default-features = false } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } log = { workspace = true } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -40,7 +40,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "scale-info/std", "sp-core/std", "sp-io/std", @@ -50,7 +49,6 @@ std = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] @@ -58,6 +56,5 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] diff --git a/substrate/frame/grandpa/Cargo.toml b/substrate/frame/grandpa/Cargo.toml index 37048b06608f..96542bf82d56 100644 --- a/substrate/frame/grandpa/Cargo.toml +++ b/substrate/frame/grandpa/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-grandpa" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for GRANDPA finality gadget" +description = "FRAME pallet for GRANDPA finality gadget (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,19 +19,19 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-authorship = { path = "../authorship", default-features = false } -pallet-session = { path = "../session", default-features = false } -sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"] } -sp-consensus-grandpa = { path = "../../primitives/consensus/grandpa", default-features = false, features = ["serde"] } -sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } -sp-session = { path = "../../primitives/session", default-features = false } -sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-authorship = { path = "../authorship", default-features = false, version = "35.0.0" } +pallet-session = { path = "../session", default-features = false, version = "35.0.0" } +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"], version = "37.0.0" } +sp-consensus-grandpa = { path = "../../primitives/consensus/grandpa", default-features = false, features = ["serde"], version = "20.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-session = { path = "../../primitives/session", default-features = false, version = "34.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"], version = "33.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] finality-grandpa = { version = "0.16.2", features = ["derive-codec"] } @@ -49,16 +49,11 @@ default = ["std"] std = [ "codec/std", "frame-benchmarking?/std", - "frame-election-provider-support/std", "frame-support/std", "frame-system/std", "log/std", "pallet-authorship/std", - "pallet-balances/std", - "pallet-offences/std", "pallet-session/std", - "pallet-staking/std", - "pallet-timestamp/std", "scale-info/std", "sp-application-crypto/std", "sp-consensus-grandpa/std", @@ -71,25 +66,15 @@ std = [ ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", - "frame-election-provider-support/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-offences/runtime-benchmarks", - "pallet-staking/runtime-benchmarks", - "pallet-timestamp/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] try-runtime = [ - "frame-election-provider-support/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", "pallet-authorship/try-runtime", - "pallet-balances/try-runtime", - "pallet-offences/try-runtime", "pallet-session/try-runtime", - "pallet-staking/try-runtime", - "pallet-timestamp/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/identity/Cargo.toml b/substrate/frame/identity/Cargo.toml index 987e418048d3..3a085adf89a6 100644 --- a/substrate/frame/identity/Cargo.toml +++ b/substrate/frame/identity/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-identity" -version = "29.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME identity management pallet" +description = "FRAME identity management pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,12 +20,12 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = enumflags2 = { version = "0.7.7" } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -42,11 +42,8 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "scale-info/std", - "sp-core/std", "sp-io/std", - "sp-keystore/std", "sp-runtime/std", "sp-std/std", ] @@ -54,12 +51,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/im-online/Cargo.toml b/substrate/frame/im-online/Cargo.toml index 78192a81d7b4..90597a393a08 100644 --- a/substrate/frame/im-online/Cargo.toml +++ b/substrate/frame/im-online/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-im-online" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME's I'm online pallet" +description = "FRAME's I'm online pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,16 +19,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-authorship = { path = "../authorship", default-features = false } -sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"] } -sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } -sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-authorship = { path = "../authorship", default-features = false, version = "35.0.0" } +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"], version = "37.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"], version = "33.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-session = { path = "../session" } @@ -42,7 +42,6 @@ std = [ "frame-system/std", "log/std", "pallet-authorship/std", - "pallet-session/std", "scale-info/std", "sp-application-crypto/std", "sp-core/std", @@ -62,6 +61,5 @@ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-authorship/try-runtime", - "pallet-session/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/indices/Cargo.toml b/substrate/frame/indices/Cargo.toml index 248bae003ed8..cdd0b20fd8d7 100644 --- a/substrate/frame/indices/Cargo.toml +++ b/substrate/frame/indices/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-indices" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME indices management pallet" +description = "FRAME indices management pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,14 +18,14 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-keyring = { path = "../../primitives/keyring", optional = true, default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-keyring = { path = "../../primitives/keyring", optional = true, default-features = false, version = "38.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -37,7 +37,6 @@ std = [ "frame-benchmarking?/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", "scale-info/std", "sp-core/std", "sp-io/std", @@ -50,12 +49,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/insecure-randomness-collective-flip/Cargo.toml b/substrate/frame/insecure-randomness-collective-flip/Cargo.toml index c2ec14cb4bc7..1bec338c8ed8 100644 --- a/substrate/frame/insecure-randomness-collective-flip/Cargo.toml +++ b/substrate/frame/insecure-randomness-collective-flip/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-insecure-randomness-collective-flip" -version = "16.0.0" +version = "23.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Insecure do not use in production: FRAME randomness collective flip pallet" +description = "Insecure do not use in production: FRAME randomness collective flip pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,10 +19,10 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } safe-mix = { version = "1.0", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] sp-core = { path = "../../primitives/core" } @@ -36,8 +36,6 @@ std = [ "frame-system/std", "safe-mix/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] diff --git a/substrate/frame/lottery/Cargo.toml b/substrate/frame/lottery/Cargo.toml index be59e5ec8935..b77d01e9121b 100644 --- a/substrate/frame/lottery/Cargo.toml +++ b/substrate/frame/lottery/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-lottery" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME Participation Lottery Pallet" +description = "FRAME Participation Lottery Pallet (polkadot v1.13.0)" [lints] workspace = true @@ -19,11 +19,11 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = "derive", ] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] frame-support-test = { path = "../support/test" } @@ -36,13 +36,9 @@ default = ["std"] std = [ "codec/std", "frame-benchmarking?/std", - "frame-support-test/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] @@ -50,13 +46,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ - "frame-support-test/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/membership/Cargo.toml b/substrate/frame/membership/Cargo.toml index 9f19c4097368..4120fb4b9bfb 100644 --- a/substrate/frame/membership/Cargo.toml +++ b/substrate/frame/membership/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-membership" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME membership management pallet" +description = "FRAME membership management pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,13 +19,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/frame/merkle-mountain-range/Cargo.toml b/substrate/frame/merkle-mountain-range/Cargo.toml index 0d73c567cf4e..c416a8cc8475 100644 --- a/substrate/frame/merkle-mountain-range/Cargo.toml +++ b/substrate/frame/merkle-mountain-range/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-mmr" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME Merkle Mountain Range pallet." +description = "FRAME Merkle Mountain Range pallet. (polkadot v1.13.0)" [lints] workspace = true @@ -18,14 +18,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-mmr-primitives = { path = "../../primitives/merkle-mountain-range", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-mmr-primitives = { path = "../../primitives/merkle-mountain-range", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] array-bytes = "6.2.2" diff --git a/substrate/frame/message-queue/Cargo.toml b/substrate/frame/message-queue/Cargo.toml index e44cbeb1550c..155bf9c19eae 100644 --- a/substrate/frame/message-queue/Cargo.toml +++ b/substrate/frame/message-queue/Cargo.toml @@ -2,11 +2,11 @@ authors.workspace = true edition.workspace = true name = "pallet-message-queue" -version = "31.0.0" +version = "38.0.0" license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet to queue and process messages" +description = "FRAME pallet to queue and process messages (polkadot v1.13.0)" [lints] workspace = true @@ -18,16 +18,16 @@ serde = { optional = true, features = ["derive"], workspace = true, default-feat log = { workspace = true } environmental = { version = "1.1.4", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -sp-weights = { path = "../../primitives/weights", default-features = false } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-weights = { path = "../../primitives/weights", default-features = false, version = "31.0.0" } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } [dev-dependencies] sp-crypto-hashing = { path = "../../primitives/crypto/hashing" } @@ -50,7 +50,6 @@ std = [ "sp-io/std", "sp-runtime/std", "sp-std/std", - "sp-tracing/std", "sp-weights/std", ] runtime-benchmarks = [ diff --git a/substrate/frame/metadata-hash-extension/Cargo.toml b/substrate/frame/metadata-hash-extension/Cargo.toml index 13d4bd0c2ea9..e359e8536676 100644 --- a/substrate/frame/metadata-hash-extension/Cargo.toml +++ b/substrate/frame/metadata-hash-extension/Cargo.toml @@ -1,20 +1,20 @@ [package] name = "frame-metadata-hash-extension" -version = "0.1.0" +version = "0.3.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage.workspace = true repository.workspace = true -description = "FRAME signed extension for verifying the metadata hash" +description = "FRAME signed extension for verifying the metadata hash (polkadot v1.13.0)" [dependencies] array-bytes = "6.2.2" codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } -sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } log = { workspace = true, default-features = false } docify = "0.2.8" diff --git a/substrate/frame/migrations/Cargo.toml b/substrate/frame/migrations/Cargo.toml index 69e910a4e4f6..a32f3d7754ad 100644 --- a/substrate/frame/migrations/Cargo.toml +++ b/substrate/frame/migrations/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-migrations" -version = "1.0.0" -description = "FRAME pallet to execute multi-block migrations." +version = "5.0.0" +description = "FRAME pallet to execute multi-block migrations. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true license.workspace = true @@ -17,12 +17,12 @@ impl-trait-for-tuples = "0.2.2" log = "0.4.21" scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } -frame-support = { default-features = false, path = "../support" } -frame-system = { default-features = false, path = "../system" } -sp-core = { path = "../../primitives/core", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking", version = "35.0.0" } +frame-support = { default-features = false, path = "../support", version = "35.0.0" } +frame-system = { default-features = false, path = "../system", version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } [dev-dependencies] frame-executive = { path = "../executive" } @@ -57,7 +57,6 @@ runtime-benchmarks = [ ] try-runtime = [ - "frame-executive/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", "sp-runtime/try-runtime", diff --git a/substrate/frame/mixnet/Cargo.toml b/substrate/frame/mixnet/Cargo.toml index 44a567d668fb..42ce239bc9c6 100644 --- a/substrate/frame/mixnet/Cargo.toml +++ b/substrate/frame/mixnet/Cargo.toml @@ -1,7 +1,7 @@ [package] -description = "FRAME's mixnet pallet" +description = "FRAME's mixnet pallet (polkadot v1.13.0)" name = "pallet-mixnet" -version = "0.4.0" +version = "0.11.0" license = "Apache-2.0" authors = ["Parity Technologies "] edition.workspace = true @@ -17,18 +17,18 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "max-encoded-len"] } -frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" } -frame-support = { default-features = false, path = "../support" } -frame-system = { default-features = false, path = "../system" } +frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking", version = "35.0.0" } +frame-support = { default-features = false, path = "../support", version = "35.0.0" } +frame-system = { default-features = false, path = "../system", version = "35.0.0" } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["derive"], workspace = true } -sp-application-crypto = { default-features = false, path = "../../primitives/application-crypto" } -sp-arithmetic = { default-features = false, path = "../../primitives/arithmetic" } -sp-io = { default-features = false, path = "../../primitives/io" } -sp-mixnet = { default-features = false, path = "../../primitives/mixnet" } -sp-runtime = { default-features = false, path = "../../primitives/runtime" } -sp-std = { default-features = false, path = "../../primitives/std" } +sp-application-crypto = { default-features = false, path = "../../primitives/application-crypto", version = "37.0.0" } +sp-arithmetic = { default-features = false, path = "../../primitives/arithmetic", version = "26.0.0" } +sp-io = { default-features = false, path = "../../primitives/io", version = "37.0.0" } +sp-mixnet = { default-features = false, path = "../../primitives/mixnet", version = "0.11.0" } +sp-runtime = { default-features = false, path = "../../primitives/runtime", version = "38.0.0" } +sp-std = { default-features = false, path = "../../primitives/std", version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/frame/multisig/Cargo.toml b/substrate/frame/multisig/Cargo.toml index 649a7100325f..1b6b99875e25 100644 --- a/substrate/frame/multisig/Cargo.toml +++ b/substrate/frame/multisig/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-multisig" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME multi-signature dispatch pallet" +description = "FRAME multi-signature dispatch pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,12 +18,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } # third party log = { workspace = true } @@ -39,7 +39,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "scale-info/std", "sp-io/std", "sp-runtime/std", @@ -49,12 +48,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/nft-fractionalization/Cargo.toml b/substrate/frame/nft-fractionalization/Cargo.toml index e2a7e34c637b..c37db3c88f4c 100644 --- a/substrate/frame/nft-fractionalization/Cargo.toml +++ b/substrate/frame/nft-fractionalization/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-nft-fractionalization" -version = "10.0.0" +version = "17.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet to convert non-fungible to fungible tokens." +description = "FRAME pallet to convert non-fungible to fungible tokens. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,13 +19,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-assets = { path = "../assets", default-features = false } -pallet-nfts = { path = "../nfts", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-assets = { path = "../assets", default-features = false, version = "36.0.0" } +pallet-nfts = { path = "../nfts", default-features = false, version = "29.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -42,11 +42,8 @@ std = [ "frame-system/std", "log/std", "pallet-assets/std", - "pallet-balances/std", "pallet-nfts/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] @@ -55,7 +52,6 @@ runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-assets/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-nfts/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] @@ -63,7 +59,6 @@ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-assets/try-runtime", - "pallet-balances/try-runtime", "pallet-nfts/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/nfts/Cargo.toml b/substrate/frame/nfts/Cargo.toml index 5c5c011c94ea..e933064e501a 100644 --- a/substrate/frame/nfts/Cargo.toml +++ b/substrate/frame/nfts/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-nfts" -version = "22.0.0" +version = "29.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME NFTs pallet" +description = "FRAME NFTs pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,13 +20,13 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = enumflags2 = { version = "0.7.7" } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -41,11 +41,9 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "scale-info/std", "sp-core/std", "sp-io/std", - "sp-keystore/std", "sp-runtime/std", "sp-std/std", ] @@ -53,12 +51,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/nfts/runtime-api/Cargo.toml b/substrate/frame/nfts/runtime-api/Cargo.toml index 6bee98fb51e0..e791c7388592 100644 --- a/substrate/frame/nfts/runtime-api/Cargo.toml +++ b/substrate/frame/nfts/runtime-api/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-nfts-runtime-api" -version = "14.0.0" +version = "21.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Runtime API for the FRAME NFTs pallet." +description = "Runtime API for the FRAME NFTs pallet. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,9 +17,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -pallet-nfts = { path = "..", default-features = false } -sp-api = { path = "../../../primitives/api", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +pallet-nfts = { path = "..", default-features = false, version = "29.0.0" } +sp-api = { path = "../../../primitives/api", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/frame/nis/Cargo.toml b/substrate/frame/nis/Cargo.toml index 1e3a0609c46b..45fe1ed8e703 100644 --- a/substrate/frame/nis/Cargo.toml +++ b/substrate/frame/nis/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-nis" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for rewarding account freezing." +description = "FRAME pallet for rewarding account freezing. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,13 +18,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -37,11 +37,9 @@ std = [ "frame-benchmarking?/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", "scale-info/std", "sp-arithmetic/std", "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] @@ -49,12 +47,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/node-authorization/Cargo.toml b/substrate/frame/node-authorization/Cargo.toml index 17ed16d26233..4d7d6b993070 100644 --- a/substrate/frame/node-authorization/Cargo.toml +++ b/substrate/frame/node-authorization/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-node-authorization" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for node authorization" +description = "FRAME pallet for node authorization (polkadot v1.13.0)" [lints] workspace = true @@ -18,12 +18,12 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/frame/nomination-pools/Cargo.toml b/substrate/frame/nomination-pools/Cargo.toml index bf4e01a31847..f652b96894a7 100644 --- a/substrate/frame/nomination-pools/Cargo.toml +++ b/substrate/frame/nomination-pools/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-nomination-pools" -version = "25.0.0" +version = "32.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME nomination pools pallet" +description = "FRAME nomination pools pallet (polkadot v1.13.0)" [lints] workspace = true @@ -24,18 +24,18 @@ scale-info = { version = "2.11.1", default-features = false, features = [ ] } # FRAME -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-staking = { path = "../../primitives/staking", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, version = "33.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } log = { workspace = true } # Optional: use for testing and/or fuzzing -pallet-balances = { path = "../balances", optional = true, default-features = false } -sp-tracing = { path = "../../primitives/tracing", optional = true, default-features = false } +pallet-balances = { path = "../balances", optional = true, default-features = false, version = "36.0.0" } +sp-tracing = { path = "../../primitives/tracing", optional = true, default-features = false, version = "17.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } diff --git a/substrate/frame/nomination-pools/benchmarking/Cargo.toml b/substrate/frame/nomination-pools/benchmarking/Cargo.toml index 3f9463a9c429..d6df07cb1874 100644 --- a/substrate/frame/nomination-pools/benchmarking/Cargo.toml +++ b/substrate/frame/nomination-pools/benchmarking/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-nomination-pools-benchmarking" -version = "26.0.0" +version = "33.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME nomination pools pallet benchmarking" +description = "FRAME nomination pools pallet benchmarking (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,20 +21,20 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } # FRAME -frame-benchmarking = { path = "../../benchmarking", default-features = false } -frame-election-provider-support = { path = "../../election-provider-support", default-features = false } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -pallet-bags-list = { path = "../../bags-list", default-features = false } -pallet-staking = { path = "../../staking", default-features = false } -pallet-delegated-staking = { path = "../../delegated-staking", default-features = false } -pallet-nomination-pools = { path = "..", default-features = false } +frame-benchmarking = { path = "../../benchmarking", default-features = false, version = "35.0.0" } +frame-election-provider-support = { path = "../../election-provider-support", default-features = false, version = "35.0.0" } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +pallet-bags-list = { path = "../../bags-list", default-features = false, version = "34.0.0" } +pallet-staking = { path = "../../staking", default-features = false, version = "35.0.0" } +pallet-delegated-staking = { path = "../../delegated-staking", default-features = false, version = "2.0.0" } +pallet-nomination-pools = { path = "..", default-features = false, version = "32.0.0" } # Substrate Primitives -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-runtime-interface = { path = "../../../primitives/runtime-interface", default-features = false } -sp-staking = { path = "../../../primitives/staking", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-runtime-interface = { path = "../../../primitives/runtime-interface", default-features = false, version = "28.0.0" } +sp-staking = { path = "../../../primitives/staking", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../../balances", default-features = false } @@ -53,14 +53,10 @@ std = [ "frame-support/std", "frame-system/std", "pallet-bags-list/std", - "pallet-balances/std", "pallet-delegated-staking/std", "pallet-nomination-pools/std", "pallet-staking/std", - "pallet-timestamp/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime-interface/std", "sp-runtime/std", "sp-staking/std", @@ -73,11 +69,9 @@ runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-bags-list/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-delegated-staking/runtime-benchmarks", "pallet-nomination-pools/runtime-benchmarks", "pallet-staking/runtime-benchmarks", - "pallet-timestamp/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] diff --git a/substrate/frame/nomination-pools/fuzzer/Cargo.toml b/substrate/frame/nomination-pools/fuzzer/Cargo.toml index c0d63a268593..b4c94631da27 100644 --- a/substrate/frame/nomination-pools/fuzzer/Cargo.toml +++ b/substrate/frame/nomination-pools/fuzzer/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-nomination-pools-fuzzer" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Fuzzer for fixed point arithmetic primitives." +description = "Fuzzer for fixed point arithmetic primitives. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-arithmetic-fuzzer" publish = false @@ -19,14 +19,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] honggfuzz = "0.5.54" -pallet-nomination-pools = { path = "..", features = ["fuzzing"] } - -frame-system = { path = "../../system" } -frame-support = { path = "../../support" } - -sp-runtime = { path = "../../../primitives/runtime" } -sp-io = { path = "../../../primitives/io" } -sp-tracing = { path = "../../../primitives/tracing" } +pallet-nomination-pools = { path = "..", features = ["fuzzing"], version = "32.0.0" } +frame-system = { version = "35.0.0", path = "../../system" } +frame-support = { version = "35.0.0", path = "../../support" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-io = { version = "37.0.0", path = "../../../primitives/io" } +sp-tracing = { version = "17.0.0", path = "../../../primitives/tracing" } rand = { version = "0.8.5", features = ["small_rng"] } log = { workspace = true, default-features = true } diff --git a/substrate/frame/nomination-pools/runtime-api/Cargo.toml b/substrate/frame/nomination-pools/runtime-api/Cargo.toml index a0ddac9e0456..9c0f601f0c0a 100644 --- a/substrate/frame/nomination-pools/runtime-api/Cargo.toml +++ b/substrate/frame/nomination-pools/runtime-api/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-nomination-pools-runtime-api" -version = "23.0.0" +version = "30.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Runtime API for nomination-pools FRAME pallet" +description = "Runtime API for nomination-pools FRAME pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,9 +17,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sp-api = { path = "../../../primitives/api", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } -pallet-nomination-pools = { path = "..", default-features = false } +sp-api = { path = "../../../primitives/api", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } +pallet-nomination-pools = { path = "..", default-features = false, version = "32.0.0" } [features] default = ["std"] diff --git a/substrate/frame/nomination-pools/test-delegate-stake/Cargo.toml b/substrate/frame/nomination-pools/test-delegate-stake/Cargo.toml index ea8eb2069693..94151169a75f 100644 --- a/substrate/frame/nomination-pools/test-delegate-stake/Cargo.toml +++ b/substrate/frame/nomination-pools/test-delegate-stake/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-nomination-pools-test-delegate-stake" -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME nomination pools pallet tests with the staking pallet" +description = "FRAME nomination pools pallet tests with the staking pallet (polkadot v1.13.0)" publish = false [lints] @@ -18,17 +18,14 @@ targets = ["x86_64-unknown-linux-gnu"] [dev-dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } scale-info = { version = "2.11.1", features = ["derive"] } - sp-runtime = { path = "../../../primitives/runtime" } sp-io = { path = "../../../primitives/io" } sp-std = { path = "../../../primitives/std" } sp-staking = { path = "../../../primitives/staking" } sp-core = { path = "../../../primitives/core" } - frame-system = { path = "../../system" } frame-support = { path = "../../support" } frame-election-provider-support = { path = "../../election-provider-support" } - pallet-timestamp = { path = "../../timestamp" } pallet-balances = { path = "../../balances" } pallet-staking = { path = "../../staking" } @@ -36,6 +33,5 @@ pallet-delegated-staking = { path = "../../delegated-staking" } pallet-bags-list = { path = "../../bags-list" } pallet-staking-reward-curve = { path = "../../staking/reward-curve" } pallet-nomination-pools = { path = ".." } - sp-tracing = { path = "../../../primitives/tracing" } log = { workspace = true, default-features = true } diff --git a/substrate/frame/nomination-pools/test-transfer-stake/Cargo.toml b/substrate/frame/nomination-pools/test-transfer-stake/Cargo.toml index 5f9bc9af3a21..e8e101d905e8 100644 --- a/substrate/frame/nomination-pools/test-transfer-stake/Cargo.toml +++ b/substrate/frame/nomination-pools/test-transfer-stake/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-nomination-pools-test-transfer-stake" -version = "1.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME nomination pools pallet tests with the staking pallet" +description = "FRAME nomination pools pallet tests with the staking pallet (polkadot v1.13.0)" publish = false [lints] @@ -18,23 +18,19 @@ targets = ["x86_64-unknown-linux-gnu"] [dev-dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } scale-info = { version = "2.11.1", features = ["derive"] } - sp-runtime = { path = "../../../primitives/runtime" } sp-io = { path = "../../../primitives/io" } sp-std = { path = "../../../primitives/std" } sp-staking = { path = "../../../primitives/staking" } sp-core = { path = "../../../primitives/core" } - frame-system = { path = "../../system" } frame-support = { path = "../../support" } frame-election-provider-support = { path = "../../election-provider-support" } - pallet-timestamp = { path = "../../timestamp" } pallet-balances = { path = "../../balances" } pallet-staking = { path = "../../staking" } pallet-bags-list = { path = "../../bags-list" } pallet-staking-reward-curve = { path = "../../staking/reward-curve" } pallet-nomination-pools = { path = ".." } - sp-tracing = { path = "../../../primitives/tracing" } log = { workspace = true, default-features = true } diff --git a/substrate/frame/offences/Cargo.toml b/substrate/frame/offences/Cargo.toml index a59ef9334f0b..6a4298329a13 100644 --- a/substrate/frame/offences/Cargo.toml +++ b/substrate/frame/offences/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-offences" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME offences pallet" +description = "FRAME offences pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,12 +20,12 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { optional = true, workspace = true, default-features = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-balances = { path = "../balances", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-staking = { path = "../../primitives/staking", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../balances", default-features = false, version = "36.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, version = "33.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] sp-core = { path = "../../primitives/core" } @@ -41,8 +41,6 @@ std = [ "pallet-balances/std", "scale-info/std", "serde", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-staking/std", "sp-std/std", diff --git a/substrate/frame/offences/benchmarking/Cargo.toml b/substrate/frame/offences/benchmarking/Cargo.toml index bbd918a2883f..222b4214da0f 100644 --- a/substrate/frame/offences/benchmarking/Cargo.toml +++ b/substrate/frame/offences/benchmarking/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-offences-benchmarking" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME offences pallet benchmarking" +description = "FRAME offences pallet benchmarking (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,20 +18,20 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../../benchmarking", default-features = false } -frame-election-provider-support = { path = "../../election-provider-support", default-features = false } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -pallet-babe = { path = "../../babe", default-features = false } -pallet-balances = { path = "../../balances", default-features = false } -pallet-grandpa = { path = "../../grandpa", default-features = false } -pallet-im-online = { path = "../../im-online", default-features = false } -pallet-offences = { path = "..", default-features = false } -pallet-session = { path = "../../session", default-features = false } -pallet-staking = { path = "../../staking", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-staking = { path = "../../../primitives/staking", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +frame-benchmarking = { path = "../../benchmarking", default-features = false, version = "35.0.0" } +frame-election-provider-support = { path = "../../election-provider-support", default-features = false, version = "35.0.0" } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +pallet-babe = { path = "../../babe", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../balances", default-features = false, version = "36.0.0" } +pallet-grandpa = { path = "../../grandpa", default-features = false, version = "35.0.0" } +pallet-im-online = { path = "../../im-online", default-features = false, version = "34.0.0" } +pallet-offences = { path = "..", default-features = false, version = "34.0.0" } +pallet-session = { path = "../../session", default-features = false, version = "35.0.0" } +pallet-staking = { path = "../../staking", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-staking = { path = "../../../primitives/staking", default-features = false, version = "33.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } log = { workspace = true } [dev-dependencies] @@ -56,10 +56,7 @@ std = [ "pallet-offences/std", "pallet-session/std", "pallet-staking/std", - "pallet-timestamp/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-staking/std", "sp-std/std", @@ -76,7 +73,6 @@ runtime-benchmarks = [ "pallet-im-online/runtime-benchmarks", "pallet-offences/runtime-benchmarks", "pallet-staking/runtime-benchmarks", - "pallet-timestamp/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] diff --git a/substrate/frame/paged-list/Cargo.toml b/substrate/frame/paged-list/Cargo.toml index f550e6943494..df8050c95a4c 100644 --- a/substrate/frame/paged-list/Cargo.toml +++ b/substrate/frame/paged-list/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-paged-list" -version = "0.6.0" -description = "FRAME pallet that provides a paged list data structure." +version = "0.13.0" +description = "FRAME pallet that provides a paged list data structure. (polkadot v1.13.0)" authors.workspace = true homepage = "https://substrate.io" edition.workspace = true @@ -19,15 +19,15 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = docify = "0.2.8" scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-metadata-ir = { path = "../../primitives/metadata-ir", default-features = false, optional = true } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-metadata-ir = { path = "../../primitives/metadata-ir", default-features = false, optional = true, version = "0.7.0" } [features] default = ["std"] diff --git a/substrate/frame/paged-list/fuzzer/Cargo.toml b/substrate/frame/paged-list/fuzzer/Cargo.toml index 6ff07ba1ddd2..b84efd1b3498 100644 --- a/substrate/frame/paged-list/fuzzer/Cargo.toml +++ b/substrate/frame/paged-list/fuzzer/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Fuzz storage types of pallet-paged-list" +description = "Fuzz storage types of pallet-paged-list (polkadot v1.13.0)" publish = false [lints] @@ -20,6 +20,6 @@ path = "src/paged_list.rs" arbitrary = "1.3.2" honggfuzz = "0.5.49" -frame-support = { path = "../../support", default-features = false, features = ["std"] } -sp-io = { path = "../../../primitives/io", default-features = false, features = ["std"] } -pallet-paged-list = { path = "..", default-features = false, features = ["std"] } +frame-support = { path = "../../support", default-features = false, features = ["std"], version = "35.0.0" } +sp-io = { path = "../../../primitives/io", default-features = false, features = ["std"], version = "37.0.0" } +pallet-paged-list = { path = "..", default-features = false, features = ["std"], version = "0.13.0" } diff --git a/substrate/frame/parameters/Cargo.toml b/substrate/frame/parameters/Cargo.toml index c4d6d189d2d2..e00c34c1ade1 100644 --- a/substrate/frame/parameters/Cargo.toml +++ b/substrate/frame/parameters/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "pallet-parameters" -description = "Pallet to store and configure parameters." +description = "Pallet to store and configure parameters. (polkadot v1.13.0)" repository.workspace = true license = "Apache-2.0" -version = "0.1.0" +version = "0.6.0" authors = ["Acala Developers", "Parity Technologies "] edition.workspace = true @@ -14,12 +14,12 @@ paste = { version = "1.0.14", default-features = false } serde = { features = ["derive"], optional = true, workspace = true, default-features = true } docify = "0.2.8" -frame-support = { path = "../support", default-features = false, features = ["experimental"] } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } +frame-support = { path = "../support", default-features = false, features = ["experimental"], version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } [dev-dependencies] sp-core = { path = "../../primitives/core", features = ["std"] } @@ -44,14 +44,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-example-basic/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", - "pallet-example-basic/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/preimage/Cargo.toml b/substrate/frame/preimage/Cargo.toml index d420accbd6d9..353c9a9e612f 100644 --- a/substrate/frame/preimage/Cargo.toml +++ b/substrate/frame/preimage/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-preimage" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for storing preimages of hashes" +description = "FRAME pallet for storing preimages of hashes (polkadot v1.13.0)" [lints] workspace = true @@ -14,13 +14,13 @@ workspace = true [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false, optional = true } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, optional = true, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } log = { workspace = true } [dev-dependencies] @@ -34,7 +34,6 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] std = [ @@ -43,7 +42,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "scale-info/std", "sp-core/std", "sp-io/std", @@ -53,6 +51,5 @@ std = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/proxy/Cargo.toml b/substrate/frame/proxy/Cargo.toml index fcebbb5f3e8a..1cefe5183728 100644 --- a/substrate/frame/proxy/Cargo.toml +++ b/substrate/frame/proxy/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-proxy" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME proxying pallet" +description = "FRAME proxying pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,12 +18,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["max-encoded-len"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -37,10 +37,7 @@ std = [ "frame-benchmarking?/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", - "pallet-utility/std", "scale-info/std", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", @@ -49,14 +46,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-utility/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", - "pallet-utility/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/ranked-collective/Cargo.toml b/substrate/frame/ranked-collective/Cargo.toml index 05ce76cad2bb..ae142c7daa51 100644 --- a/substrate/frame/ranked-collective/Cargo.toml +++ b/substrate/frame/ranked-collective/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-ranked-collective" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Ranked collective system: Members of a set of account IDs can make their collective feelings known through dispatched calls from one of two specialized origins." +description = "Ranked collective system: Members of a set of account IDs can make their collective feelings known through dispatched calls from one of two specialized origins. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,14 +19,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } impl-trait-for-tuples = "0.2.2" [features] diff --git a/substrate/frame/recovery/Cargo.toml b/substrate/frame/recovery/Cargo.toml index 2fd63597da9c..1d1e21c571e0 100644 --- a/substrate/frame/recovery/Cargo.toml +++ b/substrate/frame/recovery/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-recovery" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME account recovery pallet" +description = "FRAME account recovery pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,12 +18,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -35,7 +35,6 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", 'frame-benchmarking', ] @@ -44,9 +43,7 @@ std = [ "frame-benchmarking?/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", "scale-info/std", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", @@ -54,6 +51,5 @@ std = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/referenda/Cargo.toml b/substrate/frame/referenda/Cargo.toml index dde522ff89b5..8065f61b9192 100644 --- a/substrate/frame/referenda/Cargo.toml +++ b/substrate/frame/referenda/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-referenda" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for inclusive on-chain decisions" +description = "FRAME pallet for inclusive on-chain decisions (polkadot v1.13.0)" readme = "README.md" [lints] @@ -22,13 +22,13 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = ] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["derive"], optional = true, workspace = true, default-features = true } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } log = { workspace = true } [dev-dependencies] @@ -46,13 +46,9 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", - "pallet-preimage/std", - "pallet-scheduler/std", "scale-info/std", "serde", "sp-arithmetic/std", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", @@ -63,16 +59,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-preimage/runtime-benchmarks", - "pallet-scheduler/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", - "pallet-preimage/try-runtime", - "pallet-scheduler/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/remark/Cargo.toml b/substrate/frame/remark/Cargo.toml index d251aacfb5b2..e860d4b8a786 100644 --- a/substrate/frame/remark/Cargo.toml +++ b/substrate/frame/remark/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-remark" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Remark storage pallet" +description = "Remark storage pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,13 +19,13 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { optional = true, workspace = true, default-features = true } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] sp-core = { path = "../../primitives/core", default-features = false } diff --git a/substrate/frame/root-offences/Cargo.toml b/substrate/frame/root-offences/Cargo.toml index e7317d737fac..fbc9c633b776 100644 --- a/substrate/frame/root-offences/Cargo.toml +++ b/substrate/frame/root-offences/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-root-offences" -version = "25.0.0" +version = "32.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME root offences pallet" +description = "FRAME root offences pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,59 +19,46 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -pallet-session = { path = "../session", default-features = false, features = ["historical"] } -pallet-staking = { path = "../staking", default-features = false } +pallet-session = { path = "../session", default-features = false, features = ["historical"], version = "35.0.0" } +pallet-staking = { path = "../staking", default-features = false, version = "35.0.0" } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-staking = { path = "../../primitives/staking", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, version = "33.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } pallet-timestamp = { path = "../timestamp" } pallet-staking-reward-curve = { path = "../staking/reward-curve" } - sp-core = { path = "../../primitives/core" } sp-io = { path = "../../primitives/io", default-features = false } sp-std = { path = "../../primitives/std" } - frame-election-provider-support = { path = "../election-provider-support" } [features] runtime-benchmarks = [ - "frame-election-provider-support/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-staking/runtime-benchmarks", - "pallet-timestamp/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] try-runtime = [ - "frame-election-provider-support/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "pallet-session/try-runtime", "pallet-staking/try-runtime", - "pallet-timestamp/try-runtime", "sp-runtime/try-runtime", ] default = ["std"] std = [ "codec/std", - "frame-election-provider-support/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", "pallet-session/std", "pallet-staking/std", - "pallet-timestamp/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-staking/std", ] diff --git a/substrate/frame/root-testing/Cargo.toml b/substrate/frame/root-testing/Cargo.toml index 74a3b8f479fa..c7e11e764176 100644 --- a/substrate/frame/root-testing/Cargo.toml +++ b/substrate/frame/root-testing/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-root-testing" -version = "4.0.0" +version = "11.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME root testing pallet" +description = "FRAME root testing pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,12 +18,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [features] try-runtime = [ diff --git a/substrate/frame/safe-mode/Cargo.toml b/substrate/frame/safe-mode/Cargo.toml index 7ecbdb6eeda5..11bfe7466f71 100644 --- a/substrate/frame/safe-mode/Cargo.toml +++ b/substrate/frame/safe-mode/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-safe-mode" -version = "9.0.0" +version = "16.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME safe-mode pallet" +description = "FRAME safe-mode pallet (polkadot v1.13.0)" [lints] workspace = true @@ -17,16 +17,16 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } docify = "0.2.8" -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -pallet-balances = { path = "../balances", default-features = false, optional = true } -pallet-utility = { path = "../utility", default-features = false, optional = true } -pallet-proxy = { path = "../proxy", default-features = false, optional = true } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +pallet-balances = { path = "../balances", default-features = false, optional = true, version = "36.0.0" } +pallet-utility = { path = "../utility", default-features = false, optional = true, version = "35.0.0" } +pallet-proxy = { path = "../proxy", default-features = false, optional = true, version = "35.0.0" } [dev-dependencies] sp-core = { path = "../../primitives/core" } @@ -48,8 +48,6 @@ std = [ "pallet-utility?/std", "scale-info/std", "sp-arithmetic/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] diff --git a/substrate/frame/salary/Cargo.toml b/substrate/frame/salary/Cargo.toml index 25911269a95d..6c45cb9680ba 100644 --- a/substrate/frame/salary/Cargo.toml +++ b/substrate/frame/salary/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-salary" -version = "13.0.0" +version = "20.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Paymaster" +description = "Paymaster (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,15 +19,15 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -pallet-ranked-collective = { path = "../ranked-collective", default-features = false, optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +pallet-ranked-collective = { path = "../ranked-collective", default-features = false, optional = true, version = "35.0.0" } [features] default = ["std"] diff --git a/substrate/frame/sassafras/Cargo.toml b/substrate/frame/sassafras/Cargo.toml index 2105ba133147..b985354448ae 100644 --- a/substrate/frame/sassafras/Cargo.toml +++ b/substrate/frame/sassafras/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-sassafras" -version = "0.3.5-dev" +version = "0.1.0" authors = ["Parity Technologies "] edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository = "https://github.com/paritytech/substrate/" -description = "Consensus extension module for Sassafras consensus." +description = "Consensus extension module for Sassafras consensus. (polkadot v1.13.0)" readme = "README.md" publish = false @@ -19,14 +19,14 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } log = { workspace = true } -sp-consensus-sassafras = { path = "../../primitives/consensus/sassafras", default-features = false, features = ["serde"] } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +sp-consensus-sassafras = { path = "../../primitives/consensus/sassafras", default-features = false, features = ["serde"], version = "0.1.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] array-bytes = "6.2.2" diff --git a/substrate/frame/scheduler/Cargo.toml b/substrate/frame/scheduler/Cargo.toml index e851f876112e..d9a5ba2a54d0 100644 --- a/substrate/frame/scheduler/Cargo.toml +++ b/substrate/frame/scheduler/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-scheduler" -version = "29.0.0" +version = "36.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME Scheduler pallet" +description = "FRAME Scheduler pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -16,13 +16,13 @@ workspace = true codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-weights = { path = "../../primitives/weights", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-weights = { path = "../../primitives/weights", default-features = false, version = "31.0.0" } docify = "0.2.8" [dev-dependencies] @@ -37,7 +37,6 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-preimage/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] std = [ @@ -46,9 +45,7 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-preimage/std", "scale-info/std", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", @@ -57,6 +54,5 @@ std = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-preimage/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/scored-pool/Cargo.toml b/substrate/frame/scored-pool/Cargo.toml index f25bd1f1769b..7e140b8e62df 100644 --- a/substrate/frame/scored-pool/Cargo.toml +++ b/substrate/frame/scored-pool/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-scored-pool" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for scored pools" +description = "FRAME pallet for scored pools (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,11 +18,11 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -34,9 +34,7 @@ std = [ "codec/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", "scale-info/std", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", @@ -44,6 +42,5 @@ std = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/session/Cargo.toml b/substrate/frame/session/Cargo.toml index 42ea957ac158..b453c021cdac 100644 --- a/substrate/frame/session/Cargo.toml +++ b/substrate/frame/session/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-session" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME sessions pallet" +description = "FRAME sessions pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,17 +20,17 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = impl-trait-for-tuples = "0.2.2" log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-timestamp = { path = "../timestamp", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } -sp-session = { path = "../../primitives/session", default-features = false } -sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } -sp-std = { path = "../../primitives/std", default-features = false } -sp-trie = { path = "../../primitives/trie", default-features = false, optional = true } -sp-state-machine = { path = "../../primitives/state-machine", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../timestamp", default-features = false, version = "34.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-session = { path = "../../primitives/session", default-features = false, version = "34.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"], version = "33.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-trie = { path = "../../primitives/trie", default-features = false, optional = true, version = "36.0.0" } +sp-state-machine = { path = "../../primitives/state-machine", default-features = false, version = "0.42.0" } [features] default = ["historical", "std"] diff --git a/substrate/frame/session/benchmarking/Cargo.toml b/substrate/frame/session/benchmarking/Cargo.toml index a306f9015c02..75ac87650e90 100644 --- a/substrate/frame/session/benchmarking/Cargo.toml +++ b/substrate/frame/session/benchmarking/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-session-benchmarking" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME sessions pallet benchmarking" +description = "FRAME sessions pallet benchmarking (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,14 +18,14 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } rand = { version = "0.8.5", default-features = false, features = ["std_rng"] } -frame-benchmarking = { path = "../../benchmarking", default-features = false } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -pallet-session = { path = "..", default-features = false } -pallet-staking = { path = "../../staking", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-session = { path = "../../../primitives/session", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +frame-benchmarking = { path = "../../benchmarking", default-features = false, version = "35.0.0" } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +pallet-session = { path = "..", default-features = false, version = "35.0.0" } +pallet-staking = { path = "../../staking", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", features = ["derive"] } @@ -41,16 +41,11 @@ sp-io = { path = "../../../primitives/io" } default = ["std"] std = [ "frame-benchmarking/std", - "frame-election-provider-support/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", "pallet-session/std", "pallet-staking/std", - "pallet-timestamp/std", "rand/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-session/std", "sp-std/std", @@ -58,11 +53,8 @@ std = [ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", - "frame-election-provider-support/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-staking/runtime-benchmarks", - "pallet-timestamp/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] diff --git a/substrate/frame/society/Cargo.toml b/substrate/frame/society/Cargo.toml index ed7fea523bff..c15515830b97 100644 --- a/substrate/frame/society/Cargo.toml +++ b/substrate/frame/society/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-society" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME society pallet" +description = "FRAME society pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,13 +21,13 @@ rand_chacha = { version = "0.3.1", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sp-std = { path = "../../primitives/std", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } [dev-dependencies] frame-support-test = { path = "../support/test" } @@ -41,15 +41,12 @@ default = ["std"] std = [ "codec/std", "frame-benchmarking?/std", - "frame-support-test/std", "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "rand_chacha/std", "scale-info/std", "sp-arithmetic/std", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", @@ -59,13 +56,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ - "frame-support-test/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/staking/Cargo.toml b/substrate/frame/staking/Cargo.toml index 22df746d667a..a4e9f9168b73 100644 --- a/substrate/frame/staking/Cargo.toml +++ b/substrate/frame/staking/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-staking" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet staking" +description = "FRAME pallet staking (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,22 +21,20 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = "derive", ] } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } -sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"] } -sp-std = { path = "../../primitives/std", default-features = false } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-session = { path = "../session", default-features = false, features = [ - "historical", -] } -pallet-authorship = { path = "../authorship", default-features = false } -sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"] } -frame-election-provider-support = { path = "../election-provider-support", default-features = false } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, features = ["serde"], version = "33.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-session = { path = "../session", default-features = false, features = ["historical"], version = "35.0.0" } +pallet-authorship = { path = "../authorship", default-features = false, version = "35.0.0" } +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"], version = "37.0.0" } +frame-election-provider-support = { path = "../election-provider-support", default-features = false, version = "35.0.0" } log = { workspace = true } # Optional imports for benchmarking -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } rand_chacha = { version = "0.3.1", default-features = false, optional = true } [dev-dependencies] @@ -62,29 +60,20 @@ std = [ "frame-system/std", "log/std", "pallet-authorship/std", - "pallet-bags-list/std", - "pallet-balances/std", "pallet-session/std", - "pallet-timestamp/std", "scale-info/std", "serde/std", "sp-application-crypto/std", - "sp-core/std", "sp-io/std", - "sp-npos-elections/std", "sp-runtime/std", "sp-staking/std", "sp-std/std", - "sp-tracing/std", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-election-provider-support/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-bags-list/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-timestamp/runtime-benchmarks", "rand_chacha", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", @@ -94,9 +83,6 @@ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-authorship/try-runtime", - "pallet-bags-list/try-runtime", - "pallet-balances/try-runtime", "pallet-session/try-runtime", - "pallet-timestamp/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/staking/reward-curve/Cargo.toml b/substrate/frame/staking/reward-curve/Cargo.toml index e2a2782db2da..ab45000e4103 100644 --- a/substrate/frame/staking/reward-curve/Cargo.toml +++ b/substrate/frame/staking/reward-curve/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-staking-reward-curve" -version = "11.0.0" +version = "12.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Reward Curve for FRAME staking pallet" +description = "Reward Curve for FRAME staking pallet (polkadot v1.13.0)" [lints] workspace = true diff --git a/substrate/frame/staking/reward-fn/Cargo.toml b/substrate/frame/staking/reward-fn/Cargo.toml index 5169db5072e2..5f56a586a907 100644 --- a/substrate/frame/staking/reward-fn/Cargo.toml +++ b/substrate/frame/staking/reward-fn/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-staking-reward-fn" -version = "19.0.0" +version = "22.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Reward function for FRAME staking pallet" +description = "Reward function for FRAME staking pallet (polkadot v1.13.0)" [lints] workspace = true @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] log = { workspace = true } -sp-arithmetic = { path = "../../../primitives/arithmetic", default-features = false } +sp-arithmetic = { path = "../../../primitives/arithmetic", default-features = false, version = "26.0.0" } [features] default = ["std"] diff --git a/substrate/frame/staking/runtime-api/Cargo.toml b/substrate/frame/staking/runtime-api/Cargo.toml index 19da2f24ff00..b811ec31a4be 100644 --- a/substrate/frame/staking/runtime-api/Cargo.toml +++ b/substrate/frame/staking/runtime-api/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-staking-runtime-api" -version = "14.0.0" +version = "21.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "RPC runtime API for transaction payment FRAME pallet" +description = "RPC runtime API for transaction payment FRAME pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,8 +17,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sp-api = { default-features = false, path = "../../../primitives/api" } -sp-staking = { default-features = false, path = "../../../primitives/staking" } +sp-api = { default-features = false, path = "../../../primitives/api", version = "33.0.0" } +sp-staking = { default-features = false, path = "../../../primitives/staking", version = "33.0.0" } [features] default = ["std"] diff --git a/substrate/frame/state-trie-migration/Cargo.toml b/substrate/frame/state-trie-migration/Cargo.toml index 0870989d81f1..e1c11e33dfae 100644 --- a/substrate/frame/state-trie-migration/Cargo.toml +++ b/substrate/frame/state-trie-migration/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-state-trie-migration" -version = "29.0.0" +version = "36.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet migration of trie" +description = "FRAME pallet migration of trie (polkadot v1.13.0)" [lints] workspace = true @@ -21,15 +21,15 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive serde = { optional = true, workspace = true, default-features = true } thousands = { version = "0.2.0", optional = true } zstd = { version = "0.12.4", default-features = false, optional = true } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -remote-externalities = { package = "frame-remote-externalities", path = "../../utils/frame/remote-externalities", optional = true } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -substrate-state-trie-migration-rpc = { path = "../../utils/frame/rpc/state-trie-migration-rpc", optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +remote-externalities = { package = "frame-remote-externalities", path = "../../utils/frame/remote-externalities", optional = true, version = "0.42.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +substrate-state-trie-migration-rpc = { path = "../../utils/frame/rpc/state-trie-migration-rpc", optional = true, version = "34.0.0" } [dev-dependencies] parking_lot = "0.12.1" @@ -45,26 +45,22 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "scale-info/std", "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", - "sp-tracing/std", ] runtime-benchmarks = [ "frame-benchmarking", "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] remote-test = [ diff --git a/substrate/frame/statement/Cargo.toml b/substrate/frame/statement/Cargo.toml index 989f0c330fc1..8781a8446449 100644 --- a/substrate/frame/statement/Cargo.toml +++ b/substrate/frame/statement/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-statement" -version = "10.0.0" +version = "17.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for statement store" +description = "FRAME pallet for statement store (polkadot v1.13.0)" [lints] workspace = true @@ -17,14 +17,14 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-statement-store = { path = "../../primitives/statement-store", default-features = false } -sp-api = { path = "../../primitives/api", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-statement-store = { path = "../../primitives/statement-store", default-features = false, version = "17.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } log = { workspace = true } [dev-dependencies] @@ -37,7 +37,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "scale-info/std", "sp-api/std", "sp-core/std", @@ -49,6 +48,5 @@ std = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/sudo/Cargo.toml b/substrate/frame/sudo/Cargo.toml index fcbb00087e26..8694a86e3925 100644 --- a/substrate/frame/sudo/Cargo.toml +++ b/substrate/frame/sudo/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-sudo" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for sudo" +description = "FRAME pallet for sudo (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,13 +17,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } docify = "0.2.8" @@ -38,7 +38,6 @@ std = [ "frame-support/std", "frame-system/std", "scale-info/std", - "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", diff --git a/substrate/frame/support/Cargo.toml b/substrate/frame/support/Cargo.toml index a6c4fd6ee309..afd8a8b1f22a 100644 --- a/substrate/frame/support/Cargo.toml +++ b/substrate/frame/support/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-support" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Support code for the runtime." +description = "Support code for the runtime. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -28,35 +28,31 @@ scale-info = { version = "2.11.1", default-features = false, features = [ frame-metadata = { version = "16.0.0", default-features = false, features = [ "current", ] } -sp-api = { path = "../../primitives/api", default-features = false, features = [ - "frame-metadata", -] } -sp-std = { path = "../../primitives/std", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false, features = [ - "serde", -] } -sp-tracing = { path = "../../primitives/tracing", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false } -sp-inherents = { path = "../../primitives/inherents", default-features = false } -sp-staking = { path = "../../primitives/staking", default-features = false } -sp-weights = { path = "../../primitives/weights", default-features = false } -sp-debug-derive = { path = "../../primitives/debug-derive", default-features = false } -sp-metadata-ir = { path = "../../primitives/metadata-ir", default-features = false } +sp-api = { path = "../../primitives/api", default-features = false, features = ["frame-metadata"], version = "33.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-tracing = { path = "../../primitives/tracing", default-features = false, version = "17.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-inherents = { path = "../../primitives/inherents", default-features = false, version = "33.0.0" } +sp-staking = { path = "../../primitives/staking", default-features = false, version = "33.0.0" } +sp-weights = { path = "../../primitives/weights", default-features = false, version = "31.0.0" } +sp-debug-derive = { path = "../../primitives/debug-derive", default-features = false, version = "14.0.0" } +sp-metadata-ir = { path = "../../primitives/metadata-ir", default-features = false, version = "0.7.0" } tt-call = "1.0.8" macro_magic = "0.5.0" -frame-support-procedural = { path = "procedural", default-features = false } +frame-support-procedural = { path = "procedural", default-features = false, version = "30.0.0" } paste = "1.0" -sp-state-machine = { path = "../../primitives/state-machine", default-features = false, optional = true } +sp-state-machine = { path = "../../primitives/state-machine", default-features = false, optional = true, version = "0.42.0" } bitflags = "1.3" impl-trait-for-tuples = "0.2.2" smallvec = "1.11.0" log = { workspace = true } -sp-crypto-hashing-proc-macro = { path = "../../primitives/crypto/hashing/proc-macro" } +sp-crypto-hashing-proc-macro = { version = "0.1.0", path = "../../primitives/crypto/hashing/proc-macro" } k256 = { version = "0.13.1", default-features = false, features = ["ecdsa"] } environmental = { version = "1.1.4", default-features = false } -sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features = false } +sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features = false, version = "0.14.0" } serde_json = { features = ["alloc"], workspace = true } docify = "0.2.8" static_assertions = "1.1.0" @@ -77,7 +73,6 @@ std = [ "environmental/std", "frame-metadata/std", "frame-support-procedural/std", - "frame-system/std", "k256/std", "log/std", "scale-info/std", @@ -95,17 +90,14 @@ std = [ "sp-staking/std", "sp-state-machine/std", "sp-std/std", - "sp-timestamp/std", "sp-tracing/std", "sp-weights/std", ] runtime-benchmarks = [ - "frame-system/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", ] try-runtime = [ - "frame-system/try-runtime", "sp-debug-derive/force-debug", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/support/procedural/Cargo.toml b/substrate/frame/support/procedural/Cargo.toml index b04af63de811..7baeb32e49d2 100644 --- a/substrate/frame/support/procedural/Cargo.toml +++ b/substrate/frame/support/procedural/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-support-procedural" -version = "23.0.0" +version = "30.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Proc macro of Support code for the runtime." +description = "Proc macro of Support code for the runtime. (polkadot v1.13.0)" [lints] workspace = true @@ -25,11 +25,11 @@ itertools = "0.11" proc-macro2 = "1.0.56" quote = { workspace = true } syn = { features = ["full", "visit-mut"], workspace = true } -frame-support-procedural-tools = { path = "tools" } +frame-support-procedural-tools = { version = "13.0.0", path = "tools" } macro_magic = { version = "0.5.0", features = ["proc_support"] } proc-macro-warning = { version = "1.0.0", default-features = false } expander = "2.0.0" -sp-crypto-hashing = { path = "../../../primitives/crypto/hashing", default-features = false } +sp-crypto-hashing = { path = "../../../primitives/crypto/hashing", default-features = false, version = "0.1.0" } [dev-dependencies] regex = "1" diff --git a/substrate/frame/support/procedural/tools/Cargo.toml b/substrate/frame/support/procedural/tools/Cargo.toml index a75307aca79b..c6aa466d31be 100644 --- a/substrate/frame/support/procedural/tools/Cargo.toml +++ b/substrate/frame/support/procedural/tools/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-support-procedural-tools" -version = "10.0.0" +version = "13.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Proc macro helpers for procedural macros" +description = "Proc macro helpers for procedural macros (polkadot v1.13.0)" [lints] workspace = true @@ -19,4 +19,4 @@ proc-macro-crate = "3.0.0" proc-macro2 = "1.0.56" quote = { workspace = true } syn = { features = ["extra-traits", "full", "visit"], workspace = true } -frame-support-procedural-tools-derive = { path = "derive" } +frame-support-procedural-tools-derive = { version = "12.0.0", path = "derive" } diff --git a/substrate/frame/support/procedural/tools/derive/Cargo.toml b/substrate/frame/support/procedural/tools/derive/Cargo.toml index b39d99a822fb..e3f7f12bf52f 100644 --- a/substrate/frame/support/procedural/tools/derive/Cargo.toml +++ b/substrate/frame/support/procedural/tools/derive/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-support-procedural-tools-derive" -version = "11.0.0" +version = "12.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Use to derive parsing for parsing struct." +description = "Use to derive parsing for parsing struct. (polkadot v1.13.0)" [lints] workspace = true diff --git a/substrate/frame/support/test/Cargo.toml b/substrate/frame/support/test/Cargo.toml index 6e861ad769cf..8b5e9fca6e37 100644 --- a/substrate/frame/support/test/Cargo.toml +++ b/substrate/frame/support/test/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "frame-support-test" -version = "3.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" publish = false homepage = "https://substrate.io" repository.workspace = true +description = "frame-support-test (polkadot v1.13.0)" [lints] workspace = true @@ -20,24 +21,24 @@ serde = { features = ["derive"], workspace = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } frame-metadata = { version = "16.0.0", default-features = false, features = ["current"] } -sp-api = { path = "../../../primitives/api", default-features = false } -sp-arithmetic = { path = "../../../primitives/arithmetic", default-features = false } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-state-machine = { path = "../../../primitives/state-machine", optional = true } -frame-support = { path = "..", default-features = false, features = ["experimental"] } -frame-benchmarking = { path = "../../benchmarking", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-core = { path = "../../../primitives/core", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } -sp-version = { path = "../../../primitives/version", default-features = false } -sp-metadata-ir = { path = "../../../primitives/metadata-ir", default-features = false } +sp-api = { path = "../../../primitives/api", default-features = false, version = "33.0.0" } +sp-arithmetic = { path = "../../../primitives/arithmetic", default-features = false, version = "26.0.0" } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-state-machine = { path = "../../../primitives/state-machine", optional = true, version = "0.42.0" } +frame-support = { path = "..", default-features = false, features = ["experimental"], version = "35.0.0" } +frame-benchmarking = { path = "../../benchmarking", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-core = { path = "../../../primitives/core", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } +sp-version = { path = "../../../primitives/version", default-features = false, version = "36.0.0" } +sp-metadata-ir = { path = "../../../primitives/metadata-ir", default-features = false, version = "0.7.0" } trybuild = { version = "1.0.88", features = ["diff"] } pretty_assertions = "1.3.0" rustversion = "1.0.6" -frame-system = { path = "../../system", default-features = false } -frame-executive = { path = "../../executive", default-features = false } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +frame-executive = { path = "../../executive", default-features = false, version = "35.0.0" } # The "std" feature for this pallet is never activated on purpose, in order to test construct_runtime error message -test-pallet = { package = "frame-support-test-pallet", path = "pallet", default-features = false } +test-pallet = { package = "frame-support-test-pallet", path = "pallet", default-features = false, version = "0.1.0" } [features] default = ["std"] diff --git a/substrate/frame/support/test/compile_pass/Cargo.toml b/substrate/frame/support/test/compile_pass/Cargo.toml index d6e0c66261a9..12e825c289fe 100644 --- a/substrate/frame/support/test/compile_pass/Cargo.toml +++ b/substrate/frame/support/test/compile_pass/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "frame-support-test-compile-pass" -version = "4.0.0-dev" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" publish = false homepage = "https://substrate.io" repository.workspace = true +description = "frame-support-test-compile-pass (polkadot v1.13.0)" [lints] workspace = true @@ -17,11 +18,11 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-support = { path = "../..", default-features = false } -frame-system = { path = "../../../system", default-features = false } -sp-core = { path = "../../../../primitives/core", default-features = false } -sp-runtime = { path = "../../../../primitives/runtime", default-features = false } -sp-version = { path = "../../../../primitives/version", default-features = false } +frame-support = { path = "../..", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../../primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-version = { path = "../../../../primitives/version", default-features = false, version = "36.0.0" } [features] default = ["std"] diff --git a/substrate/frame/support/test/pallet/Cargo.toml b/substrate/frame/support/test/pallet/Cargo.toml index 8607339a2b05..1d2cfddb5240 100644 --- a/substrate/frame/support/test/pallet/Cargo.toml +++ b/substrate/frame/support/test/pallet/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "frame-support-test-pallet" -version = "4.0.0-dev" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" publish = false homepage = "https://substrate.io" repository.workspace = true +description = "frame-support-test-pallet (polkadot v1.13.0)" [lints] workspace = true @@ -18,9 +19,9 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["derive"], workspace = true } -frame-support = { path = "../..", default-features = false } -frame-system = { path = "../../../system", default-features = false } -sp-runtime = { path = "../../../../primitives/runtime", default-features = false } +frame-support = { path = "../..", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../../../primitives/runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/frame/support/test/stg_frame_crate/Cargo.toml b/substrate/frame/support/test/stg_frame_crate/Cargo.toml index 5b97db60c00b..443a2b959f23 100644 --- a/substrate/frame/support/test/stg_frame_crate/Cargo.toml +++ b/substrate/frame/support/test/stg_frame_crate/Cargo.toml @@ -7,6 +7,7 @@ license = "Apache-2.0" publish = false homepage = "https://substrate.io" repository.workspace = true +description = "frame-support-test-stg-frame-crate (polkadot v1.13.0)" [lints] workspace = true @@ -16,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -frame = { package = "polkadot-sdk-frame", path = "../../..", default-features = false, features = ["experimental", "runtime"] } +frame = { package = "polkadot-sdk-frame", path = "../../..", default-features = false, features = ["experimental", "runtime"], version = "0.4.0" } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } [features] diff --git a/substrate/frame/system/Cargo.toml b/substrate/frame/system/Cargo.toml index a2a8970814b0..cda38da31f98 100644 --- a/substrate/frame/system/Cargo.toml +++ b/substrate/frame/system/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-system" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME system module" +description = "FRAME system module (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,13 +21,13 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive", "serde"] } serde = { features = ["alloc", "derive"], workspace = true } -frame-support = { path = "../support", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } -sp-std = { path = "../../primitives/std", default-features = false } -sp-version = { path = "../../primitives/version", default-features = false, features = ["serde"] } -sp-weights = { path = "../../primitives/weights", default-features = false, features = ["serde"] } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-version = { path = "../../primitives/version", default-features = false, features = ["serde"], version = "36.0.0" } +sp-weights = { path = "../../primitives/weights", default-features = false, features = ["serde"], version = "31.0.0" } docify = "0.2.8" [dev-dependencies] @@ -44,7 +44,6 @@ std = [ "scale-info/std", "serde/std", "sp-core/std", - "sp-externalities/std", "sp-io/std", "sp-runtime/std", "sp-std/std", diff --git a/substrate/frame/system/benchmarking/Cargo.toml b/substrate/frame/system/benchmarking/Cargo.toml index 022f0ffce6b5..0c6401720fdc 100644 --- a/substrate/frame/system/benchmarking/Cargo.toml +++ b/substrate/frame/system/benchmarking/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-system-benchmarking" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME System benchmarking" +description = "FRAME System benchmarking (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,12 +18,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../../benchmarking", default-features = false } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "..", default-features = false } -sp-core = { path = "../../../primitives/core", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +frame-benchmarking = { path = "../../benchmarking", default-features = false, version = "35.0.0" } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "..", default-features = false, version = "35.0.0" } +sp-core = { path = "../../../primitives/core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] sp-io = { path = "../../../primitives/io" } @@ -39,11 +39,8 @@ std = [ "frame-system/std", "scale-info/std", "sp-core/std", - "sp-externalities/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", - "sp-version/std", ] runtime-benchmarks = [ diff --git a/substrate/frame/system/rpc/runtime-api/Cargo.toml b/substrate/frame/system/rpc/runtime-api/Cargo.toml index b134cc3b6173..e34d758682d2 100644 --- a/substrate/frame/system/rpc/runtime-api/Cargo.toml +++ b/substrate/frame/system/rpc/runtime-api/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-system-rpc-runtime-api" -version = "26.0.0" +version = "33.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Runtime API definition required by System RPC extensions." +description = "Runtime API definition required by System RPC extensions. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } -sp-api = { path = "../../../../primitives/api", default-features = false } +sp-api = { path = "../../../../primitives/api", default-features = false, version = "33.0.0" } [features] default = ["std"] diff --git a/substrate/frame/timestamp/Cargo.toml b/substrate/frame/timestamp/Cargo.toml index 93ce09611b55..5eaa9403ae9c 100644 --- a/substrate/frame/timestamp/Cargo.toml +++ b/substrate/frame/timestamp/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-timestamp" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME Timestamp Module" +description = "FRAME Timestamp Module (polkadot v1.13.0)" documentation = "https://docs.rs/pallet-timestamp" readme = "README.md" @@ -20,15 +20,15 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "max-encoded-len"] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-inherents = { path = "../../primitives/inherents", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false, optional = true } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-storage = { path = "../../primitives/storage", default-features = false } -sp-timestamp = { path = "../../primitives/timestamp", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-inherents = { path = "../../primitives/inherents", default-features = false, version = "33.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, optional = true, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../primitives/storage", default-features = false, version = "21.0.0" } +sp-timestamp = { path = "../../primitives/timestamp", default-features = false, version = "33.0.0" } docify = "0.2.8" @@ -45,7 +45,6 @@ std = [ "frame-system/std", "log/std", "scale-info/std", - "sp-core/std", "sp-inherents/std", "sp-io?/std", "sp-runtime/std", diff --git a/substrate/frame/tips/Cargo.toml b/substrate/frame/tips/Cargo.toml index bcd54461406e..c90f8bcfccd3 100644 --- a/substrate/frame/tips/Cargo.toml +++ b/substrate/frame/tips/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-tips" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet to manage tips" +description = "FRAME pallet to manage tips (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,14 +20,14 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["derive"], optional = true, workspace = true, default-features = true } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-treasury = { path = "../treasury", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-treasury = { path = "../treasury", default-features = false, version = "34.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -41,7 +41,6 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "pallet-treasury/std", "scale-info/std", "serde", @@ -49,20 +48,17 @@ std = [ "sp-io/std", "sp-runtime/std", "sp-std/std", - "sp-storage/std", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "pallet-treasury/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "pallet-treasury/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/transaction-payment/Cargo.toml b/substrate/frame/transaction-payment/Cargo.toml index 4f7da9ae46fa..9b48fefa8404 100644 --- a/substrate/frame/transaction-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-transaction-payment" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet to manage transaction payments" +description = "FRAME pallet to manage transaction payments (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,12 +21,12 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = ] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { optional = true, workspace = true, default-features = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] serde_json = { workspace = true, default-features = true } @@ -38,7 +38,6 @@ std = [ "codec/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", "scale-info/std", "serde", "sp-core/std", @@ -49,6 +48,5 @@ std = [ try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml b/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml index 177621d9adbd..f97f3f36e5e4 100644 --- a/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/asset-conversion-tx-payment/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-asset-conversion-tx-payment" -version = "10.0.0" +version = "17.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Pallet to manage transaction payments in assets by converting them to native assets." +description = "Pallet to manage transaction payments in assets by converting them to native assets. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,12 +17,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] # Substrate dependencies -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -pallet-asset-conversion = { path = "../../asset-conversion", default-features = false } -pallet-transaction-payment = { path = "..", default-features = false } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +pallet-asset-conversion = { path = "../../asset-conversion", default-features = false, version = "17.0.0" } +pallet-transaction-payment = { path = "..", default-features = false, version = "35.0.0" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } @@ -40,22 +40,15 @@ std = [ "frame-support/std", "frame-system/std", "pallet-asset-conversion/std", - "pallet-assets/std", - "pallet-balances/std", "pallet-transaction-payment/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", - "sp-storage/std", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-asset-conversion/try-runtime", - "pallet-assets/try-runtime", - "pallet-balances/try-runtime", "pallet-transaction-payment/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml b/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml index a4a8efad869c..565ebe6529b4 100644 --- a/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-asset-tx-payment" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "pallet to manage transaction payments in assets" +description = "pallet to manage transaction payments in assets (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,15 +17,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] # Substrate dependencies -sp-core = { path = "../../../primitives/core", default-features = false } -sp-io = { path = "../../../primitives/io", default-features = false } -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +sp-core = { path = "../../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } -pallet-transaction-payment = { path = "..", default-features = false } -frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } +pallet-transaction-payment = { path = "..", default-features = false, version = "35.0.0" } +frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true, version = "35.0.0" } # Other dependencies codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } @@ -36,7 +36,6 @@ serde = { optional = true, workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } sp-storage = { path = "../../../primitives/storage", default-features = false } - pallet-assets = { path = "../../assets" } pallet-authorship = { path = "../../authorship" } pallet-balances = { path = "../../balances" } @@ -48,9 +47,6 @@ std = [ "frame-benchmarking?/std", "frame-support/std", "frame-system/std", - "pallet-assets/std", - "pallet-authorship/std", - "pallet-balances/std", "pallet-transaction-payment/std", "scale-info/std", "serde", @@ -58,22 +54,16 @@ std = [ "sp-io/std", "sp-runtime/std", "sp-std/std", - "sp-storage/std", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-assets/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-assets/try-runtime", - "pallet-authorship/try-runtime", - "pallet-balances/try-runtime", "pallet-transaction-payment/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/transaction-payment/rpc/Cargo.toml b/substrate/frame/transaction-payment/rpc/Cargo.toml index 2c9f814460f7..8096c7106952 100644 --- a/substrate/frame/transaction-payment/rpc/Cargo.toml +++ b/substrate/frame/transaction-payment/rpc/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-transaction-payment-rpc" -version = "30.0.0" +version = "37.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "RPC interface for the transaction payment pallet." +description = "RPC interface for the transaction payment pallet. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,10 +18,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12" } jsonrpsee = { version = "0.22.5", features = ["client-core", "macros", "server-core"] } -pallet-transaction-payment-rpc-runtime-api = { path = "runtime-api" } -sp-api = { path = "../../../primitives/api" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-core = { path = "../../../primitives/core" } -sp-rpc = { path = "../../../primitives/rpc" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-weights = { path = "../../../primitives/weights" } +pallet-transaction-payment-rpc-runtime-api = { version = "35.0.0", path = "runtime-api" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-rpc = { version = "32.0.0", path = "../../../primitives/rpc" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-weights = { version = "31.0.0", path = "../../../primitives/weights" } diff --git a/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml b/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml index 6c0241ec5c03..db9087a9be30 100644 --- a/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml +++ b/substrate/frame/transaction-payment/rpc/runtime-api/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "RPC runtime API for transaction payment FRAME pallet" +description = "RPC runtime API for transaction payment FRAME pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,10 +17,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -pallet-transaction-payment = { path = "../..", default-features = false } -sp-api = { path = "../../../../primitives/api", default-features = false } -sp-runtime = { path = "../../../../primitives/runtime", default-features = false } -sp-weights = { path = "../../../../primitives/weights", default-features = false } +pallet-transaction-payment = { path = "../..", default-features = false, version = "35.0.0" } +sp-api = { path = "../../../../primitives/api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-weights = { path = "../../../../primitives/weights", default-features = false, version = "31.0.0" } [features] default = ["std"] diff --git a/substrate/frame/transaction-payment/skip-feeless-payment/Cargo.toml b/substrate/frame/transaction-payment/skip-feeless-payment/Cargo.toml index 4d32a5123cf3..b638b8a12959 100644 --- a/substrate/frame/transaction-payment/skip-feeless-payment/Cargo.toml +++ b/substrate/frame/transaction-payment/skip-feeless-payment/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "pallet-skip-feeless-payment" -version = "3.0.0" +version = "10.0.0" authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true -description = "Pallet to skip payments for calls annotated with `feeless_if` if the respective conditions are satisfied." +description = "Pallet to skip payments for calls annotated with `feeless_if` if the respective conditions are satisfied. (polkadot v1.13.0)" [lints] workspace = true @@ -15,11 +15,11 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] # Substrate dependencies -sp-runtime = { path = "../../../primitives/runtime", default-features = false } -sp-std = { path = "../../../primitives/std", default-features = false } +sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../../primitives/std", default-features = false, version = "14.0.0" } -frame-support = { path = "../../support", default-features = false } -frame-system = { path = "../../system", default-features = false } +frame-support = { path = "../../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../system", default-features = false, version = "35.0.0" } # Other dependencies codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } diff --git a/substrate/frame/transaction-storage/Cargo.toml b/substrate/frame/transaction-storage/Cargo.toml index bf647ca13ec1..8b0c47644de8 100644 --- a/substrate/frame/transaction-storage/Cargo.toml +++ b/substrate/frame/transaction-storage/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-transaction-storage" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Storage chain pallet" +description = "Storage chain pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,15 +20,15 @@ array-bytes = { version = "6.2.2", optional = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { optional = true, workspace = true, default-features = true } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-balances = { path = "../balances", default-features = false } -sp-inherents = { path = "../../primitives/inherents", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-transaction-storage-proof = { path = "../../primitives/transaction-storage-proof", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../balances", default-features = false, version = "36.0.0" } +sp-inherents = { path = "../../primitives/inherents", default-features = false, version = "33.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-transaction-storage-proof = { path = "../../primitives/transaction-storage-proof", default-features = false, version = "33.0.0" } log = { workspace = true } [dev-dependencies] @@ -54,7 +54,6 @@ std = [ "pallet-balances/std", "scale-info/std", "serde", - "sp-core/std", "sp-inherents/std", "sp-io/std", "sp-runtime/std", diff --git a/substrate/frame/treasury/Cargo.toml b/substrate/frame/treasury/Cargo.toml index c93272af11d4..9252468dde39 100644 --- a/substrate/frame/treasury/Cargo.toml +++ b/substrate/frame/treasury/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-treasury" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet to manage treasury" +description = "FRAME pallet to manage treasury (polkadot v1.13.0)" readme = "README.md" [lints] @@ -24,13 +24,13 @@ docify = "0.2.8" impl-trait-for-tuples = "0.2.2" scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["derive"], optional = true, workspace = true, default-features = true } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -pallet-balances = { path = "../balances", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false, optional = true } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../balances", default-features = false, version = "36.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, optional = true, version = "34.0.0" } [dev-dependencies] sp-io = { path = "../../primitives/io" } @@ -45,11 +45,9 @@ std = [ "frame-support/std", "frame-system/std", "pallet-balances/std", - "pallet-utility/std", "scale-info/std", "serde", "sp-core?/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] @@ -59,13 +57,11 @@ runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-balances/runtime-benchmarks", - "pallet-utility/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-balances/try-runtime", - "pallet-utility/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/try-runtime/Cargo.toml b/substrate/frame/try-runtime/Cargo.toml index e4e5f1940b25..4d912e1b3a62 100644 --- a/substrate/frame/try-runtime/Cargo.toml +++ b/substrate/frame/try-runtime/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-try-runtime" -version = "0.34.0" +version = "0.41.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for democracy" +description = "FRAME pallet for democracy (polkadot v1.13.0)" [lints] workspace = true @@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -frame-support = { path = "../support", default-features = false } -sp-api = { path = "../../primitives/api", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/frame/tx-pause/Cargo.toml b/substrate/frame/tx-pause/Cargo.toml index e44bb90dd7f8..bf405603825d 100644 --- a/substrate/frame/tx-pause/Cargo.toml +++ b/substrate/frame/tx-pause/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-tx-pause" -version = "9.0.0" +version = "16.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME transaction pause pallet" +description = "FRAME transaction pause pallet (polkadot v1.13.0)" [lints] workspace = true @@ -17,15 +17,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } docify = "0.2.8" -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } -pallet-balances = { path = "../balances", default-features = false, optional = true } -pallet-utility = { path = "../utility", default-features = false, optional = true } -pallet-proxy = { path = "../proxy", default-features = false, optional = true } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } +pallet-balances = { path = "../balances", default-features = false, optional = true, version = "36.0.0" } +pallet-utility = { path = "../utility", default-features = false, optional = true, version = "35.0.0" } +pallet-proxy = { path = "../proxy", default-features = false, optional = true, version = "35.0.0" } [dev-dependencies] sp-core = { path = "../../primitives/core" } @@ -45,8 +45,6 @@ std = [ "pallet-proxy?/std", "pallet-utility?/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] diff --git a/substrate/frame/uniques/Cargo.toml b/substrate/frame/uniques/Cargo.toml index 65b727b40b25..22d22b1a3726 100644 --- a/substrate/frame/uniques/Cargo.toml +++ b/substrate/frame/uniques/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-uniques" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME NFT asset management pallet" +description = "FRAME NFT asset management pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,11 +19,11 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -39,10 +39,7 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] @@ -50,12 +47,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/utility/Cargo.toml b/substrate/frame/utility/Cargo.toml index 00e8be75a3de..6ccb71af4c68 100644 --- a/substrate/frame/utility/Cargo.toml +++ b/substrate/frame/utility/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-utility" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME utilities pallet" +description = "FRAME utilities pallet (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,13 +18,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -40,10 +40,6 @@ std = [ "frame-benchmarking?/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", - "pallet-collective/std", - "pallet-root-testing/std", - "pallet-timestamp/std", "scale-info/std", "sp-core/std", "sp-io/std", @@ -54,17 +50,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-collective/runtime-benchmarks", - "pallet-timestamp/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", - "pallet-collective/try-runtime", - "pallet-root-testing/try-runtime", - "pallet-timestamp/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/vesting/Cargo.toml b/substrate/frame/vesting/Cargo.toml index 7372b8424036..a126dad6e3a6 100644 --- a/substrate/frame/vesting/Cargo.toml +++ b/substrate/frame/vesting/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-vesting" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for manage vesting" +description = "FRAME pallet for manage vesting (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,11 +21,11 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = ] } log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -40,10 +40,7 @@ std = [ "frame-support/std", "frame-system/std", "log/std", - "pallet-balances/std", "scale-info/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] @@ -51,12 +48,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/frame/whitelist/Cargo.toml b/substrate/frame/whitelist/Cargo.toml index 61bbb278019d..44130a7ece88 100644 --- a/substrate/frame/whitelist/Cargo.toml +++ b/substrate/frame/whitelist/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "pallet-whitelist" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME pallet for whitelisting call, and dispatch from specific origin" +description = "FRAME pallet for whitelisting call, and dispatch from specific origin (polkadot v1.13.0)" [lints] workspace = true @@ -17,12 +17,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true } -frame-support = { path = "../support", default-features = false } -frame-system = { path = "../system", default-features = false } -sp-api = { path = "../../primitives/api", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false } -sp-std = { path = "../../primitives/std", default-features = false } +frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../support", default-features = false, version = "35.0.0" } +frame-system = { path = "../system", default-features = false, version = "35.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../../primitives/std", default-features = false, version = "14.0.0" } [dev-dependencies] pallet-balances = { path = "../balances" } @@ -37,12 +37,8 @@ std = [ "frame-benchmarking?/std", "frame-support/std", "frame-system/std", - "pallet-balances/std", - "pallet-preimage/std", "scale-info/std", "sp-api/std", - "sp-core/std", - "sp-io/std", "sp-runtime/std", "sp-std/std", ] @@ -51,14 +47,10 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "pallet-balances/runtime-benchmarks", - "pallet-preimage/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "pallet-balances/try-runtime", - "pallet-preimage/try-runtime", "sp-runtime/try-runtime", ] diff --git a/substrate/primitives/api/Cargo.toml b/substrate/primitives/api/Cargo.toml index f48480f398d0..426ee9227952 100644 --- a/substrate/primitives/api/Cargo.toml +++ b/substrate/primitives/api/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-api" -version = "26.0.0" +version = "33.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate runtime api primitives" +description = "Substrate runtime api primitives (polkadot v1.13.0)" readme = "README.md" [lints] @@ -17,21 +17,21 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } -sp-api-proc-macro = { path = "proc-macro", default-features = false } -sp-core = { path = "../core", default-features = false } -sp-std = { path = "../std", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } -sp-runtime-interface = { path = "../runtime-interface", default-features = false } -sp-externalities = { path = "../externalities", default-features = false, optional = true } -sp-version = { path = "../version", default-features = false } -sp-state-machine = { path = "../state-machine", default-features = false, optional = true } -sp-trie = { path = "../trie", default-features = false, optional = true } +sp-api-proc-macro = { path = "proc-macro", default-features = false, version = "20.0.0" } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-std = { path = "../std", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } +sp-runtime-interface = { path = "../runtime-interface", default-features = false, version = "28.0.0" } +sp-externalities = { path = "../externalities", default-features = false, optional = true, version = "0.29.0" } +sp-version = { path = "../version", default-features = false, version = "36.0.0" } +sp-state-machine = { path = "../state-machine", default-features = false, optional = true, version = "0.42.0" } +sp-trie = { path = "../trie", default-features = false, optional = true, version = "36.0.0" } hash-db = { version = "0.16.0", optional = true } thiserror = { optional = true, workspace = true } scale-info = { version = "2.11.1", default-features = false, features = [ "derive", ] } -sp-metadata-ir = { path = "../metadata-ir", default-features = false, optional = true } +sp-metadata-ir = { path = "../metadata-ir", default-features = false, optional = true, version = "0.7.0" } log = { workspace = true } [dev-dependencies] @@ -53,7 +53,6 @@ std = [ "sp-runtime/std", "sp-state-machine/std", "sp-std/std", - "sp-test-primitives/std", "sp-trie/std", "sp-version/std", "thiserror", diff --git a/substrate/primitives/api/proc-macro/Cargo.toml b/substrate/primitives/api/proc-macro/Cargo.toml index b1bc547f3e4a..2cd8d9395ae2 100644 --- a/substrate/primitives/api/proc-macro/Cargo.toml +++ b/substrate/primitives/api/proc-macro/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-api-proc-macro" -version = "15.0.0" +version = "20.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Macros for declaring and implementing runtime apis." +description = "Macros for declaring and implementing runtime apis. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-api-proc-macro" [lints] diff --git a/substrate/primitives/api/test/Cargo.toml b/substrate/primitives/api/test/Cargo.toml index b49f774161fd..8dbf29654c95 100644 --- a/substrate/primitives/api/test/Cargo.toml +++ b/substrate/primitives/api/test/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "sp-api-test" -version = "2.0.1" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" publish = false homepage = "https://substrate.io" repository.workspace = true +description = "sp-api-test (polkadot v1.13.0)" [lints] workspace = true @@ -15,15 +16,15 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { path = ".." } -substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } -sp-version = { path = "../../version" } -sp-tracing = { path = "../../tracing" } -sp-runtime = { path = "../../runtime" } -sp-consensus = { path = "../../consensus/common" } -sc-block-builder = { path = "../../../client/block-builder" } +sp-api = { version = "33.0.0", path = ".." } +substrate-test-runtime-client = { version = "0.1.0", path = "../../../test-utils/runtime/client" } +sp-version = { version = "36.0.0", path = "../../version" } +sp-tracing = { version = "17.0.0", path = "../../tracing" } +sp-runtime = { version = "38.0.0", path = "../../runtime" } +sp-consensus = { version = "0.39.0", path = "../../consensus/common" } +sc-block-builder = { version = "0.40.0", path = "../../../client/block-builder" } codec = { package = "parity-scale-codec", version = "3.6.12" } -sp-state-machine = { path = "../../state-machine" } +sp-state-machine = { version = "0.42.0", path = "../../state-machine" } trybuild = "1.0.88" rustversion = "1.0.6" scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } diff --git a/substrate/primitives/application-crypto/Cargo.toml b/substrate/primitives/application-crypto/Cargo.toml index cbb9f2133577..dfbb9f6933b6 100644 --- a/substrate/primitives/application-crypto/Cargo.toml +++ b/substrate/primitives/application-crypto/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "sp-application-crypto" -version = "30.0.0" +version = "37.0.0" authors.workspace = true edition.workspace = true -description = "Provides facilities for generating application specific crypto wrapper types." +description = "Provides facilities for generating application specific crypto wrapper types. (polkadot v1.13.0)" license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true @@ -18,12 +18,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { path = "../core", default-features = false } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { optional = true, features = ["alloc", "derive"], workspace = true } -sp-std = { path = "../std", default-features = false } -sp-io = { path = "../io", default-features = false } +sp-std = { path = "../std", default-features = false, version = "14.0.0" } +sp-io = { path = "../io", default-features = false, version = "37.0.0" } [features] default = ["std"] @@ -55,11 +55,3 @@ full_crypto = [ # It should not be used in production since the implementation and interface may still # be subject to significant changes. bls-experimental = ["sp-core/bls-experimental", "sp-io/bls-experimental"] - -# This feature adds Bandersnatch crypto primitives. -# It should not be used in production since the implementation and interface may still -# be subject to significant changes. -bandersnatch-experimental = [ - "sp-core/bandersnatch-experimental", - "sp-io/bandersnatch-experimental", -] diff --git a/substrate/primitives/application-crypto/test/Cargo.toml b/substrate/primitives/application-crypto/test/Cargo.toml index 0057606b38e5..2cdfd852d95c 100644 --- a/substrate/primitives/application-crypto/test/Cargo.toml +++ b/substrate/primitives/application-crypto/test/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "sp-application-crypto-test" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true -description = "Integration tests for application-crypto" +description = "Integration tests for application-crypto (polkadot v1.13.0)" license = "Apache-2.0" publish = false homepage = "https://substrate.io" @@ -16,8 +16,8 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { path = "../../api" } -sp-application-crypto = { path = ".." } -sp-core = { path = "../../core", default-features = false } -sp-keystore = { path = "../../keystore", default-features = false } -substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } +sp-api = { version = "33.0.0", path = "../../api" } +sp-application-crypto = { version = "37.0.0", path = ".." } +sp-core = { path = "../../core", default-features = false, version = "34.0.0" } +sp-keystore = { path = "../../keystore", default-features = false, version = "0.40.0" } +substrate-test-runtime-client = { version = "0.1.0", path = "../../../test-utils/runtime/client" } diff --git a/substrate/primitives/arithmetic/Cargo.toml b/substrate/primitives/arithmetic/Cargo.toml index a9f2b80156f5..ece55681647c 100644 --- a/substrate/primitives/arithmetic/Cargo.toml +++ b/substrate/primitives/arithmetic/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-arithmetic" -version = "23.0.0" +version = "26.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Minimal fixed point arithmetic primitives and types for runtime." +description = "Minimal fixed point arithmetic primitives and types for runtime. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-arithmetic" readme = "README.md" @@ -26,7 +26,7 @@ num-traits = { version = "0.2.17", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["alloc", "derive"], optional = true, workspace = true } static_assertions = "1.1.0" -sp-std = { path = "../std", default-features = false } +sp-std = { path = "../std", default-features = false, version = "14.0.0" } docify = "0.2.8" [dev-dependencies] @@ -42,7 +42,6 @@ std = [ "num-traits/std", "scale-info/std", "serde/std", - "sp-crypto-hashing/std", "sp-std/std", ] # Serde support without relying on std features. diff --git a/substrate/primitives/arithmetic/fuzzer/Cargo.toml b/substrate/primitives/arithmetic/fuzzer/Cargo.toml index ace30e9c90e9..fff2b0011bb1 100644 --- a/substrate/primitives/arithmetic/fuzzer/Cargo.toml +++ b/substrate/primitives/arithmetic/fuzzer/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-arithmetic-fuzzer" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Fuzzer for fixed point arithmetic primitives." +description = "Fuzzer for fixed point arithmetic primitives. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-arithmetic-fuzzer" publish = false @@ -21,7 +21,7 @@ arbitrary = "1.3.2" fraction = "0.13.1" honggfuzz = "0.5.49" num-bigint = "0.4.3" -sp-arithmetic = { path = ".." } +sp-arithmetic = { version = "26.0.0", path = ".." } [[bin]] name = "biguint" diff --git a/substrate/primitives/authority-discovery/Cargo.toml b/substrate/primitives/authority-discovery/Cargo.toml index 72a8bb7fc47d..23dfb8a2bc47 100644 --- a/substrate/primitives/authority-discovery/Cargo.toml +++ b/substrate/primitives/authority-discovery/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sp-authority-discovery" -version = "26.0.0" +version = "33.0.0" authors.workspace = true -description = "Authority discovery primitives" +description = "Authority discovery primitives (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -18,9 +18,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-api = { path = "../api", default-features = false } -sp-application-crypto = { path = "../application-crypto", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } +sp-api = { path = "../api", default-features = false, version = "33.0.0" } +sp-application-crypto = { path = "../application-crypto", default-features = false, version = "37.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/block-builder/Cargo.toml b/substrate/primitives/block-builder/Cargo.toml index cc4b10851544..b2c1dcfbcd76 100644 --- a/substrate/primitives/block-builder/Cargo.toml +++ b/substrate/primitives/block-builder/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-block-builder" -version = "26.0.0" +version = "33.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "The block builder runtime api." +description = "The block builder runtime api. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -16,9 +16,9 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { path = "../api", default-features = false } -sp-inherents = { path = "../inherents", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } +sp-api = { path = "../api", default-features = false, version = "33.0.0" } +sp-inherents = { path = "../inherents", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/blockchain/Cargo.toml b/substrate/primitives/blockchain/Cargo.toml index 5e51a2d06ed7..8359492e5ac1 100644 --- a/substrate/primitives/blockchain/Cargo.toml +++ b/substrate/primitives/blockchain/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-blockchain" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate blockchain traits and primitives." +description = "Substrate blockchain traits and primitives. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-blockchain" readme = "README.md" @@ -23,8 +23,8 @@ log = { workspace = true, default-features = true } parking_lot = "0.12.1" schnellru = "0.2.1" thiserror = { workspace = true } -sp-api = { path = "../api" } -sp-consensus = { path = "../consensus/common" } -sp-database = { path = "../database" } -sp-runtime = { path = "../runtime" } -sp-state-machine = { path = "../state-machine" } +sp-api = { version = "33.0.0", path = "../api" } +sp-consensus = { version = "0.39.0", path = "../consensus/common" } +sp-database = { version = "10.0.0", path = "../database" } +sp-runtime = { version = "38.0.0", path = "../runtime" } +sp-state-machine = { version = "0.42.0", path = "../state-machine" } diff --git a/substrate/primitives/consensus/aura/Cargo.toml b/substrate/primitives/consensus/aura/Cargo.toml index a54499178171..d41816df54ee 100644 --- a/substrate/primitives/consensus/aura/Cargo.toml +++ b/substrate/primitives/consensus/aura/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sp-consensus-aura" -version = "0.32.0" +version = "0.39.0" authors.workspace = true -description = "Primitives for Aura consensus" +description = "Primitives for Aura consensus (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -19,12 +19,12 @@ targets = ["x86_64-unknown-linux-gnu"] async-trait = { version = "0.1.79", optional = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-api = { path = "../../api", default-features = false } -sp-application-crypto = { path = "../../application-crypto", default-features = false } -sp-consensus-slots = { path = "../slots", default-features = false } -sp-inherents = { path = "../../inherents", default-features = false } -sp-runtime = { path = "../../runtime", default-features = false } -sp-timestamp = { path = "../../timestamp", default-features = false } +sp-api = { path = "../../api", default-features = false, version = "33.0.0" } +sp-application-crypto = { path = "../../application-crypto", default-features = false, version = "37.0.0" } +sp-consensus-slots = { path = "../slots", default-features = false, version = "0.39.0" } +sp-inherents = { path = "../../inherents", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../runtime", default-features = false, version = "38.0.0" } +sp-timestamp = { path = "../../timestamp", default-features = false, version = "33.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/consensus/babe/Cargo.toml b/substrate/primitives/consensus/babe/Cargo.toml index 46c032ba61a6..8f3dc7d606cf 100644 --- a/substrate/primitives/consensus/babe/Cargo.toml +++ b/substrate/primitives/consensus/babe/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sp-consensus-babe" -version = "0.32.0" +version = "0.39.0" authors.workspace = true -description = "Primitives for BABE consensus" +description = "Primitives for BABE consensus (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -20,13 +20,13 @@ async-trait = { version = "0.1.79", optional = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["alloc", "derive"], optional = true, workspace = true } -sp-api = { path = "../../api", default-features = false } -sp-application-crypto = { path = "../../application-crypto", default-features = false } -sp-consensus-slots = { path = "../slots", default-features = false } -sp-core = { path = "../../core", default-features = false } -sp-inherents = { path = "../../inherents", default-features = false } -sp-runtime = { path = "../../runtime", default-features = false } -sp-timestamp = { path = "../../timestamp", optional = true, default-features = false } +sp-api = { path = "../../api", default-features = false, version = "33.0.0" } +sp-application-crypto = { path = "../../application-crypto", default-features = false, version = "37.0.0" } +sp-consensus-slots = { path = "../slots", default-features = false, version = "0.39.0" } +sp-core = { path = "../../core", default-features = false, version = "34.0.0" } +sp-inherents = { path = "../../inherents", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../runtime", default-features = false, version = "38.0.0" } +sp-timestamp = { path = "../../timestamp", optional = true, default-features = false, version = "33.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/consensus/beefy/Cargo.toml b/substrate/primitives/consensus/beefy/Cargo.toml index a682939a02f9..0ab2dea74217 100644 --- a/substrate/primitives/consensus/beefy/Cargo.toml +++ b/substrate/primitives/consensus/beefy/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-consensus-beefy" -version = "13.0.0" +version = "20.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Primitives for BEEFY protocol." +description = "Primitives for BEEFY protocol. (polkadot v1.13.0)" [lints] workspace = true @@ -18,14 +18,14 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { optional = true, features = ["alloc", "derive"], workspace = true } -sp-api = { path = "../../api", default-features = false } -sp-application-crypto = { path = "../../application-crypto", default-features = false } -sp-core = { path = "../../core", default-features = false } -sp-crypto-hashing = { path = "../../crypto/hashing", default-features = false } -sp-io = { path = "../../io", default-features = false } -sp-mmr-primitives = { path = "../../merkle-mountain-range", default-features = false } -sp-runtime = { path = "../../runtime", default-features = false } -sp-keystore = { path = "../../keystore", default-features = false } +sp-api = { path = "../../api", default-features = false, version = "33.0.0" } +sp-application-crypto = { path = "../../application-crypto", default-features = false, version = "37.0.0" } +sp-core = { path = "../../core", default-features = false, version = "34.0.0" } +sp-crypto-hashing = { path = "../../crypto/hashing", default-features = false, version = "0.1.0" } +sp-io = { path = "../../io", default-features = false, version = "37.0.0" } +sp-mmr-primitives = { path = "../../merkle-mountain-range", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../runtime", default-features = false, version = "38.0.0" } +sp-keystore = { path = "../../keystore", default-features = false, version = "0.40.0" } strum = { version = "0.26.2", features = ["derive"], default-features = false } lazy_static = { version = "1.4.0", optional = true } diff --git a/substrate/primitives/consensus/common/Cargo.toml b/substrate/primitives/consensus/common/Cargo.toml index 90aeadd5055e..e51484d0c25a 100644 --- a/substrate/primitives/consensus/common/Cargo.toml +++ b/substrate/primitives/consensus/common/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-consensus" -version = "0.32.0" +version = "0.39.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Common utilities for building and using consensus engines in substrate." +description = "Common utilities for building and using consensus engines in substrate. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-consensus/" readme = "README.md" @@ -21,10 +21,10 @@ async-trait = "0.1.79" futures = { version = "0.3.30", features = ["thread-pool"] } log = { workspace = true, default-features = true } thiserror = { workspace = true } -sp-core = { path = "../../core" } -sp-inherents = { path = "../../inherents" } -sp-runtime = { path = "../../runtime" } -sp-state-machine = { path = "../../state-machine" } +sp-core = { version = "34.0.0", path = "../../core" } +sp-inherents = { version = "33.0.0", path = "../../inherents" } +sp-runtime = { version = "38.0.0", path = "../../runtime" } +sp-state-machine = { version = "0.42.0", path = "../../state-machine" } [dev-dependencies] futures = "0.3.30" diff --git a/substrate/primitives/consensus/grandpa/Cargo.toml b/substrate/primitives/consensus/grandpa/Cargo.toml index 9a59575a22c3..005ebe986218 100644 --- a/substrate/primitives/consensus/grandpa/Cargo.toml +++ b/substrate/primitives/consensus/grandpa/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-consensus-grandpa" -version = "13.0.0" +version = "20.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Primitives for GRANDPA integration, suitable for WASM compilation." +description = "Primitives for GRANDPA integration, suitable for WASM compilation. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-consensus-grandpa" readme = "README.md" @@ -22,11 +22,11 @@ finality-grandpa = { version = "0.16.2", default-features = false, features = [" log = { workspace = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["alloc", "derive"], optional = true, workspace = true } -sp-api = { path = "../../api", default-features = false } -sp-application-crypto = { path = "../../application-crypto", default-features = false } -sp-core = { path = "../../core", default-features = false } -sp-keystore = { path = "../../keystore", default-features = false, optional = true } -sp-runtime = { path = "../../runtime", default-features = false } +sp-api = { path = "../../api", default-features = false, version = "33.0.0" } +sp-application-crypto = { path = "../../application-crypto", default-features = false, version = "37.0.0" } +sp-core = { path = "../../core", default-features = false, version = "34.0.0" } +sp-keystore = { path = "../../keystore", default-features = false, optional = true, version = "0.40.0" } +sp-runtime = { path = "../../runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/consensus/pow/Cargo.toml b/substrate/primitives/consensus/pow/Cargo.toml index 0700e2c4f8b9..9086b5bab10d 100644 --- a/substrate/primitives/consensus/pow/Cargo.toml +++ b/substrate/primitives/consensus/pow/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sp-consensus-pow" -version = "0.32.0" +version = "0.39.0" authors.workspace = true -description = "Primitives for Aura consensus" +description = "Primitives for Aura consensus (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -17,9 +17,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } -sp-api = { path = "../../api", default-features = false } -sp-core = { path = "../../core", default-features = false } -sp-runtime = { path = "../../runtime", default-features = false } +sp-api = { path = "../../api", default-features = false, version = "33.0.0" } +sp-core = { path = "../../core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../../runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/consensus/sassafras/Cargo.toml b/substrate/primitives/consensus/sassafras/Cargo.toml index 792755730839..711258f7c3e3 100644 --- a/substrate/primitives/consensus/sassafras/Cargo.toml +++ b/substrate/primitives/consensus/sassafras/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sp-consensus-sassafras" -version = "0.3.4-dev" +version = "0.1.0" authors.workspace = true -description = "Primitives for Sassafras consensus" +description = "Primitives for Sassafras consensus (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -21,11 +21,11 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["derive"], optional = true, workspace = true } -sp-api = { path = "../../api", default-features = false } -sp-application-crypto = { path = "../../application-crypto", default-features = false, features = ["bandersnatch-experimental"] } -sp-consensus-slots = { path = "../slots", default-features = false } -sp-core = { path = "../../core", default-features = false, features = ["bandersnatch-experimental"] } -sp-runtime = { path = "../../runtime", default-features = false } +sp-api = { path = "../../api", default-features = false, version = "33.0.0" } +sp-application-crypto = { path = "../../application-crypto", default-features = false, features = ["bandersnatch-experimental"], version = "37.0.0" } +sp-consensus-slots = { path = "../slots", default-features = false, version = "0.39.0" } +sp-core = { path = "../../core", default-features = false, features = ["bandersnatch-experimental"], version = "34.0.0" } +sp-runtime = { path = "../../runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/consensus/slots/Cargo.toml b/substrate/primitives/consensus/slots/Cargo.toml index dd519eab4647..dbc52f43e0e1 100644 --- a/substrate/primitives/consensus/slots/Cargo.toml +++ b/substrate/primitives/consensus/slots/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sp-consensus-slots" -version = "0.32.0" +version = "0.39.0" authors.workspace = true -description = "Primitives for slots-based consensus" +description = "Primitives for slots-based consensus (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive", "max-encoded-len"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["alloc", "derive"], optional = true, workspace = true } -sp-timestamp = { path = "../../timestamp", default-features = false } +sp-timestamp = { path = "../../timestamp", default-features = false, version = "33.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/core/Cargo.toml b/substrate/primitives/core/Cargo.toml index f931faf8bd04..e258b0f64206 100644 --- a/substrate/primitives/core/Cargo.toml +++ b/substrate/primitives/core/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-core" -version = "28.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Shareable Substrate types." +description = "Shareable Substrate types. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-core" [lints] @@ -27,17 +27,17 @@ hash-db = { version = "0.16.0", default-features = false } hash256-std-hasher = { version = "0.15.2", default-features = false } bs58 = { version = "0.5.0", default-features = false, optional = true } rand = { version = "0.8.5", features = ["small_rng"], optional = true } -substrate-bip39 = { path = "../../utils/substrate-bip39", default-features = false } +substrate-bip39 = { path = "../../utils/substrate-bip39", default-features = false, version = "0.6.0" } # personal fork here as workaround for: https://github.com/rust-bitcoin/rust-bip39/pull/64 bip39 = { package = "parity-bip39", version = "2.0.1", default-features = false, features = ["alloc"] } zeroize = { version = "1.4.3", default-features = false } secrecy = { version = "0.8.0", default-features = false, features = ["alloc"] } parking_lot = { version = "0.12.1", optional = true } ss58-registry = { version = "1.34.0", default-features = false } -sp-std = { path = "../std", default-features = false } -sp-debug-derive = { path = "../debug-derive", default-features = false } -sp-storage = { path = "../storage", default-features = false } -sp-externalities = { path = "../externalities", optional = true, default-features = false } +sp-std = { path = "../std", default-features = false, version = "14.0.0" } +sp-debug-derive = { path = "../debug-derive", default-features = false, version = "14.0.0" } +sp-storage = { path = "../storage", default-features = false, version = "21.0.0" } +sp-externalities = { path = "../externalities", optional = true, default-features = false, version = "0.29.0" } futures = { version = "0.3.30", optional = true } dyn-clonable = { version = "0.9.0", optional = true } thiserror = { optional = true, workspace = true } @@ -53,8 +53,8 @@ blake2 = { version = "0.10.4", default-features = false, optional = true } libsecp256k1 = { version = "0.7", default-features = false, features = ["static-context"] } schnorrkel = { version = "0.11.4", features = ["preaudit_deprecated"], default-features = false } merlin = { version = "3.0", default-features = false } -sp-crypto-hashing = { path = "../crypto/hashing", default-features = false } -sp-runtime-interface = { path = "../runtime-interface", default-features = false } +sp-crypto-hashing = { path = "../crypto/hashing", default-features = false, version = "0.1.0" } +sp-runtime-interface = { path = "../runtime-interface", default-features = false, version = "28.0.0" } # k256 crate, better portability, intended to be used in substrate-runtimes (no-std) k256 = { version = "0.13.3", features = ["alloc", "ecdsa"], default-features = false } # secp256k1 crate, better performance, intended to be used on host side (std) @@ -62,8 +62,6 @@ secp256k1 = { version = "0.28.0", default-features = false, features = ["alloc", # bls crypto w3f-bls = { version = "0.1.3", default-features = false, optional = true } -# bandersnatch crypto -bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "e9782f9", default-features = false, features = ["substrate-curves"], optional = true } [dev-dependencies] criterion = "0.5.1" @@ -82,7 +80,6 @@ bench = false default = ["std"] std = [ - "bandersnatch_vrfs?/std", "bip39/rand", "bip39/std", "blake2/std", @@ -153,8 +150,3 @@ full_crypto = [ # It should not be used in production since the implementation and interface may still # be subject to significant changes. bls-experimental = ["w3f-bls"] - -# This feature adds Bandersnatch crypto primitives. -# It should not be used in production since the implementation and interface may still -# be subject to significant changes. -bandersnatch-experimental = ["bandersnatch_vrfs"] diff --git a/substrate/primitives/core/fuzz/Cargo.toml b/substrate/primitives/core/fuzz/Cargo.toml index 463eaea8ea30..ddb88e2d1dd9 100644 --- a/substrate/primitives/core/fuzz/Cargo.toml +++ b/substrate/primitives/core/fuzz/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "sp-core-fuzz" -version = "0.0.0" +version = "0.1.0" publish = false edition.workspace = true +description = "sp-core-fuzz (polkadot v1.13.0)" [lints] workspace = true @@ -14,8 +15,7 @@ cargo-fuzz = true lazy_static = "1.4.0" libfuzzer-sys = "0.4" regex = "1.10.2" - -sp-core = { path = ".." } +sp-core = { version = "34.0.0", path = ".." } [[bin]] name = "fuzz_address_uri" diff --git a/substrate/primitives/crypto/ec-utils/Cargo.toml b/substrate/primitives/crypto/ec-utils/Cargo.toml index 142a5abf9b30..bbe1f173ab87 100644 --- a/substrate/primitives/crypto/ec-utils/Cargo.toml +++ b/substrate/primitives/crypto/ec-utils/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sp-crypto-ec-utils" -version = "0.10.0" +version = "0.14.0" authors.workspace = true -description = "Host functions for common Arkworks elliptic curve operations" +description = "Host functions for common Arkworks elliptic curve operations (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -27,7 +27,7 @@ ark-ed-on-bls12-381-bandersnatch = { version = "0.4.0", default-features = false ark-ed-on-bls12-377-ext = { version = "0.4.1", default-features = false, optional = true } ark-ed-on-bls12-377 = { version = "0.4.0", default-features = false, optional = true } ark-scale = { version = "0.0.12", default-features = false, features = ["hazmat"], optional = true } -sp-runtime-interface = { path = "../../runtime-interface", default-features = false, optional = true } +sp-runtime-interface = { path = "../../runtime-interface", default-features = false, optional = true, version = "28.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/crypto/hashing/Cargo.toml b/substrate/primitives/crypto/hashing/Cargo.toml index 1755164888bc..cf18e6d094f9 100644 --- a/substrate/primitives/crypto/hashing/Cargo.toml +++ b/substrate/primitives/crypto/hashing/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Hashing primitives." +description = "Hashing primitives. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-crypto-hashing" [lints] diff --git a/substrate/primitives/crypto/hashing/proc-macro/Cargo.toml b/substrate/primitives/crypto/hashing/proc-macro/Cargo.toml index f988042d3075..bd13d97ec63a 100644 --- a/substrate/primitives/crypto/hashing/proc-macro/Cargo.toml +++ b/substrate/primitives/crypto/hashing/proc-macro/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Procedural macros for calculating static hashes." +description = "Procedural macros for calculating static hashes. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-crypto-hashing-proc-macro" [lints] @@ -21,4 +21,4 @@ proc-macro = true [dependencies] quote = { workspace = true } syn = { features = ["full", "parsing"], workspace = true } -sp-crypto-hashing = { path = "..", default-features = false } +sp-crypto-hashing = { path = "..", default-features = false, version = "0.1.0" } diff --git a/substrate/primitives/database/Cargo.toml b/substrate/primitives/database/Cargo.toml index 081aad607584..8aa71ddf8144 100644 --- a/substrate/primitives/database/Cargo.toml +++ b/substrate/primitives/database/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate database trait." +description = "Substrate database trait. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-database" readme = "README.md" diff --git a/substrate/primitives/debug-derive/Cargo.toml b/substrate/primitives/debug-derive/Cargo.toml index debf964aa3df..536f3a5f6219 100644 --- a/substrate/primitives/debug-derive/Cargo.toml +++ b/substrate/primitives/debug-derive/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Macros to derive runtime debug implementation." +description = "Macros to derive runtime debug implementation. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-debug-derive" [lints] diff --git a/substrate/primitives/externalities/Cargo.toml b/substrate/primitives/externalities/Cargo.toml index 3a0d0315e917..54d2f81a9d29 100644 --- a/substrate/primitives/externalities/Cargo.toml +++ b/substrate/primitives/externalities/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-externalities" -version = "0.25.0" +version = "0.29.0" license = "Apache-2.0" authors.workspace = true edition.workspace = true homepage = "https://substrate.io" repository.workspace = true -description = "Substrate externalities abstraction" +description = "Substrate externalities abstraction (polkadot v1.13.0)" documentation = "https://docs.rs/sp-externalities" readme = "README.md" @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } environmental = { version = "1.1.3", default-features = false } -sp-storage = { path = "../storage", default-features = false } +sp-storage = { path = "../storage", default-features = false, version = "21.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/genesis-builder/Cargo.toml b/substrate/primitives/genesis-builder/Cargo.toml index 4fc8a0416fbe..97c659a5be72 100644 --- a/substrate/primitives/genesis-builder/Cargo.toml +++ b/substrate/primitives/genesis-builder/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-genesis-builder" -version = "0.8.0" +version = "0.14.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate RuntimeGenesisConfig builder API" +description = "Substrate RuntimeGenesisConfig builder API (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,8 +19,8 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["bytes"] } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } -sp-api = { path = "../api", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } +sp-api = { path = "../api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } serde_json = { features = ["alloc", "arbitrary_precision"], workspace = true } [features] diff --git a/substrate/primitives/inherents/Cargo.toml b/substrate/primitives/inherents/Cargo.toml index c63aca801a0d..8ab7d2b25b2a 100644 --- a/substrate/primitives/inherents/Cargo.toml +++ b/substrate/primitives/inherents/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-inherents" -version = "26.0.0" +version = "33.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Provides types and traits for creating and checking inherents." +description = "Provides types and traits for creating and checking inherents. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-inherents" readme = "README.md" @@ -22,7 +22,7 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } impl-trait-for-tuples = "0.2.2" thiserror = { optional = true, workspace = true } -sp-runtime = { path = "../runtime", default-features = false, optional = true } +sp-runtime = { path = "../runtime", default-features = false, optional = true, version = "38.0.0" } [dev-dependencies] futures = "0.3.30" diff --git a/substrate/primitives/io/Cargo.toml b/substrate/primitives/io/Cargo.toml index abb16d163da0..3a2b86e5965b 100644 --- a/substrate/primitives/io/Cargo.toml +++ b/substrate/primitives/io/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-io" -version = "30.0.0" +version = "37.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "I/O for Substrate runtimes" +description = "I/O for Substrate runtimes (polkadot v1.13.0)" documentation = "https://docs.rs/sp-io" readme = "README.md" build = "build.rs" @@ -20,16 +20,16 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = { version = "1.1.0", default-features = false } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["bytes"] } -sp-core = { path = "../core", default-features = false } -sp-crypto-hashing = { path = "../crypto/hashing", default-features = false } -sp-keystore = { path = "../keystore", default-features = false, optional = true } -sp-std = { path = "../std", default-features = false } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-crypto-hashing = { path = "../crypto/hashing", default-features = false, version = "0.1.0" } +sp-keystore = { path = "../keystore", default-features = false, optional = true, version = "0.40.0" } +sp-std = { path = "../std", default-features = false, version = "14.0.0" } libsecp256k1 = { version = "0.7", optional = true } -sp-state-machine = { path = "../state-machine", default-features = false, optional = true } -sp-runtime-interface = { path = "../runtime-interface", default-features = false } -sp-trie = { path = "../trie", default-features = false, optional = true } -sp-externalities = { path = "../externalities", default-features = false } -sp-tracing = { path = "../tracing", default-features = false } +sp-state-machine = { path = "../state-machine", default-features = false, optional = true, version = "0.42.0" } +sp-runtime-interface = { path = "../runtime-interface", default-features = false, version = "28.0.0" } +sp-trie = { path = "../trie", default-features = false, optional = true, version = "36.0.0" } +sp-externalities = { path = "../externalities", default-features = false, version = "0.29.0" } +sp-tracing = { path = "../tracing", default-features = false, version = "17.0.0" } log = { optional = true, workspace = true, default-features = true } secp256k1 = { version = "0.28.0", features = ["global-context", "recovery"], optional = true } tracing = { version = "0.1.29", default-features = false } @@ -100,8 +100,3 @@ improved_panic_error_reporting = [] # It should not be used in production since the implementation and interface may still # be subject to significant changes. bls-experimental = ["sp-keystore/bls-experimental"] - -# This feature adds Bandersnatch crypto primitives. -# It should not be used in production since the implementation and interface may still -# be subject to significant changes. -bandersnatch-experimental = ["sp-keystore/bandersnatch-experimental"] diff --git a/substrate/primitives/keyring/Cargo.toml b/substrate/primitives/keyring/Cargo.toml index 7471e9cf8ffa..48e86290e45f 100644 --- a/substrate/primitives/keyring/Cargo.toml +++ b/substrate/primitives/keyring/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-keyring" -version = "31.0.0" +version = "38.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Keyring support code for the runtime. A set of test accounts." +description = "Keyring support code for the runtime. A set of test accounts. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-keyring" readme = "README.md" @@ -18,14 +18,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] strum = { version = "0.26.2", features = ["derive"], default-features = false } -sp-core = { path = "../core", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] std = ["sp-core/std", "sp-runtime/std", "strum/std"] - -# This feature adds Bandersnatch crypto primitives. -# It should not be used in production since the implementation and interface may still -# be subject to significant changes. -bandersnatch-experimental = ["sp-core/bandersnatch-experimental"] diff --git a/substrate/primitives/keystore/Cargo.toml b/substrate/primitives/keystore/Cargo.toml index 313b9e1c0059..40dc3c720212 100644 --- a/substrate/primitives/keystore/Cargo.toml +++ b/substrate/primitives/keystore/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-keystore" -version = "0.34.0" +version = "0.40.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Keystore primitives." +description = "Keystore primitives. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-core" [lints] @@ -18,8 +18,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } parking_lot = { version = "0.12.1", default-features = false, optional = true } -sp-core = { path = "../core", default-features = false } -sp-externalities = { path = "../externalities", default-features = false } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-externalities = { path = "../externalities", default-features = false, version = "0.29.0" } [dev-dependencies] rand = "0.8.5" @@ -33,8 +33,3 @@ std = ["codec/std", "dep:parking_lot", "sp-core/std", "sp-externalities/std"] # It should not be used in production since the implementation and interface may still # be subject to significant changes. bls-experimental = ["sp-core/bls-experimental"] - -# This feature adds Bandersnatch crypto primitives. -# It should not be used in production since the implementation and interface may still -# be subject to significant changes. -bandersnatch-experimental = ["sp-core/bandersnatch-experimental"] diff --git a/substrate/primitives/maybe-compressed-blob/Cargo.toml b/substrate/primitives/maybe-compressed-blob/Cargo.toml index 178c915ce837..47ac4ba106d2 100644 --- a/substrate/primitives/maybe-compressed-blob/Cargo.toml +++ b/substrate/primitives/maybe-compressed-blob/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Handling of blobs, usually Wasm code, which may be compressed" +description = "Handling of blobs, usually Wasm code, which may be compressed (polkadot v1.13.0)" documentation = "https://docs.rs/sp-maybe-compressed-blob" readme = "README.md" diff --git a/substrate/primitives/merkle-mountain-range/Cargo.toml b/substrate/primitives/merkle-mountain-range/Cargo.toml index 7b043355c723..c9932f2263c4 100644 --- a/substrate/primitives/merkle-mountain-range/Cargo.toml +++ b/substrate/primitives/merkle-mountain-range/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-mmr-primitives" -version = "26.0.0" +version = "33.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Merkle Mountain Range primitives." +description = "Merkle Mountain Range primitives. (polkadot v1.13.0)" [lints] workspace = true @@ -20,10 +20,10 @@ scale-info = { version = "2.11.1", default-features = false, features = ["derive log = { workspace = true } mmr-lib = { package = "polkadot-ckb-merkle-mountain-range", version = "0.7.0", default-features = false } serde = { features = ["alloc", "derive"], optional = true, workspace = true } -sp-api = { path = "../api", default-features = false } -sp-core = { path = "../core", default-features = false } -sp-debug-derive = { path = "../debug-derive", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } +sp-api = { path = "../api", default-features = false, version = "33.0.0" } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-debug-derive = { path = "../debug-derive", default-features = false, version = "14.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } thiserror = { optional = true, workspace = true } [dev-dependencies] diff --git a/substrate/primitives/metadata-ir/Cargo.toml b/substrate/primitives/metadata-ir/Cargo.toml index 90ecd1dfb13d..96ac1f1fefe9 100644 --- a/substrate/primitives/metadata-ir/Cargo.toml +++ b/substrate/primitives/metadata-ir/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-metadata-ir" -version = "0.6.0" +version = "0.7.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Intermediate representation of the runtime metadata." +description = "Intermediate representation of the runtime metadata. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-metadata-ir" [lints] diff --git a/substrate/primitives/mixnet/Cargo.toml b/substrate/primitives/mixnet/Cargo.toml index ef32503000d9..b4c30cdd3fae 100644 --- a/substrate/primitives/mixnet/Cargo.toml +++ b/substrate/primitives/mixnet/Cargo.toml @@ -1,7 +1,7 @@ [package] -description = "Substrate mixnet types and runtime interface" +description = "Substrate mixnet types and runtime interface (polkadot v1.13.0)" name = "sp-mixnet" -version = "0.4.0" +version = "0.11.0" license = "Apache-2.0" authors = ["Parity Technologies "] edition.workspace = true @@ -18,8 +18,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-api = { default-features = false, path = "../api" } -sp-application-crypto = { default-features = false, path = "../application-crypto" } +sp-api = { default-features = false, path = "../api", version = "33.0.0" } +sp-application-crypto = { default-features = false, path = "../application-crypto", version = "37.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/npos-elections/Cargo.toml b/substrate/primitives/npos-elections/Cargo.toml index 2da74429a481..f55f3da1d49b 100644 --- a/substrate/primitives/npos-elections/Cargo.toml +++ b/substrate/primitives/npos-elections/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-npos-elections" -version = "26.0.0" +version = "33.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "NPoS election algorithm primitives" +description = "NPoS election algorithm primitives (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,9 +19,9 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["alloc", "derive"], optional = true, workspace = true } -sp-arithmetic = { path = "../arithmetic", default-features = false } -sp-core = { path = "../core", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } +sp-arithmetic = { path = "../arithmetic", default-features = false, version = "26.0.0" } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } [dev-dependencies] rand = "0.8.5" diff --git a/substrate/primitives/npos-elections/fuzzer/Cargo.toml b/substrate/primitives/npos-elections/fuzzer/Cargo.toml index 8e1dbaf2377e..545b64612618 100644 --- a/substrate/primitives/npos-elections/fuzzer/Cargo.toml +++ b/substrate/primitives/npos-elections/fuzzer/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-npos-elections-fuzzer" -version = "2.0.0-alpha.5" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Fuzzer for phragmén implementation." +description = "Fuzzer for phragmén implementation. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-npos-elections-fuzzer" publish = false @@ -20,8 +20,8 @@ targets = ["x86_64-unknown-linux-gnu"] clap = { version = "4.5.3", features = ["derive"] } honggfuzz = "0.5" rand = { version = "0.8", features = ["small_rng", "std"] } -sp-npos-elections = { path = ".." } -sp-runtime = { path = "../../runtime" } +sp-npos-elections = { version = "33.0.0", path = ".." } +sp-runtime = { version = "38.0.0", path = "../../runtime" } [[bin]] name = "reduce" diff --git a/substrate/primitives/offchain/Cargo.toml b/substrate/primitives/offchain/Cargo.toml index 1f5bf0ce0393..98abff35d9cf 100644 --- a/substrate/primitives/offchain/Cargo.toml +++ b/substrate/primitives/offchain/Cargo.toml @@ -1,7 +1,7 @@ [package] -description = "Substrate offchain workers primitives" +description = "Substrate offchain workers primitives (polkadot v1.13.0)" name = "sp-offchain" -version = "26.0.0" +version = "33.0.0" license = "Apache-2.0" authors.workspace = true edition.workspace = true @@ -16,9 +16,9 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { path = "../api", default-features = false } -sp-core = { path = "../core", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } +sp-api = { path = "../api", default-features = false, version = "33.0.0" } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/panic-handler/Cargo.toml b/substrate/primitives/panic-handler/Cargo.toml index 9c7ba4ba0be8..eca2747def6c 100644 --- a/substrate/primitives/panic-handler/Cargo.toml +++ b/substrate/primitives/panic-handler/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Custom panic hook with bug report link" +description = "Custom panic hook with bug report link (polkadot v1.13.0)" documentation = "https://docs.rs/sp-panic-handler" readme = "README.md" diff --git a/substrate/primitives/rpc/Cargo.toml b/substrate/primitives/rpc/Cargo.toml index dce0eeee9f99..c64554754589 100644 --- a/substrate/primitives/rpc/Cargo.toml +++ b/substrate/primitives/rpc/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-rpc" -version = "26.0.0" +version = "32.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate RPC primitives and utilities." +description = "Substrate RPC primitives and utilities. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] rustc-hash = "1.1.0" serde = { features = ["derive"], workspace = true, default-features = true } -sp-core = { path = "../core" } +sp-core = { version = "34.0.0", path = "../core" } [dev-dependencies] serde_json = { workspace = true, default-features = true } diff --git a/substrate/primitives/runtime-interface/Cargo.toml b/substrate/primitives/runtime-interface/Cargo.toml index f853a532515b..c5a343bc89fa 100644 --- a/substrate/primitives/runtime-interface/Cargo.toml +++ b/substrate/primitives/runtime-interface/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-runtime-interface" -version = "24.0.0" +version = "28.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate runtime interface" +description = "Substrate runtime interface (polkadot v1.13.0)" documentation = "https://docs.rs/sp-runtime-interface/" readme = "README.md" @@ -18,15 +18,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = { version = "1.1.0", default-features = false } -sp-wasm-interface = { path = "../wasm-interface", default-features = false } -sp-std = { path = "../std", default-features = false } -sp-tracing = { path = "../tracing", default-features = false } -sp-runtime-interface-proc-macro = { path = "proc-macro" } -sp-externalities = { path = "../externalities", default-features = false } +sp-wasm-interface = { path = "../wasm-interface", default-features = false, version = "21.0.0" } +sp-std = { path = "../std", default-features = false, version = "14.0.0" } +sp-tracing = { path = "../tracing", default-features = false, version = "17.0.0" } +sp-runtime-interface-proc-macro = { version = "18.0.0", path = "proc-macro" } +sp-externalities = { path = "../externalities", default-features = false, version = "0.29.0" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["bytes"] } static_assertions = "1.0.0" primitive-types = { version = "0.12.0", default-features = false } -sp-storage = { path = "../storage", default-features = false } +sp-storage = { path = "../storage", default-features = false, version = "21.0.0" } impl-trait-for-tuples = "0.2.2" [target.'cfg(all(any(target_arch = "riscv32", target_arch = "riscv64"), substrate_runtime))'.dependencies] @@ -46,11 +46,7 @@ std = [ "bytes/std", "codec/std", "primitive-types/std", - "sp-core/std", "sp-externalities/std", - "sp-io/std", - "sp-runtime-interface-test-wasm/std", - "sp-state-machine/std", "sp-std/std", "sp-storage/std", "sp-tracing/std", diff --git a/substrate/primitives/runtime-interface/proc-macro/Cargo.toml b/substrate/primitives/runtime-interface/proc-macro/Cargo.toml index 7dbd810fea93..989d8236cad6 100644 --- a/substrate/primitives/runtime-interface/proc-macro/Cargo.toml +++ b/substrate/primitives/runtime-interface/proc-macro/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-runtime-interface-proc-macro" -version = "17.0.0" +version = "18.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "This crate provides procedural macros for usage within the context of the Substrate runtime interface." +description = "This crate provides procedural macros for usage within the context of the Substrate runtime interface. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-runtime-interface-proc-macro" [lints] diff --git a/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml b/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml index f663c6d47263..721b0980f6e8 100644 --- a/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml +++ b/substrate/primitives/runtime-interface/test-wasm-deprecated/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-runtime-interface-test-wasm-deprecated" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true build = "build.rs" @@ -8,6 +8,7 @@ license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true publish = false +description = "sp-runtime-interface-test-wasm-deprecated (polkadot v1.13.0)" [lints] workspace = true @@ -16,12 +17,12 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-core = { path = "../../core", default-features = false } -sp-io = { path = "../../io", default-features = false } -sp-runtime-interface = { path = "..", default-features = false } +sp-core = { path = "../../core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../io", default-features = false, version = "37.0.0" } +sp-runtime-interface = { path = "..", default-features = false, version = "28.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/runtime-interface/test-wasm/Cargo.toml b/substrate/primitives/runtime-interface/test-wasm/Cargo.toml index ecb3c7f8732d..854603714cf3 100644 --- a/substrate/primitives/runtime-interface/test-wasm/Cargo.toml +++ b/substrate/primitives/runtime-interface/test-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sp-runtime-interface-test-wasm" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true build = "build.rs" @@ -8,6 +8,7 @@ license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true publish = false +description = "sp-runtime-interface-test-wasm (polkadot v1.13.0)" [lints] workspace = true @@ -17,13 +18,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] bytes = { version = "1.1.0", default-features = false } -sp-core = { path = "../../core", default-features = false } -sp-io = { path = "../../io", default-features = false } -sp-runtime-interface = { path = "..", default-features = false } -sp-std = { path = "../../std", default-features = false } +sp-core = { path = "../../core", default-features = false, version = "34.0.0" } +sp-io = { path = "../../io", default-features = false, version = "37.0.0" } +sp-runtime-interface = { path = "..", default-features = false, version = "28.0.0" } +sp-std = { path = "../../std", default-features = false, version = "14.0.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/runtime-interface/test/Cargo.toml b/substrate/primitives/runtime-interface/test/Cargo.toml index 55d70960989e..52caa6f43b86 100644 --- a/substrate/primitives/runtime-interface/test/Cargo.toml +++ b/substrate/primitives/runtime-interface/test/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "sp-runtime-interface-test" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" publish = false homepage = "https://substrate.io" repository.workspace = true +description = "sp-runtime-interface-test (polkadot v1.13.0)" [lints] workspace = true @@ -17,11 +18,11 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] tracing = "0.1.29" tracing-core = "0.1.32" -sc-executor = { path = "../../../client/executor" } -sc-executor-common = { path = "../../../client/executor/common" } -sp-io = { path = "../../io" } -sp-runtime = { path = "../../runtime" } -sp-runtime-interface = { path = ".." } -sp-runtime-interface-test-wasm = { path = "../test-wasm" } -sp-runtime-interface-test-wasm-deprecated = { path = "../test-wasm-deprecated" } -sp-state-machine = { path = "../../state-machine" } +sc-executor = { version = "0.39.0", path = "../../../client/executor" } +sc-executor-common = { version = "0.35.0", path = "../../../client/executor/common" } +sp-io = { version = "37.0.0", path = "../../io" } +sp-runtime = { version = "38.0.0", path = "../../runtime" } +sp-runtime-interface = { version = "28.0.0", path = ".." } +sp-runtime-interface-test-wasm = { version = "0.1.0", path = "../test-wasm" } +sp-runtime-interface-test-wasm-deprecated = { version = "0.1.0", path = "../test-wasm-deprecated" } +sp-state-machine = { version = "0.42.0", path = "../../state-machine" } diff --git a/substrate/primitives/runtime/Cargo.toml b/substrate/primitives/runtime/Cargo.toml index 4d298b7ce5e3..81e1ba6e9337 100644 --- a/substrate/primitives/runtime/Cargo.toml +++ b/substrate/primitives/runtime/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-runtime" -version = "31.0.1" +version = "38.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Runtime Modules shared primitive types." +description = "Runtime Modules shared primitive types. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-runtime" readme = "README.md" @@ -27,12 +27,12 @@ paste = "1.0" rand = { version = "0.8.5", optional = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["alloc", "derive"], optional = true, workspace = true } -sp-application-crypto = { path = "../application-crypto", default-features = false } -sp-arithmetic = { path = "../arithmetic", default-features = false } -sp-core = { path = "../core", default-features = false } -sp-io = { path = "../io", default-features = false } -sp-std = { path = "../std", default-features = false } -sp-weights = { path = "../weights", default-features = false } +sp-application-crypto = { path = "../application-crypto", default-features = false, version = "37.0.0" } +sp-arithmetic = { path = "../arithmetic", default-features = false, version = "26.0.0" } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-io = { path = "../io", default-features = false, version = "37.0.0" } +sp-std = { path = "../std", default-features = false, version = "14.0.0" } +sp-weights = { path = "../weights", default-features = false, version = "31.0.0" } docify = "0.2.8" simple-mermaid = { version = "0.1.1", optional = true } @@ -60,14 +60,11 @@ std = [ "scale-info/std", "serde/std", "simple-mermaid", - "sp-api/std", "sp-application-crypto/std", "sp-arithmetic/std", "sp-core/std", "sp-io/std", - "sp-state-machine/std", "sp-std/std", - "sp-tracing/std", "sp-weights/std", ] diff --git a/substrate/primitives/session/Cargo.toml b/substrate/primitives/session/Cargo.toml index 9355ab420107..a7e5023cb64d 100644 --- a/substrate/primitives/session/Cargo.toml +++ b/substrate/primitives/session/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-session" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Primitives for sessions" +description = "Primitives for sessions (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,11 +18,11 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-api = { path = "../api", default-features = false } -sp-core = { path = "../core", default-features = false } -sp-runtime = { path = "../runtime", optional = true, default-features = false } -sp-staking = { path = "../staking", default-features = false } -sp-keystore = { path = "../keystore", optional = true, default-features = false } +sp-api = { path = "../api", default-features = false, version = "33.0.0" } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../runtime", optional = true, default-features = false, version = "38.0.0" } +sp-staking = { path = "../staking", default-features = false, version = "33.0.0" } +sp-keystore = { path = "../keystore", optional = true, default-features = false, version = "0.40.0" } [features] default = ["std"] diff --git a/substrate/primitives/staking/Cargo.toml b/substrate/primitives/staking/Cargo.toml index 6e3ce4bca106..bc325533ee82 100644 --- a/substrate/primitives/staking/Cargo.toml +++ b/substrate/primitives/staking/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-staking" -version = "26.0.0" +version = "33.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "A crate which contains primitives that are useful for implementation that uses staking approaches in general. Definitions related to sessions, slashing, etc go here." +description = "A crate which contains primitives that are useful for implementation that uses staking approaches in general. Definitions related to sessions, slashing, etc go here. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -21,8 +21,8 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } impl-trait-for-tuples = "0.2.2" -sp-core = { path = "../core", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/state-machine/Cargo.toml b/substrate/primitives/state-machine/Cargo.toml index f6402eccf0df..16c2c3ed21a4 100644 --- a/substrate/primitives/state-machine/Cargo.toml +++ b/substrate/primitives/state-machine/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sp-state-machine" -version = "0.35.0" +version = "0.42.0" authors.workspace = true -description = "Substrate State Machine" +description = "Substrate State Machine (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -25,10 +25,10 @@ rand = { version = "0.8.5", optional = true } smallvec = "1.11.0" thiserror = { optional = true, workspace = true } tracing = { version = "0.1.29", optional = true } -sp-core = { path = "../core", default-features = false } -sp-externalities = { path = "../externalities", default-features = false } -sp-panic-handler = { path = "../panic-handler", optional = true } -sp-trie = { path = "../trie", default-features = false } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-externalities = { path = "../externalities", default-features = false, version = "0.29.0" } +sp-panic-handler = { path = "../panic-handler", optional = true, version = "13.0.0" } +sp-trie = { path = "../trie", default-features = false, version = "36.0.0" } trie-db = { version = "0.29.0", default-features = false } arbitrary = { version = "1", features = ["derive"], optional = true } @@ -52,7 +52,6 @@ std = [ "sp-core/std", "sp-externalities/std", "sp-panic-handler", - "sp-runtime/std", "sp-trie/std", "thiserror", "tracing", diff --git a/substrate/primitives/statement-store/Cargo.toml b/substrate/primitives/statement-store/Cargo.toml index bb893b25dc44..6bb2c8a00f5c 100644 --- a/substrate/primitives/statement-store/Cargo.toml +++ b/substrate/primitives/statement-store/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-statement-store" -version = "10.0.0" +version = "17.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "A crate which contains primitives related to the statement store" +description = "A crate which contains primitives related to the statement store (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,13 +18,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-core = { path = "../core", default-features = false } -sp-crypto-hashing = { path = "../crypto/hashing", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } -sp-api = { path = "../api", default-features = false } -sp-application-crypto = { path = "../application-crypto", default-features = false } -sp-runtime-interface = { path = "../runtime-interface", default-features = false } -sp-externalities = { path = "../externalities", default-features = false } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-crypto-hashing = { path = "../crypto/hashing", default-features = false, version = "0.1.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } +sp-api = { path = "../api", default-features = false, version = "33.0.0" } +sp-application-crypto = { path = "../application-crypto", default-features = false, version = "37.0.0" } +sp-runtime-interface = { path = "../runtime-interface", default-features = false, version = "28.0.0" } +sp-externalities = { path = "../externalities", default-features = false, version = "0.29.0" } thiserror = { optional = true, workspace = true } # ECIES dependencies diff --git a/substrate/primitives/std/Cargo.toml b/substrate/primitives/std/Cargo.toml index 0b5276469efd..7a694bdefb44 100644 --- a/substrate/primitives/std/Cargo.toml +++ b/substrate/primitives/std/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Lowest-abstraction level for the Substrate runtime: just exports useful primitives from std or client/alloc to be used with any code that depends on the runtime." +description = "Lowest-abstraction level for the Substrate runtime: just exports useful primitives from std or client/alloc to be used with any code that depends on the runtime. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-std" readme = "README.md" diff --git a/substrate/primitives/storage/Cargo.toml b/substrate/primitives/storage/Cargo.toml index c3318943d0d4..43a303cf0c8c 100644 --- a/substrate/primitives/storage/Cargo.toml +++ b/substrate/primitives/storage/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "sp-storage" -version = "19.0.0" +version = "21.0.0" authors.workspace = true edition.workspace = true -description = "Storage related primitives" +description = "Storage related primitives (polkadot v1.13.0)" license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true @@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = impl-serde = { version = "0.4.0", optional = true, default-features = false } ref-cast = "1.0.0" serde = { features = ["alloc", "derive"], optional = true, workspace = true } -sp-debug-derive = { path = "../debug-derive", default-features = false } +sp-debug-derive = { path = "../debug-derive", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/test-primitives/Cargo.toml b/substrate/primitives/test-primitives/Cargo.toml index b7be61486091..6948c3496372 100644 --- a/substrate/primitives/test-primitives/Cargo.toml +++ b/substrate/primitives/test-primitives/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "sp-test-primitives" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true publish = false +description = "sp-test-primitives (polkadot v1.13.0)" [lints] workspace = true @@ -18,9 +19,9 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["derive"], optional = true, workspace = true } -sp-application-crypto = { path = "../application-crypto", default-features = false } -sp-core = { path = "../core", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } +sp-application-crypto = { path = "../application-crypto", default-features = false, version = "37.0.0" } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/timestamp/Cargo.toml b/substrate/primitives/timestamp/Cargo.toml index c1bf9b3255ea..3966bc856c60 100644 --- a/substrate/primitives/timestamp/Cargo.toml +++ b/substrate/primitives/timestamp/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-timestamp" -version = "26.0.0" +version = "33.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate core types and inherents for timestamps." +description = "Substrate core types and inherents for timestamps. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -19,8 +19,8 @@ targets = ["x86_64-unknown-linux-gnu"] async-trait = { version = "0.1.79", optional = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } thiserror = { optional = true, workspace = true } -sp-inherents = { path = "../inherents", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } +sp-inherents = { path = "../inherents", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/tracing/Cargo.toml b/substrate/primitives/tracing/Cargo.toml index 8adec1670dc2..ea2762ca91bb 100644 --- a/substrate/primitives/tracing/Cargo.toml +++ b/substrate/primitives/tracing/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-tracing" -version = "16.0.0" +version = "17.0.0" license = "Apache-2.0" authors.workspace = true edition.workspace = true homepage = "https://substrate.io" repository.workspace = true -description = "Instrumentation primitives and macros for Substrate." +description = "Instrumentation primitives and macros for Substrate. (polkadot v1.13.0)" readme = "README.md" [lints] diff --git a/substrate/primitives/transaction-pool/Cargo.toml b/substrate/primitives/transaction-pool/Cargo.toml index a7deda64efce..34c65706c805 100644 --- a/substrate/primitives/transaction-pool/Cargo.toml +++ b/substrate/primitives/transaction-pool/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-transaction-pool" -version = "26.0.0" +version = "33.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Transaction pool runtime facing API." +description = "Transaction pool runtime facing API. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-transaction-pool" readme = "README.md" @@ -17,8 +17,8 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-api = { path = "../api", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } +sp-api = { path = "../api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/transaction-storage-proof/Cargo.toml b/substrate/primitives/transaction-storage-proof/Cargo.toml index 1e874c3595ac..7bf8d7c5b7b8 100644 --- a/substrate/primitives/transaction-storage-proof/Cargo.toml +++ b/substrate/primitives/transaction-storage-proof/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sp-transaction-storage-proof" -version = "26.0.0" +version = "33.0.0" authors.workspace = true -description = "Transaction storage proof primitives" +description = "Transaction storage proof primitives (polkadot v1.13.0)" edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" @@ -19,10 +19,10 @@ targets = ["x86_64-unknown-linux-gnu"] async-trait = { version = "0.1.79", optional = true } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-core = { path = "../core", optional = true, default-features = false } -sp-inherents = { path = "../inherents", default-features = false } -sp-runtime = { path = "../runtime", default-features = false } -sp-trie = { path = "../trie", optional = true, default-features = false } +sp-core = { path = "../core", optional = true, default-features = false, version = "34.0.0" } +sp-inherents = { path = "../inherents", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } +sp-trie = { path = "../trie", optional = true, default-features = false, version = "36.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/trie/Cargo.toml b/substrate/primitives/trie/Cargo.toml index 45459c180d40..237778cebe01 100644 --- a/substrate/primitives/trie/Cargo.toml +++ b/substrate/primitives/trie/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sp-trie" -version = "29.0.0" +version = "36.0.0" authors.workspace = true -description = "Patricia trie stuff using a parity-scale-codec node format" +description = "Patricia trie stuff using a parity-scale-codec node format (polkadot v1.13.0)" repository.workspace = true license = "Apache-2.0" edition.workspace = true @@ -34,8 +34,8 @@ thiserror = { optional = true, workspace = true } tracing = { version = "0.1.29", optional = true } trie-db = { version = "0.29.0", default-features = false } trie-root = { version = "0.18.0", default-features = false } -sp-core = { path = "../core", default-features = false } -sp-externalities = { path = "../externalities", default-features = false } +sp-core = { path = "../core", default-features = false, version = "34.0.0" } +sp-externalities = { path = "../externalities", default-features = false, version = "0.29.0" } schnellru = { version = "0.2.1", optional = true } [dev-dependencies] @@ -60,7 +60,6 @@ std = [ "schnellru", "sp-core/std", "sp-externalities/std", - "sp-runtime/std", "thiserror", "tracing", "trie-db/std", diff --git a/substrate/primitives/version/Cargo.toml b/substrate/primitives/version/Cargo.toml index f8ef8f66c535..c45a7f89f093 100644 --- a/substrate/primitives/version/Cargo.toml +++ b/substrate/primitives/version/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-version" -version = "29.0.0" +version = "36.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Version module for the Substrate runtime; Provides a function that returns the runtime version." +description = "Version module for the Substrate runtime; Provides a function that returns the runtime version. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-version" readme = "README.md" @@ -23,10 +23,10 @@ parity-wasm = { version = "0.45", optional = true } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { features = ["alloc", "derive"], optional = true, workspace = true } thiserror = { optional = true, workspace = true } -sp-crypto-hashing-proc-macro = { path = "../crypto/hashing/proc-macro" } -sp-runtime = { path = "../runtime", default-features = false } -sp-std = { path = "../std", default-features = false } -sp-version-proc-macro = { path = "proc-macro", default-features = false } +sp-crypto-hashing-proc-macro = { version = "0.1.0", path = "../crypto/hashing/proc-macro" } +sp-runtime = { path = "../runtime", default-features = false, version = "38.0.0" } +sp-std = { path = "../std", default-features = false, version = "14.0.0" } +sp-version-proc-macro = { path = "proc-macro", default-features = false, version = "14.0.0" } [features] default = ["std"] diff --git a/substrate/primitives/version/proc-macro/Cargo.toml b/substrate/primitives/version/proc-macro/Cargo.toml index 3abd5c091069..37130a65e765 100644 --- a/substrate/primitives/version/proc-macro/Cargo.toml +++ b/substrate/primitives/version/proc-macro/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-version-proc-macro" -version = "13.0.0" +version = "14.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Macro for defining a runtime version." +description = "Macro for defining a runtime version. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-api-proc-macro" [lints] diff --git a/substrate/primitives/wasm-interface/Cargo.toml b/substrate/primitives/wasm-interface/Cargo.toml index a0c8342d2d3c..909d167512ea 100644 --- a/substrate/primitives/wasm-interface/Cargo.toml +++ b/substrate/primitives/wasm-interface/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-wasm-interface" -version = "20.0.0" +version = "21.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Types and traits for interfacing between the host and the wasm runtime." +description = "Types and traits for interfacing between the host and the wasm runtime. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-wasm-interface" readme = "README.md" diff --git a/substrate/primitives/weights/Cargo.toml b/substrate/primitives/weights/Cargo.toml index d2d72a7cb019..6ac51ddf7113 100644 --- a/substrate/primitives/weights/Cargo.toml +++ b/substrate/primitives/weights/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "sp-weights" -version = "27.0.0" +version = "31.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Types and traits for interfacing between the host and the wasm runtime." +description = "Types and traits for interfacing between the host and the wasm runtime. (polkadot v1.13.0)" documentation = "https://docs.rs/sp-wasm-interface" [lints] @@ -21,8 +21,8 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } serde = { optional = true, features = ["alloc", "derive"], workspace = true } smallvec = "1.11.0" -sp-arithmetic = { path = "../arithmetic", default-features = false } -sp-debug-derive = { path = "../debug-derive", default-features = false } +sp-arithmetic = { path = "../arithmetic", default-features = false, version = "26.0.0" } +sp-debug-derive = { path = "../debug-derive", default-features = false, version = "14.0.0" } schemars = { version = "0.8.3", default-features = false, optional = true } [features] diff --git a/substrate/scripts/ci/node-template-release/Cargo.toml b/substrate/scripts/ci/node-template-release/Cargo.toml index 8e3e6138b9a8..9eec6679de28 100644 --- a/substrate/scripts/ci/node-template-release/Cargo.toml +++ b/substrate/scripts/ci/node-template-release/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "node-template-release" -version = "3.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "GPL-3.0 WITH Classpath-exception-2.0" homepage = "https://substrate.io" publish = false +description = "node-template-release (polkadot v1.13.0)" [lints] workspace = true diff --git a/substrate/test-utils/Cargo.toml b/substrate/test-utils/Cargo.toml index 56b1c038199a..280a335c0ddd 100644 --- a/substrate/test-utils/Cargo.toml +++ b/substrate/test-utils/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "substrate-test-utils" -version = "4.0.0-dev" +version = "3.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate test utilities" +description = "Substrate test utilities (polkadot v1.13.0)" publish = false [lints] diff --git a/substrate/test-utils/cli/Cargo.toml b/substrate/test-utils/cli/Cargo.toml index 87c595c66f34..38ce9da470cd 100644 --- a/substrate/test-utils/cli/Cargo.toml +++ b/substrate/test-utils/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-cli-test-utils" -description = "CLI testing utilities" +description = "CLI testing utilities (polkadot v1.13.0)" version = "0.1.0" authors.workspace = true edition.workspace = true @@ -16,16 +16,16 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -substrate-rpc-client = { path = "../../utils/frame/rpc/client" } -sp-rpc = { path = "../../primitives/rpc" } +substrate-rpc-client = { version = "0.40.0", path = "../../utils/frame/rpc/client" } +sp-rpc = { version = "32.0.0", path = "../../primitives/rpc" } assert_cmd = "2.0.10" nix = { version = "0.28.0", features = ["signal"] } regex = "1.7.3" tokio = { version = "1.22.0", features = ["full"] } -node-primitives = { path = "../../bin/node/primitives" } -node-cli = { package = "staging-node-cli", path = "../../bin/node/cli" } -sc-cli = { path = "../../client/cli" } -sc-service = { path = "../../client/service" } +node-primitives = { version = "0.1.0", path = "../../bin/node/primitives" } +node-cli = { package = "staging-node-cli", path = "../../bin/node/cli", version = "0.1.0" } +sc-cli = { version = "0.43.0", path = "../../client/cli" } +sc-service = { version = "0.42.0", path = "../../client/service" } futures = "0.3.28" [features] diff --git a/substrate/test-utils/client/Cargo.toml b/substrate/test-utils/client/Cargo.toml index 5871f1bf5b4d..e61d604d5364 100644 --- a/substrate/test-utils/client/Cargo.toml +++ b/substrate/test-utils/client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "substrate-test-client" -description = "Client testing utilities" -version = "2.0.1" +description = "Client testing utilities (polkadot v1.13.0)" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" @@ -22,21 +22,17 @@ codec = { package = "parity-scale-codec", version = "3.6.12" } futures = "0.3.30" serde = { workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } -sc-client-api = { path = "../../client/api" } -sc-client-db = { path = "../../client/db", default-features = false, features = [ - "test-helpers", -] } -sc-consensus = { path = "../../client/consensus/common" } -sc-executor = { path = "../../client/executor" } -sc-offchain = { path = "../../client/offchain" } -sc-service = { path = "../../client/service", default-features = false, features = [ - "test-helpers", -] } -sp-blockchain = { path = "../../primitives/blockchain" } -sp-consensus = { path = "../../primitives/consensus/common" } -sp-core = { path = "../../primitives/core" } -sp-keyring = { path = "../../primitives/keyring" } -sp-keystore = { path = "../../primitives/keystore" } -sp-runtime = { path = "../../primitives/runtime" } -sp-state-machine = { path = "../../primitives/state-machine" } +sc-client-api = { version = "35.0.0", path = "../../client/api" } +sc-client-db = { path = "../../client/db", default-features = false, features = ["test-helpers"], version = "0.42.0" } +sc-consensus = { version = "0.40.0", path = "../../client/consensus/common" } +sc-executor = { version = "0.39.0", path = "../../client/executor" } +sc-offchain = { version = "36.0.0", path = "../../client/offchain" } +sc-service = { path = "../../client/service", default-features = false, features = ["test-helpers"], version = "0.42.0" } +sp-blockchain = { version = "35.0.0", path = "../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../primitives/core" } +sp-keyring = { version = "38.0.0", path = "../../primitives/keyring" } +sp-keystore = { version = "0.40.0", path = "../../primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../primitives/state-machine" } tokio = { version = "1.22.0", features = ["sync"] } diff --git a/substrate/test-utils/runtime/Cargo.toml b/substrate/test-utils/runtime/Cargo.toml index 8733ff9fcebb..474567614936 100644 --- a/substrate/test-utils/runtime/Cargo.toml +++ b/substrate/test-utils/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-test-runtime" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true build = "build.rs" @@ -8,6 +8,7 @@ license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true publish = false +description = "substrate-test-runtime (polkadot v1.13.0)" [lints] workspace = true @@ -16,38 +17,38 @@ workspace = true targets = ["x86_64-unknown-linux-gnu"] [dependencies] -sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"] } -sp-consensus-aura = { path = "../../primitives/consensus/aura", default-features = false, features = ["serde"] } -sp-consensus-babe = { path = "../../primitives/consensus/babe", default-features = false, features = ["serde"] } -sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features = false } -sp-block-builder = { path = "../../primitives/block-builder", default-features = false } +sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false, features = ["serde"], version = "37.0.0" } +sp-consensus-aura = { path = "../../primitives/consensus/aura", default-features = false, features = ["serde"], version = "0.39.0" } +sp-consensus-babe = { path = "../../primitives/consensus/babe", default-features = false, features = ["serde"], version = "0.39.0" } +sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-block-builder = { path = "../../primitives/block-builder", default-features = false, version = "33.0.0" } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] } scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } -sp-inherents = { path = "../../primitives/inherents", default-features = false } -sp-keyring = { path = "../../primitives/keyring", default-features = false } -sp-offchain = { path = "../../primitives/offchain", default-features = false } -sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] } -sp-crypto-hashing = { path = "../../primitives/crypto/hashing", default-features = false } -sp-io = { path = "../../primitives/io", default-features = false } -frame-support = { path = "../../frame/support", default-features = false } -sp-version = { path = "../../primitives/version", default-features = false } -sp-session = { path = "../../primitives/session", default-features = false } -sp-api = { path = "../../primitives/api", default-features = false } -sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"] } -pallet-babe = { path = "../../frame/babe", default-features = false } -pallet-balances = { path = "../../frame/balances", default-features = false } -frame-executive = { path = "../../frame/executive", default-features = false } -frame-metadata-hash-extension = { path = "../../frame/metadata-hash-extension", default-features = false } -frame-system = { path = "../../frame/system", default-features = false } -frame-system-rpc-runtime-api = { path = "../../frame/system/rpc/runtime-api", default-features = false } -pallet-timestamp = { path = "../../frame/timestamp", default-features = false } -sp-consensus-grandpa = { path = "../../primitives/consensus/grandpa", default-features = false, features = ["serde"] } -sp-trie = { path = "../../primitives/trie", default-features = false } -sp-transaction-pool = { path = "../../primitives/transaction-pool", default-features = false } +sp-inherents = { path = "../../primitives/inherents", default-features = false, version = "33.0.0" } +sp-keyring = { path = "../../primitives/keyring", default-features = false, version = "38.0.0" } +sp-offchain = { path = "../../primitives/offchain", default-features = false, version = "33.0.0" } +sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-crypto-hashing = { path = "../../primitives/crypto/hashing", default-features = false, version = "0.1.0" } +sp-io = { path = "../../primitives/io", default-features = false, version = "37.0.0" } +frame-support = { path = "../../frame/support", default-features = false, version = "35.0.0" } +sp-version = { path = "../../primitives/version", default-features = false, version = "36.0.0" } +sp-session = { path = "../../primitives/session", default-features = false, version = "34.0.0" } +sp-api = { path = "../../primitives/api", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +pallet-babe = { path = "../../frame/babe", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../frame/balances", default-features = false, version = "36.0.0" } +frame-executive = { path = "../../frame/executive", default-features = false, version = "35.0.0" } +frame-metadata-hash-extension = { path = "../../frame/metadata-hash-extension", default-features = false, version = "0.3.0" } +frame-system = { path = "../../frame/system", default-features = false, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +pallet-timestamp = { path = "../../frame/timestamp", default-features = false, version = "34.0.0" } +sp-consensus-grandpa = { path = "../../primitives/consensus/grandpa", default-features = false, features = ["serde"], version = "20.0.0" } +sp-trie = { path = "../../primitives/trie", default-features = false, version = "36.0.0" } +sp-transaction-pool = { path = "../../primitives/transaction-pool", default-features = false, version = "33.0.0" } trie-db = { version = "0.29.0", default-features = false } -sc-service = { path = "../../client/service", default-features = false, features = ["test-helpers"], optional = true } -sp-state-machine = { path = "../../primitives/state-machine", default-features = false } -sp-externalities = { path = "../../primitives/externalities", default-features = false } +sc-service = { path = "../../client/service", default-features = false, features = ["test-helpers"], optional = true, version = "0.42.0" } +sp-state-machine = { path = "../../primitives/state-machine", default-features = false, version = "0.42.0" } +sp-externalities = { path = "../../primitives/externalities", default-features = false, version = "0.29.0" } # 3rd party array-bytes = { version = "6.2.2", optional = true } @@ -68,7 +69,7 @@ serde = { features = ["alloc", "derive"], workspace = true } serde_json = { features = ["alloc"], workspace = true } [build-dependencies] -substrate-wasm-builder = { path = "../../utils/wasm-builder", optional = true, features = ["metadata-hash"] } +substrate-wasm-builder = { path = "../../utils/wasm-builder", optional = true, features = ["metadata-hash"], version = "23.0.0" } [features] default = ["std"] @@ -85,10 +86,8 @@ std = [ "pallet-babe/std", "pallet-balances/std", "pallet-timestamp/std", - "sc-executor/std", "sc-service", "scale-info/std", - "serde/std", "serde_json/std", "sp-api/std", "sp-application-crypto/std", @@ -107,7 +106,6 @@ std = [ "sp-runtime/std", "sp-session/std", "sp-state-machine/std", - "sp-tracing/std", "sp-transaction-pool/std", "sp-trie/std", "sp-version/std", diff --git a/substrate/test-utils/runtime/client/Cargo.toml b/substrate/test-utils/runtime/client/Cargo.toml index 5ca24fea33ed..4e4a00ebf974 100644 --- a/substrate/test-utils/runtime/client/Cargo.toml +++ b/substrate/test-utils/runtime/client/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "substrate-test-runtime-client" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true publish = false +description = "substrate-test-runtime-client (polkadot v1.13.0)" [lints] workspace = true @@ -16,13 +17,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] futures = "0.3.30" -sc-block-builder = { path = "../../../client/block-builder" } -sc-client-api = { path = "../../../client/api" } -sc-consensus = { path = "../../../client/consensus/common" } -sp-api = { path = "../../../primitives/api" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-consensus = { path = "../../../primitives/consensus/common" } -sp-core = { path = "../../../primitives/core" } -sp-runtime = { path = "../../../primitives/runtime" } -substrate-test-client = { path = "../../client" } -substrate-test-runtime = { path = ".." } +sc-block-builder = { version = "0.40.0", path = "../../../client/block-builder" } +sc-client-api = { version = "35.0.0", path = "../../../client/api" } +sc-consensus = { version = "0.40.0", path = "../../../client/consensus/common" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-consensus = { version = "0.39.0", path = "../../../primitives/consensus/common" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +substrate-test-client = { version = "0.1.0", path = "../../client" } +substrate-test-runtime = { version = "0.1.0", path = ".." } diff --git a/substrate/test-utils/runtime/transaction-pool/Cargo.toml b/substrate/test-utils/runtime/transaction-pool/Cargo.toml index 360e2b7b810d..bca4827e714f 100644 --- a/substrate/test-utils/runtime/transaction-pool/Cargo.toml +++ b/substrate/test-utils/runtime/transaction-pool/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "substrate-test-runtime-transaction-pool" -version = "2.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true publish = false +description = "substrate-test-runtime-transaction-pool (polkadot v1.13.0)" [lints] workspace = true @@ -19,8 +20,8 @@ codec = { package = "parity-scale-codec", version = "3.6.12" } futures = "0.3.30" parking_lot = "0.12.1" thiserror = { workspace = true } -sc-transaction-pool = { path = "../../../client/transaction-pool" } -sc-transaction-pool-api = { path = "../../../client/transaction-pool/api" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-runtime = { path = "../../../primitives/runtime" } -substrate-test-runtime-client = { path = "../client" } +sc-transaction-pool = { version = "35.0.0", path = "../../../client/transaction-pool" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../../client/transaction-pool/api" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +substrate-test-runtime-client = { version = "0.1.0", path = "../client" } diff --git a/substrate/utils/binary-merkle-tree/Cargo.toml b/substrate/utils/binary-merkle-tree/Cargo.toml index fd35e6b1e1a2..79243f02e4ee 100644 --- a/substrate/utils/binary-merkle-tree/Cargo.toml +++ b/substrate/utils/binary-merkle-tree/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "binary-merkle-tree" -version = "13.0.0" +version = "15.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" repository.workspace = true -description = "A no-std/Substrate compatible library to construct binary merkle tree." +description = "A no-std/Substrate compatible library to construct binary merkle tree. (polkadot v1.13.0)" homepage = "https://substrate.io" [lints] @@ -25,4 +25,4 @@ sp-runtime = { path = "../../primitives/runtime" } [features] debug = ["array-bytes", "log"] default = ["debug", "std"] -std = ["hash-db/std", "log/std", "sp-core/std", "sp-runtime/std"] +std = ["hash-db/std", "log/std"] diff --git a/substrate/utils/build-script-utils/Cargo.toml b/substrate/utils/build-script-utils/Cargo.toml index e1152cd9ac8e..758127b8e348 100644 --- a/substrate/utils/build-script-utils/Cargo.toml +++ b/substrate/utils/build-script-utils/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Crate with utility functions for `build.rs` scripts." +description = "Crate with utility functions for `build.rs` scripts. (polkadot v1.13.0)" readme = "README.md" [lints] diff --git a/substrate/utils/fork-tree/Cargo.toml b/substrate/utils/fork-tree/Cargo.toml index 275f44623bd1..9b7ba9115f94 100644 --- a/substrate/utils/fork-tree/Cargo.toml +++ b/substrate/utils/fork-tree/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "fork-tree" -version = "12.0.0" +version = "13.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Utility library for managing tree-like ordered data with logic for pruning the tree while finalizing nodes." +description = "Utility library for managing tree-like ordered data with logic for pruning the tree while finalizing nodes. (polkadot v1.13.0)" documentation = "https://docs.rs/fork-tree" readme = "README.md" diff --git a/substrate/utils/frame/benchmarking-cli/Cargo.toml b/substrate/utils/frame/benchmarking-cli/Cargo.toml index 7cfacdc2e5ed..26b748464073 100644 --- a/substrate/utils/frame/benchmarking-cli/Cargo.toml +++ b/substrate/utils/frame/benchmarking-cli/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-benchmarking-cli" -version = "32.0.0" +version = "39.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "CLI for benchmarking FRAME" +description = "CLI for benchmarking FRAME (polkadot v1.13.0)" readme = "README.md" [lints] @@ -33,31 +33,31 @@ serde = { workspace = true, default-features = true } serde_json = { workspace = true, default-features = true } thiserror = { workspace = true } thousands = "0.2.0" -frame-benchmarking = { path = "../../../frame/benchmarking" } -frame-support = { path = "../../../frame/support" } -frame-system = { path = "../../../frame/system" } -sc-block-builder = { path = "../../../client/block-builder" } -sc-chain-spec = { path = "../../../client/chain-spec", default-features = false } -sc-cli = { path = "../../../client/cli", default-features = false } -sc-client-api = { path = "../../../client/api" } -sc-client-db = { path = "../../../client/db", default-features = false } -sc-executor = { path = "../../../client/executor" } -sc-service = { path = "../../../client/service", default-features = false } -sc-sysinfo = { path = "../../../client/sysinfo" } -sp-api = { path = "../../../primitives/api" } -sp-blockchain = { path = "../../../primitives/blockchain" } -sp-core = { path = "../../../primitives/core" } -sp-database = { path = "../../../primitives/database" } -sp-externalities = { path = "../../../primitives/externalities" } -sp-genesis-builder = { path = "../../../primitives/genesis-builder" } -sp-inherents = { path = "../../../primitives/inherents" } -sp-keystore = { path = "../../../primitives/keystore" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-state-machine = { path = "../../../primitives/state-machine" } -sp-storage = { path = "../../../primitives/storage" } -sp-trie = { path = "../../../primitives/trie" } -sp-io = { path = "../../../primitives/io" } -sp-wasm-interface = { path = "../../../primitives/wasm-interface" } +frame-benchmarking = { version = "35.0.0", path = "../../../frame/benchmarking" } +frame-support = { version = "35.0.0", path = "../../../frame/support" } +frame-system = { version = "35.0.0", path = "../../../frame/system" } +sc-block-builder = { version = "0.40.0", path = "../../../client/block-builder" } +sc-chain-spec = { path = "../../../client/chain-spec", default-features = false, version = "34.0.0" } +sc-cli = { path = "../../../client/cli", default-features = false, version = "0.43.0" } +sc-client-api = { version = "35.0.0", path = "../../../client/api" } +sc-client-db = { path = "../../../client/db", default-features = false, version = "0.42.0" } +sc-executor = { version = "0.39.0", path = "../../../client/executor" } +sc-service = { path = "../../../client/service", default-features = false, version = "0.42.0" } +sc-sysinfo = { version = "34.0.0", path = "../../../client/sysinfo" } +sp-api = { version = "33.0.0", path = "../../../primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-database = { version = "10.0.0", path = "../../../primitives/database" } +sp-externalities = { version = "0.29.0", path = "../../../primitives/externalities" } +sp-genesis-builder = { version = "0.14.0", path = "../../../primitives/genesis-builder" } +sp-inherents = { version = "33.0.0", path = "../../../primitives/inherents" } +sp-keystore = { version = "0.40.0", path = "../../../primitives/keystore" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-state-machine = { version = "0.42.0", path = "../../../primitives/state-machine" } +sp-storage = { version = "21.0.0", path = "../../../primitives/storage" } +sp-trie = { version = "36.0.0", path = "../../../primitives/trie" } +sp-io = { version = "37.0.0", path = "../../../primitives/io" } +sp-wasm-interface = { version = "21.0.0", path = "../../../primitives/wasm-interface" } gethostname = "0.2.3" [features] diff --git a/substrate/utils/frame/generate-bags/Cargo.toml b/substrate/utils/frame/generate-bags/Cargo.toml index 2688254bd5ea..296bc763577c 100644 --- a/substrate/utils/frame/generate-bags/Cargo.toml +++ b/substrate/utils/frame/generate-bags/Cargo.toml @@ -1,23 +1,22 @@ [package] name = "generate-bags" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Bag threshold generation script for pallet-bag-list" +description = "Bag threshold generation script for pallet-bag-list (polkadot v1.13.0)" [lints] workspace = true [dependencies] -# FRAME -frame-support = { path = "../../../frame/support" } -frame-election-provider-support = { path = "../../../frame/election-provider-support" } -frame-system = { path = "../../../frame/system" } -pallet-staking = { path = "../../../frame/staking" } -sp-staking = { path = "../../../primitives/staking" } +frame-support = { version = "35.0.0", path = "../../../frame/support" } +frame-election-provider-support = { version = "35.0.0", path = "../../../frame/election-provider-support" } +frame-system = { version = "35.0.0", path = "../../../frame/system" } +pallet-staking = { version = "35.0.0", path = "../../../frame/staking" } +sp-staking = { version = "33.0.0", path = "../../../primitives/staking" } # third party chrono = { version = "0.4.31" } diff --git a/substrate/utils/frame/generate-bags/node-runtime/Cargo.toml b/substrate/utils/frame/generate-bags/node-runtime/Cargo.toml index 37d96d7e12b9..3ebfe1ac8f7f 100644 --- a/substrate/utils/frame/generate-bags/node-runtime/Cargo.toml +++ b/substrate/utils/frame/generate-bags/node-runtime/Cargo.toml @@ -1,20 +1,20 @@ [package] name = "node-runtime-generate-bags" -version = "3.0.0" +version = "0.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Bag threshold generation script for pallet-bag-list and kitchensink-runtime." +description = "Bag threshold generation script for pallet-bag-list and kitchensink-runtime. (polkadot v1.13.0)" publish = false [lints] workspace = true [dependencies] -kitchensink-runtime = { path = "../../../../bin/node/runtime" } -generate-bags = { path = ".." } +kitchensink-runtime = { version = "0.1.0", path = "../../../../bin/node/runtime" } +generate-bags = { version = "35.0.0", path = ".." } # third-party clap = { version = "4.5.3", features = ["derive"] } diff --git a/substrate/utils/frame/omni-bencher/Cargo.toml b/substrate/utils/frame/omni-bencher/Cargo.toml index 0c2d1a1b32b1..f3fb98e7832c 100644 --- a/substrate/utils/frame/omni-bencher/Cargo.toml +++ b/substrate/utils/frame/omni-bencher/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "frame-omni-bencher" -version = "0.1.0" -description = "Freestanding benchmark runner for any Polkadot runtime." +version = "0.3.0" +description = "Freestanding benchmark runner for any Polkadot runtime. (polkadot v1.13.0)" authors.workspace = true edition.workspace = true repository.workspace = true @@ -12,10 +12,10 @@ workspace = true [dependencies] clap = { version = "4.5.2", features = ["derive"] } -cumulus-primitives-proof-size-hostfunction = { path = "../../../../cumulus/primitives/proof-size-hostfunction" } -frame-benchmarking-cli = { path = "../benchmarking-cli", default-features = false } -sc-cli = { path = "../../../client/cli" } -sp-runtime = { path = "../../../primitives/runtime" } -sp-statement-store = { path = "../../../primitives/statement-store" } +cumulus-primitives-proof-size-hostfunction = { version = "0.9.0", path = "../../../../cumulus/primitives/proof-size-hostfunction" } +frame-benchmarking-cli = { path = "../benchmarking-cli", default-features = false, version = "39.0.0" } +sc-cli = { version = "0.43.0", path = "../../../client/cli" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } +sp-statement-store = { version = "17.0.0", path = "../../../primitives/statement-store" } env_logger = "0.11.2" log = { workspace = true } diff --git a/substrate/utils/frame/remote-externalities/Cargo.toml b/substrate/utils/frame/remote-externalities/Cargo.toml index 2911d5eef659..bc43af5db577 100644 --- a/substrate/utils/frame/remote-externalities/Cargo.toml +++ b/substrate/utils/frame/remote-externalities/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "frame-remote-externalities" -version = "0.35.0" +version = "0.42.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "An externalities provided environment that can load itself from remote nodes or cached files" +description = "An externalities provided environment that can load itself from remote nodes or cached files (polkadot v1.13.0)" [lints] workspace = true @@ -19,13 +19,13 @@ jsonrpsee = { version = "0.22", features = ["http-client"] } codec = { package = "parity-scale-codec", version = "3.6.12" } log = { workspace = true, default-features = true } serde = { workspace = true, default-features = true } -sp-core = { path = "../../../primitives/core" } -sp-crypto-hashing = { path = "../../../primitives/crypto/hashing" } -sp-state-machine = { path = "../../../primitives/state-machine" } -sp-io = { path = "../../../primitives/io" } -sp-runtime = { path = "../../../primitives/runtime" } +sp-core = { version = "34.0.0", path = "../../../primitives/core" } +sp-crypto-hashing = { version = "0.1.0", path = "../../../primitives/crypto/hashing" } +sp-state-machine = { version = "0.42.0", path = "../../../primitives/state-machine" } +sp-io = { version = "37.0.0", path = "../../../primitives/io" } +sp-runtime = { version = "38.0.0", path = "../../../primitives/runtime" } tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread"] } -substrate-rpc-client = { path = "../rpc/client" } +substrate-rpc-client = { version = "0.40.0", path = "../rpc/client" } futures = "0.3.30" indicatif = "0.17.7" spinners = "4.1.0" diff --git a/substrate/utils/frame/rpc/client/Cargo.toml b/substrate/utils/frame/rpc/client/Cargo.toml index 501bb95b2579..0e5e7e24393e 100644 --- a/substrate/utils/frame/rpc/client/Cargo.toml +++ b/substrate/utils/frame/rpc/client/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "substrate-rpc-client" -version = "0.33.0" +version = "0.40.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Shared JSON-RPC client" +description = "Shared JSON-RPC client (polkadot v1.13.0)" [lints] workspace = true @@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpsee = { version = "0.22", features = ["ws-client"] } -sc-rpc-api = { path = "../../../../client/rpc-api" } +sc-rpc-api = { version = "0.40.0", path = "../../../../client/rpc-api" } async-trait = "0.1.79" serde = { workspace = true, default-features = true } -sp-runtime = { path = "../../../../primitives/runtime" } +sp-runtime = { version = "38.0.0", path = "../../../../primitives/runtime" } log = { workspace = true, default-features = true } [dev-dependencies] 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 ee3bf5eb68d7..ba64e1a9c211 100644 --- a/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml +++ b/substrate/utils/frame/rpc/state-trie-migration-rpc/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "substrate-state-trie-migration-rpc" -version = "27.0.0" +version = "34.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Node-specific RPC methods for interaction with state trie migration." +description = "Node-specific RPC methods for interaction with state trie migration. (polkadot v1.13.0)" readme = "README.md" [lints] @@ -18,18 +18,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false } serde = { features = ["derive"], workspace = true, default-features = true } - -sp-core = { path = "../../../../primitives/core" } -sp-state-machine = { path = "../../../../primitives/state-machine" } -sp-trie = { path = "../../../../primitives/trie" } +sp-core = { version = "34.0.0", path = "../../../../primitives/core" } +sp-state-machine = { version = "0.42.0", path = "../../../../primitives/state-machine" } +sp-trie = { version = "36.0.0", path = "../../../../primitives/trie" } trie-db = "0.29.0" jsonrpsee = { version = "0.22.5", features = ["client-core", "macros", "server-core"] } - -# Substrate Dependencies -sc-client-api = { path = "../../../../client/api" } -sc-rpc-api = { path = "../../../../client/rpc-api" } -sp-runtime = { path = "../../../../primitives/runtime" } +sc-client-api = { version = "35.0.0", path = "../../../../client/api" } +sc-rpc-api = { version = "0.40.0", path = "../../../../client/rpc-api" } +sp-runtime = { version = "38.0.0", path = "../../../../primitives/runtime" } [dev-dependencies] serde_json = { workspace = true, default-features = true } diff --git a/substrate/utils/frame/rpc/support/Cargo.toml b/substrate/utils/frame/rpc/support/Cargo.toml index bf566f909ecb..93adc4f818d0 100644 --- a/substrate/utils/frame/rpc/support/Cargo.toml +++ b/substrate/utils/frame/rpc/support/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "substrate-frame-rpc-support" -version = "29.0.0" +version = "36.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "Substrate RPC for FRAME's support" +description = "Substrate RPC for FRAME's support (polkadot v1.13.0)" [lints] workspace = true @@ -18,9 +18,9 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.6.12" } jsonrpsee = { version = "0.22", features = ["jsonrpsee-types"] } serde = { workspace = true, default-features = true } -frame-support = { path = "../../../../frame/support" } -sc-rpc-api = { path = "../../../../client/rpc-api" } -sp-storage = { path = "../../../../primitives/storage" } +frame-support = { version = "35.0.0", path = "../../../../frame/support" } +sc-rpc-api = { version = "0.40.0", path = "../../../../client/rpc-api" } +sp-storage = { version = "21.0.0", path = "../../../../primitives/storage" } [dev-dependencies] scale-info = "2.11.1" diff --git a/substrate/utils/frame/rpc/system/Cargo.toml b/substrate/utils/frame/rpc/system/Cargo.toml index 6829d753ed71..5042c4d4cf86 100644 --- a/substrate/utils/frame/rpc/system/Cargo.toml +++ b/substrate/utils/frame/rpc/system/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "substrate-frame-rpc-system" -version = "28.0.0" +version = "35.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true -description = "FRAME's system exposed over Substrate RPC" +description = "FRAME's system exposed over Substrate RPC (polkadot v1.13.0)" readme = "README.md" [lints] @@ -20,14 +20,14 @@ codec = { package = "parity-scale-codec", version = "3.6.12" } jsonrpsee = { version = "0.22.5", features = ["client-core", "macros", "server-core"] } futures = "0.3.30" log = { workspace = true, default-features = true } -frame-system-rpc-runtime-api = { path = "../../../../frame/system/rpc/runtime-api" } -sc-rpc-api = { path = "../../../../client/rpc-api" } -sc-transaction-pool-api = { path = "../../../../client/transaction-pool/api" } -sp-api = { path = "../../../../primitives/api" } -sp-block-builder = { path = "../../../../primitives/block-builder" } -sp-blockchain = { path = "../../../../primitives/blockchain" } -sp-core = { path = "../../../../primitives/core" } -sp-runtime = { path = "../../../../primitives/runtime" } +frame-system-rpc-runtime-api = { version = "33.0.0", path = "../../../../frame/system/rpc/runtime-api" } +sc-rpc-api = { version = "0.40.0", path = "../../../../client/rpc-api" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../../../client/transaction-pool/api" } +sp-api = { version = "33.0.0", path = "../../../../primitives/api" } +sp-block-builder = { version = "33.0.0", path = "../../../../primitives/block-builder" } +sp-blockchain = { version = "35.0.0", path = "../../../../primitives/blockchain" } +sp-core = { version = "34.0.0", path = "../../../../primitives/core" } +sp-runtime = { version = "38.0.0", path = "../../../../primitives/runtime" } [dev-dependencies] sc-transaction-pool = { path = "../../../../client/transaction-pool" } diff --git a/substrate/utils/prometheus/Cargo.toml b/substrate/utils/prometheus/Cargo.toml index 36527ac6183b..5573bbd987fd 100644 --- a/substrate/utils/prometheus/Cargo.toml +++ b/substrate/utils/prometheus/Cargo.toml @@ -1,5 +1,5 @@ [package] -description = "Endpoint to expose Prometheus metrics" +description = "Endpoint to expose Prometheus metrics (polkadot v1.13.0)" name = "substrate-prometheus-endpoint" version = "0.17.0" license = "Apache-2.0" diff --git a/substrate/utils/substrate-bip39/Cargo.toml b/substrate/utils/substrate-bip39/Cargo.toml index a46f81ee24d9..1168682d8f93 100644 --- a/substrate/utils/substrate-bip39/Cargo.toml +++ b/substrate/utils/substrate-bip39/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "substrate-bip39" -version = "0.4.7" +version = "0.6.0" license = "Apache-2.0" -description = "Converting BIP39 entropy to valid Substrate (sr25519) SecretKeys" +description = "Converting BIP39 entropy to valid Substrate (sr25519) SecretKeys (polkadot v1.13.0)" documentation = "https://docs.rs/substrate-bip39" authors.workspace = true edition.workspace = true diff --git a/substrate/utils/wasm-builder/Cargo.toml b/substrate/utils/wasm-builder/Cargo.toml index 090955494f0a..fed03385238c 100644 --- a/substrate/utils/wasm-builder/Cargo.toml +++ b/substrate/utils/wasm-builder/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "substrate-wasm-builder" -version = "17.0.0" +version = "23.0.0" authors.workspace = true -description = "Utility for building WASM binaries" +description = "Utility for building WASM binaries (polkadot v1.13.0)" edition.workspace = true repository.workspace = true license = "Apache-2.0" @@ -22,7 +22,7 @@ strum = { version = "0.26.2", features = ["derive"] } tempfile = "3.1.0" toml = "0.8.8" walkdir = "2.4.0" -sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" } +sp-maybe-compressed-blob = { version = "11.0.0", path = "../../primitives/maybe-compressed-blob" } filetime = "0.2.16" wasm-opt = "0.116" parity-wasm = "0.45" @@ -30,14 +30,14 @@ polkavm-linker = { workspace = true } # Dependencies required for the `metadata-hash` feature. merkleized-metadata = { version = "0.1.0", optional = true } -sc-executor = { path = "../../client/executor", optional = true } -sp-core = { path = "../../primitives/core", optional = true } -sp-io = { path = "../../primitives/io", optional = true } -sp-version = { path = "../../primitives/version", optional = true } +sc-executor = { path = "../../client/executor", optional = true, version = "0.39.0" } +sp-core = { path = "../../primitives/core", optional = true, version = "34.0.0" } +sp-io = { path = "../../primitives/io", optional = true, version = "37.0.0" } +sp-version = { path = "../../primitives/version", optional = true, version = "36.0.0" } frame-metadata = { version = "16.0.0", features = ["current"], optional = true } codec = { package = "parity-scale-codec", version = "3.1.5", optional = true } array-bytes = { version = "6.1", optional = true } -sp-tracing = { path = "../../primitives/tracing", optional = true } +sp-tracing = { path = "../../primitives/tracing", optional = true, version = "17.0.0" } [features] # Enable support for generating the metadata hash. diff --git a/templates/minimal/Cargo.toml b/templates/minimal/Cargo.toml index ca00cb842845..fac824db3a3f 100644 --- a/templates/minimal/Cargo.toml +++ b/templates/minimal/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "minimal-template" -description = "A minimal template built with Substrate, part of Polkadot Sdk." -version = "0.0.0" +description = "A minimal template built with Substrate, part of Polkadot Sdk. (polkadot v1.13.0)" +version = "0.1.0" license = "Unlicense" authors.workspace = true homepage.workspace = true @@ -10,12 +10,12 @@ edition.workspace = true publish = false [dependencies] -minimal-template-node = { path = "./node" } -minimal-template-runtime = { path = "./runtime" } -pallet-minimal-template = { path = "./pallets/template" } -polkadot-sdk-docs = { path = "../../docs/sdk" } +minimal-template-node = { version = "0.1.0", path = "node" } +minimal-template-runtime = { version = "0.1.0", path = "runtime" } +pallet-minimal-template = { version = "0.1.0", path = "pallets/template" } +polkadot-sdk-docs = { version = "0.1.0", path = "../../docs/sdk" } -frame = { package = "polkadot-sdk-frame", path = "../../substrate/frame" } +frame = { package = "polkadot-sdk-frame", path = "../../substrate/frame", version = "0.4.0" } # How we build docs in rust-docs simple-mermaid = "0.1.1" diff --git a/templates/minimal/node/Cargo.toml b/templates/minimal/node/Cargo.toml index d07c7b6dd9b5..8d12f1d0ab92 100644 --- a/templates/minimal/node/Cargo.toml +++ b/templates/minimal/node/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "minimal-template-node" -description = "A minimal Substrate-based Substrate node, ready for hacking." -version = "0.0.0" +description = "A minimal Substrate-based Substrate node, ready for hacking. (polkadot v1.13.0)" +version = "0.1.0" license = "Unlicense" authors.workspace = true homepage.workspace = true @@ -19,41 +19,35 @@ futures = { version = "0.3.30", features = ["thread-pool"] } futures-timer = "3.0.1" jsonrpsee = { version = "0.22", features = ["server"] } serde_json = { workspace = true, default-features = true } - -sc-cli = { path = "../../../substrate/client/cli" } -sc-executor = { path = "../../../substrate/client/executor" } -sc-network = { path = "../../../substrate/client/network" } -sc-service = { path = "../../../substrate/client/service" } -sc-telemetry = { path = "../../../substrate/client/telemetry" } -sc-transaction-pool = { path = "../../../substrate/client/transaction-pool" } -sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } -sc-consensus = { path = "../../../substrate/client/consensus/common" } -sc-consensus-manual-seal = { path = "../../../substrate/client/consensus/manual-seal" } -sc-rpc-api = { path = "../../../substrate/client/rpc-api" } -sc-basic-authorship = { path = "../../../substrate/client/basic-authorship" } -sc-offchain = { path = "../../../substrate/client/offchain" } -sc-client-api = { path = "../../../substrate/client/api" } - -sp-timestamp = { path = "../../../substrate/primitives/timestamp" } -sp-keyring = { path = "../../../substrate/primitives/keyring" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } -sp-block-builder = { path = "../../../substrate/primitives/block-builder" } -sp-io = { path = "../../../substrate/primitives/io" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } - -substrate-frame-rpc-system = { path = "../../../substrate/utils/frame/rpc/system" } +sc-cli = { version = "0.43.0", path = "../../../substrate/client/cli" } +sc-executor = { version = "0.39.0", path = "../../../substrate/client/executor" } +sc-network = { version = "0.41.0", path = "../../../substrate/client/network" } +sc-service = { version = "0.42.0", path = "../../../substrate/client/service" } +sc-telemetry = { version = "21.0.0", path = "../../../substrate/client/telemetry" } +sc-transaction-pool = { version = "35.0.0", path = "../../../substrate/client/transaction-pool" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../../substrate/client/transaction-pool/api" } +sc-consensus = { version = "0.40.0", path = "../../../substrate/client/consensus/common" } +sc-consensus-manual-seal = { version = "0.42.0", path = "../../../substrate/client/consensus/manual-seal" } +sc-rpc-api = { version = "0.40.0", path = "../../../substrate/client/rpc-api" } +sc-basic-authorship = { version = "0.41.0", path = "../../../substrate/client/basic-authorship" } +sc-offchain = { version = "36.0.0", path = "../../../substrate/client/offchain" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sp-timestamp = { version = "33.0.0", path = "../../../substrate/primitives/timestamp" } +sp-keyring = { version = "38.0.0", path = "../../../substrate/primitives/keyring" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } +sp-block-builder = { version = "33.0.0", path = "../../../substrate/primitives/block-builder" } +sp-io = { version = "37.0.0", path = "../../../substrate/primitives/io" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +substrate-frame-rpc-system = { version = "35.0.0", path = "../../../substrate/utils/frame/rpc/system" } # Once the native runtime is gone, there should be little to no dependency on FRAME here, and # certainly no dependency on the runtime. -frame = { package = "polkadot-sdk-frame", path = "../../../substrate/frame", features = [ - "experimental", - "runtime", -] } -runtime = { package = "minimal-template-runtime", path = "../runtime" } +frame = { package = "polkadot-sdk-frame", path = "../../../substrate/frame", features = ["experimental", "runtime"], version = "0.4.0" } +runtime = { package = "minimal-template-runtime", path = "../runtime", version = "0.1.0" } [build-dependencies] -substrate-build-script-utils = { path = "../../../substrate/utils/build-script-utils" } +substrate-build-script-utils = { version = "11.0.0", path = "../../../substrate/utils/build-script-utils" } [features] default = [] diff --git a/templates/minimal/pallets/template/Cargo.toml b/templates/minimal/pallets/template/Cargo.toml index f0abe3c6942d..72aa44511621 100644 --- a/templates/minimal/pallets/template/Cargo.toml +++ b/templates/minimal/pallets/template/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-minimal-template" -description = "A minimal pallet built with FRAME, part of Polkadot Sdk." -version = "0.0.0" +description = "A minimal pallet built with FRAME, part of Polkadot Sdk. (polkadot v1.13.0)" +version = "0.1.0" license = "Unlicense" authors.workspace = true homepage.workspace = true @@ -19,10 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.6.12", features = [ scale-info = { version = "2.11.1", default-features = false, features = [ "derive", ] } -frame = { package = "polkadot-sdk-frame", path = "../../../../substrate/frame", default-features = false, features = [ - "experimental", - "runtime", -] } +frame = { package = "polkadot-sdk-frame", path = "../../../../substrate/frame", default-features = false, features = ["experimental", "runtime"], version = "0.4.0" } [features] diff --git a/templates/minimal/runtime/Cargo.toml b/templates/minimal/runtime/Cargo.toml index 42ea49ff4046..da21e972609c 100644 --- a/templates/minimal/runtime/Cargo.toml +++ b/templates/minimal/runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "minimal-template-runtime" -description = "A solochain runtime template built with Substrate, part of Polkadot Sdk." -version = "0.0.0" +description = "A solochain runtime template built with Substrate, part of Polkadot Sdk. (polkadot v1.13.0)" +version = "0.1.0" license = "Unlicense" authors.workspace = true homepage.workspace = true @@ -14,27 +14,24 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features = scale-info = { version = "2.6.0", default-features = false } # this is a frame-based runtime, thus importing `frame` with runtime feature enabled. -frame = { package = "polkadot-sdk-frame", path = "../../../substrate/frame", default-features = false, features = [ - "experimental", - "runtime", -] } +frame = { package = "polkadot-sdk-frame", path = "../../../substrate/frame", default-features = false, features = ["experimental", "runtime"], version = "0.4.0" } # pallets that we want to use -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } -pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false } -pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } # genesis builder that allows us to interact with runtime genesis config -sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"] } +sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } # local pallet templates -pallet-minimal-template = { path = "../pallets/template", default-features = false } +pallet-minimal-template = { path = "../pallets/template", default-features = false, version = "0.1.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/templates/parachain/node/Cargo.toml b/templates/parachain/node/Cargo.toml index 1737c6a9df75..50cc35f0636c 100644 --- a/templates/parachain/node/Cargo.toml +++ b/templates/parachain/node/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "parachain-template-node" -description = "A parachain node template built with Substrate and Cumulus, part of Polkadot Sdk." -version = "0.0.0" +description = "A parachain node template built with Substrate and Cumulus, part of Polkadot Sdk. (polkadot v1.13.0)" +version = "0.1.0" license = "Unlicense" authors.workspace = true homepage.workspace = true @@ -22,61 +22,55 @@ jsonrpsee = { version = "0.22", features = ["server"] } futures = "0.3.28" serde_json = { workspace = true, default-features = true } docify = "0.2.8" - -# Local -parachain-template-runtime = { path = "../runtime" } - -# Substrate -frame-benchmarking = { path = "../../../substrate/frame/benchmarking" } -frame-benchmarking-cli = { path = "../../../substrate/utils/frame/benchmarking-cli" } -pallet-transaction-payment-rpc = { path = "../../../substrate/frame/transaction-payment/rpc" } -sc-basic-authorship = { path = "../../../substrate/client/basic-authorship" } -sc-chain-spec = { path = "../../../substrate/client/chain-spec" } -sc-cli = { path = "../../../substrate/client/cli" } -sc-client-api = { path = "../../../substrate/client/api" } -sc-offchain = { path = "../../../substrate/client/offchain" } -sc-consensus = { path = "../../../substrate/client/consensus/common" } -sc-executor = { path = "../../../substrate/client/executor" } -sc-network = { path = "../../../substrate/client/network" } -sc-network-sync = { path = "../../../substrate/client/network/sync" } -sc-rpc = { path = "../../../substrate/client/rpc" } -sc-service = { path = "../../../substrate/client/service" } -sc-sysinfo = { path = "../../../substrate/client/sysinfo" } -sc-telemetry = { path = "../../../substrate/client/telemetry" } -sc-tracing = { path = "../../../substrate/client/tracing" } -sc-transaction-pool = { path = "../../../substrate/client/transaction-pool" } -sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-block-builder = { path = "../../../substrate/primitives/block-builder" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } -sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura" } -sp-core = { path = "../../../substrate/primitives/core" } -sp-keystore = { path = "../../../substrate/primitives/keystore" } -sp-io = { path = "../../../substrate/primitives/io" } -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-timestamp = { path = "../../../substrate/primitives/timestamp" } -substrate-frame-rpc-system = { path = "../../../substrate/utils/frame/rpc/system" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus" } +parachain-template-runtime = { version = "0.1.0", path = "../runtime" } +frame-benchmarking = { version = "35.0.0", path = "../../../substrate/frame/benchmarking" } +frame-benchmarking-cli = { version = "39.0.0", path = "../../../substrate/utils/frame/benchmarking-cli" } +pallet-transaction-payment-rpc = { version = "37.0.0", path = "../../../substrate/frame/transaction-payment/rpc" } +sc-basic-authorship = { version = "0.41.0", path = "../../../substrate/client/basic-authorship" } +sc-chain-spec = { version = "34.0.0", path = "../../../substrate/client/chain-spec" } +sc-cli = { version = "0.43.0", path = "../../../substrate/client/cli" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sc-offchain = { version = "36.0.0", path = "../../../substrate/client/offchain" } +sc-consensus = { version = "0.40.0", path = "../../../substrate/client/consensus/common" } +sc-executor = { version = "0.39.0", path = "../../../substrate/client/executor" } +sc-network = { version = "0.41.0", path = "../../../substrate/client/network" } +sc-network-sync = { version = "0.40.0", path = "../../../substrate/client/network/sync" } +sc-rpc = { version = "36.0.0", path = "../../../substrate/client/rpc" } +sc-service = { version = "0.42.0", path = "../../../substrate/client/service" } +sc-sysinfo = { version = "34.0.0", path = "../../../substrate/client/sysinfo" } +sc-telemetry = { version = "21.0.0", path = "../../../substrate/client/telemetry" } +sc-tracing = { version = "35.0.0", path = "../../../substrate/client/tracing" } +sc-transaction-pool = { version = "35.0.0", path = "../../../substrate/client/transaction-pool" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../../substrate/client/transaction-pool/api" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-block-builder = { version = "33.0.0", path = "../../../substrate/primitives/block-builder" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } +sp-consensus-aura = { version = "0.39.0", path = "../../../substrate/primitives/consensus/aura" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sp-keystore = { version = "0.40.0", path = "../../../substrate/primitives/keystore" } +sp-io = { version = "37.0.0", path = "../../../substrate/primitives/io" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-timestamp = { version = "33.0.0", path = "../../../substrate/primitives/timestamp" } +substrate-frame-rpc-system = { version = "35.0.0", path = "../../../substrate/utils/frame/rpc/system" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus", version = "0.17.0" } # Polkadot -polkadot-cli = { path = "../../../polkadot/cli", features = ["rococo-native"] } -polkadot-primitives = { path = "../../../polkadot/primitives" } -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } - -# Cumulus -cumulus-client-cli = { path = "../../../cumulus/client/cli" } -cumulus-client-collator = { path = "../../../cumulus/client/collator" } -cumulus-client-consensus-aura = { path = "../../../cumulus/client/consensus/aura" } -cumulus-client-consensus-common = { path = "../../../cumulus/client/consensus/common" } -cumulus-client-consensus-proposer = { path = "../../../cumulus/client/consensus/proposer" } -cumulus-client-service = { path = "../../../cumulus/client/service" } -cumulus-primitives-core = { path = "../../../cumulus/primitives/core" } -cumulus-primitives-parachain-inherent = { path = "../../../cumulus/primitives/parachain-inherent" } -cumulus-relay-chain-interface = { path = "../../../cumulus/client/relay-chain-interface" } +polkadot-cli = { path = "../../../polkadot/cli", features = ["rococo-native"], version = "14.0.0" } +polkadot-primitives = { version = "14.0.0", path = "../../../polkadot/primitives" } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } +cumulus-client-cli = { version = "0.14.0", path = "../../../cumulus/client/cli" } +cumulus-client-collator = { version = "0.14.0", path = "../../../cumulus/client/collator" } +cumulus-client-consensus-aura = { version = "0.14.0", path = "../../../cumulus/client/consensus/aura" } +cumulus-client-consensus-common = { version = "0.14.0", path = "../../../cumulus/client/consensus/common" } +cumulus-client-consensus-proposer = { version = "0.14.0", path = "../../../cumulus/client/consensus/proposer" } +cumulus-client-service = { version = "0.14.0", path = "../../../cumulus/client/service" } +cumulus-primitives-core = { version = "0.14.0", path = "../../../cumulus/primitives/core" } +cumulus-primitives-parachain-inherent = { version = "0.14.0", path = "../../../cumulus/primitives/parachain-inherent" } +cumulus-relay-chain-interface = { version = "0.14.0", path = "../../../cumulus/client/relay-chain-interface" } color-print = "0.3.4" [build-dependencies] -substrate-build-script-utils = { path = "../../../substrate/utils/build-script-utils" } +substrate-build-script-utils = { version = "11.0.0", path = "../../../substrate/utils/build-script-utils" } [features] default = [] diff --git a/templates/parachain/pallets/template/Cargo.toml b/templates/parachain/pallets/template/Cargo.toml index 6c549c2c4a9b..d6ab65c40a11 100644 --- a/templates/parachain/pallets/template/Cargo.toml +++ b/templates/parachain/pallets/template/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-parachain-template" -description = "FRAME pallet template for defining custom runtime logic." -version = "0.0.0" +description = "FRAME pallet template for defining custom runtime logic. (polkadot v1.13.0)" +version = "0.1.0" license = "Unlicense" authors.workspace = true homepage.workspace = true @@ -21,9 +21,9 @@ scale-info = { version = "2.11.1", default-features = false, features = [ ] } # frame deps -frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } [dev-dependencies] sp-core = { path = "../../../../substrate/primitives/core" } @@ -36,7 +36,6 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "sp-runtime/runtime-benchmarks", ] std = [ "codec/std", @@ -44,12 +43,8 @@ std = [ "frame-support/std", "frame-system/std", "scale-info/std", - "sp-core/std", - "sp-io/std", - "sp-runtime/std", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "sp-runtime/try-runtime", ] diff --git a/templates/parachain/runtime/Cargo.toml b/templates/parachain/runtime/Cargo.toml index 059c79367969..ffc4fb5c3921 100644 --- a/templates/parachain/runtime/Cargo.toml +++ b/templates/parachain/runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "parachain-template-runtime" -description = "A parachain runtime template built with Substrate and Cumulus, part of Polkadot Sdk." -version = "0.0.0" +description = "A parachain runtime template built with Substrate and Cumulus, part of Polkadot Sdk. (polkadot v1.13.0)" +version = "0.1.0" license = "Unlicense" authors.workspace = true homepage.workspace = true @@ -13,7 +13,7 @@ publish = false targets = ["x86_64-unknown-linux-gnu"] [build-dependencies] -substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } docify = "0.2.8" [dependencies] @@ -29,64 +29,64 @@ smallvec = "1.11.0" docify = "0.2.8" # Local -pallet-parachain-template = { path = "../pallets/template", default-features = false } +pallet-parachain-template = { path = "../pallets/template", default-features = false, version = "0.1.0" } # Substrate / FRAME -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-executive = { path = "../../../substrate/frame/executive", default-features = false } -frame-metadata-hash-extension = { path = "../../../substrate/frame/metadata-hash-extension", default-features = false } -frame-support = { path = "../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true } -frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false } -frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "35.0.0" } +frame-metadata-hash-extension = { path = "../../../substrate/frame/metadata-hash-extension", default-features = false, version = "0.3.0" } +frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } # FRAME Pallets -pallet-aura = { path = "../../../substrate/frame/aura", default-features = false } -pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } -pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false } -pallet-session = { path = "../../../substrate/frame/session", default-features = false } -pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false } -pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } +pallet-aura = { path = "../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "35.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-message-queue = { path = "../../../substrate/frame/message-queue", default-features = false, version = "38.0.0" } +pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "35.0.0" } +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } # Substrate Primitives -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false } -sp-core = { path = "../../../substrate/primitives/core", default-features = false } -sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false } -sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false } -sp-session = { path = "../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../substrate/primitives/version", default-features = false } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, version = "0.39.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, version = "34.0.0" } +sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "38.0.0" } +sp-session = { path = "../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../substrate/primitives/version", default-features = false, version = "36.0.0" } # Polkadot -pallet-xcm = { path = "../../../polkadot/xcm/pallet-xcm", default-features = false } -polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-features = false } -polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false } -xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false } -xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false } +pallet-xcm = { path = "../../../polkadot/xcm/pallet-xcm", default-features = false, version = "14.0.0" } +polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default-features = false, version = "13.0.0" } +polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "14.0.0" } +xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "14.0.0" } +xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "14.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "14.0.0" } # Cumulus -cumulus-pallet-aura-ext = { path = "../../../cumulus/pallets/aura-ext", default-features = false } -cumulus-pallet-parachain-system = { path = "../../../cumulus/pallets/parachain-system", default-features = false } -cumulus-pallet-session-benchmarking = { path = "../../../cumulus/pallets/session-benchmarking", default-features = false } -cumulus-pallet-xcm = { path = "../../../cumulus/pallets/xcm", default-features = false } -cumulus-pallet-xcmp-queue = { path = "../../../cumulus/pallets/xcmp-queue", default-features = false } -cumulus-primitives-aura = { path = "../../../cumulus/primitives/aura", default-features = false } -cumulus-primitives-core = { path = "../../../cumulus/primitives/core", default-features = false } -cumulus-primitives-utility = { path = "../../../cumulus/primitives/utility", default-features = false } -cumulus-primitives-storage-weight-reclaim = { path = "../../../cumulus/primitives/storage-weight-reclaim", default-features = false } -pallet-collator-selection = { path = "../../../cumulus/pallets/collator-selection", default-features = false } -parachains-common = { path = "../../../cumulus/parachains/common", default-features = false } -parachain-info = { package = "staging-parachain-info", path = "../../../cumulus/parachains/pallets/parachain-info", default-features = false } +cumulus-pallet-aura-ext = { path = "../../../cumulus/pallets/aura-ext", default-features = false, version = "0.14.0" } +cumulus-pallet-parachain-system = { path = "../../../cumulus/pallets/parachain-system", default-features = false, version = "0.14.0" } +cumulus-pallet-session-benchmarking = { path = "../../../cumulus/pallets/session-benchmarking", default-features = false, version = "16.0.0" } +cumulus-pallet-xcm = { path = "../../../cumulus/pallets/xcm", default-features = false, version = "0.14.0" } +cumulus-pallet-xcmp-queue = { path = "../../../cumulus/pallets/xcmp-queue", default-features = false, version = "0.14.0" } +cumulus-primitives-aura = { path = "../../../cumulus/primitives/aura", default-features = false, version = "0.14.0" } +cumulus-primitives-core = { path = "../../../cumulus/primitives/core", default-features = false, version = "0.14.0" } +cumulus-primitives-utility = { path = "../../../cumulus/primitives/utility", default-features = false, version = "0.14.0" } +cumulus-primitives-storage-weight-reclaim = { path = "../../../cumulus/primitives/storage-weight-reclaim", default-features = false, version = "5.0.0" } +pallet-collator-selection = { path = "../../../cumulus/pallets/collator-selection", default-features = false, version = "16.0.0" } +parachains-common = { path = "../../../cumulus/parachains/common", default-features = false, version = "14.0.0" } +parachain-info = { package = "staging-parachain-info", path = "../../../cumulus/parachains/pallets/parachain-info", default-features = false, version = "0.14.0" } [features] default = ["std"] diff --git a/templates/solochain/node/Cargo.toml b/templates/solochain/node/Cargo.toml index 4e8b81840900..7b0c64958c9b 100644 --- a/templates/solochain/node/Cargo.toml +++ b/templates/solochain/node/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "solochain-template-node" -description = "A solochain node template built with Substrate, part of Polkadot Sdk." -version = "0.0.0" +description = "A solochain node template built with Substrate, part of Polkadot Sdk. (polkadot v1.13.0)" +version = "0.1.0" license = "Unlicense" authors.workspace = true homepage.workspace = true @@ -19,50 +19,40 @@ clap = { version = "4.5.3", features = ["derive"] } futures = { version = "0.3.30", features = ["thread-pool"] } serde_json = { workspace = true, default-features = true } jsonrpsee = { version = "0.22", features = ["server"] } - -# substrate client -sc-cli = { path = "../../../substrate/client/cli" } -sp-core = { path = "../../../substrate/primitives/core" } -sc-executor = { path = "../../../substrate/client/executor" } -sc-network = { path = "../../../substrate/client/network" } -sc-service = { path = "../../../substrate/client/service" } -sc-telemetry = { path = "../../../substrate/client/telemetry" } -sc-transaction-pool = { path = "../../../substrate/client/transaction-pool" } -sc-transaction-pool-api = { path = "../../../substrate/client/transaction-pool/api" } -sc-offchain = { path = "../../../substrate/client/offchain" } -sc-consensus-aura = { path = "../../../substrate/client/consensus/aura" } -sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura" } -sc-consensus = { path = "../../../substrate/client/consensus/common" } -sc-consensus-grandpa = { path = "../../../substrate/client/consensus/grandpa" } -sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa" } -sc-client-api = { path = "../../../substrate/client/api" } -sc-rpc-api = { path = "../../../substrate/client/rpc-api" } -sc-basic-authorship = { path = "../../../substrate/client/basic-authorship" } - -# substrate primitives -sp-runtime = { path = "../../../substrate/primitives/runtime" } -sp-io = { path = "../../../substrate/primitives/io" } -sp-timestamp = { path = "../../../substrate/primitives/timestamp" } -sp-inherents = { path = "../../../substrate/primitives/inherents" } -sp-keyring = { path = "../../../substrate/primitives/keyring" } -sp-api = { path = "../../../substrate/primitives/api" } -sp-blockchain = { path = "../../../substrate/primitives/blockchain" } -sp-block-builder = { path = "../../../substrate/primitives/block-builder" } - -# frame and pallets -frame-system = { path = "../../../substrate/frame/system" } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } -pallet-transaction-payment-rpc = { path = "../../../substrate/frame/transaction-payment/rpc" } -substrate-frame-rpc-system = { path = "../../../substrate/utils/frame/rpc/system" } - -# These dependencies are used for runtime benchmarking -frame-benchmarking-cli = { path = "../../../substrate/utils/frame/benchmarking-cli" } - -# Local Dependencies -solochain-template-runtime = { path = "../runtime" } +sc-cli = { version = "0.43.0", path = "../../../substrate/client/cli" } +sp-core = { version = "34.0.0", path = "../../../substrate/primitives/core" } +sc-executor = { version = "0.39.0", path = "../../../substrate/client/executor" } +sc-network = { version = "0.41.0", path = "../../../substrate/client/network" } +sc-service = { version = "0.42.0", path = "../../../substrate/client/service" } +sc-telemetry = { version = "21.0.0", path = "../../../substrate/client/telemetry" } +sc-transaction-pool = { version = "35.0.0", path = "../../../substrate/client/transaction-pool" } +sc-transaction-pool-api = { version = "35.0.0", path = "../../../substrate/client/transaction-pool/api" } +sc-offchain = { version = "36.0.0", path = "../../../substrate/client/offchain" } +sc-consensus-aura = { version = "0.41.0", path = "../../../substrate/client/consensus/aura" } +sp-consensus-aura = { version = "0.39.0", path = "../../../substrate/primitives/consensus/aura" } +sc-consensus = { version = "0.40.0", path = "../../../substrate/client/consensus/common" } +sc-consensus-grandpa = { version = "0.26.0", path = "../../../substrate/client/consensus/grandpa" } +sp-consensus-grandpa = { version = "20.0.0", path = "../../../substrate/primitives/consensus/grandpa" } +sc-client-api = { version = "35.0.0", path = "../../../substrate/client/api" } +sc-rpc-api = { version = "0.40.0", path = "../../../substrate/client/rpc-api" } +sc-basic-authorship = { version = "0.41.0", path = "../../../substrate/client/basic-authorship" } +sp-runtime = { version = "38.0.0", path = "../../../substrate/primitives/runtime" } +sp-io = { version = "37.0.0", path = "../../../substrate/primitives/io" } +sp-timestamp = { version = "33.0.0", path = "../../../substrate/primitives/timestamp" } +sp-inherents = { version = "33.0.0", path = "../../../substrate/primitives/inherents" } +sp-keyring = { version = "38.0.0", path = "../../../substrate/primitives/keyring" } +sp-api = { version = "33.0.0", path = "../../../substrate/primitives/api" } +sp-blockchain = { version = "35.0.0", path = "../../../substrate/primitives/blockchain" } +sp-block-builder = { version = "33.0.0", path = "../../../substrate/primitives/block-builder" } +frame-system = { version = "35.0.0", path = "../../../substrate/frame/system" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } +pallet-transaction-payment-rpc = { version = "37.0.0", path = "../../../substrate/frame/transaction-payment/rpc" } +substrate-frame-rpc-system = { version = "35.0.0", path = "../../../substrate/utils/frame/rpc/system" } +frame-benchmarking-cli = { version = "39.0.0", path = "../../../substrate/utils/frame/benchmarking-cli" } +solochain-template-runtime = { version = "0.1.0", path = "../runtime" } [build-dependencies] -substrate-build-script-utils = { path = "../../../substrate/utils/build-script-utils" } +substrate-build-script-utils = { version = "11.0.0", path = "../../../substrate/utils/build-script-utils" } [features] default = [] diff --git a/templates/solochain/pallets/template/Cargo.toml b/templates/solochain/pallets/template/Cargo.toml index 5b8349b5d678..09a116d6fa77 100644 --- a/templates/solochain/pallets/template/Cargo.toml +++ b/templates/solochain/pallets/template/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-template" -description = "FRAME pallet template for defining custom runtime logic." -version = "0.0.0" +description = "FRAME pallet template for defining custom runtime logic. (polkadot v1.13.0)" +version = "0.1.0" license = "Unlicense" authors.workspace = true homepage.workspace = true @@ -21,9 +21,9 @@ scale-info = { version = "2.11.1", default-features = false, features = [ ] } # frame deps -frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-support = { path = "../../../../substrate/frame/support", default-features = false } -frame-system = { path = "../../../../substrate/frame/system", default-features = false } +frame-benchmarking = { path = "../../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-support = { path = "../../../../substrate/frame/support", default-features = false, version = "35.0.0" } +frame-system = { path = "../../../../substrate/frame/system", default-features = false, version = "35.0.0" } [dev-dependencies] sp-core = { path = "../../../../substrate/primitives/core" } @@ -38,18 +38,13 @@ std = [ "frame-support/std", "frame-system/std", "scale-info/std", - "sp-core/std", - "sp-io/std", - "sp-runtime/std", ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", - "sp-runtime/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", - "sp-runtime/try-runtime", ] diff --git a/templates/solochain/runtime/Cargo.toml b/templates/solochain/runtime/Cargo.toml index 0af3899a6669..b55f87c3b471 100644 --- a/templates/solochain/runtime/Cargo.toml +++ b/templates/solochain/runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "solochain-template-runtime" -description = "A solochain runtime template built with Substrate, part of Polkadot Sdk." -version = "0.0.0" +description = "A solochain runtime template built with Substrate, part of Polkadot Sdk. (polkadot v1.13.0)" +version = "0.1.0" license = "Unlicense" authors.workspace = true homepage.workspace = true @@ -22,58 +22,48 @@ scale-info = { version = "2.11.1", default-features = false, features = [ ] } # frame -frame-support = { path = "../../../substrate/frame/support", default-features = false, features = ["experimental"] } -frame-system = { path = "../../../substrate/frame/system", default-features = false } -frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true } -frame-executive = { path = "../../../substrate/frame/executive", default-features = false } +frame-support = { path = "../../../substrate/frame/support", default-features = false, features = ["experimental"], version = "35.0.0" } +frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "35.0.0" } +frame-try-runtime = { path = "../../../substrate/frame/try-runtime", default-features = false, optional = true, version = "0.41.0" } +frame-executive = { path = "../../../substrate/frame/executive", default-features = false, version = "35.0.0" } # frame pallets -pallet-aura = { path = "../../../substrate/frame/aura", default-features = false } -pallet-balances = { path = "../../../substrate/frame/balances", default-features = false } -pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false } -pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false } -pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false } -pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false } +pallet-aura = { path = "../../../substrate/frame/aura", default-features = false, version = "34.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "36.0.0" } +pallet-grandpa = { path = "../../../substrate/frame/grandpa", default-features = false, version = "35.0.0" } +pallet-sudo = { path = "../../../substrate/frame/sudo", default-features = false, version = "35.0.0" } +pallet-timestamp = { path = "../../../substrate/frame/timestamp", default-features = false, version = "34.0.0" } +pallet-transaction-payment = { path = "../../../substrate/frame/transaction-payment", default-features = false, version = "35.0.0" } # primitives -sp-api = { path = "../../../substrate/primitives/api", default-features = false } -sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false } -sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, features = [ - "serde", -] } -sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false, features = [ - "serde", -] } -sp-core = { path = "../../../substrate/primitives/core", default-features = false, features = [ - "serde", -] } -sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false } -sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false } -sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = [ - "serde", -] } -sp-session = { path = "../../../substrate/primitives/session", default-features = false } -sp-std = { path = "../../../substrate/primitives/std", default-features = false } -sp-storage = { path = "../../../substrate/primitives/storage", default-features = false } -sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false } -sp-version = { path = "../../../substrate/primitives/version", default-features = false, features = [ - "serde", -] } -sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false } +sp-api = { path = "../../../substrate/primitives/api", default-features = false, version = "33.0.0" } +sp-block-builder = { path = "../../../substrate/primitives/block-builder", default-features = false, version = "33.0.0" } +sp-consensus-aura = { path = "../../../substrate/primitives/consensus/aura", default-features = false, features = ["serde"], version = "0.39.0" } +sp-consensus-grandpa = { path = "../../../substrate/primitives/consensus/grandpa", default-features = false, features = ["serde"], version = "20.0.0" } +sp-core = { path = "../../../substrate/primitives/core", default-features = false, features = ["serde"], version = "34.0.0" } +sp-inherents = { path = "../../../substrate/primitives/inherents", default-features = false, version = "33.0.0" } +sp-offchain = { path = "../../../substrate/primitives/offchain", default-features = false, version = "33.0.0" } +sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, features = ["serde"], version = "38.0.0" } +sp-session = { path = "../../../substrate/primitives/session", default-features = false, version = "34.0.0" } +sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } +sp-storage = { path = "../../../substrate/primitives/storage", default-features = false, version = "21.0.0" } +sp-transaction-pool = { path = "../../../substrate/primitives/transaction-pool", default-features = false, version = "33.0.0" } +sp-version = { path = "../../../substrate/primitives/version", default-features = false, features = ["serde"], version = "36.0.0" } +sp-genesis-builder = { path = "../../../substrate/primitives/genesis-builder", default-features = false, version = "0.14.0" } # RPC related -frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false } +frame-system-rpc-runtime-api = { path = "../../../substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" } +pallet-transaction-payment-rpc-runtime-api = { path = "../../../substrate/frame/transaction-payment/rpc/runtime-api", default-features = false, version = "35.0.0" } # Used for runtime benchmarking -frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true } -frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true } +frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "35.0.0" } +frame-system-benchmarking = { path = "../../../substrate/frame/system/benchmarking", default-features = false, optional = true, version = "35.0.0" } # The pallet in this template. -pallet-template = { path = "../pallets/template", default-features = false } +pallet-template = { path = "../pallets/template", default-features = false, version = "0.1.0" } [build-dependencies] -substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true } +substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder", optional = true, version = "23.0.0" } [features] default = ["std"] diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index d790b4f5949c..1c01c273b353 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-sdk" -version = "0.1.0" -description = "Polkadot SDK umbrella crate." +version = "0.2.0" +description = "Polkadot SDK umbrella crate. (polkadot v1.13.0)" license = "Apache-2.0" [features] @@ -553,1901 +553,2281 @@ workspace = true path = "../cumulus/parachains/runtimes/assets/common" default-features = false optional = true +version = "0.14.0" [dependencies.binary-merkle-tree] path = "../substrate/utils/binary-merkle-tree" default-features = false optional = true +version = "15.0.0" [dependencies.bp-asset-hub-rococo] path = "../bridges/chains/chain-asset-hub-rococo" default-features = false optional = true +version = "0.11.0" [dependencies.bp-asset-hub-westend] path = "../bridges/chains/chain-asset-hub-westend" default-features = false optional = true +version = "0.10.0" [dependencies.bp-bridge-hub-cumulus] path = "../bridges/chains/chain-bridge-hub-cumulus" default-features = false optional = true +version = "0.14.0" [dependencies.bp-bridge-hub-kusama] path = "../bridges/chains/chain-bridge-hub-kusama" default-features = false optional = true +version = "0.13.0" [dependencies.bp-bridge-hub-polkadot] path = "../bridges/chains/chain-bridge-hub-polkadot" default-features = false optional = true +version = "0.13.0" [dependencies.bp-bridge-hub-rococo] path = "../bridges/chains/chain-bridge-hub-rococo" default-features = false optional = true +version = "0.14.0" [dependencies.bp-bridge-hub-westend] path = "../bridges/chains/chain-bridge-hub-westend" default-features = false optional = true +version = "0.10.0" [dependencies.bp-header-chain] path = "../bridges/primitives/header-chain" default-features = false optional = true +version = "0.14.0" [dependencies.bp-kusama] path = "../bridges/chains/chain-kusama" default-features = false optional = true +version = "0.12.0" [dependencies.bp-messages] path = "../bridges/primitives/messages" default-features = false optional = true +version = "0.14.0" [dependencies.bp-parachains] path = "../bridges/primitives/parachains" default-features = false optional = true +version = "0.14.0" [dependencies.bp-polkadot] path = "../bridges/chains/chain-polkadot" default-features = false optional = true +version = "0.12.0" [dependencies.bp-polkadot-bulletin] path = "../bridges/chains/chain-polkadot-bulletin" default-features = false optional = true +version = "0.11.0" [dependencies.bp-polkadot-core] path = "../bridges/primitives/polkadot-core" default-features = false optional = true +version = "0.14.0" [dependencies.bp-relayers] path = "../bridges/primitives/relayers" default-features = false optional = true +version = "0.14.0" [dependencies.bp-rococo] path = "../bridges/chains/chain-rococo" default-features = false optional = true +version = "0.13.0" [dependencies.bp-runtime] path = "../bridges/primitives/runtime" default-features = false optional = true +version = "0.14.0" [dependencies.bp-test-utils] path = "../bridges/primitives/test-utils" default-features = false optional = true +version = "0.14.0" [dependencies.bp-westend] path = "../bridges/chains/chain-westend" default-features = false optional = true +version = "0.10.0" [dependencies.bp-xcm-bridge-hub] path = "../bridges/primitives/xcm-bridge-hub" default-features = false optional = true +version = "0.3.0" [dependencies.bp-xcm-bridge-hub-router] path = "../bridges/primitives/xcm-bridge-hub-router" default-features = false optional = true +version = "0.13.0" [dependencies.bridge-hub-common] path = "../cumulus/parachains/runtimes/bridge-hubs/common" default-features = false optional = true +version = "0.7.0" [dependencies.bridge-runtime-common] path = "../bridges/bin/runtime-common" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-pallet-aura-ext] path = "../cumulus/pallets/aura-ext" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-pallet-dmp-queue] path = "../cumulus/pallets/dmp-queue" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-pallet-parachain-system] path = "../cumulus/pallets/parachain-system" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-pallet-parachain-system-proc-macro] path = "../cumulus/pallets/parachain-system/proc-macro" default-features = false optional = true +version = "0.6.0" [dependencies.cumulus-pallet-session-benchmarking] path = "../cumulus/pallets/session-benchmarking" default-features = false optional = true +version = "16.0.0" [dependencies.cumulus-pallet-solo-to-para] path = "../cumulus/pallets/solo-to-para" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-pallet-xcm] path = "../cumulus/pallets/xcm" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-pallet-xcmp-queue] path = "../cumulus/pallets/xcmp-queue" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-ping] path = "../cumulus/parachains/pallets/ping" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-primitives-aura] path = "../cumulus/primitives/aura" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-primitives-core] path = "../cumulus/primitives/core" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-primitives-parachain-inherent] path = "../cumulus/primitives/parachain-inherent" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-primitives-proof-size-hostfunction] path = "../cumulus/primitives/proof-size-hostfunction" default-features = false optional = true +version = "0.9.0" [dependencies.cumulus-primitives-storage-weight-reclaim] path = "../cumulus/primitives/storage-weight-reclaim" default-features = false optional = true +version = "5.0.0" [dependencies.cumulus-primitives-timestamp] path = "../cumulus/primitives/timestamp" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-primitives-utility] path = "../cumulus/primitives/utility" default-features = false optional = true +version = "0.14.0" [dependencies.frame-benchmarking] path = "../substrate/frame/benchmarking" default-features = false optional = true +version = "35.0.0" [dependencies.frame-benchmarking-pallet-pov] path = "../substrate/frame/benchmarking/pov" default-features = false optional = true +version = "25.0.0" [dependencies.frame-election-provider-solution-type] path = "../substrate/frame/election-provider-support/solution-type" default-features = false optional = true +version = "14.0.0" [dependencies.frame-election-provider-support] path = "../substrate/frame/election-provider-support" default-features = false optional = true +version = "35.0.0" [dependencies.frame-executive] path = "../substrate/frame/executive" default-features = false optional = true +version = "35.0.0" [dependencies.frame-metadata-hash-extension] path = "../substrate/frame/metadata-hash-extension" default-features = false optional = true +version = "0.3.0" [dependencies.frame-support] path = "../substrate/frame/support" default-features = false optional = true +version = "35.0.0" [dependencies.frame-support-procedural] path = "../substrate/frame/support/procedural" default-features = false optional = true +version = "30.0.0" [dependencies.frame-support-procedural-tools-derive] path = "../substrate/frame/support/procedural/tools/derive" default-features = false optional = true +version = "12.0.0" [dependencies.frame-system] path = "../substrate/frame/system" default-features = false optional = true +version = "35.0.0" [dependencies.frame-system-benchmarking] path = "../substrate/frame/system/benchmarking" default-features = false optional = true +version = "35.0.0" [dependencies.frame-system-rpc-runtime-api] path = "../substrate/frame/system/rpc/runtime-api" default-features = false optional = true +version = "33.0.0" [dependencies.frame-try-runtime] path = "../substrate/frame/try-runtime" default-features = false optional = true +version = "0.41.0" [dependencies.pallet-alliance] path = "../substrate/frame/alliance" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-asset-conversion] path = "../substrate/frame/asset-conversion" default-features = false optional = true +version = "17.0.0" [dependencies.pallet-asset-conversion-ops] path = "../substrate/frame/asset-conversion/ops" default-features = false optional = true +version = "0.3.0" [dependencies.pallet-asset-conversion-tx-payment] path = "../substrate/frame/transaction-payment/asset-conversion-tx-payment" default-features = false optional = true +version = "17.0.0" [dependencies.pallet-asset-rate] path = "../substrate/frame/asset-rate" default-features = false optional = true +version = "14.0.0" [dependencies.pallet-asset-tx-payment] path = "../substrate/frame/transaction-payment/asset-tx-payment" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-assets] path = "../substrate/frame/assets" default-features = false optional = true +version = "36.0.0" [dependencies.pallet-atomic-swap] path = "../substrate/frame/atomic-swap" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-aura] path = "../substrate/frame/aura" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-authority-discovery] path = "../substrate/frame/authority-discovery" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-authorship] path = "../substrate/frame/authorship" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-babe] path = "../substrate/frame/babe" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-bags-list] path = "../substrate/frame/bags-list" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-balances] path = "../substrate/frame/balances" default-features = false optional = true +version = "36.0.0" [dependencies.pallet-beefy] path = "../substrate/frame/beefy" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-beefy-mmr] path = "../substrate/frame/beefy-mmr" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-bounties] path = "../substrate/frame/bounties" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-bridge-grandpa] path = "../bridges/modules/grandpa" default-features = false optional = true +version = "0.14.0" [dependencies.pallet-bridge-messages] path = "../bridges/modules/messages" default-features = false optional = true +version = "0.14.0" [dependencies.pallet-bridge-parachains] path = "../bridges/modules/parachains" default-features = false optional = true +version = "0.14.0" [dependencies.pallet-bridge-relayers] path = "../bridges/modules/relayers" default-features = false optional = true +version = "0.14.0" [dependencies.pallet-broker] path = "../substrate/frame/broker" default-features = false optional = true +version = "0.14.0" [dependencies.pallet-child-bounties] path = "../substrate/frame/child-bounties" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-collator-selection] path = "../cumulus/pallets/collator-selection" default-features = false optional = true +version = "16.0.0" [dependencies.pallet-collective] path = "../substrate/frame/collective" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-collective-content] path = "../cumulus/parachains/pallets/collective-content" default-features = false optional = true +version = "0.13.0" [dependencies.pallet-contracts] path = "../substrate/frame/contracts" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-contracts-proc-macro] path = "../substrate/frame/contracts/proc-macro" default-features = false optional = true +version = "22.0.0" [dependencies.pallet-contracts-uapi] path = "../substrate/frame/contracts/uapi" default-features = false optional = true +version = "11.0.0" [dependencies.pallet-conviction-voting] path = "../substrate/frame/conviction-voting" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-core-fellowship] path = "../substrate/frame/core-fellowship" default-features = false optional = true +version = "19.0.0" [dependencies.pallet-delegated-staking] path = "../substrate/frame/delegated-staking" default-features = false optional = true +version = "2.0.0" [dependencies.pallet-democracy] path = "../substrate/frame/democracy" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-dev-mode] path = "../substrate/frame/examples/dev-mode" default-features = false optional = true +version = "17.0.0" [dependencies.pallet-election-provider-multi-phase] path = "../substrate/frame/election-provider-multi-phase" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-election-provider-support-benchmarking] path = "../substrate/frame/election-provider-support/benchmarking" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-elections-phragmen] path = "../substrate/frame/elections-phragmen" default-features = false optional = true +version = "36.0.0" [dependencies.pallet-fast-unstake] path = "../substrate/frame/fast-unstake" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-glutton] path = "../substrate/frame/glutton" default-features = false optional = true +version = "21.0.0" [dependencies.pallet-grandpa] path = "../substrate/frame/grandpa" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-identity] path = "../substrate/frame/identity" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-im-online] path = "../substrate/frame/im-online" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-indices] path = "../substrate/frame/indices" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-insecure-randomness-collective-flip] path = "../substrate/frame/insecure-randomness-collective-flip" default-features = false optional = true +version = "23.0.0" [dependencies.pallet-lottery] path = "../substrate/frame/lottery" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-membership] path = "../substrate/frame/membership" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-message-queue] path = "../substrate/frame/message-queue" default-features = false optional = true +version = "38.0.0" [dependencies.pallet-migrations] path = "../substrate/frame/migrations" default-features = false optional = true +version = "5.0.0" [dependencies.pallet-mixnet] path = "../substrate/frame/mixnet" default-features = false optional = true +version = "0.11.0" [dependencies.pallet-mmr] path = "../substrate/frame/merkle-mountain-range" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-multisig] path = "../substrate/frame/multisig" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-nft-fractionalization] path = "../substrate/frame/nft-fractionalization" default-features = false optional = true +version = "17.0.0" [dependencies.pallet-nfts] path = "../substrate/frame/nfts" default-features = false optional = true +version = "29.0.0" [dependencies.pallet-nfts-runtime-api] path = "../substrate/frame/nfts/runtime-api" default-features = false optional = true +version = "21.0.0" [dependencies.pallet-nis] path = "../substrate/frame/nis" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-node-authorization] path = "../substrate/frame/node-authorization" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-nomination-pools] path = "../substrate/frame/nomination-pools" default-features = false optional = true +version = "32.0.0" [dependencies.pallet-nomination-pools-benchmarking] path = "../substrate/frame/nomination-pools/benchmarking" default-features = false optional = true +version = "33.0.0" [dependencies.pallet-nomination-pools-runtime-api] path = "../substrate/frame/nomination-pools/runtime-api" default-features = false optional = true +version = "30.0.0" [dependencies.pallet-offences] path = "../substrate/frame/offences" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-offences-benchmarking] path = "../substrate/frame/offences/benchmarking" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-paged-list] path = "../substrate/frame/paged-list" default-features = false optional = true +version = "0.13.0" [dependencies.pallet-parameters] path = "../substrate/frame/parameters" default-features = false optional = true +version = "0.6.0" [dependencies.pallet-preimage] path = "../substrate/frame/preimage" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-proxy] path = "../substrate/frame/proxy" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-ranked-collective] path = "../substrate/frame/ranked-collective" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-recovery] path = "../substrate/frame/recovery" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-referenda] path = "../substrate/frame/referenda" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-remark] path = "../substrate/frame/remark" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-root-offences] path = "../substrate/frame/root-offences" default-features = false optional = true +version = "32.0.0" [dependencies.pallet-root-testing] path = "../substrate/frame/root-testing" default-features = false optional = true +version = "11.0.0" [dependencies.pallet-safe-mode] path = "../substrate/frame/safe-mode" default-features = false optional = true +version = "16.0.0" [dependencies.pallet-salary] path = "../substrate/frame/salary" default-features = false optional = true +version = "20.0.0" [dependencies.pallet-scheduler] path = "../substrate/frame/scheduler" default-features = false optional = true +version = "36.0.0" [dependencies.pallet-scored-pool] path = "../substrate/frame/scored-pool" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-session] path = "../substrate/frame/session" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-session-benchmarking] path = "../substrate/frame/session/benchmarking" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-skip-feeless-payment] path = "../substrate/frame/transaction-payment/skip-feeless-payment" default-features = false optional = true +version = "10.0.0" [dependencies.pallet-society] path = "../substrate/frame/society" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-staking] path = "../substrate/frame/staking" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-staking-reward-curve] path = "../substrate/frame/staking/reward-curve" default-features = false optional = true +version = "12.0.0" [dependencies.pallet-staking-reward-fn] path = "../substrate/frame/staking/reward-fn" default-features = false optional = true +version = "22.0.0" [dependencies.pallet-staking-runtime-api] path = "../substrate/frame/staking/runtime-api" default-features = false optional = true +version = "21.0.0" [dependencies.pallet-state-trie-migration] path = "../substrate/frame/state-trie-migration" default-features = false optional = true +version = "36.0.0" [dependencies.pallet-statement] path = "../substrate/frame/statement" default-features = false optional = true +version = "17.0.0" [dependencies.pallet-sudo] path = "../substrate/frame/sudo" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-timestamp] path = "../substrate/frame/timestamp" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-tips] path = "../substrate/frame/tips" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-transaction-payment] path = "../substrate/frame/transaction-payment" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-transaction-payment-rpc-runtime-api] path = "../substrate/frame/transaction-payment/rpc/runtime-api" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-transaction-storage] path = "../substrate/frame/transaction-storage" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-treasury] path = "../substrate/frame/treasury" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-tx-pause] path = "../substrate/frame/tx-pause" default-features = false optional = true +version = "16.0.0" [dependencies.pallet-uniques] path = "../substrate/frame/uniques" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-utility] path = "../substrate/frame/utility" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-vesting] path = "../substrate/frame/vesting" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-whitelist] path = "../substrate/frame/whitelist" default-features = false optional = true +version = "34.0.0" [dependencies.pallet-xcm] path = "../polkadot/xcm/pallet-xcm" default-features = false optional = true +version = "14.0.0" [dependencies.pallet-xcm-benchmarks] path = "../polkadot/xcm/pallet-xcm-benchmarks" default-features = false optional = true +version = "14.0.0" [dependencies.pallet-xcm-bridge-hub] path = "../bridges/modules/xcm-bridge-hub" default-features = false optional = true +version = "0.9.0" [dependencies.pallet-xcm-bridge-hub-router] path = "../bridges/modules/xcm-bridge-hub-router" default-features = false optional = true +version = "0.12.0" [dependencies.parachains-common] path = "../cumulus/parachains/common" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-core-primitives] path = "../polkadot/core-primitives" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-parachain-primitives] path = "../polkadot/parachain" default-features = false optional = true +version = "13.0.0" [dependencies.polkadot-primitives] path = "../polkadot/primitives" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-runtime-common] path = "../polkadot/runtime/common" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-runtime-metrics] path = "../polkadot/runtime/metrics" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-runtime-parachains] path = "../polkadot/runtime/parachains" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-sdk-frame] path = "../substrate/frame" default-features = false optional = true +version = "0.4.0" [dependencies.rococo-runtime-constants] path = "../polkadot/runtime/rococo/constants" default-features = false optional = true +version = "14.0.0" [dependencies.sc-chain-spec-derive] path = "../substrate/client/chain-spec/derive" default-features = false optional = true +version = "12.0.0" [dependencies.sc-tracing-proc-macro] path = "../substrate/client/tracing/proc-macro" default-features = false optional = true +version = "11.0.0" [dependencies.slot-range-helper] path = "../polkadot/runtime/common/slot_range_helper" default-features = false optional = true +version = "14.0.0" [dependencies.snowbridge-beacon-primitives] path = "../bridges/snowbridge/primitives/beacon" default-features = false optional = true +version = "0.7.0" [dependencies.snowbridge-core] path = "../bridges/snowbridge/primitives/core" default-features = false optional = true +version = "0.7.0" [dependencies.snowbridge-ethereum] path = "../bridges/snowbridge/primitives/ethereum" default-features = false optional = true +version = "0.8.0" [dependencies.snowbridge-outbound-queue-merkle-tree] path = "../bridges/snowbridge/pallets/outbound-queue/merkle-tree" default-features = false optional = true +version = "0.8.0" [dependencies.snowbridge-outbound-queue-runtime-api] path = "../bridges/snowbridge/pallets/outbound-queue/runtime-api" default-features = false optional = true +version = "0.7.0" [dependencies.snowbridge-pallet-ethereum-client] path = "../bridges/snowbridge/pallets/ethereum-client" default-features = false optional = true +version = "0.7.0" [dependencies.snowbridge-pallet-ethereum-client-fixtures] path = "../bridges/snowbridge/pallets/ethereum-client/fixtures" default-features = false optional = true +version = "0.15.0" [dependencies.snowbridge-pallet-inbound-queue] path = "../bridges/snowbridge/pallets/inbound-queue" default-features = false optional = true +version = "0.7.0" [dependencies.snowbridge-pallet-inbound-queue-fixtures] path = "../bridges/snowbridge/pallets/inbound-queue/fixtures" default-features = false optional = true +version = "0.15.0" [dependencies.snowbridge-pallet-outbound-queue] path = "../bridges/snowbridge/pallets/outbound-queue" default-features = false optional = true +version = "0.7.0" [dependencies.snowbridge-pallet-system] path = "../bridges/snowbridge/pallets/system" default-features = false optional = true +version = "0.7.0" [dependencies.snowbridge-router-primitives] path = "../bridges/snowbridge/primitives/router" default-features = false optional = true +version = "0.13.0" [dependencies.snowbridge-runtime-common] path = "../bridges/snowbridge/runtime/runtime-common" default-features = false optional = true +version = "0.7.0" [dependencies.snowbridge-system-runtime-api] path = "../bridges/snowbridge/pallets/system/runtime-api" default-features = false optional = true +version = "0.7.0" [dependencies.sp-api] path = "../substrate/primitives/api" default-features = false optional = true +version = "33.0.0" [dependencies.sp-api-proc-macro] path = "../substrate/primitives/api/proc-macro" default-features = false optional = true +version = "20.0.0" [dependencies.sp-application-crypto] path = "../substrate/primitives/application-crypto" default-features = false optional = true +version = "37.0.0" [dependencies.sp-arithmetic] path = "../substrate/primitives/arithmetic" default-features = false optional = true +version = "26.0.0" [dependencies.sp-authority-discovery] path = "../substrate/primitives/authority-discovery" default-features = false optional = true +version = "33.0.0" [dependencies.sp-block-builder] path = "../substrate/primitives/block-builder" default-features = false optional = true +version = "33.0.0" [dependencies.sp-consensus-aura] path = "../substrate/primitives/consensus/aura" default-features = false optional = true +version = "0.39.0" [dependencies.sp-consensus-babe] path = "../substrate/primitives/consensus/babe" default-features = false optional = true +version = "0.39.0" [dependencies.sp-consensus-beefy] path = "../substrate/primitives/consensus/beefy" default-features = false optional = true +version = "20.0.0" [dependencies.sp-consensus-grandpa] path = "../substrate/primitives/consensus/grandpa" default-features = false optional = true +version = "20.0.0" [dependencies.sp-consensus-pow] path = "../substrate/primitives/consensus/pow" default-features = false optional = true +version = "0.39.0" [dependencies.sp-consensus-slots] path = "../substrate/primitives/consensus/slots" default-features = false optional = true +version = "0.39.0" [dependencies.sp-core] path = "../substrate/primitives/core" default-features = false optional = true +version = "34.0.0" [dependencies.sp-crypto-ec-utils] path = "../substrate/primitives/crypto/ec-utils" default-features = false optional = true +version = "0.14.0" [dependencies.sp-crypto-hashing] path = "../substrate/primitives/crypto/hashing" default-features = false optional = true +version = "0.1.0" [dependencies.sp-crypto-hashing-proc-macro] path = "../substrate/primitives/crypto/hashing/proc-macro" default-features = false optional = true +version = "0.1.0" [dependencies.sp-debug-derive] path = "../substrate/primitives/debug-derive" default-features = false optional = true +version = "14.0.0" [dependencies.sp-externalities] path = "../substrate/primitives/externalities" default-features = false optional = true +version = "0.29.0" [dependencies.sp-genesis-builder] path = "../substrate/primitives/genesis-builder" default-features = false optional = true +version = "0.14.0" [dependencies.sp-inherents] path = "../substrate/primitives/inherents" default-features = false optional = true +version = "33.0.0" [dependencies.sp-io] path = "../substrate/primitives/io" default-features = false optional = true +version = "37.0.0" [dependencies.sp-keyring] path = "../substrate/primitives/keyring" default-features = false optional = true +version = "38.0.0" [dependencies.sp-keystore] path = "../substrate/primitives/keystore" default-features = false optional = true +version = "0.40.0" [dependencies.sp-metadata-ir] path = "../substrate/primitives/metadata-ir" default-features = false optional = true +version = "0.7.0" [dependencies.sp-mixnet] path = "../substrate/primitives/mixnet" default-features = false optional = true +version = "0.11.0" [dependencies.sp-mmr-primitives] path = "../substrate/primitives/merkle-mountain-range" default-features = false optional = true +version = "33.0.0" [dependencies.sp-npos-elections] path = "../substrate/primitives/npos-elections" default-features = false optional = true +version = "33.0.0" [dependencies.sp-offchain] path = "../substrate/primitives/offchain" default-features = false optional = true +version = "33.0.0" [dependencies.sp-runtime] path = "../substrate/primitives/runtime" default-features = false optional = true +version = "38.0.0" [dependencies.sp-runtime-interface] path = "../substrate/primitives/runtime-interface" default-features = false optional = true +version = "28.0.0" [dependencies.sp-runtime-interface-proc-macro] path = "../substrate/primitives/runtime-interface/proc-macro" default-features = false optional = true +version = "18.0.0" [dependencies.sp-session] path = "../substrate/primitives/session" default-features = false optional = true +version = "34.0.0" [dependencies.sp-staking] path = "../substrate/primitives/staking" default-features = false optional = true +version = "33.0.0" [dependencies.sp-state-machine] path = "../substrate/primitives/state-machine" default-features = false optional = true +version = "0.42.0" [dependencies.sp-statement-store] path = "../substrate/primitives/statement-store" default-features = false optional = true +version = "17.0.0" [dependencies.sp-std] path = "../substrate/primitives/std" default-features = false optional = true +version = "14.0.0" [dependencies.sp-storage] path = "../substrate/primitives/storage" default-features = false optional = true +version = "21.0.0" [dependencies.sp-timestamp] path = "../substrate/primitives/timestamp" default-features = false optional = true +version = "33.0.0" [dependencies.sp-tracing] path = "../substrate/primitives/tracing" default-features = false optional = true +version = "17.0.0" [dependencies.sp-transaction-pool] path = "../substrate/primitives/transaction-pool" default-features = false optional = true +version = "33.0.0" [dependencies.sp-transaction-storage-proof] path = "../substrate/primitives/transaction-storage-proof" default-features = false optional = true +version = "33.0.0" [dependencies.sp-trie] path = "../substrate/primitives/trie" default-features = false optional = true +version = "36.0.0" [dependencies.sp-version] path = "../substrate/primitives/version" default-features = false optional = true +version = "36.0.0" [dependencies.sp-version-proc-macro] path = "../substrate/primitives/version/proc-macro" default-features = false optional = true +version = "14.0.0" [dependencies.sp-wasm-interface] path = "../substrate/primitives/wasm-interface" default-features = false optional = true +version = "21.0.0" [dependencies.sp-weights] path = "../substrate/primitives/weights" default-features = false optional = true +version = "31.0.0" [dependencies.staging-parachain-info] path = "../cumulus/parachains/pallets/parachain-info" default-features = false optional = true +version = "0.14.0" [dependencies.staging-xcm] path = "../polkadot/xcm" default-features = false optional = true +version = "14.0.0" [dependencies.staging-xcm-builder] path = "../polkadot/xcm/xcm-builder" default-features = false optional = true +version = "14.0.0" [dependencies.staging-xcm-executor] path = "../polkadot/xcm/xcm-executor" default-features = false optional = true +version = "14.0.0" [dependencies.substrate-bip39] path = "../substrate/utils/substrate-bip39" default-features = false optional = true +version = "0.6.0" [dependencies.testnet-parachains-constants] path = "../cumulus/parachains/runtimes/constants" default-features = false optional = true +version = "7.0.0" [dependencies.tracing-gum-proc-macro] path = "../polkadot/node/gum/proc-macro" default-features = false optional = true +version = "5.0.0" [dependencies.westend-runtime-constants] path = "../polkadot/runtime/westend/constants" default-features = false optional = true +version = "14.0.0" [dependencies.xcm-fee-payment-runtime-api] path = "../polkadot/xcm/xcm-fee-payment-runtime-api" default-features = false optional = true +version = "0.4.0" [dependencies.xcm-procedural] path = "../polkadot/xcm/procedural" default-features = false optional = true +version = "10.0.0" [dependencies.asset-test-utils] path = "../cumulus/parachains/runtimes/assets/test-utils" default-features = false optional = true +version = "14.0.0" [dependencies.bridge-hub-test-utils] path = "../cumulus/parachains/runtimes/bridge-hubs/test-utils" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-client-cli] path = "../cumulus/client/cli" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-client-collator] path = "../cumulus/client/collator" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-client-consensus-aura] path = "../cumulus/client/consensus/aura" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-client-consensus-common] path = "../cumulus/client/consensus/common" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-client-consensus-proposer] path = "../cumulus/client/consensus/proposer" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-client-consensus-relay-chain] path = "../cumulus/client/consensus/relay-chain" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-client-network] path = "../cumulus/client/network" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-client-parachain-inherent] path = "../cumulus/client/parachain-inherent" default-features = false optional = true +version = "0.8.0" [dependencies.cumulus-client-pov-recovery] path = "../cumulus/client/pov-recovery" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-client-service] path = "../cumulus/client/service" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-relay-chain-inprocess-interface] path = "../cumulus/client/relay-chain-inprocess-interface" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-relay-chain-interface] path = "../cumulus/client/relay-chain-interface" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-relay-chain-minimal-node] path = "../cumulus/client/relay-chain-minimal-node" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-relay-chain-rpc-interface] path = "../cumulus/client/relay-chain-rpc-interface" default-features = false optional = true +version = "0.14.0" [dependencies.cumulus-test-relay-sproof-builder] path = "../cumulus/test/relay-sproof-builder" default-features = false optional = true +version = "0.14.0" [dependencies.emulated-integration-tests-common] path = "../cumulus/parachains/integration-tests/emulated/common" default-features = false optional = true +version = "10.0.0" [dependencies.fork-tree] path = "../substrate/utils/fork-tree" default-features = false optional = true +version = "13.0.0" [dependencies.frame-benchmarking-cli] path = "../substrate/utils/frame/benchmarking-cli" default-features = false optional = true +version = "39.0.0" [dependencies.frame-remote-externalities] path = "../substrate/utils/frame/remote-externalities" default-features = false optional = true +version = "0.42.0" [dependencies.frame-support-procedural-tools] path = "../substrate/frame/support/procedural/tools" default-features = false optional = true +version = "13.0.0" [dependencies.generate-bags] path = "../substrate/utils/frame/generate-bags" default-features = false optional = true +version = "35.0.0" [dependencies.mmr-gadget] path = "../substrate/client/merkle-mountain-range" default-features = false optional = true +version = "36.0.0" [dependencies.mmr-rpc] path = "../substrate/client/merkle-mountain-range/rpc" default-features = false optional = true +version = "35.0.0" [dependencies.pallet-contracts-mock-network] path = "../substrate/frame/contracts/mock-network" default-features = false optional = true +version = "10.0.0" [dependencies.pallet-transaction-payment-rpc] path = "../substrate/frame/transaction-payment/rpc" default-features = false optional = true +version = "37.0.0" [dependencies.parachains-runtimes-test-utils] path = "../cumulus/parachains/runtimes/test-utils" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-approval-distribution] path = "../polkadot/node/network/approval-distribution" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-availability-bitfield-distribution] path = "../polkadot/node/network/bitfield-distribution" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-availability-distribution] path = "../polkadot/node/network/availability-distribution" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-availability-recovery] path = "../polkadot/node/network/availability-recovery" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-cli] path = "../polkadot/cli" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-collator-protocol] path = "../polkadot/node/network/collator-protocol" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-dispute-distribution] path = "../polkadot/node/network/dispute-distribution" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-erasure-coding] path = "../polkadot/erasure-coding" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-gossip-support] path = "../polkadot/node/network/gossip-support" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-network-bridge] path = "../polkadot/node/network/bridge" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-collation-generation] path = "../polkadot/node/collation-generation" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-approval-voting] path = "../polkadot/node/core/approval-voting" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-av-store] path = "../polkadot/node/core/av-store" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-backing] path = "../polkadot/node/core/backing" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-bitfield-signing] path = "../polkadot/node/core/bitfield-signing" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-candidate-validation] path = "../polkadot/node/core/candidate-validation" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-chain-api] path = "../polkadot/node/core/chain-api" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-chain-selection] path = "../polkadot/node/core/chain-selection" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-dispute-coordinator] path = "../polkadot/node/core/dispute-coordinator" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-parachains-inherent] path = "../polkadot/node/core/parachains-inherent" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-prospective-parachains] path = "../polkadot/node/core/prospective-parachains" default-features = false optional = true +version = "13.0.0" [dependencies.polkadot-node-core-provisioner] path = "../polkadot/node/core/provisioner" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-pvf] path = "../polkadot/node/core/pvf" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-pvf-checker] path = "../polkadot/node/core/pvf-checker" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-pvf-common] path = "../polkadot/node/core/pvf/common" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-pvf-execute-worker] path = "../polkadot/node/core/pvf/execute-worker" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-pvf-prepare-worker] path = "../polkadot/node/core/pvf/prepare-worker" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-core-runtime-api] path = "../polkadot/node/core/runtime-api" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-jaeger] path = "../polkadot/node/jaeger" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-metrics] path = "../polkadot/node/metrics" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-network-protocol] path = "../polkadot/node/network/protocol" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-primitives] path = "../polkadot/node/primitives" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-subsystem] path = "../polkadot/node/subsystem" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-subsystem-types] path = "../polkadot/node/subsystem-types" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-node-subsystem-util] path = "../polkadot/node/subsystem-util" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-overseer] path = "../polkadot/node/overseer" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-rpc] path = "../polkadot/rpc" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-service] path = "../polkadot/node/service" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-statement-distribution] path = "../polkadot/node/network/statement-distribution" default-features = false optional = true +version = "14.0.0" [dependencies.polkadot-statement-table] path = "../polkadot/statement-table" default-features = false optional = true +version = "14.0.0" [dependencies.sc-allocator] path = "../substrate/client/allocator" default-features = false optional = true +version = "29.0.0" [dependencies.sc-authority-discovery] path = "../substrate/client/authority-discovery" default-features = false optional = true +version = "0.41.0" [dependencies.sc-basic-authorship] path = "../substrate/client/basic-authorship" default-features = false optional = true +version = "0.41.0" [dependencies.sc-block-builder] path = "../substrate/client/block-builder" default-features = false optional = true +version = "0.40.0" [dependencies.sc-chain-spec] path = "../substrate/client/chain-spec" default-features = false optional = true +version = "34.0.0" [dependencies.sc-cli] path = "../substrate/client/cli" default-features = false optional = true +version = "0.43.0" [dependencies.sc-client-api] path = "../substrate/client/api" default-features = false optional = true +version = "35.0.0" [dependencies.sc-client-db] path = "../substrate/client/db" default-features = false optional = true +version = "0.42.0" [dependencies.sc-consensus] path = "../substrate/client/consensus/common" default-features = false optional = true +version = "0.40.0" [dependencies.sc-consensus-aura] path = "../substrate/client/consensus/aura" default-features = false optional = true +version = "0.41.0" [dependencies.sc-consensus-babe] path = "../substrate/client/consensus/babe" default-features = false optional = true +version = "0.41.0" [dependencies.sc-consensus-babe-rpc] path = "../substrate/client/consensus/babe/rpc" default-features = false optional = true +version = "0.41.0" [dependencies.sc-consensus-beefy] path = "../substrate/client/consensus/beefy" default-features = false optional = true +version = "20.0.0" [dependencies.sc-consensus-beefy-rpc] path = "../substrate/client/consensus/beefy/rpc" default-features = false optional = true +version = "20.0.0" [dependencies.sc-consensus-epochs] path = "../substrate/client/consensus/epochs" default-features = false optional = true +version = "0.40.0" [dependencies.sc-consensus-grandpa] path = "../substrate/client/consensus/grandpa" default-features = false optional = true +version = "0.26.0" [dependencies.sc-consensus-grandpa-rpc] path = "../substrate/client/consensus/grandpa/rpc" default-features = false optional = true +version = "0.26.0" [dependencies.sc-consensus-manual-seal] path = "../substrate/client/consensus/manual-seal" default-features = false optional = true +version = "0.42.0" [dependencies.sc-consensus-pow] path = "../substrate/client/consensus/pow" default-features = false optional = true +version = "0.40.0" [dependencies.sc-consensus-slots] path = "../substrate/client/consensus/slots" default-features = false optional = true +version = "0.40.0" [dependencies.sc-executor] path = "../substrate/client/executor" default-features = false optional = true +version = "0.39.0" [dependencies.sc-executor-common] path = "../substrate/client/executor/common" default-features = false optional = true +version = "0.35.0" [dependencies.sc-executor-polkavm] path = "../substrate/client/executor/polkavm" default-features = false optional = true +version = "0.32.0" [dependencies.sc-executor-wasmtime] path = "../substrate/client/executor/wasmtime" default-features = false optional = true +version = "0.35.0" [dependencies.sc-informant] path = "../substrate/client/informant" default-features = false optional = true +version = "0.40.0" [dependencies.sc-keystore] path = "../substrate/client/keystore" default-features = false optional = true +version = "32.0.0" [dependencies.sc-mixnet] path = "../substrate/client/mixnet" default-features = false optional = true +version = "0.11.0" [dependencies.sc-network] path = "../substrate/client/network" default-features = false optional = true +version = "0.41.0" [dependencies.sc-network-common] path = "../substrate/client/network/common" default-features = false optional = true +version = "0.40.0" [dependencies.sc-network-gossip] path = "../substrate/client/network-gossip" default-features = false optional = true +version = "0.41.0" [dependencies.sc-network-light] path = "../substrate/client/network/light" default-features = false optional = true +version = "0.40.0" [dependencies.sc-network-statement] path = "../substrate/client/network/statement" default-features = false optional = true +version = "0.23.0" [dependencies.sc-network-sync] path = "../substrate/client/network/sync" default-features = false optional = true +version = "0.40.0" [dependencies.sc-network-transactions] path = "../substrate/client/network/transactions" default-features = false optional = true +version = "0.40.0" [dependencies.sc-network-types] path = "../substrate/client/network/types" default-features = false optional = true +version = "0.12.0" [dependencies.sc-offchain] path = "../substrate/client/offchain" default-features = false optional = true +version = "36.0.0" [dependencies.sc-proposer-metrics] path = "../substrate/client/proposer-metrics" default-features = false optional = true +version = "0.18.0" [dependencies.sc-rpc] path = "../substrate/client/rpc" default-features = false optional = true +version = "36.0.0" [dependencies.sc-rpc-api] path = "../substrate/client/rpc-api" default-features = false optional = true +version = "0.40.0" [dependencies.sc-rpc-server] path = "../substrate/client/rpc-servers" default-features = false optional = true +version = "16.0.1" [dependencies.sc-rpc-spec-v2] path = "../substrate/client/rpc-spec-v2" default-features = false optional = true +version = "0.41.0" [dependencies.sc-service] path = "../substrate/client/service" default-features = false optional = true +version = "0.42.0" [dependencies.sc-state-db] path = "../substrate/client/state-db" default-features = false optional = true +version = "0.36.0" [dependencies.sc-statement-store] path = "../substrate/client/statement-store" default-features = false optional = true +version = "17.0.0" [dependencies.sc-storage-monitor] path = "../substrate/client/storage-monitor" default-features = false optional = true +version = "0.22.0" [dependencies.sc-sync-state-rpc] path = "../substrate/client/sync-state-rpc" default-features = false optional = true +version = "0.41.0" [dependencies.sc-sysinfo] path = "../substrate/client/sysinfo" default-features = false optional = true +version = "34.0.0" [dependencies.sc-telemetry] path = "../substrate/client/telemetry" default-features = false optional = true +version = "21.0.0" [dependencies.sc-tracing] path = "../substrate/client/tracing" default-features = false optional = true +version = "35.0.0" [dependencies.sc-transaction-pool] path = "../substrate/client/transaction-pool" default-features = false optional = true +version = "35.0.0" [dependencies.sc-transaction-pool-api] path = "../substrate/client/transaction-pool/api" default-features = false optional = true +version = "35.0.0" [dependencies.sc-utils] path = "../substrate/client/utils" default-features = false optional = true +version = "17.0.0" [dependencies.snowbridge-runtime-test-common] path = "../bridges/snowbridge/runtime/test-common" default-features = false optional = true +version = "0.7.0" [dependencies.sp-blockchain] path = "../substrate/primitives/blockchain" default-features = false optional = true +version = "35.0.0" [dependencies.sp-consensus] path = "../substrate/primitives/consensus/common" default-features = false optional = true +version = "0.39.0" [dependencies.sp-core-hashing] path = "../substrate/deprecated/hashing" default-features = false optional = true +version = "16.0.0" [dependencies.sp-core-hashing-proc-macro] path = "../substrate/deprecated/hashing/proc-macro" default-features = false optional = true +version = "16.0.0" [dependencies.sp-database] path = "../substrate/primitives/database" default-features = false optional = true +version = "10.0.0" [dependencies.sp-maybe-compressed-blob] path = "../substrate/primitives/maybe-compressed-blob" default-features = false optional = true +version = "11.0.0" [dependencies.sp-panic-handler] path = "../substrate/primitives/panic-handler" default-features = false optional = true +version = "13.0.0" [dependencies.sp-rpc] path = "../substrate/primitives/rpc" default-features = false optional = true +version = "32.0.0" [dependencies.staging-chain-spec-builder] path = "../substrate/bin/utils/chain-spec-builder" default-features = false optional = true +version = "2.0.0" [dependencies.staging-node-inspect] path = "../substrate/bin/node/inspect" default-features = false optional = true +version = "0.19.0" [dependencies.staging-tracking-allocator] path = "../polkadot/node/tracking-allocator" default-features = false optional = true +version = "2.0.0" [dependencies.subkey] path = "../substrate/bin/utils/subkey" default-features = false optional = true +version = "16.0.0" [dependencies.substrate-build-script-utils] path = "../substrate/utils/build-script-utils" default-features = false optional = true +version = "11.0.0" [dependencies.substrate-frame-rpc-support] path = "../substrate/utils/frame/rpc/support" default-features = false optional = true +version = "36.0.0" [dependencies.substrate-frame-rpc-system] path = "../substrate/utils/frame/rpc/system" default-features = false optional = true +version = "35.0.0" [dependencies.substrate-prometheus-endpoint] path = "../substrate/utils/prometheus" default-features = false optional = true +version = "0.17.0" [dependencies.substrate-rpc-client] path = "../substrate/utils/frame/rpc/client" default-features = false optional = true +version = "0.40.0" [dependencies.substrate-state-trie-migration-rpc] path = "../substrate/utils/frame/rpc/state-trie-migration-rpc" default-features = false optional = true +version = "34.0.0" [dependencies.substrate-wasm-builder] path = "../substrate/utils/wasm-builder" default-features = false optional = true +version = "23.0.0" [dependencies.tracing-gum] path = "../polkadot/node/gum" default-features = false optional = true +version = "14.0.0" [dependencies.xcm-emulator] path = "../cumulus/xcm/xcm-emulator" default-features = false optional = true +version = "0.12.0" [dependencies.xcm-simulator] path = "../polkadot/xcm/xcm-simulator" default-features = false optional = true +version = "14.0.0" [package.metadata.docs.rs] features = ["node", "runtime"]