From 3113921eaef899105949e28f33f15ebdd7e56ae5 Mon Sep 17 00:00:00 2001 From: "Bill.W" <0xbillw@gmail.com> Date: Mon, 10 Mar 2025 15:06:45 +0800 Subject: [PATCH] chore: Change `polkadot-sdk` and `frontier` back to the official `stable2412` version. --- Cargo.lock | 2395 ++++++++++----------- Cargo.toml | 385 ++-- standalone/chain/runtime/src/frontier.rs | 2 - standalone/teeworker/ceseal/Cargo.lock | 2438 ++++++++++------------ standalone/teeworker/ceseal/Cargo.toml | 43 +- 5 files changed, 2341 insertions(+), 2922 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e1c885c..4c534e8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,10 +98,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom", + "getrandom 0.2.15", "once_cell", "version_check", - "zerocopy", + "zerocopy 0.7.35", ] [[package]] @@ -283,7 +283,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -295,7 +295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" dependencies = [ "ark-bls12-377", - "ark-ec 0.4.2", + "ark-ec", "ark-models-ext", "ark-std 0.4.0", ] @@ -306,7 +306,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", @@ -319,7 +319,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" dependencies = [ "ark-bls12-381", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-models-ext", "ark-serialize 0.4.2", @@ -333,7 +333,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" dependencies = [ "ark-bls12-377", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -345,7 +345,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" dependencies = [ "ark-bw6-761", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-models-ext", "ark-std 0.4.0", @@ -358,7 +358,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" dependencies = [ "ark-ff 0.4.2", - "ark-poly 0.4.2", + "ark-poly", "ark-serialize 0.4.2", "ark-std 0.4.0", "derivative", @@ -369,27 +369,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ark-ec" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce" -dependencies = [ - "ahash", - "ark-ff 0.5.0", - "ark-poly 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "educe", - "fnv", - "hashbrown 0.15.2", - "itertools 0.13.0", - "num-bigint", - "num-integer", - "num-traits", - "zeroize", -] - [[package]] name = "ark-ed-on-bls12-377" version = "0.4.0" @@ -397,7 +376,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" dependencies = [ "ark-bls12-377", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -408,7 +387,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ed-on-bls12-377", "ark-ff 0.4.2", "ark-models-ext", @@ -422,7 +401,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" dependencies = [ "ark-bls12-381", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -433,7 +412,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ed-on-bls12-381-bandersnatch", "ark-ff 0.4.2", "ark-models-ext", @@ -478,26 +457,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ark-ff" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70" -dependencies = [ - "ark-ff-asm 0.5.0", - "ark-ff-macros 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "arrayvec 0.7.6", - "digest 0.10.7", - "educe", - "itertools 0.13.0", - "num-bigint", - "num-traits", - "paste", - "zeroize", -] - [[package]] name = "ark-ff-asm" version = "0.3.0" @@ -518,16 +477,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "ark-ff-asm" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" -dependencies = [ - "quote", - "syn 2.0.94", -] - [[package]] name = "ark-ff-macros" version = "0.3.0" @@ -553,26 +502,13 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "ark-ff-macros" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3" -dependencies = [ - "num-bigint", - "num-traits", - "proc-macro2", - "quote", - "syn 2.0.94", -] - [[package]] name = "ark-models-ext" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", @@ -592,28 +528,13 @@ dependencies = [ "hashbrown 0.13.2", ] -[[package]] -name = "ark-poly" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27" -dependencies = [ - "ahash", - "ark-ff 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "educe", - "fnv", - "hashbrown 0.15.2", -] - [[package]] name = "ark-scale" version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", @@ -621,21 +542,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "ark-secret-scalar" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" -dependencies = [ - "ark-ec 0.4.2", - "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" @@ -652,25 +558,12 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" dependencies = [ - "ark-serialize-derive 0.4.2", + "ark-serialize-derive", "ark-std 0.4.0", "digest 0.10.7", "num-bigint", ] -[[package]] -name = "ark-serialize" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7" -dependencies = [ - "ark-serialize-derive 0.5.0", - "ark-std 0.5.0", - "arrayvec 0.7.6", - "digest 0.10.7", - "num-bigint", -] - [[package]] name = "ark-serialize-derive" version = "0.4.2" @@ -682,17 +575,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "ark-serialize-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.94", -] - [[package]] name = "ark-std" version = "0.3.0" @@ -714,29 +596,6 @@ dependencies = [ "rayon", ] -[[package]] -name = "ark-std" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" -dependencies = [ - "num-traits", - "rand 0.8.5", -] - -[[package]] -name = "ark-transcript" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" -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.3" @@ -782,17 +641,17 @@ dependencies = [ [[package]] name = "asn1-rs" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" +checksum = "607495ec7113b178fbba7a6166a27f99e774359ef4823adbefd756b5b81d7970" dependencies = [ - "asn1-rs-derive 0.5.1", + "asn1-rs-derive 0.6.0", "asn1-rs-impl 0.2.0", "displaydoc", "nom", "num-traits", "rusticata-macros", - "thiserror 1.0.69", + "thiserror 2.0.12", "time 0.3.37", ] @@ -810,9 +669,9 @@ dependencies = [ [[package]] name = "asn1-rs-derive" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" +checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", @@ -856,8 +715,8 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -885,8 +744,8 @@ dependencies = [ [[package]] name = "assets-common" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1239,27 +1098,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "bandersnatch_vrfs" -version = "0.0.4" -source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" -dependencies = [ - "ark-bls12-381", - "ark-ec 0.4.2", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "dleq_vrf", - "rand_chacha", - "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" @@ -1326,8 +1164,8 @@ dependencies = [ [[package]] name = "binary-merkle-tree" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "hash-db", "log", @@ -1579,8 +1417,8 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1596,8 +1434,8 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1612,8 +1450,8 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1629,8 +1467,8 @@ dependencies = [ [[package]] name = "bp-polkadot" -version = "0.5.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1642,8 +1480,8 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-messages", "bp-runtime", @@ -1659,8 +1497,8 @@ dependencies = [ [[package]] name = "bp-relayers" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-messages", @@ -1677,8 +1515,8 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -1700,8 +1538,8 @@ dependencies = [ [[package]] name = "bp-test-utils" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1720,8 +1558,8 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.5.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-messages", "bp-runtime", @@ -1737,8 +1575,8 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.15.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -1749,8 +1587,8 @@ dependencies = [ [[package]] name = "bridge-hub-common" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1766,8 +1604,8 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.21.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -1777,8 +1615,6 @@ dependencies = [ "bp-relayers", "bp-runtime", "bp-test-utils", - "bp-xcm-bridge-hub", - "bridge-runtime-common", "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", "frame-support", @@ -1801,6 +1637,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", + "sp-std", "sp-tracing", "staging-xcm", "staging-xcm-builder", @@ -1809,8 +1646,8 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-messages", @@ -1818,7 +1655,6 @@ dependencies = [ "bp-polkadot-core", "bp-relayers", "bp-runtime", - "bp-xcm-bridge-hub", "frame-support", "frame-system", "log", @@ -2157,7 +1993,7 @@ dependencies = [ "serde_json", "sgx-attestation", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-std", ] @@ -2269,7 +2105,7 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.3", - "rand_chacha", + "rand_chacha 0.3.1", "sc-block-builder", "sc-client-api", "sc-consensus", @@ -2288,7 +2124,7 @@ dependencies = [ "sp-consensus", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-inherents", "sp-keyring", "sp-keystore", @@ -2837,22 +2673,6 @@ dependencies = [ "unicode-width 0.2.0", ] -[[package]] -name = "common" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "fflonk", - "getrandom_or_panic", - "merlin", - "rand_chacha", -] - [[package]] name = "common-path" version = "1.0.0" @@ -2915,7 +2735,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom", + "getrandom 0.2.15", "once_cell", "tiny-keccak", ] @@ -3259,8 +3079,8 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.21.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "clap", "parity-scale-codec", @@ -3276,8 +3096,8 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -3299,8 +3119,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "cumulus-client-collator", @@ -3345,8 +3165,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -3375,8 +3195,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "anyhow", "async-trait", @@ -3390,8 +3210,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -3413,8 +3233,8 @@ dependencies = [ [[package]] name = "cumulus-client-network" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -3439,8 +3259,8 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.15.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3450,7 +3270,7 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sp-api", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-inherents", "sp-runtime", "sp-state-machine", @@ -3461,8 +3281,8 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3487,8 +3307,8 @@ dependencies = [ [[package]] name = "cumulus-client-service" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.22.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -3524,8 +3344,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3541,8 +3361,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -3558,8 +3378,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -3595,7 +3415,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -3605,8 +3425,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" -version = "9.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -3618,8 +3438,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3633,8 +3453,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3648,8 +3468,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -3673,8 +3493,8 @@ dependencies = [ [[package]] name = "cumulus-ping" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -3688,8 +3508,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.16.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-api", "sp-consensus-aura", @@ -3697,8 +3517,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3713,8 +3533,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3727,8 +3547,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.11.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3737,8 +3557,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "9.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -3754,8 +3574,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -3764,8 +3584,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3781,8 +3601,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.22.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3805,8 +3625,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3824,8 +3644,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.22.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "async-trait", @@ -3859,8 +3679,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.21.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3900,8 +3720,8 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -4167,11 +3987,11 @@ dependencies = [ [[package]] name = "der-parser" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" +checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs 0.7.0", "displaydoc", "nom", "num-bigint", @@ -4367,22 +4187,6 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" -[[package]] -name = "dleq_vrf" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-scale", - "ark-secret-scalar", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "ark-transcript", - "arrayvec 0.7.6", - "zeroize", -] - [[package]] name = "docify" version = "0.2.9" @@ -4522,18 +4326,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "educe" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" -dependencies = [ - "enum-ordinalize", - "proc-macro2", - "quote", - "syn 2.0.94", -] - [[package]] name = "either" version = "1.13.0" @@ -4593,26 +4385,6 @@ dependencies = [ "syn 2.0.94", ] -[[package]] -name = "enum-ordinalize" -version = "4.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" -dependencies = [ - "enum-ordinalize-derive", -] - -[[package]] -name = "enum-ordinalize-derive" -version = "4.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.94", -] - [[package]] name = "enumflags2" version = "0.7.10" @@ -4707,7 +4479,7 @@ name = "ethabi" version = "18.0.0" source = "git+https://github.com/CESSProject/ethabi?branch=upgrade-ethereum-types#b966d27f07792b8261f07afed241df8b41577992" dependencies = [ - "ethereum-types 0.15.1", + "ethereum-types", "hex", "serde", "sha3", @@ -4717,22 +4489,11 @@ dependencies = [ [[package]] name = "ethabi-decode" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d398648d65820a727d6a81e58b962f874473396a047e4c30bafe3240953417" -dependencies = [ - "ethereum-types 0.14.1", - "tiny-keccak", -] - -[[package]] -name = "ethbloom" -version = "0.13.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" +checksum = "52029c4087f9f01108f851d0d02df9c21feb5660a19713466724b7f95bd2d773" dependencies = [ - "crunchy", - "fixed-hash", + "ethereum-types", "tiny-keccak", ] @@ -4754,10 +4515,10 @@ dependencies = [ [[package]] name = "ethereum" version = "0.15.0" -source = "git+https://github.com/CESSProject/ethereum.git?branch=upgrade-ethereum-types#c2c8281eeee9eee11bb9b86f98e08a6aeae944a2" +source = "git+https://github.com/rust-ethereum/ethereum?rev=3be0d8fd4c2ad1ba216b69ef65b9382612efc8ba#3be0d8fd4c2ad1ba216b69ef65b9382612efc8ba" dependencies = [ "bytes", - "ethereum-types 0.15.1", + "ethereum-types", "hash-db", "hash256-std-hasher", "parity-scale-codec", @@ -4768,25 +4529,13 @@ dependencies = [ "trie-root", ] -[[package]] -name = "ethereum-types" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" -dependencies = [ - "ethbloom 0.13.0", - "fixed-hash", - "primitive-types 0.12.2", - "uint 0.9.5", -] - [[package]] name = "ethereum-types" version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ab15ed80916029f878e0267c3a9f92b67df55e79af370bf66199059ae2b4ee3" dependencies = [ - "ethbloom 0.14.1", + "ethbloom", "fixed-hash", "impl-codec 0.7.0", "impl-rlp", @@ -4846,8 +4595,8 @@ dependencies = [ [[package]] name = "evm" -version = "0.41.0" -source = "git+https://github.com/CESSProject/evm.git?branch=upgrade_primitive-types_on_v0.41#a213bc73c47a76feb53e57d67c2492c13078ff76" +version = "0.42.0" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#e81732d6bb47e3d3d68d233e43919c4522598361" dependencies = [ "auto_impl", "environmental", @@ -4866,8 +4615,8 @@ dependencies = [ [[package]] name = "evm-core" -version = "0.41.0" -source = "git+https://github.com/CESSProject/evm.git?branch=upgrade_primitive-types_on_v0.41#a213bc73c47a76feb53e57d67c2492c13078ff76" +version = "0.42.0" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#e81732d6bb47e3d3d68d233e43919c4522598361" dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", @@ -4877,8 +4626,8 @@ dependencies = [ [[package]] name = "evm-gasometer" -version = "0.41.0" -source = "git+https://github.com/CESSProject/evm.git?branch=upgrade_primitive-types_on_v0.41#a213bc73c47a76feb53e57d67c2492c13078ff76" +version = "0.42.0" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#e81732d6bb47e3d3d68d233e43919c4522598361" dependencies = [ "environmental", "evm-core", @@ -4888,8 +4637,8 @@ dependencies = [ [[package]] name = "evm-runtime" -version = "0.41.0" -source = "git+https://github.com/CESSProject/evm.git?branch=upgrade_primitive-types_on_v0.41#a213bc73c47a76feb53e57d67c2492c13078ff76" +version = "0.42.0" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#e81732d6bb47e3d3d68d233e43919c4522598361" dependencies = [ "auto_impl", "environmental", @@ -4988,7 +4737,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.7.0", + "indexmap 2.7.1", "proc-macro-crate 3.2.0", "proc-macro2", "quote", @@ -4998,7 +4747,7 @@ dependencies = [ [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "async-trait", "fp-storage", @@ -5010,10 +4759,10 @@ dependencies = [ [[package]] name = "fc-cli" version = "1.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "clap", - "ethereum-types 0.15.1", + "ethereum-types", "fc-db", "fp-rpc", "fp-storage", @@ -5028,7 +4777,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "async-trait", "fp-consensus", @@ -5044,7 +4793,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "async-trait", "ethereum", @@ -5074,7 +4823,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "fc-db", "fc-storage", @@ -5097,10 +4846,10 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "ethereum", - "ethereum-types 0.15.1", + "ethereum-types", "evm", "fc-api", "fc-mapping-sync", @@ -5120,7 +4869,6 @@ dependencies = [ "rand 0.8.5", "rlp 0.6.1", "sc-client-api", - "sc-consensus-aura", "sc-network", "sc-network-sync", "sc-rpc", @@ -5134,7 +4882,6 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-consensus-aura", "sp-core", "sp-externalities", "sp-inherents", @@ -5142,7 +4889,6 @@ dependencies = [ "sp-runtime", "sp-state-machine", "sp-storage", - "sp-timestamp", "substrate-prometheus-endpoint", "thiserror 1.0.69", "tokio", @@ -5151,25 +4897,25 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "ethereum", - "ethereum-types 0.15.1", + "ethereum-types", "jsonrpsee 0.24.7", "rlp 0.6.1", "rustc-hex", "serde", "serde_json", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", ] [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "ethereum", - "ethereum-types 0.15.1", + "ethereum-types", "fp-rpc", "fp-storage", "parity-scale-codec", @@ -5200,19 +4946,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "fflonk" -version = "0.1.1" -source = "git+https://github.com/w3f/fflonk#eda051ea3b80042e844a3ebd17c2f60536e6ee3f" -dependencies = [ - "ark-ec 0.5.0", - "ark-ff 0.5.0", - "ark-poly 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "merlin", -] - [[package]] name = "fiat-crypto" version = "0.2.9" @@ -5350,8 +5083,8 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" -version = "12.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", ] @@ -5378,7 +5111,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "hex", "impl-serde 0.5.0", @@ -5397,7 +5130,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "ethereum", "parity-scale-codec", @@ -5408,7 +5141,7 @@ dependencies = [ [[package]] name = "fp-dynamic-fee" version = "1.0.0" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "async-trait", "sp-core", @@ -5418,10 +5151,10 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "ethereum", - "ethereum-types 0.15.1", + "ethereum-types", "fp-evm", "frame-support", "parity-scale-codec", @@ -5430,8 +5163,9 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ + "environmental", "evm", "frame-support", "num_enum", @@ -5445,10 +5179,10 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "ethereum", - "ethereum-types 0.15.1", + "ethereum-types", "fp-evm", "parity-scale-codec", "scale-info", @@ -5461,7 +5195,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "frame-support", "parity-scale-codec", @@ -5473,7 +5207,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "parity-scale-codec", "serde", @@ -5487,8 +5221,8 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-support-procedural", @@ -5511,8 +5245,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "32.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "46.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "Inflector", "array-bytes", @@ -5550,7 +5284,7 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-database", "sp-externalities", "sp-genesis-builder", @@ -5573,8 +5307,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" -version = "18.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "29.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5596,13 +5330,13 @@ dependencies = [ "scale-decode 0.16.0", "scale-info", "scale-type-resolver", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-election-provider-solution-type" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "14.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -5612,8 +5346,8 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5628,8 +5362,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "aquamarine", "frame-support", @@ -5681,8 +5415,8 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "const-hex", @@ -5697,8 +5431,8 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.35.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.49.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "indicatif", @@ -5707,7 +5441,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-io", "sp-runtime", "sp-state-machine", @@ -5719,8 +5453,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "aquamarine", "array-bytes", @@ -5762,8 +5496,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "23.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "31.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "Inflector", "cfg-expr", @@ -5776,14 +5510,14 @@ dependencies = [ "proc-macro-warning 1.0.2", "proc-macro2", "quote", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "syn 2.0.94", ] [[package]] name = "frame-support-procedural-tools" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.2.0", @@ -5794,8 +5528,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" -version = "11.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "12.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro2", "quote", @@ -5805,7 +5539,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-executive", @@ -5832,8 +5566,8 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" -version = "4.0.0-dev" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "4.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -5845,8 +5579,8 @@ dependencies = [ [[package]] name = "frame-system" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cfg-if", "docify", @@ -5865,8 +5599,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5879,8 +5613,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "parity-scale-codec", @@ -5889,8 +5623,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.45.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "parity-scale-codec", @@ -6156,6 +5890,18 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "getrandom" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" +dependencies = [ + "cfg-if", + "libc", + "wasi 0.13.3+wasi-0.2.2", + "windows-targets 0.52.6", +] + [[package]] name = "getrandom_or_panic" version = "0.0.3" @@ -6202,10 +5948,6 @@ name = "gimli" version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" -dependencies = [ - "fallible-iterator 0.3.0", - "stable_deref_trait", -] [[package]] name = "glob" @@ -6302,7 +6044,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.7.0", + "indexmap 2.7.1", "slab", "tokio", "tokio-util", @@ -6321,7 +6063,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.2.0", - "indexmap 2.7.0", + "indexmap 2.7.1", "slab", "tokio", "tokio-util", @@ -7124,9 +6866,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", "hashbrown 0.15.2", @@ -7825,7 +7567,7 @@ dependencies = [ "either", "futures", "futures-timer", - "getrandom", + "getrandom 0.2.15", "instant", "libp2p-allow-block-list", "libp2p-connection-limits", @@ -8246,7 +7988,7 @@ dependencies = [ "libp2p-core", "log", "thiserror 1.0.69", - "yamux", + "yamux 0.12.1", ] [[package]] @@ -8416,9 +8158,9 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "litep2p" -version = "0.8.4" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0fef34af8847e816003bf7fdeac5ea50b9a7a88441ac927a6166b5e812ab79" +checksum = "3e5a3d13ee6af6f01bb2093aa6d5f29b79ede7de6277e5d0394e8f5d8eaa5a86" dependencies = [ "async-trait", "bs58", @@ -8429,13 +8171,12 @@ dependencies = [ "futures-timer", "hex-literal", "hickory-resolver", - "indexmap 2.7.0", + "indexmap 2.7.1", "libc", "mockall 0.13.1", "multiaddr 0.17.1", "multihash 0.17.0", "network-interface", - "nohash-hasher", "parking_lot 0.12.3", "pin-project", "prost 0.12.6", @@ -8450,18 +8191,18 @@ dependencies = [ "smallvec", "snow", "socket2 0.5.8", - "static_assertions", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tokio-stream", "tokio-tungstenite", "tokio-util", "tracing", - "uint 0.9.5", + "uint 0.10.0", "unsigned-varint 0.8.0", "url", "x25519-dalek", - "x509-parser 0.16.0", + "x509-parser 0.17.0", + "yamux 0.13.4", "yasna", "zeroize", ] @@ -8767,7 +8508,7 @@ dependencies = [ "log", "parking_lot 0.12.3", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "rand_distr", "subtle 2.6.1", "thiserror 1.0.69", @@ -8776,8 +8517,8 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "log", @@ -8795,8 +8536,8 @@ dependencies = [ [[package]] name = "mmr-rpc" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "jsonrpsee 0.24.7", "parity-scale-codec", @@ -8980,12 +8721,6 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" -[[package]] -name = "multimap" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" - [[package]] name = "multistream-select" version = "0.13.0" @@ -9373,7 +9108,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 1.1.3", "proc-macro2", "quote", "syn 2.0.94", @@ -9426,11 +9161,11 @@ dependencies = [ [[package]] name = "oid-registry" -version = "0.7.1" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" +checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs 0.7.0", ] [[package]] @@ -9525,7 +9260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7b1d40dd8f367db3c65bec8d3dd47d4a604ee8874480738f93191bddab4e0e0" dependencies = [ "expander", - "indexmap 2.7.0", + "indexmap 2.7.1", "itertools 0.11.0", "petgraph", "proc-macro-crate 3.2.0", @@ -9542,8 +9277,8 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-alliance" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "frame-benchmarking", @@ -9555,15 +9290,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-io", "sp-runtime", ] [[package]] name = "pallet-asset-conversion" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9580,8 +9315,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9598,8 +9333,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9613,8 +9348,8 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9627,8 +9362,8 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9644,8 +9379,8 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "29.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9660,8 +9395,8 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9675,8 +9410,8 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -9728,8 +9463,8 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -9744,8 +9479,8 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -9759,8 +9494,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -9772,8 +9507,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9795,8 +9530,8 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "aquamarine", "docify", @@ -9816,8 +9551,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -9832,7 +9567,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "fp-evm", "frame-support", @@ -9845,8 +9580,8 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -9864,8 +9599,8 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -9889,8 +9624,8 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9906,8 +9641,8 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-runtime", @@ -9925,8 +9660,8 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-messages", @@ -9944,8 +9679,8 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-parachains", @@ -9964,8 +9699,8 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-messages", @@ -9988,8 +9723,8 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "frame-benchmarking", @@ -10038,7 +9773,7 @@ dependencies = [ "pallet-staking-reward-curve", "pallet-timestamp", "parity-scale-codec", - "rand_chacha", + "rand_chacha 0.3.1", "scale-info", "serde", "sp-application-crypto", @@ -10069,8 +9804,8 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10087,8 +9822,8 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "9.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10106,8 +9841,8 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -10123,8 +9858,8 @@ dependencies = [ [[package]] name = "pallet-collective-content" -version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10137,8 +9872,8 @@ dependencies = [ [[package]] name = "pallet-contracts" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitflags 1.3.2", "environmental", @@ -10170,8 +9905,8 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" -version = "3.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -10205,8 +9940,8 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" -version = "18.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "23.0.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro2", "quote", @@ -10215,8 +9950,8 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" -version = "5.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "12.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -10226,8 +9961,8 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10242,8 +9977,8 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" -version = "12.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10260,8 +9995,8 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" -version = "1.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "6.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -10275,8 +10010,8 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10292,8 +10027,8 @@ dependencies = [ [[package]] name = "pallet-dev-mode" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -10308,7 +10043,7 @@ dependencies = [ [[package]] name = "pallet-dynamic-fee" version = "4.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "fp-dynamic-fee", "fp-evm", @@ -10322,8 +10057,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10344,8 +10079,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10357,8 +10092,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10376,10 +10111,10 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "ethereum", - "ethereum-types 0.15.1", + "ethereum-types", "evm", "fp-consensus", "fp-ethereum", @@ -10399,7 +10134,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "environmental", "evm", @@ -10442,7 +10177,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "frame-support", "frame-system", @@ -10453,7 +10188,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "fp-evm", "num", @@ -10462,7 +10197,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "fp-evm", "tiny-keccak", @@ -10471,7 +10206,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "fp-evm", "ripemd", @@ -10480,8 +10215,8 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -10527,7 +10262,7 @@ dependencies = [ "pallet-tee-worker", "pallet-timestamp", "parity-scale-codec", - "rand_chacha", + "rand_chacha 0.3.1", "scale-info", "serde", "serde_json", @@ -10541,8 +10276,8 @@ dependencies = [ [[package]] name = "pallet-glutton" -version = "14.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -10559,8 +10294,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10581,8 +10316,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10597,8 +10332,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10616,8 +10351,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10632,8 +10367,8 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" -version = "16.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -10645,8 +10380,8 @@ dependencies = [ [[package]] name = "pallet-lottery" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10658,8 +10393,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10674,8 +10409,8 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "31.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "environmental", "frame-benchmarking", @@ -10693,8 +10428,8 @@ dependencies = [ [[package]] name = "pallet-migrations" -version = "1.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "9.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cfg-if", "docify", @@ -10711,8 +10446,8 @@ dependencies = [ [[package]] name = "pallet-mixnet" -version = "0.4.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.15.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10730,8 +10465,8 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10747,8 +10482,8 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "parity-scale-codec", @@ -10758,8 +10493,8 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10774,8 +10509,8 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "22.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "33.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10791,8 +10526,8 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "14.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "pallet-nfts", "parity-scale-codec", @@ -10801,8 +10536,8 @@ dependencies = [ [[package]] name = "pallet-nis" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10816,8 +10551,8 @@ dependencies = [ [[package]] name = "pallet-node-authorization" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -10831,8 +10566,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "25.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -10849,8 +10584,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10869,8 +10604,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "23.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -10879,8 +10614,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -10895,8 +10630,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10938,8 +10673,8 @@ dependencies = [ [[package]] name = "pallet-paged-list" -version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -10955,8 +10690,8 @@ dependencies = [ [[package]] name = "pallet-parameters" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.10.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -10972,8 +10707,8 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10988,8 +10723,8 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10998,8 +10733,8 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11016,8 +10751,8 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11030,8 +10765,8 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "assert_matches", "frame-benchmarking", @@ -11048,8 +10783,8 @@ dependencies = [ [[package]] name = "pallet-remark" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11077,13 +10812,13 @@ dependencies = [ [[package]] name = "pallet-revive" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.3.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitflags 1.3.2", "derive_more 0.99.18", "environmental", - "ethereum-types 0.15.1", + "ethereum-types", "frame-benchmarking", "frame-support", "frame-system", @@ -11092,7 +10827,6 @@ dependencies = [ "jsonrpsee 0.24.7", "log", "pallet-balances", - "pallet-revive-fixtures", "pallet-revive-proc-macro", "pallet-revive-uapi", "pallet-transaction-payment", @@ -11114,61 +10848,10 @@ dependencies = [ "subxt-signer", ] -[[package]] -name = "pallet-revive-fixtures" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" -dependencies = [ - "anyhow", - "frame-system", - "log", - "parity-wasm", - "polkavm-linker 0.14.0", - "sp-core", - "sp-io", - "sp-runtime", - "tempfile", - "toml 0.8.19", -] - -[[package]] -name = "pallet-revive-mock-network" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" -dependencies = [ - "frame-support", - "frame-system", - "pallet-assets", - "pallet-balances", - "pallet-message-queue", - "pallet-proxy", - "pallet-revive", - "pallet-revive-proc-macro", - "pallet-revive-uapi", - "pallet-timestamp", - "pallet-utility", - "pallet-xcm", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-api", - "sp-core", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-tracing", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-simulator", -] - [[package]] name = "pallet-revive-proc-macro" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.1.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro2", "quote", @@ -11177,8 +10860,8 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.2.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -11189,8 +10872,8 @@ dependencies = [ [[package]] name = "pallet-root-offences" -version = "25.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "36.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -11204,8 +10887,8 @@ dependencies = [ [[package]] name = "pallet-root-testing" -version = "4.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -11247,8 +10930,8 @@ dependencies = [ [[package]] name = "pallet-safe-mode" -version = "9.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -11265,8 +10948,8 @@ dependencies = [ [[package]] name = "pallet-salary" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11283,8 +10966,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -11318,8 +11001,8 @@ dependencies = [ [[package]] name = "pallet-scored-pool" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -11331,8 +11014,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -11352,8 +11035,8 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11368,8 +11051,8 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" -version = "3.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "14.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -11400,7 +11083,7 @@ dependencies = [ "pallet-tee-worker", "pallet-timestamp", "parity-scale-codec", - "rand_chacha", + "rand_chacha 0.3.1", "scale-info", "serde", "sp-core", @@ -11412,15 +11095,15 @@ dependencies = [ [[package]] name = "pallet-society" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", - "rand_chacha", + "rand_chacha 0.3.1", "scale-info", "sp-arithmetic", "sp-io", @@ -11429,8 +11112,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11440,7 +11123,7 @@ dependencies = [ "pallet-authorship", "pallet-session", "parity-scale-codec", - "rand_chacha", + "rand_chacha 0.3.1", "scale-info", "serde", "sp-application-crypto", @@ -11451,8 +11134,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" -version = "11.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "12.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -11462,8 +11145,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "19.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "sp-arithmetic", @@ -11471,8 +11154,8 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "14.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "sp-api", @@ -11481,8 +11164,8 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11497,8 +11180,8 @@ dependencies = [ [[package]] name = "pallet-statement" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -11533,8 +11216,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -11583,8 +11266,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -11602,8 +11285,8 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11620,8 +11303,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11636,8 +11319,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "30.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "jsonrpsee 0.24.7", "pallet-transaction-payment-rpc-runtime-api", @@ -11652,8 +11335,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -11664,8 +11347,8 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "frame-benchmarking", @@ -11684,8 +11367,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -11703,8 +11386,8 @@ dependencies = [ [[package]] name = "pallet-tx-pause" -version = "9.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -11720,8 +11403,8 @@ dependencies = [ [[package]] name = "pallet-uniques" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11734,8 +11417,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11749,8 +11432,8 @@ dependencies = [ [[package]] name = "pallet-verify-signature" -version = "1.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.2.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11765,8 +11448,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11779,8 +11462,8 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11793,8 +11476,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -11816,8 +11499,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11834,8 +11517,8 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.14.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-messages", "bp-runtime", @@ -11856,8 +11539,8 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.5.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.16.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -11875,8 +11558,8 @@ dependencies = [ [[package]] name = "parachains-common" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "19.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -11905,8 +11588,8 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -11941,7 +11624,7 @@ checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes", "rand 0.8.5", - "rand_core 0.6.4", + "rand_core 0.4.2", "serde", "unicode-normalization", ] @@ -12140,7 +11823,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror 2.0.9", + "thiserror 2.0.12", "ucd-trie", ] @@ -12185,7 +11868,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.7.0", + "indexmap 2.7.1", ] [[package]] @@ -12281,8 +11964,8 @@ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "polkadot-approval-distribution" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "futures", @@ -12300,8 +11983,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "always-assert", "futures", @@ -12316,8 +11999,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "derive_more 0.99.18", "fatality", @@ -12340,8 +12023,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "fatality", @@ -12373,8 +12056,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "22.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cfg-if", "clap", @@ -12401,8 +12084,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "fatality", @@ -12424,8 +12107,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -12435,14 +12118,14 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "derive_more 0.99.18", "fatality", "futures", "futures-timer", - "indexmap 2.7.0", + "indexmap 2.7.1", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -12460,8 +12143,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -12474,8 +12157,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "futures-timer", @@ -12484,20 +12167,20 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "sc-network", "sc-network-common", "sp-application-crypto", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-keystore", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "always-assert", "async-trait", @@ -12519,8 +12202,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "parity-scale-codec", @@ -12538,8 +12221,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "bitvec", @@ -12556,7 +12239,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "schnellru", @@ -12571,8 +12254,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.4.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", @@ -12588,7 +12271,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", "sp-application-crypto", @@ -12601,8 +12284,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "futures", @@ -12622,8 +12305,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "fatality", @@ -12643,8 +12326,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "polkadot-node-subsystem", @@ -12658,8 +12341,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", @@ -12680,8 +12363,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "polkadot-node-metrics", @@ -12694,8 +12377,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "futures-timer", @@ -12711,8 +12394,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "fatality", "futures", @@ -12730,8 +12413,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", @@ -12747,8 +12430,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "6.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "fatality", "futures", @@ -12761,8 +12444,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "fatality", @@ -12779,8 +12462,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "always-assert", "array-bytes", @@ -12809,8 +12492,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "polkadot-node-primitives", @@ -12825,8 +12508,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cpu-time", "futures", @@ -12841,7 +12524,7 @@ dependencies = [ "sc-executor-wasmtime", "seccompiler", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-externalities", "sp-io", "sp-tracing", @@ -12851,8 +12534,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "polkadot-node-metrics", @@ -12866,8 +12549,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bs58", "futures", @@ -12885,8 +12568,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -12910,8 +12593,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "bounded-vec", @@ -12936,8 +12619,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -12945,8 +12628,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "bitvec", @@ -12974,8 +12657,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "derive_more 0.99.18", @@ -13009,8 +12692,8 @@ dependencies = [ [[package]] name = "polkadot-omni-node-lib" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.4.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "clap", @@ -13080,8 +12763,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", @@ -13102,8 +12785,8 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "6.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bounded-collections", "derive_more 0.99.18", @@ -13118,8 +12801,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "hex-literal", @@ -13146,8 +12829,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "jsonrpsee 0.24.7", "mmr-rpc", @@ -13181,8 +12864,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "frame-benchmarking", @@ -13232,8 +12915,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bs58", "frame-benchmarking", @@ -13244,8 +12927,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -13272,7 +12955,7 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-metrics", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "scale-info", "serde", "sp-api", @@ -13293,8 +12976,8 @@ dependencies = [ [[package]] name = "polkadot-sdk" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "asset-test-utils", "assets-common", @@ -13414,8 +13097,6 @@ dependencies = [ "pallet-referenda", "pallet-remark", "pallet-revive", - "pallet-revive-fixtures", - "pallet-revive-mock-network", "pallet-root-offences", "pallet-root-testing", "pallet-safe-mode", @@ -13534,7 +13215,7 @@ dependencies = [ "sp-core", "sp-core-hashing", "sp-crypto-ec-utils", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-debug-derive", "sp-externalities", "sp-genesis-builder", @@ -13585,8 +13266,8 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.8.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -13619,8 +13300,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "22.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "frame-benchmarking", @@ -13727,15 +13408,15 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "arrayvec 0.7.6", "bitvec", "fatality", "futures", "futures-timer", - "indexmap 2.7.0", + "indexmap 2.7.1", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -13750,8 +13431,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -13905,21 +13586,6 @@ dependencies = [ "rustc-demangle", ] -[[package]] -name = "polkavm-linker" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0959ac3b0f4fd5caf5c245c637705f19493efe83dba31a83bbba928b93b0116a" -dependencies = [ - "gimli 0.31.1", - "hashbrown 0.14.5", - "log", - "object 0.36.7", - "polkavm-common 0.14.0", - "regalloc2 0.9.3", - "rustc-demangle", -] - [[package]] name = "polkavm-linux-raw" version = "0.9.0" @@ -14004,7 +13670,7 @@ version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" dependencies = [ - "zerocopy", + "zerocopy 0.7.35", ] [[package]] @@ -14266,7 +13932,7 @@ dependencies = [ "lazy_static", "num-traits", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "rand_xorshift", "regex-syntax 0.8.5", "rusty-fork", @@ -14315,7 +13981,7 @@ dependencies = [ "itertools 0.10.5", "lazy_static", "log", - "multimap 0.8.3", + "multimap", "petgraph", "prettyplease 0.1.25", "prost 0.11.9", @@ -14335,7 +14001,7 @@ dependencies = [ "heck 0.5.0", "itertools 0.13.0", "log", - "multimap 0.10.0", + "multimap", "once_cell", "petgraph", "prettyplease 0.2.25", @@ -14526,7 +14192,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls 0.23.20", "socket2 0.5.8", - "thiserror 2.0.9", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -14555,14 +14221,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" dependencies = [ "bytes", - "getrandom", + "getrandom 0.2.15", "rand 0.8.5", "ring 0.17.8", "rustc-hash 2.1.0", "rustls 0.23.20", "rustls-pki-types 1.10.1", "slab", - "thiserror 2.0.9", + "thiserror 2.0.12", "tinyvec", "tracing", "web-time", @@ -14649,10 +14315,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha", + "rand_chacha 0.3.1", "rand_core 0.6.4", ] +[[package]] +name = "rand" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.3", + "zerocopy 0.8.23", +] + [[package]] name = "rand_chacha" version = "0.3.1" @@ -14663,6 +14340,16 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.3", +] + [[package]] name = "rand_core" version = "0.3.1" @@ -14684,7 +14371,16 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom", + "getrandom 0.2.15", +] + +[[package]] +name = "rand_core" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +dependencies = [ + "getrandom 0.3.1", ] [[package]] @@ -14820,7 +14516,7 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom", + "getrandom 0.2.15", "libredox", "thiserror 1.0.69", ] @@ -15005,23 +14701,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "ring" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "arrayvec 0.7.6", - "blake2 0.10.6", - "common", - "fflonk", - "merlin", -] - [[package]] name = "ring" version = "0.16.20" @@ -15048,7 +14727,7 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom", + "getrandom 0.2.15", "libc", "spin 0.9.8", "untrusted 0.9.0", @@ -15083,7 +14762,7 @@ checksum = "b11a153aec4a6ab60795f8ebe2923c597b16b05bb1504377451e705ef1a45323" dependencies = [ "bytes", "hashbrown 0.15.2", - "indexmap 2.7.0", + "indexmap 2.7.1", "munge", "ptr_meta 0.3.0", "rancor", @@ -15181,8 +14860,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "binary-merkle-tree", "bitvec", @@ -15283,8 +14962,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "polkadot-primitives", @@ -15802,8 +15481,8 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "23.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "30.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "sp-core", @@ -15813,8 +15492,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", @@ -15843,8 +15522,8 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "futures-timer", @@ -15865,8 +15544,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.33.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.43.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "sp-api", @@ -15880,8 +15559,8 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "clap", @@ -15898,7 +15577,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -15908,8 +15587,8 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "11.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "12.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -15919,8 +15598,8 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.36.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.50.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "chrono", @@ -15961,8 +15640,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "fnv", "futures", @@ -15988,8 +15667,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.35.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.45.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "hash-db", "kvdb", @@ -16014,8 +15693,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.33.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", @@ -16038,8 +15717,8 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", @@ -16067,8 +15746,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "fork-tree", @@ -16093,7 +15772,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-inherents", "sp-keystore", "sp-runtime", @@ -16103,8 +15782,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "jsonrpsee 0.24.7", @@ -16125,8 +15804,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -16150,7 +15829,7 @@ dependencies = [ "sp-consensus", "sp-consensus-beefy", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -16161,8 +15840,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "jsonrpsee 0.24.7", @@ -16181,8 +15860,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.33.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "fork-tree", "parity-scale-codec", @@ -16194,8 +15873,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.19.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.33.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "ahash", "array-bytes", @@ -16229,7 +15908,7 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -16238,8 +15917,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.19.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.33.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "finality-grandpa", "futures", @@ -16258,8 +15937,8 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.35.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.49.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "assert_matches", "async-trait", @@ -16293,8 +15972,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.33.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", @@ -16316,8 +15995,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.32.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -16339,8 +16018,8 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.29.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.36.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "polkavm 0.9.3", "sc-allocator", @@ -16352,8 +16031,8 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" -version = "0.29.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.33.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "polkavm 0.9.3", @@ -16363,8 +16042,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.29.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.36.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "anyhow", "cfg-if", @@ -16381,8 +16060,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.33.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "console", "futures", @@ -16398,8 +16077,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "25.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "34.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -16412,8 +16091,8 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.4.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -16441,8 +16120,8 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.48.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -16492,8 +16171,8 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.33.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -16510,8 +16189,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "ahash", "futures", @@ -16529,8 +16208,8 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.33.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -16550,8 +16229,8 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.33.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -16587,7 +16266,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", @@ -16618,8 +16297,8 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.33.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "futures", @@ -16637,8 +16316,8 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.10.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.15.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bs58", "ed25519-dalek", @@ -16654,8 +16333,8 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "bytes", @@ -16691,8 +16370,8 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.17.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -16700,8 +16379,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "jsonrpsee 0.24.7", @@ -16732,8 +16411,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.33.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "jsonrpsee 0.24.7", "parity-scale-codec", @@ -16752,8 +16431,8 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "11.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -16776,8 +16455,8 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "futures", @@ -16808,8 +16487,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.35.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.49.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "directories", @@ -16872,8 +16551,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.30.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.37.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "parity-scale-codec", @@ -16883,8 +16562,8 @@ dependencies = [ [[package]] name = "sc-storage-monitor" -version = "0.16.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.23.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "clap", "fs4", @@ -16896,8 +16575,8 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.48.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "jsonrpsee 0.24.7", "parity-scale-codec", @@ -16915,8 +16594,8 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "derive_more 0.99.18", "futures", @@ -16929,15 +16608,15 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-io", "sp-std", ] [[package]] name = "sc-telemetry" -version = "15.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "28.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "chrono", "futures", @@ -16956,8 +16635,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "chrono", "console", @@ -16985,7 +16664,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -16995,13 +16674,13 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", "futures-timer", - "indexmap 2.7.0", + "indexmap 2.7.1", "itertools 0.11.0", "linked-hash-map", "log", @@ -17014,7 +16693,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-runtime", "sp-tracing", "sp-transaction-pool", @@ -17026,8 +16705,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", @@ -17042,8 +16721,8 @@ dependencies = [ [[package]] name = "sc-utils" -version = "14.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-channel 1.9.0", "futures", @@ -17105,7 +16784,7 @@ dependencies = [ "scale-decode-derive 0.16.0", "scale-type-resolver", "smallvec", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -17159,7 +16838,7 @@ dependencies = [ "scale-encode-derive 0.10.0", "scale-type-resolver", "smallvec", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -17247,7 +16926,7 @@ dependencies = [ "quote", "scale-info", "syn 2.0.94", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -17286,7 +16965,7 @@ dependencies = [ "scale-encode 0.10.0", "scale-type-resolver", "serde", - "thiserror 2.0.9", + "thiserror 2.0.12", "yap 0.12.0", ] @@ -17572,7 +17251,7 @@ version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ - "indexmap 2.7.0", + "indexmap 2.7.1", "itoa", "memchr", "ryu", @@ -17772,9 +17451,9 @@ checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" [[package]] name = "simple-dns" -version = "0.7.1" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c80e565e7dcc4f1ef247e2f395550d4cf7d777746d5988e7e4e3156b71077fc" +checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a" dependencies = [ "bitflags 2.6.0", ] @@ -17824,8 +17503,8 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "enumn", "parity-scale-codec", @@ -17919,7 +17598,7 @@ dependencies = [ "pin-project", "poly1305", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "ruzstd 0.4.0", "schnorrkel 0.10.2", "serde", @@ -17974,7 +17653,7 @@ dependencies = [ "pin-project", "poly1305", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "ruzstd 0.5.0", "schnorrkel 0.11.4", "serde", @@ -18028,7 +17707,7 @@ dependencies = [ "pin-project", "poly1305", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "ruzstd 0.6.0", "schnorrkel 0.11.4", "serde", @@ -18071,7 +17750,7 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "serde", "serde_json", "siphasher 0.3.11", @@ -18107,7 +17786,7 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "serde", "serde_json", "siphasher 1.0.1", @@ -18143,7 +17822,7 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "serde", "serde_json", "siphasher 1.0.1", @@ -18188,8 +17867,8 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "byte-slice-cast", "frame-support", @@ -18210,8 +17889,8 @@ dependencies = [ [[package]] name = "snowbridge-core" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "ethabi-decode", "frame-support", @@ -18233,12 +17912,12 @@ dependencies = [ [[package]] name = "snowbridge-ethereum" -version = "0.3.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.11.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "ethabi-decode", - "ethbloom 0.14.1", - "ethereum-types 0.15.1", + "ethbloom", + "ethereum-types", "hex-literal", "parity-bytes", "parity-scale-codec", @@ -18268,8 +17947,8 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-merkle-tree" -version = "0.3.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.10.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -18279,8 +17958,8 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-runtime-api" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "parity-scale-codec", @@ -18292,8 +17971,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-ethereum-client" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -18317,8 +17996,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" -version = "0.9.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.20.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", @@ -18329,8 +18008,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -18357,8 +18036,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue-fixtures" -version = "0.10.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.20.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", @@ -18369,8 +18048,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-outbound-queue" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -18391,8 +18070,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-system" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -18411,8 +18090,8 @@ dependencies = [ [[package]] name = "snowbridge-router-primitives" -version = "0.9.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "hex-literal", @@ -18430,8 +18109,8 @@ dependencies = [ [[package]] name = "snowbridge-runtime-common" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "log", @@ -18446,8 +18125,8 @@ dependencies = [ [[package]] name = "snowbridge-runtime-test-common" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.14.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -18477,8 +18156,8 @@ dependencies = [ [[package]] name = "snowbridge-system-runtime-api" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "snowbridge-core", @@ -18540,8 +18219,8 @@ dependencies = [ [[package]] name = "sp-api" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "hash-db", @@ -18562,8 +18241,8 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "15.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "Inflector", "blake2 0.10.6", @@ -18576,8 +18255,8 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "30.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -18588,8 +18267,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "23.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "26.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "integer-sqrt", @@ -18600,28 +18279,10 @@ dependencies = [ "static_assertions", ] -[[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", -] - -[[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", -] - [[package]] name = "sp-authority-discovery" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -18632,8 +18293,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-api", "sp-inherents", @@ -18642,8 +18303,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "parity-scale-codec", @@ -18661,8 +18322,8 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.32.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "futures", @@ -18676,8 +18337,8 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.32.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "parity-scale-codec", @@ -18692,8 +18353,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.32.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "parity-scale-codec", @@ -18710,8 +18371,8 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -18719,7 +18380,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -18730,8 +18391,8 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "finality-grandpa", "log", @@ -18747,8 +18408,8 @@ dependencies = [ [[package]] name = "sp-consensus-pow" -version = "0.32.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "sp-api", @@ -18758,8 +18419,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.32.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -18769,11 +18430,10 @@ dependencies = [ [[package]] name = "sp-core" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", - "bandersnatch_vrfs", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", @@ -18800,7 +18460,7 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", @@ -18816,16 +18476,16 @@ dependencies = [ [[package]] name = "sp-core-hashing" -version = "15.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", ] [[package]] name = "sp-crypto-ec-utils" -version = "0.10.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.15.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -18833,7 +18493,7 @@ dependencies = [ "ark-bls12-381-ext", "ark-bw6-761", "ark-bw6-761-ext", - "ark-ec 0.4.2", + "ark-ec", "ark-ed-on-bls12-377", "ark-ed-on-bls12-377-ext", "ark-ed-on-bls12-381-bandersnatch", @@ -18845,7 +18505,21 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc9927a7f81334ed5b8a98a4a978c81324d12bd9713ec76b5c68fd410174c5eb" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.8", + "sha3", + "twox-hash", +] + +[[package]] +name = "sp-crypto-hashing" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "blake2b_simd", "byteorder", @@ -18858,17 +18532,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "quote", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "syn 2.0.94", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -18877,7 +18551,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro2", "quote", @@ -18886,8 +18560,8 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.30.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "environmental", "parity-scale-codec", @@ -18896,8 +18570,8 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.8.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.16.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -18908,8 +18582,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -18921,8 +18595,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "30.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bytes", "docify", @@ -18934,7 +18608,7 @@ dependencies = [ "rustversion", "secp256k1", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -18947,8 +18621,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "31.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-core", "sp-runtime", @@ -18957,8 +18631,8 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -18969,7 +18643,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -18977,8 +18651,8 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.8.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-metadata 18.0.0", "parity-scale-codec", @@ -18987,8 +18661,8 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.4.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.13.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -18998,8 +18672,8 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "parity-scale-codec", @@ -19015,8 +18689,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -19028,8 +18702,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-api", "sp-core", @@ -19038,8 +18712,8 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "backtrace", "regex", @@ -19047,8 +18721,8 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "33.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -19057,8 +18731,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "31.0.1" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "binary-merkle-tree", "docify", @@ -19086,8 +18760,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "29.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -19105,8 +18779,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "Inflector", "expander", @@ -19118,8 +18792,8 @@ dependencies = [ [[package]] name = "sp-session" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -19132,8 +18806,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -19145,8 +18819,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.35.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.44.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "hash-db", "log", @@ -19165,8 +18839,8 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "19.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -19179,7 +18853,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-externalities", "sp-runtime", "sp-runtime-interface", @@ -19190,12 +18864,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" [[package]] name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -19206,8 +18880,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "parity-scale-codec", @@ -19218,8 +18892,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "17.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "tracing", @@ -19229,8 +18903,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-api", "sp-runtime", @@ -19238,8 +18912,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "parity-scale-codec", @@ -19252,8 +18926,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "ahash", "hash-db", @@ -19274,8 +18948,8 @@ dependencies = [ [[package]] name = "sp-version" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -19291,8 +18965,8 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "proc-macro-warning 1.0.2", @@ -19303,8 +18977,8 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -19315,8 +18989,8 @@ dependencies = [ [[package]] name = "sp-weights" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "31.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -19424,7 +19098,7 @@ dependencies = [ "futures-util", "hashlink", "hex", - "indexmap 2.7.0", + "indexmap 2.7.1", "log", "memchr", "native-tls", @@ -19548,8 +19222,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-chain-spec-builder" -version = "1.6.1" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "9.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "clap", "docify", @@ -19562,8 +19236,8 @@ dependencies = [ [[package]] name = "staging-node-inspect" -version = "0.12.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.26.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "clap", "parity-scale-codec", @@ -19580,8 +19254,8 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -19594,12 +19268,12 @@ dependencies = [ [[package]] name = "staging-tracking-allocator" version = "2.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" [[package]] name = "staging-xcm" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "15.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "bounded-collections", @@ -19619,8 +19293,8 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -19641,8 +19315,8 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "environmental", "frame-benchmarking", @@ -19762,8 +19436,8 @@ dependencies = [ [[package]] name = "substrate-bip39" -version = "0.4.7" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -19775,12 +19449,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" [[package]] name = "substrate-frame-rpc-support" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "jsonrpsee 0.24.7", @@ -19792,8 +19466,8 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -19812,8 +19486,8 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "http-body-util", "hyper 1.5.2", @@ -19826,8 +19500,8 @@ dependencies = [ [[package]] name = "substrate-rpc-client" -version = "0.33.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "jsonrpsee 0.24.7", @@ -19839,8 +19513,8 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "jsonrpsee 0.24.7", "parity-scale-codec", @@ -19857,7 +19531,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "async-trait", @@ -19884,7 +19558,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "frame-executive", @@ -19907,7 +19581,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2412)", "sp-externalities", "sp-genesis-builder", "sp-inherents", @@ -19928,7 +19602,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "sc-block-builder", @@ -19945,8 +19619,8 @@ dependencies = [ [[package]] name = "substrate-test-utils" -version = "4.0.0-dev" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "3.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "futures", "tokio", @@ -19954,8 +19628,8 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "17.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "build-helper", @@ -19967,7 +19641,7 @@ dependencies = [ "merkleized-metadata", "parity-scale-codec", "parity-wasm", - "polkavm-linker 0.9.2", + "polkavm-linker", "sc-executor", "shlex", "sp-core", @@ -20025,7 +19699,7 @@ dependencies = [ "scale-value 0.16.3", "serde", "serde_json", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-core 0.37.1", "subxt-lightclient 0.37.0", "subxt-macro 0.37.0", @@ -20039,7 +19713,7 @@ dependencies = [ [[package]] name = "subxt" version = "0.38.0" -source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#acd41d5c83bb5155b3b76664fdca17d5ba1ce5fe" +source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#e6bad68aee0955a65763a52559d80ecc3f31b7b8" dependencies = [ "async-trait", "derive-where", @@ -20063,7 +19737,7 @@ dependencies = [ "subxt-lightclient 0.38.0", "subxt-macro 0.38.0", "subxt-metadata 0.38.0", - "thiserror 2.0.9", + "thiserror 2.0.12", "tokio", "tokio-util", "tracing", @@ -20096,7 +19770,7 @@ dependencies = [ [[package]] name = "subxt-codegen" version = "0.38.0" -source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#acd41d5c83bb5155b3b76664fdca17d5ba1ce5fe" +source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#e6bad68aee0955a65763a52559d80ecc3f31b7b8" dependencies = [ "heck 0.5.0", "parity-scale-codec", @@ -20106,7 +19780,7 @@ dependencies = [ "scale-typegen 0.10.0", "subxt-metadata 0.38.0", "syn 2.0.94", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -20131,7 +19805,7 @@ dependencies = [ "scale-value 0.16.3", "serde", "serde_json", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-metadata 0.37.0", "tracing", ] @@ -20139,7 +19813,7 @@ dependencies = [ [[package]] name = "subxt-core" version = "0.38.0" -source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#acd41d5c83bb5155b3b76664fdca17d5ba1ce5fe" +source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#e6bad68aee0955a65763a52559d80ecc3f31b7b8" dependencies = [ "base58", "blake2 0.10.6", @@ -20161,7 +19835,7 @@ dependencies = [ "serde", "serde_json", "subxt-metadata 0.38.0", - "thiserror 2.0.9", + "thiserror 2.0.12", "tracing", ] @@ -20185,14 +19859,14 @@ dependencies = [ [[package]] name = "subxt-lightclient" version = "0.38.0" -source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#acd41d5c83bb5155b3b76664fdca17d5ba1ce5fe" +source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#e6bad68aee0955a65763a52559d80ecc3f31b7b8" dependencies = [ "futures", "futures-util", "serde", "serde_json", "smoldot-light 0.16.2", - "thiserror 2.0.9", + "thiserror 2.0.12", "tokio", "tokio-stream", "tracing", @@ -20216,7 +19890,7 @@ dependencies = [ [[package]] name = "subxt-macro" version = "0.38.0" -source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#acd41d5c83bb5155b3b76664fdca17d5ba1ce5fe" +source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#e6bad68aee0955a65763a52559d80ecc3f31b7b8" dependencies = [ "darling 0.20.10", "parity-scale-codec", @@ -20238,13 +19912,13 @@ dependencies = [ "hashbrown 0.14.5", "parity-scale-codec", "scale-info", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "subxt-metadata" version = "0.38.0" -source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#acd41d5c83bb5155b3b76664fdca17d5ba1ce5fe" +source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#e6bad68aee0955a65763a52559d80ecc3f31b7b8" dependencies = [ "frame-decode", "frame-metadata 18.0.0", @@ -20252,7 +19926,7 @@ dependencies = [ "parity-scale-codec", "polkadot-sdk", "scale-info", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -20274,7 +19948,7 @@ dependencies = [ "secp256k1", "secrecy", "sha2 0.10.8", - "sp-crypto-hashing", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-core 0.37.1", "zeroize", ] @@ -20282,11 +19956,11 @@ dependencies = [ [[package]] name = "subxt-utils-fetchmetadata" version = "0.38.0" -source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#acd41d5c83bb5155b3b76664fdca17d5ba1ce5fe" +source = "git+https://github.com/CESSProject/subxt?branch=polkadot-stable2412#e6bad68aee0955a65763a52559d80ecc3f31b7b8" dependencies = [ "hex", "parity-scale-codec", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -20408,7 +20082,7 @@ checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" dependencies = [ "cfg-if", "fastrand 2.3.0", - "getrandom", + "getrandom 0.2.15", "once_cell", "rustix 0.38.42", "windows-sys 0.59.0", @@ -20441,8 +20115,8 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "testnet-parachains-constants" -version = "1.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -20465,11 +20139,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.9", + "thiserror-impl 2.0.12", ] [[package]] @@ -20505,9 +20179,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", @@ -20638,9 +20312,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", @@ -20666,9 +20340,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", @@ -20743,16 +20417,17 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.20.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" +checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" dependencies = [ "futures-util", "log", - "rustls 0.21.12", - "rustls-native-certs 0.6.3", + "rustls 0.23.20", + "rustls-native-certs 0.8.1", + "rustls-pki-types 1.10.1", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls 0.26.1", "tungstenite", ] @@ -20806,7 +20481,7 @@ version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.7.0", + "indexmap 2.7.1", "serde", "serde_spanned", "toml_datetime", @@ -20962,8 +20637,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "coarsetime", "polkadot-primitives", @@ -20974,7 +20649,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "expander", "proc-macro-crate 3.2.0", @@ -21137,20 +20812,20 @@ checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" [[package]] name = "tungstenite" -version = "0.20.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" dependencies = [ - "byteorder", "bytes", "data-encoding", - "http 0.2.12", + "http 1.2.0", "httparse", "log", - "rand 0.8.5", - "rustls 0.21.12", + "rand 0.9.0", + "rustls 0.23.20", + "rustls-pki-types 1.10.1", "sha1", - "thiserror 1.0.69", + "thiserror 2.0.12", "url", "utf-8", ] @@ -21169,7 +20844,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand 0.3.23", "static_assertions", ] @@ -21389,15 +21064,15 @@ checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024" dependencies = [ "ark-bls12-377", "ark-bls12-381", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-serialize 0.4.2", - "ark-serialize-derive 0.4.2", + "ark-serialize-derive", "arrayref", "constcat", "digest 0.10.7", "rand 0.8.5", - "rand_chacha", + "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.8", "sha3", @@ -21451,6 +21126,15 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasi" +version = "0.13.3+wasi-0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +dependencies = [ + "wit-bindgen-rt", +] + [[package]] name = "wasix" version = "0.12.21" @@ -21923,8 +21607,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "binary-merkle-tree", "bitvec", @@ -22033,8 +21717,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "polkadot-primitives", @@ -22407,6 +22091,15 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "wit-bindgen-rt" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +dependencies = [ + "bitflags 2.6.0", +] + [[package]] name = "write16" version = "1.0.0" @@ -22470,25 +22163,25 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" +checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs 0.7.0", "data-encoding", - "der-parser 9.0.0", + "der-parser 10.0.0", "lazy_static", "nom", - "oid-registry 0.7.1", + "oid-registry 0.8.1", "rusticata-macros", - "thiserror 1.0.69", + "thiserror 2.0.12", "time 0.3.37", ] [[package]] name = "xcm-procedural" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "Inflector", "proc-macro2", @@ -22498,8 +22191,8 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.5.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "parity-scale-codec", @@ -22512,8 +22205,8 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -22621,6 +22314,22 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "yamux" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17610762a1207ee816c6fadc29220904753648aba0a9ed61c7b8336e80a559c4" +dependencies = [ + "futures", + "log", + "nohash-hasher", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "static_assertions", + "web-time", +] + [[package]] name = "yansi" version = "1.0.1" @@ -22679,7 +22388,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ "byteorder", - "zerocopy-derive", + "zerocopy-derive 0.7.35", +] + +[[package]] +name = "zerocopy" +version = "0.8.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6" +dependencies = [ + "zerocopy-derive 0.8.23", ] [[package]] @@ -22693,6 +22411,17 @@ dependencies = [ "syn 2.0.94", ] +[[package]] +name = "zerocopy-derive" +version = "0.8.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.94", +] + [[package]] name = "zerofrom" version = "0.1.5" diff --git a/Cargo.toml b/Cargo.toml index a0877764..9d9c666f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,199 +92,199 @@ repository = "https://github.com/CESSProject/cess" [workspace.dependencies] # ---- Substrate crates begin ---- # primitives -sp-api = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-application-crypto = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-authority-discovery = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-block-builder = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-blockchain = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-consensus = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-consensus-aura = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-consensus-babe = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-consensus-beefy = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-consensus-slots = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-core = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-crypto-hashing = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-externalities = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-genesis-builder = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-inherents = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-io = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-keyring = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-keystore = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-npos-elections = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-offchain = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-rpc = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-runtime = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-runtime-interface = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-session = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-staking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-state-machine = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-statement-store = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-std = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-storage = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-timestamp = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-tracing = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-transaction-pool = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-transaction-storage-proof = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-trie = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-version = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -sp-weights = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-consensus-beefy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-consensus-slots = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-crypto-hashing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-npos-elections = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-staking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-statement-store = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-transaction-storage-proof = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-trie = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } # frames -frame-support = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -frame-system = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -frame-benchmarking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -frame-executive = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -frame-election-provider-support = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -frame-metadata-hash-extension = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -frame-system-benchmarking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -frame-try-runtime = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -frame-support-test = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +frame-election-provider-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +frame-metadata-hash-extension = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +frame-support-test = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } # pallets -pallet-assets = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-asset-rate = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-asset-tx-payment = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-asset-conversion = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-asset-conversion-tx-payment = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-aura = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-democracy = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-uniques = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-preimage = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-balances = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-beefy = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-beefy-mmr = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-timestamp = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-scheduler = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-collective = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-contracts = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-im-online = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-sudo = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-treasury = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-transaction-payment = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-transaction-storage = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-authority-discovery = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-authorship = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-babe = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-bags-list = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-bounties = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-child-bounties = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-election-provider-support-benchmarking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-fast-unstake = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-grandpa = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-indices = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-identity = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-lottery = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-membership = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-multisig = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-mmr = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-migrations = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-nomination-pools = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-nomination-pools-benchmarking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-offences = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-offences-benchmarking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-proxy = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-recovery = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-session = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false, features = [ +pallet-assets = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-asset-rate = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-asset-tx-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-asset-conversion = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-asset-conversion-tx-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-uniques = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-beefy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-beefy-mmr = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-contracts = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-transaction-storage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-bags-list = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-child-bounties = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-fast-unstake = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-lottery = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-mmr = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-migrations = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-nomination-pools = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false, features = [ "historical", ] } -pallet-session-benchmarking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-staking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-state-trie-migration = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-society = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-tips = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-utility = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-vesting = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } -pallet-parameters = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-staking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-state-trie-migration = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-society = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } +pallet-parameters = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } # client dependencies -grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-authority-discovery = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-basic-authorship = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-block-builder = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-chain-spec = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-cli = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-client-api = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-client-db = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-consensus = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-consensus-babe = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-consensus-babe-rpc = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-consensus-epochs = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-consensus-grandpa = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-consensus-grandpa-rpc = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-consensus-manual-seal = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-consensus-slots = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-executor = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-keystore = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-network = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-network-common = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-network-sync = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-network-statement = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-network-test = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-offchain = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-rpc = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-rpc-api = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-rpc-spec-v2 = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-service = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-service-test = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-statement-store = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-storage-monitor = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-sync-state-rpc = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-sysinfo = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-telemetry = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-transaction-pool = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sc-transaction-pool-api = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } +grandpa = { package = "sc-consensus-grandpa", git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-client-db = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-consensus-epochs = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-consensus-slots = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-network-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-network-statement = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-network-test = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-rpc-spec-v2 = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-service-test = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-statement-store = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-storage-monitor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-sync-state-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } -substrate-state-trie-migration-rpc = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -substrate-wasm-builder = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -node-inspect = { package = "staging-node-inspect", git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } +substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +node-inspect = { package = "staging-node-inspect", git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } try-runtime-cli = { git = "https://github.com/CESSProject/try-runtime-cli", branch = "stable2412", default-features = false } -substrate-frame-cli = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -substrate-build-script-utils = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -substrate-rpc-client = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -substrate-frame-rpc-system = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -mmr-rpc = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -substrate-test-utils = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -fork-tree = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -substrate-test-runtime-client = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } +substrate-frame-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +substrate-rpc-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +mmr-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +substrate-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +fork-tree = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +substrate-test-runtime-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } -polkadot-sdk = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412", default-features = false } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412", default-features = false } # ---- Substrate crates end ---- # ---- Frontier crates begin ---- -fp-account = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -fp-evm = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -fp-rpc = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -fp-self-contained = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -fp-dynamic-fee = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } +fp-account = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +fp-evm = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +fp-rpc = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +fp-self-contained = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +fp-dynamic-fee = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } -pallet-base-fee = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -pallet-dynamic-fee = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -pallet-ethereum = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -pallet-evm = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } +pallet-base-fee = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +pallet-dynamic-fee = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +pallet-ethereum = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +pallet-evm = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } -fc-api = { git = "https://github.com/CESSProject/frontier", branch = "stable2412" } -fc-cli = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -fc-consensus = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -fc-db = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -fc-mapping-sync = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -fc-rpc = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -fc-rpc-core = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } -fc-storage = { git = "https://github.com/CESSProject/frontier", branch = "stable2412", default-features = false } +fc-api = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412" } +fc-cli = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +fc-consensus = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +fc-db = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +fc-mapping-sync = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +fc-rpc = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +fc-rpc-core = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } +fc-storage = { git = "https://github.com/polkadot-evm/frontier", branch = "stable2412", default-features = false } # ---- Frontier crates end ---- # ---- Generic crates begin ---- @@ -475,34 +475,3 @@ cess-node-primitives = { path = "standalone/chain/primitives", default-features [patch.crates-io] ring = { git = "https://github.com/jasl/ring-xous", branch = "better-wasm32-support" } - -frame-benchmarking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-application-crypto = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-core = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-crypto-ec-utils = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-crypto-hashing = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-debug-derive = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-externalities = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime-interface = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime-interface-proc-macro = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-std = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-storage = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-tracing = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-wasm-interface = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } - - -[patch."https://github.com/paritytech/polkadot-sdk"] -frame-benchmarking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-application-crypto = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-core = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-crypto-ec-utils = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-debug-derive = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-externalities = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime-interface = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime-interface-proc-macro = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-std = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-storage = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-tracing = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-wasm-interface = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } \ No newline at end of file diff --git a/standalone/chain/runtime/src/frontier.rs b/standalone/chain/runtime/src/frontier.rs index adc7f218..c0f05435 100644 --- a/standalone/chain/runtime/src/frontier.rs +++ b/standalone/chain/runtime/src/frontier.rs @@ -42,7 +42,6 @@ parameter_types! { pub const GasLimitStorageGrowthRatio: u64 = BLOCK_GAS_LIMIT.saturating_div(MAX_STORAGE_GROWTH); pub PrecompilesValue: FrontierPrecompiles = FrontierPrecompiles::<_>::new(); pub WeightPerGas: Weight = Weight::from_parts(weight_per_gas(BLOCK_GAS_LIMIT, NORMAL_DISPATCH_RATIO, WEIGHT_MILLISECS_PER_BLOCK), 0); - pub SuicideQuickClearLimit: u32 = 0; } impl pallet_evm::Config for Runtime { @@ -65,7 +64,6 @@ impl pallet_evm::Config for Runtime { type OnCreate = (); type FindAuthor = FindAuthorTruncated; type GasLimitPovSizeRatio = GasLimitPovSizeRatio; - type SuicideQuickClearLimit = SuicideQuickClearLimit; type GasLimitStorageGrowthRatio = GasLimitStorageGrowthRatio; type Timestamp = Timestamp; type WeightInfo = pallet_evm::weights::SubstrateWeight; diff --git a/standalone/teeworker/ceseal/Cargo.lock b/standalone/teeworker/ceseal/Cargo.lock index c7953688..a4d7920f 100644 --- a/standalone/teeworker/ceseal/Cargo.lock +++ b/standalone/teeworker/ceseal/Cargo.lock @@ -98,10 +98,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom", + "getrandom 0.2.15", "once_cell", "version_check", - "zerocopy", + "zerocopy 0.7.35", ] [[package]] @@ -129,7 +129,7 @@ dependencies = [ "bytes", "cfg-if", "const-hex", - "derive_more 0.99.18", + "derive_more 0.99.19", "hex-literal", "itoa", "proptest", @@ -141,9 +141,9 @@ dependencies = [ [[package]] name = "alloy-rlp" -version = "0.3.10" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f542548a609dca89fcd72b3b9f355928cf844d4363c5eed9c5273a3dd225e097" +checksum = "3d6c1d995bff8d011f7cd6c81820d51825e6e06d6db73914c1630ecf544d83d6" dependencies = [ "arrayvec", "bytes", @@ -161,7 +161,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", "syn-solidity", "tiny-keccak", ] @@ -219,19 +219,20 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "3.0.6" +version = "3.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" +checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" dependencies = [ "anstyle", + "once_cell", "windows-sys 0.59.0", ] [[package]] name = "anyhow" -version = "1.0.95" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "approx" @@ -253,7 +254,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -262,7 +263,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -274,7 +275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" dependencies = [ "ark-bls12-377", - "ark-ec 0.4.2", + "ark-ec", "ark-models-ext", "ark-std 0.4.0", ] @@ -285,7 +286,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", @@ -298,7 +299,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" dependencies = [ "ark-bls12-381", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-models-ext", "ark-serialize 0.4.2", @@ -312,7 +313,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" dependencies = [ "ark-bls12-377", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -324,7 +325,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" dependencies = [ "ark-bw6-761", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-models-ext", "ark-std 0.4.0", @@ -337,7 +338,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" dependencies = [ "ark-ff 0.4.2", - "ark-poly 0.4.2", + "ark-poly", "ark-serialize 0.4.2", "ark-std 0.4.0", "derivative", @@ -348,27 +349,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ark-ec" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce" -dependencies = [ - "ahash", - "ark-ff 0.5.0", - "ark-poly 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "educe", - "fnv", - "hashbrown 0.15.2", - "itertools 0.13.0", - "num-bigint", - "num-integer", - "num-traits", - "zeroize", -] - [[package]] name = "ark-ed-on-bls12-377" version = "0.4.0" @@ -376,7 +356,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" dependencies = [ "ark-bls12-377", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -387,7 +367,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ed-on-bls12-377", "ark-ff 0.4.2", "ark-models-ext", @@ -401,7 +381,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" dependencies = [ "ark-bls12-381", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -412,7 +392,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ed-on-bls12-381-bandersnatch", "ark-ff 0.4.2", "ark-models-ext", @@ -457,26 +437,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ark-ff" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70" -dependencies = [ - "ark-ff-asm 0.5.0", - "ark-ff-macros 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "arrayvec", - "digest 0.10.7", - "educe", - "itertools 0.13.0", - "num-bigint", - "num-traits", - "paste", - "zeroize", -] - [[package]] name = "ark-ff-asm" version = "0.3.0" @@ -497,16 +457,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "ark-ff-asm" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" -dependencies = [ - "quote", - "syn 2.0.94", -] - [[package]] name = "ark-ff-macros" version = "0.3.0" @@ -532,26 +482,13 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "ark-ff-macros" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3" -dependencies = [ - "num-bigint", - "num-traits", - "proc-macro2", - "quote", - "syn 2.0.94", -] - [[package]] name = "ark-models-ext" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", @@ -571,28 +508,13 @@ dependencies = [ "hashbrown 0.13.2", ] -[[package]] -name = "ark-poly" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27" -dependencies = [ - "ahash", - "ark-ff 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "educe", - "fnv", - "hashbrown 0.15.2", -] - [[package]] name = "ark-scale" version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" dependencies = [ - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", @@ -600,21 +522,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "ark-secret-scalar" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" -dependencies = [ - "ark-ec 0.4.2", - "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" @@ -631,25 +538,12 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" dependencies = [ - "ark-serialize-derive 0.4.2", + "ark-serialize-derive", "ark-std 0.4.0", "digest 0.10.7", "num-bigint", ] -[[package]] -name = "ark-serialize" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7" -dependencies = [ - "ark-serialize-derive 0.5.0", - "ark-std 0.5.0", - "arrayvec", - "digest 0.10.7", - "num-bigint", -] - [[package]] name = "ark-serialize-derive" version = "0.4.2" @@ -661,17 +555,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "ark-serialize-derive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.94", -] - [[package]] name = "ark-std" version = "0.3.0" @@ -693,29 +576,6 @@ dependencies = [ "rayon", ] -[[package]] -name = "ark-std" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" -dependencies = [ - "num-traits", - "rand 0.8.5", -] - -[[package]] -name = "ark-transcript" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" -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.3" @@ -748,8 +608,8 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -777,8 +637,8 @@ dependencies = [ [[package]] name = "assets-common" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -800,13 +660,13 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.84" +version = "0.1.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" +checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -817,13 +677,13 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "auto_impl" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" +checksum = "e12882f59de5360c748c4cbf569a042d5fb0eb515f7bea9c1f470b47f6ffbd73" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -892,27 +752,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "bandersnatch_vrfs" -version = "0.0.4" -source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" -dependencies = [ - "ark-bls12-381", - "ark-ec 0.4.2", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "dleq_vrf", - "rand_chacha", - "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 = "base16ct" version = "0.2.0" @@ -964,8 +803,8 @@ dependencies = [ [[package]] name = "binary-merkle-tree" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "hash-db", "log", @@ -983,15 +822,16 @@ dependencies = [ [[package]] name = "bip32" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa13fae8b6255872fd86f7faf4b41168661d7d78609f7bfe6771b85c6739a15b" +checksum = "db40d3dfbeab4e031d78c844642fa0caa0b0db11ce1607ac9d2986dff1405c69" dependencies = [ "bs58", "hmac 0.12.1", "k256", "rand_core 0.6.4", "ripemd", + "secp256k1 0.27.0", "sha2 0.10.8", "subtle", "zeroize", @@ -1010,18 +850,18 @@ dependencies = [ [[package]] name = "bit-set" -version = "0.5.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ "bit-vec", ] [[package]] name = "bit-vec" -version = "0.6.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitcoin-internals" @@ -1047,9 +887,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.6.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" +checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" [[package]] name = "bitmaps" @@ -1084,9 +924,9 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" +checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99" dependencies = [ "arrayref", "arrayvec", @@ -1113,9 +953,9 @@ dependencies = [ [[package]] name = "bounded-collections" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d077619e9c237a5d1875166f5e8033e8f6bff0c96f8caf81e1c2d7738c431bf" +checksum = "32ed0a820ed50891d36358e997d27741a6142e382242df40ff01c89bcdcc7a2b" dependencies = [ "log", "parity-scale-codec", @@ -1125,8 +965,8 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1142,8 +982,8 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1158,8 +998,8 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1175,8 +1015,8 @@ dependencies = [ [[package]] name = "bp-polkadot" -version = "0.5.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1188,8 +1028,8 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-messages", "bp-runtime", @@ -1205,8 +1045,8 @@ dependencies = [ [[package]] name = "bp-relayers" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-messages", @@ -1223,8 +1063,8 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -1246,8 +1086,8 @@ dependencies = [ [[package]] name = "bp-test-utils" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1266,8 +1106,8 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.5.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-messages", "bp-runtime", @@ -1283,8 +1123,8 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.15.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -1295,8 +1135,8 @@ dependencies = [ [[package]] name = "bridge-hub-common" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1312,8 +1152,8 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.21.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -1323,8 +1163,6 @@ dependencies = [ "bp-relayers", "bp-runtime", "bp-test-utils", - "bp-xcm-bridge-hub", - "bridge-runtime-common", "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", "frame-support", @@ -1347,6 +1185,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", + "sp-std", "sp-tracing", "staging-xcm", "staging-xcm-builder", @@ -1355,8 +1194,8 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-messages", @@ -1364,7 +1203,6 @@ dependencies = [ "bp-polkadot-core", "bp-relayers", "bp-runtime", - "bp-xcm-bridge-hub", "frame-support", "frame-system", "log", @@ -1406,21 +1244,21 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.16.0" +version = "3.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" +checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" [[package]] name = "byte-slice-cast" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" +checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d" [[package]] name = "bytemuck" -version = "1.21.0" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3" +checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" [[package]] name = "byteorder" @@ -1430,9 +1268,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "camino" @@ -1460,7 +1298,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.24", + "semver 1.0.26", "serde", "serde_json", "thiserror 1.0.69", @@ -1468,9 +1306,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.7" +version = "1.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7" +checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c" dependencies = [ "jobserver", "libc", @@ -1769,7 +1607,7 @@ dependencies = [ "finality-grandpa", "frame-system", "glob", - "h2 0.4.7", + "h2 0.4.8", "hash-db", "hex", "hex-literal", @@ -1883,9 +1721,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.39" +version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" +checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" dependencies = [ "num-traits", "serde", @@ -1903,9 +1741,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.23" +version = "4.5.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" +checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767" dependencies = [ "clap_builder", "clap_derive", @@ -1913,9 +1751,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.23" +version = "4.5.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" +checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863" dependencies = [ "anstream", "anstyle", @@ -1925,14 +1763,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.18" +version = "4.5.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" +checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -1978,22 +1816,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "common" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "fflonk", - "getrandom_or_panic", - "merlin", - "rand_chacha", -] - [[package]] name = "common-path" version = "1.0.0" @@ -2002,9 +1824,9 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "console" -version = "0.15.10" +version = "0.15.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" dependencies = [ "encode_unicode", "libc", @@ -2047,7 +1869,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom", + "getrandom 0.2.15", "once_cell", "tiny-keccak", ] @@ -2069,7 +1891,27 @@ checksum = "3d3007177ccd2435eef6de9e7471365c36bc35c0b31773e27b4fe797f39f84bf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", +] + +[[package]] +name = "const_format" +version = "0.2.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd" +dependencies = [ + "const_format_proc_macros", +] + +[[package]] +name = "const_format_proc_macros" +version = "0.2.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" +dependencies = [ + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] @@ -2152,9 +1994,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" dependencies = [ "libc", ] @@ -2293,9 +2135,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" +checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" [[package]] name = "crypto-bigint" @@ -2341,8 +2183,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2358,8 +2200,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -2375,8 +2217,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2412,18 +2254,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "cumulus-pallet-session-benchmarking" -version = "9.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -2435,8 +2277,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2450,8 +2292,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2465,8 +2307,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2490,8 +2332,8 @@ dependencies = [ [[package]] name = "cumulus-ping" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -2505,8 +2347,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.16.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-api", "sp-consensus-aura", @@ -2514,8 +2356,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2530,8 +2372,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2544,8 +2386,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.11.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2554,8 +2396,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "9.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2571,8 +2413,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -2581,8 +2423,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2598,8 +2440,8 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2633,14 +2475,14 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "cxx" -version = "1.0.136" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad7c7515609502d316ab9a24f67dc045132d93bfd3f00713389e90d9898bf30d" +checksum = "050906babad73f9b32a91cecc3063ff1e2235226dd2367dd839fd6fbc941c68a" dependencies = [ "cc", "cxxbridge-cmd", @@ -2652,47 +2494,47 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.136" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bfd16fca6fd420aebbd80d643c201ee4692114a0de208b790b9cd02ceae65fb" +checksum = "875d58f2ac56025a775b91a424515b5adf1e68205765f2c90e6dd81e269ae004" dependencies = [ "cc", "codespan-reporting", "proc-macro2", "quote", "scratch", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "cxxbridge-cmd" -version = "1.0.136" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c33fd49f5d956a1b7ee5f7a9768d58580c6752838d92e39d0d56439efdedc35" +checksum = "19c3062da294104183e1c34ea9887941d4d8c74f6195ce9fbb430ac4b5290ede" dependencies = [ "clap", "codespan-reporting", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "cxxbridge-flags" -version = "1.0.136" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be0f1077278fac36299cce8446effd19fe93a95eedb10d39265f3bf67b3036c9" +checksum = "f4b358173a166833ddef75fe468579f71727c789b8082d4cc77c38d08f656c59" [[package]] name = "cxxbridge-macro" -version = "1.0.136" +version = "1.0.143" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3da7e4d6e74af6b79031d264b2f13c3ea70af1978083741c41ffce9308f1f24f" +checksum = "b9531217f3b5f7728244d2b7312bc6660f6b3e4cdbc118f4f1fbce48cb401a0f" dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -2740,7 +2582,7 @@ dependencies = [ "proc-macro2", "quote", "strsim 0.11.1", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -2762,7 +2604,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" dependencies = [ "darling_core 0.20.10", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -2780,9 +2622,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.6.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" +checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" [[package]] name = "dbl" @@ -2824,7 +2666,7 @@ checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -2855,7 +2697,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -2866,20 +2708,20 @@ checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "derive_more" -version = "0.99.18" +version = "0.99.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" +checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f" dependencies = [ "convert_case", "proc-macro2", "quote", "rustc_version 0.4.1", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -2899,7 +2741,7 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", "unicode-xid", ] @@ -2953,23 +2795,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", -] - -[[package]] -name = "dleq_vrf" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-scale", - "ark-secret-scalar", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "ark-transcript", - "arrayvec", - "zeroize", + "syn 2.0.100", ] [[package]] @@ -2993,9 +2819,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.94", + "syn 2.0.100", "termcolor", - "toml 0.8.19", + "toml 0.8.20", "walkdir", ] @@ -3013,9 +2839,9 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "dyn-clonable" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" +checksum = "a36efbb9bfd58e1723780aa04b61aba95ace6a05d9ffabfdb0b43672552f0805" dependencies = [ "dyn-clonable-impl", "dyn-clone", @@ -3023,20 +2849,20 @@ dependencies = [ [[package]] name = "dyn-clonable-impl" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" +checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] name = "dyn-clone" -version = "1.0.17" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" +checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" [[package]] name = "ecdsa" @@ -3092,23 +2918,11 @@ dependencies = [ "zeroize", ] -[[package]] -name = "educe" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" -dependencies = [ - "enum-ordinalize", - "proc-macro2", - "quote", - "syn 2.0.94", -] - [[package]] name = "either" -version = "1.13.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "elliptic-curve" @@ -3145,47 +2959,27 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.94", -] - -[[package]] -name = "enum-ordinalize" -version = "4.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" -dependencies = [ - "enum-ordinalize-derive", -] - -[[package]] -name = "enum-ordinalize-derive" -version = "4.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "enumflags2" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" +checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147" dependencies = [ "enumflags2_derive", ] [[package]] name = "enumflags2_derive" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" +checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -3196,7 +2990,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -3243,9 +3037,9 @@ checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] name = "equivalent" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" @@ -3262,7 +3056,7 @@ name = "ethabi" version = "18.0.0" source = "git+https://github.com/CESSProject/ethabi?branch=upgrade-ethereum-types#b966d27f07792b8261f07afed241df8b41577992" dependencies = [ - "ethereum-types 0.15.1", + "ethereum-types", "hex", "serde", "sha3", @@ -3272,22 +3066,11 @@ dependencies = [ [[package]] name = "ethabi-decode" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d398648d65820a727d6a81e58b962f874473396a047e4c30bafe3240953417" -dependencies = [ - "ethereum-types 0.14.1", - "tiny-keccak", -] - -[[package]] -name = "ethbloom" -version = "0.13.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" +checksum = "52029c4087f9f01108f851d0d02df9c21feb5660a19713466724b7f95bd2d773" dependencies = [ - "crunchy", - "fixed-hash", + "ethereum-types", "tiny-keccak", ] @@ -3299,7 +3082,7 @@ checksum = "8c321610643004cf908ec0f5f2aa0d8f1f8e14b540562a2887a1111ff1ecbf7b" dependencies = [ "crunchy", "fixed-hash", - "impl-codec 0.7.0", + "impl-codec 0.7.1", "impl-rlp", "impl-serde 0.5.0", "scale-info", @@ -3309,10 +3092,10 @@ dependencies = [ [[package]] name = "ethereum" version = "0.15.0" -source = "git+https://github.com/CESSProject/ethereum.git?branch=upgrade-ethereum-types#c2c8281eeee9eee11bb9b86f98e08a6aeae944a2" +source = "git+https://github.com/rust-ethereum/ethereum?rev=3be0d8fd4c2ad1ba216b69ef65b9382612efc8ba#3be0d8fd4c2ad1ba216b69ef65b9382612efc8ba" dependencies = [ "bytes", - "ethereum-types 0.15.1", + "ethereum-types", "hash-db", "hash256-std-hasher", "parity-scale-codec", @@ -3323,27 +3106,15 @@ dependencies = [ "trie-root", ] -[[package]] -name = "ethereum-types" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" -dependencies = [ - "ethbloom 0.13.0", - "fixed-hash", - "primitive-types 0.12.2", - "uint 0.9.5", -] - [[package]] name = "ethereum-types" version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ab15ed80916029f878e0267c3a9f92b67df55e79af370bf66199059ae2b4ee3" dependencies = [ - "ethbloom 0.14.1", + "ethbloom", "fixed-hash", - "impl-codec 0.7.0", + "impl-codec 0.7.1", "impl-rlp", "impl-serde 0.5.0", "primitive-types 0.13.1", @@ -3353,8 +3124,8 @@ dependencies = [ [[package]] name = "evm" -version = "0.41.0" -source = "git+https://github.com/CESSProject/evm.git?branch=upgrade_primitive-types_on_v0.41#a213bc73c47a76feb53e57d67c2492c13078ff76" +version = "0.42.0" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#e81732d6bb47e3d3d68d233e43919c4522598361" dependencies = [ "auto_impl", "environmental", @@ -3373,8 +3144,8 @@ dependencies = [ [[package]] name = "evm-core" -version = "0.41.0" -source = "git+https://github.com/CESSProject/evm.git?branch=upgrade_primitive-types_on_v0.41#a213bc73c47a76feb53e57d67c2492c13078ff76" +version = "0.42.0" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#e81732d6bb47e3d3d68d233e43919c4522598361" dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", @@ -3384,8 +3155,8 @@ dependencies = [ [[package]] name = "evm-gasometer" -version = "0.41.0" -source = "git+https://github.com/CESSProject/evm.git?branch=upgrade_primitive-types_on_v0.41#a213bc73c47a76feb53e57d67c2492c13078ff76" +version = "0.42.0" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#e81732d6bb47e3d3d68d233e43919c4522598361" dependencies = [ "environmental", "evm-core", @@ -3395,8 +3166,8 @@ dependencies = [ [[package]] name = "evm-runtime" -version = "0.41.0" -source = "git+https://github.com/CESSProject/evm.git?branch=upgrade_primitive-types_on_v0.41#a213bc73c47a76feb53e57d67c2492c13078ff76" +version = "0.42.0" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#e81732d6bb47e3d3d68d233e43919c4522598361" dependencies = [ "auto_impl", "environmental", @@ -3414,10 +3185,10 @@ dependencies = [ "blake2", "file-guard", "fs-err", - "prettyplease 0.2.25", + "prettyplease 0.2.30", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -3462,27 +3233,14 @@ dependencies = [ [[package]] name = "ff" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" dependencies = [ "rand_core 0.6.4", "subtle", ] -[[package]] -name = "fflonk" -version = "0.1.1" -source = "git+https://github.com/w3f/fflonk#eda051ea3b80042e844a3ebd17c2f60536e6ee3f" -dependencies = [ - "ark-ec 0.5.0", - "ark-ff 0.5.0", - "ark-poly 0.5.0", - "ark-serialize 0.5.0", - "ark-std 0.5.0", - "merlin", -] - [[package]] name = "fiat-crypto" version = "0.2.9" @@ -3523,9 +3281,9 @@ dependencies = [ [[package]] name = "finality-grandpa" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3" +checksum = "b4f8f43dc520133541781ec03a8cab158ae8b7f7169cdf22e9050aa6cf0fbdfc" dependencies = [ "either", "futures", @@ -3585,7 +3343,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "hex", "impl-serde 0.5.0", @@ -3604,7 +3362,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "ethereum", "parity-scale-codec", @@ -3615,7 +3373,7 @@ dependencies = [ [[package]] name = "fp-dynamic-fee" version = "1.0.0" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "async-trait", "sp-core", @@ -3625,10 +3383,10 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "ethereum", - "ethereum-types 0.15.1", + "ethereum-types", "fp-evm", "frame-support", "parity-scale-codec", @@ -3637,8 +3395,9 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ + "environmental", "evm", "frame-support", "num_enum", @@ -3652,10 +3411,10 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "ethereum", - "ethereum-types 0.15.1", + "ethereum-types", "fp-evm", "parity-scale-codec", "scale-info", @@ -3668,7 +3427,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "frame-support", "parity-scale-codec", @@ -3680,7 +3439,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "parity-scale-codec", "serde", @@ -3688,8 +3447,8 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-support-procedural", @@ -3712,8 +3471,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" -version = "18.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "29.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -3726,19 +3485,19 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "14.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "frame-election-provider-support" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3753,8 +3512,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "aquamarine", "frame-support", @@ -3805,8 +3564,8 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "const-hex", @@ -3821,8 +3580,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "aquamarine", "array-bytes", @@ -3864,8 +3623,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "23.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "31.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "Inflector", "cfg-expr", @@ -3879,35 +3638,35 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "frame-support-procedural-tools" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "frame-support-procedural-tools-derive" -version = "11.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "12.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "frame-system" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cfg-if", "docify", @@ -3926,8 +3685,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -3940,8 +3699,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "parity-scale-codec", @@ -3950,8 +3709,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.45.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "parity-scale-codec", @@ -4037,7 +3796,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -4119,6 +3878,18 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "getrandom" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" +dependencies = [ + "cfg-if", + "libc", + "wasi 0.13.3+wasi-0.2.2", + "windows-targets 0.52.6", +] + [[package]] name = "getrandom_or_panic" version = "0.0.3" @@ -4165,10 +3936,6 @@ name = "gimli" version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" -dependencies = [ - "fallible-iterator 0.3.0", - "stable_deref_trait", -] [[package]] name = "glob" @@ -4245,7 +4012,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.7.0", + "indexmap 2.7.1", "slab", "tokio", "tokio-util", @@ -4254,9 +4021,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" +checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" dependencies = [ "atomic-waker", "bytes", @@ -4264,7 +4031,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.2.0", - "indexmap 2.7.0", + "indexmap 2.7.1", "slab", "tokio", "tokio-util", @@ -4322,9 +4089,6 @@ name = "hashbrown" version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" -dependencies = [ - "allocator-api2", -] [[package]] name = "heck" @@ -4346,9 +4110,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hermit-abi" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" +checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e" [[package]] name = "hex" @@ -4376,9 +4140,9 @@ checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" [[package]] name = "hickory-proto" -version = "0.24.2" +version = "0.24.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "447afdcdb8afb9d0a852af6dc65d9b285ce720ed7a59e42a8bf2e931c67bc1b5" +checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248" dependencies = [ "async-trait", "cfg-if", @@ -4400,9 +4164,9 @@ dependencies = [ [[package]] name = "hickory-resolver" -version = "0.24.2" +version = "0.24.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4" +checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" dependencies = [ "cfg-if", "futures-util", @@ -4536,9 +4300,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.9.5" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpdate" @@ -4578,14 +4342,14 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.7", + "h2 0.4.8", "http 1.2.0", "http-body 1.0.1", "httparse", @@ -4605,11 +4369,11 @@ checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", "http 1.2.0", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "log", "rustls", - "rustls-pki-types 1.10.1", + "rustls-pki-types 1.11.0", "tokio", "tokio-rustls", "tower-service", @@ -4639,7 +4403,7 @@ dependencies = [ "futures-util", "http 1.2.0", "http-body 1.0.1", - "hyper 1.5.2", + "hyper 1.6.0", "pin-project-lite", "socket2", "tokio", @@ -4762,7 +4526,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -4818,9 +4582,9 @@ dependencies = [ [[package]] name = "impl-codec" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67aa010c1e3da95bf151bd8b4c059b2ed7e75387cdb969b4f8f2723a43f9941" +checksum = "2d40b9d5e17727407e55028eafc22b2dc68781786e6d7eb8a21103f5058e3a14" dependencies = [ "parity-scale-codec", ] @@ -4871,7 +4635,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -4906,9 +4670,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", "hashbrown 0.15.2", @@ -4922,9 +4686,9 @@ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] name = "inout" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" dependencies = [ "generic-array", ] @@ -4963,19 +4727,19 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.10.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "is-terminal" -version = "0.4.13" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" +checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" dependencies = [ - "hermit-abi 0.4.0", + "hermit-abi 0.5.0", "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -5013,9 +4777,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" +checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jni" @@ -5048,9 +4812,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.76" +version = "0.3.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" +checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" dependencies = [ "once_cell", "wasm-bindgen", @@ -5058,9 +4822,9 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.24.7" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" +checksum = "834af00800e962dee8f7bfc0f60601de215e73e78e5497d733a2919da837d3c8" dependencies = [ "jsonrpsee-client-transport", "jsonrpsee-core", @@ -5076,9 +4840,9 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.24.7" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" +checksum = "def0fd41e2f53118bd1620478d12305b2c75feef57ea1f93ef70568c98081b7e" dependencies = [ "base64 0.22.1", "futures-channel", @@ -5088,7 +4852,7 @@ dependencies = [ "jsonrpsee-core", "pin-project", "rustls", - "rustls-pki-types 1.10.1", + "rustls-pki-types 1.11.0", "rustls-platform-verifier", "soketto", "thiserror 1.0.69", @@ -5101,9 +4865,9 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.24.7" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" +checksum = "76637f6294b04e747d68e69336ef839a3493ca62b35bf488ead525f7da75c5bb" dependencies = [ "async-trait", "bytes", @@ -5116,7 +4880,7 @@ dependencies = [ "parking_lot", "pin-project", "rand 0.8.5", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "serde", "serde_json", "thiserror 1.0.69", @@ -5128,14 +4892,14 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.24.7" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" +checksum = "87c24e981ad17798bbca852b0738bfb7b94816ed687bd0d5da60bfa35fa0fdc3" dependencies = [ "async-trait", "base64 0.22.1", "http-body 1.0.1", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-rustls", "hyper-util", "jsonrpsee-core", @@ -5153,28 +4917,28 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.24.7" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" +checksum = "6fcae0c6c159e11541080f1f829873d8f374f81eda0abc67695a13fc8dc1a580" dependencies = [ "heck 0.5.0", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "jsonrpsee-server" -version = "0.24.7" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" +checksum = "66b7a3df90a1a60c3ed68e7ca63916b53e9afa928e33531e87f61a9c8e9ae87b" dependencies = [ "futures-util", "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-util", "jsonrpsee-core", "jsonrpsee-types", @@ -5193,9 +4957,9 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.24.7" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" +checksum = "ddb81adb1a5ae9182df379e374a79e24e992334e7346af4d065ae5b2acb8d4c6" dependencies = [ "http 1.2.0", "serde", @@ -5205,9 +4969,9 @@ dependencies = [ [[package]] name = "jsonrpsee-wasm-client" -version = "0.24.7" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a01cd500915d24ab28ca17527e23901ef1be6d659a2322451e1045532516c25" +checksum = "42e41af42ca39657313748174d02766e5287d3a57356f16756dbd8065b933977" dependencies = [ "jsonrpsee-client-transport", "jsonrpsee-core", @@ -5216,9 +4980,9 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.24.7" +version = "0.24.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" +checksum = "6f4f3642a292f5b76d8a16af5c88c16a0860f2ccc778104e5c848b28183d9538" dependencies = [ "http 1.2.0", "jsonrpsee-client-transport", @@ -5271,9 +5035,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.169" +version = "0.2.170" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" +checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" [[package]] name = "libm" @@ -5287,7 +5051,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", "libc", "redox_syscall", ] @@ -5342,9 +5106,9 @@ dependencies = [ [[package]] name = "link-cplusplus" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" +checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212" dependencies = [ "cc", ] @@ -5372,15 +5136,21 @@ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" [[package]] name = "linux-raw-sys" -version = "0.4.14" +version = "0.4.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" + +[[package]] +name = "linux-raw-sys" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" +checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9" [[package]] name = "litemap" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" +checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" [[package]] name = "lock_api" @@ -5394,9 +5164,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.22" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "lru-cache" @@ -5425,7 +5195,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -5439,7 +5209,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -5450,7 +5220,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -5461,7 +5231,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -5507,7 +5277,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.42", + "rustix 0.38.44", ] [[package]] @@ -5563,9 +5333,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "miniz_oxide" -version = "0.8.2" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" +checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5" dependencies = [ "adler2", ] @@ -5595,22 +5365,22 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "munge" -version = "0.4.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64142d38c84badf60abf06ff9bd80ad2174306a5b11bd4706535090a30a419df" +checksum = "a0091202c98cf06da46c279fdf50cccb6b1c43b4521abdf6a27b4c7e71d5d9d7" dependencies = [ "munge_macro", ] [[package]] name = "munge_macro" -version = "0.4.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bb5c1d8184f13f7d0ccbeeca0def2f9a181bce2624302793005f5ca8aa62e5e" +checksum = "734799cf91479720b2f970c61a22850940dd91e27d4f02b1c6fc792778df2459" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -5709,7 +5479,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -5791,7 +5561,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -5835,9 +5605,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" [[package]] name = "opaque-debug" @@ -5847,9 +5617,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl-probe" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "overload" @@ -5859,8 +5629,8 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-alliance" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5878,8 +5648,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5896,8 +5666,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5914,8 +5684,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5929,8 +5699,8 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5943,8 +5713,8 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5960,8 +5730,8 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "29.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5976,8 +5746,8 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5991,8 +5761,8 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -6035,8 +5805,8 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -6051,8 +5821,8 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -6066,8 +5836,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -6079,8 +5849,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6102,8 +5872,8 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "aquamarine", "docify", @@ -6123,8 +5893,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -6139,7 +5909,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "fp-evm", "frame-support", @@ -6152,8 +5922,8 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -6171,8 +5941,8 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -6196,8 +5966,8 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6213,8 +5983,8 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-runtime", @@ -6232,8 +6002,8 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-messages", @@ -6251,8 +6021,8 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-parachains", @@ -6271,8 +6041,8 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-header-chain", "bp-messages", @@ -6295,8 +6065,8 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "frame-benchmarking", @@ -6364,8 +6134,8 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6382,8 +6152,8 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "9.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6401,8 +6171,8 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -6418,8 +6188,8 @@ dependencies = [ [[package]] name = "pallet-collective-content" -version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6432,8 +6202,8 @@ dependencies = [ [[package]] name = "pallet-contracts" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitflags 1.3.2", "environmental", @@ -6464,8 +6234,8 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" -version = "3.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -6499,18 +6269,18 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" -version = "18.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "23.0.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "pallet-contracts-uapi" -version = "5.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "12.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -6520,8 +6290,8 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6536,8 +6306,8 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" -version = "12.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6554,8 +6324,8 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" -version = "1.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "6.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -6569,8 +6339,8 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6586,8 +6356,8 @@ dependencies = [ [[package]] name = "pallet-dev-mode" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -6602,7 +6372,7 @@ dependencies = [ [[package]] name = "pallet-dynamic-fee" version = "4.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "fp-dynamic-fee", "fp-evm", @@ -6616,8 +6386,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6638,8 +6408,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6651,8 +6421,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6670,10 +6440,10 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "ethereum", - "ethereum-types 0.15.1", + "ethereum-types", "evm", "fp-consensus", "fp-ethereum", @@ -6693,7 +6463,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "environmental", "evm", @@ -6735,7 +6505,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "frame-support", "frame-system", @@ -6746,7 +6516,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "fp-evm", "num", @@ -6755,7 +6525,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "fp-evm", "tiny-keccak", @@ -6764,7 +6534,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/CESSProject/frontier?branch=stable2412#7023a01923b2d1f4f3d338bdf0985e74974a8450" +source = "git+https://github.com/polkadot-evm/frontier?branch=stable2412#4dddde8766dc23337ade83fbd5836dd9e4d7326d" dependencies = [ "fp-evm", "ripemd", @@ -6773,8 +6543,8 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -6821,8 +6591,8 @@ dependencies = [ [[package]] name = "pallet-glutton" -version = "14.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "blake2", "frame-benchmarking", @@ -6839,8 +6609,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6861,8 +6631,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6877,8 +6647,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6896,8 +6666,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6912,8 +6682,8 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" -version = "16.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -6925,8 +6695,8 @@ dependencies = [ [[package]] name = "pallet-lottery" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6938,8 +6708,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -6954,8 +6724,8 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "31.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "environmental", "frame-benchmarking", @@ -6973,8 +6743,8 @@ dependencies = [ [[package]] name = "pallet-migrations" -version = "1.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "9.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cfg-if", "docify", @@ -6991,8 +6761,8 @@ dependencies = [ [[package]] name = "pallet-mixnet" -version = "0.4.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.15.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7010,8 +6780,8 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7027,8 +6797,8 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "parity-scale-codec", @@ -7038,8 +6808,8 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7054,8 +6824,8 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "22.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "33.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7071,8 +6841,8 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "14.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "pallet-nfts", "parity-scale-codec", @@ -7081,8 +6851,8 @@ dependencies = [ [[package]] name = "pallet-nis" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7096,8 +6866,8 @@ dependencies = [ [[package]] name = "pallet-node-authorization" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -7111,8 +6881,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "25.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -7129,8 +6899,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7149,8 +6919,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "23.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7159,8 +6929,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -7175,8 +6945,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7217,8 +6987,8 @@ dependencies = [ [[package]] name = "pallet-paged-list" -version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.17.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -7234,8 +7004,8 @@ dependencies = [ [[package]] name = "pallet-parameters" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.10.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -7251,8 +7021,8 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7267,8 +7037,8 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -7277,8 +7047,8 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7295,8 +7065,8 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7309,8 +7079,8 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7326,8 +7096,8 @@ dependencies = [ [[package]] name = "pallet-remark" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7355,13 +7125,13 @@ dependencies = [ [[package]] name = "pallet-revive" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.3.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitflags 1.3.2", - "derive_more 0.99.18", + "derive_more 0.99.19", "environmental", - "ethereum-types 0.15.1", + "ethereum-types", "frame-benchmarking", "frame-support", "frame-system", @@ -7370,7 +7140,6 @@ dependencies = [ "jsonrpsee", "log", "pallet-balances", - "pallet-revive-fixtures", "pallet-revive-proc-macro", "pallet-revive-uapi", "pallet-transaction-payment", @@ -7392,71 +7161,20 @@ dependencies = [ "subxt-signer", ] -[[package]] -name = "pallet-revive-fixtures" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" -dependencies = [ - "anyhow", - "frame-system", - "log", - "parity-wasm", - "polkavm-linker 0.14.0", - "sp-core", - "sp-io", - "sp-runtime", - "tempfile", - "toml 0.8.19", -] - -[[package]] -name = "pallet-revive-mock-network" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" -dependencies = [ - "frame-support", - "frame-system", - "pallet-assets", - "pallet-balances", - "pallet-message-queue", - "pallet-proxy", - "pallet-revive", - "pallet-revive-proc-macro", - "pallet-revive-uapi", - "pallet-timestamp", - "pallet-utility", - "pallet-xcm", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-api", - "sp-core", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-tracing", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-simulator", -] - [[package]] name = "pallet-revive-proc-macro" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.1.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "pallet-revive-uapi" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.2.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7467,8 +7185,8 @@ dependencies = [ [[package]] name = "pallet-root-offences" -version = "25.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "36.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -7482,8 +7200,8 @@ dependencies = [ [[package]] name = "pallet-root-testing" -version = "4.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -7521,8 +7239,8 @@ dependencies = [ [[package]] name = "pallet-safe-mode" -version = "9.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -7539,8 +7257,8 @@ dependencies = [ [[package]] name = "pallet-salary" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7557,8 +7275,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -7590,8 +7308,8 @@ dependencies = [ [[package]] name = "pallet-scored-pool" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -7603,8 +7321,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -7624,8 +7342,8 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7640,8 +7358,8 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" -version = "3.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "14.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -7683,8 +7401,8 @@ dependencies = [ [[package]] name = "pallet-society" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7700,8 +7418,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7721,8 +7439,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "19.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "sp-arithmetic", @@ -7730,8 +7448,8 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "14.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "sp-api", @@ -7740,8 +7458,8 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7756,8 +7474,8 @@ dependencies = [ [[package]] name = "pallet-statement" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -7792,8 +7510,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -7833,8 +7551,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -7852,8 +7570,8 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7870,8 +7588,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7886,8 +7604,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7898,8 +7616,8 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7917,8 +7635,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -7936,8 +7654,8 @@ dependencies = [ [[package]] name = "pallet-tx-pause" -version = "9.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -7953,8 +7671,8 @@ dependencies = [ [[package]] name = "pallet-uniques" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7967,8 +7685,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7982,8 +7700,8 @@ dependencies = [ [[package]] name = "pallet-verify-signature" -version = "1.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.2.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -7998,8 +7716,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -8012,8 +7730,8 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -8026,8 +7744,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -8049,8 +7767,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -8067,8 +7785,8 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.14.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-messages", "bp-runtime", @@ -8089,8 +7807,8 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.5.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.16.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -8108,8 +7826,8 @@ dependencies = [ [[package]] name = "parachains-common" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "19.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -8138,8 +7856,8 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -8187,29 +7905,31 @@ checksum = "16b56e3a2420138bdb970f84dfb9c774aea80fa0e7371549eedec0d80c209c67" [[package]] name = "parity-scale-codec" -version = "3.6.12" +version = "3.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" +checksum = "c9fde3d0718baf5bc92f577d652001da0f8d54cd03a7974e118d04fc888dc23d" dependencies = [ "arrayvec", "bitvec", "byte-slice-cast", "bytes", + "const_format", "impl-trait-for-tuples", "parity-scale-codec-derive", + "rustversion", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "3.6.12" +version = "3.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" +checksum = "581c837bb6b9541ce7faa9377c20616e4fb7650f6b0f68bc93c827ee504fb7b3" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] @@ -8270,9 +7990,9 @@ dependencies = [ [[package]] name = "pem" -version = "3.0.4" +version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" +checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" dependencies = [ "base64 0.22.1", "serde", @@ -8300,7 +8020,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror 2.0.9", + "thiserror 2.0.12", "ucd-trie", ] @@ -8311,34 +8031,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.7.0", + "indexmap 2.7.1", ] [[package]] name = "pin-project" -version = "1.1.7" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" +checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.7" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" +checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "pin-project-lite" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" [[package]] name = "pin-utils" @@ -8390,9 +8110,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-ckb-merkle-mountain-range" @@ -8406,8 +8126,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -8417,11 +8137,11 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "6.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bounded-collections", - "derive_more 0.99.18", + "derive_more 0.99.19", "parity-scale-codec", "polkadot-core-primitives", "scale-info", @@ -8433,8 +8153,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "hex-literal", @@ -8461,8 +8181,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitvec", "frame-benchmarking", @@ -8511,8 +8231,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bs58", "frame-benchmarking", @@ -8523,12 +8243,12 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bitflags 1.3.2", "bitvec", - "derive_more 0.99.18", + "derive_more 0.99.19", "frame-benchmarking", "frame-support", "frame-system", @@ -8571,8 +8291,8 @@ dependencies = [ [[package]] name = "polkadot-sdk" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "asset-test-utils", "assets-common", @@ -8688,8 +8408,6 @@ dependencies = [ "pallet-referenda", "pallet-remark", "pallet-revive", - "pallet-revive-fixtures", - "pallet-revive-mock-network", "pallet-root-offences", "pallet-root-testing", "pallet-safe-mode", @@ -8803,8 +8521,8 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.8.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "frame-benchmarking", @@ -8931,7 +8649,7 @@ dependencies = [ "polkavm-common 0.9.0", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -8943,7 +8661,7 @@ dependencies = [ "polkavm-common 0.14.0", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -8953,7 +8671,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl 0.9.0", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -8963,7 +8681,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b569754b15060d03000c09e3bf11509d527f60b75d79b4c30c3625b5071d9702" dependencies = [ "polkavm-derive-impl 0.14.0", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -8981,21 +8699,6 @@ dependencies = [ "rustc-demangle", ] -[[package]] -name = "polkavm-linker" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0959ac3b0f4fd5caf5c245c637705f19493efe83dba31a83bbba928b93b0116a" -dependencies = [ - "gimli 0.31.1", - "hashbrown 0.14.5", - "log", - "object 0.36.7", - "polkavm-common 0.14.0", - "regalloc2 0.9.3", - "rustc-demangle", -] - [[package]] name = "polkavm-linux-raw" version = "0.9.0" @@ -9028,11 +8731,11 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" dependencies = [ - "zerocopy", + "zerocopy 0.8.23", ] [[package]] @@ -9047,12 +8750,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.25" +version = "0.2.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" +checksum = "f1ccf34da56fc294e7d4ccf69a85992b7dfb826b7cf57bac6a70bba3494cc08a" dependencies = [ "proc-macro2", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -9075,7 +8778,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5" dependencies = [ "fixed-hash", - "impl-codec 0.7.0", + "impl-codec 0.7.1", "impl-num-traits", "impl-rlp", "impl-serde 0.5.0", @@ -9085,9 +8788,9 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" +checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" dependencies = [ "toml_edit", ] @@ -9118,33 +8821,33 @@ dependencies = [ [[package]] name = "proc-macro-warning" -version = "1.0.2" +version = "1.84.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" +checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "proc-macro2" -version = "1.0.92" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" +checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" dependencies = [ "unicode-ident", ] [[package]] name = "proptest" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" +checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.6.0", + "bitflags 2.9.0", "lazy_static", "num-traits", "rand 0.8.5", @@ -9212,9 +8915,9 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.24" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" +checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88" dependencies = [ "cc", ] @@ -9256,7 +8959,7 @@ checksum = "ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -9275,10 +8978,10 @@ dependencies = [ "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash 2.1.0", + "rustc-hash 2.1.1", "rustls", "socket2", - "thiserror 2.0.9", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -9290,14 +8993,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" dependencies = [ "bytes", - "getrandom", + "getrandom 0.2.15", "rand 0.8.5", - "ring 0.17.8", - "rustc-hash 2.1.0", + "ring 0.17.13", + "rustc-hash 2.1.1", "rustls", - "rustls-pki-types 1.10.1", + "rustls-pki-types 1.11.0", "slab", - "thiserror 2.0.9", + "thiserror 2.0.12", "tinyvec", "tracing", "web-time", @@ -9305,9 +9008,9 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904" +checksum = "e46f3055866785f6b92bc6164b76be02ca8f2eb4b002c0354b28cf4c119e5944" dependencies = [ "cfg_aliases", "libc", @@ -9319,9 +9022,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" +checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801" dependencies = [ "proc-macro2", ] @@ -9406,7 +9109,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom", + "getrandom 0.2.15", ] [[package]] @@ -9464,11 +9167,11 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.8" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" +checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", ] [[package]] @@ -9477,29 +9180,29 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom", + "getrandom 0.2.15", "libredox", "thiserror 1.0.69", ] [[package]] name = "ref-cast" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" +checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" +checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -9592,7 +9295,7 @@ dependencies = [ "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.2", + "hyper 1.6.0", "hyper-rustls", "hyper-util", "ipnet", @@ -9605,7 +9308,7 @@ dependencies = [ "quinn", "rustls", "rustls-pemfile", - "rustls-pki-types 1.10.1", + "rustls-pki-types 1.11.0", "serde", "serde_json", "serde_urlencoded", @@ -9650,23 +9353,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "ring" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "arrayvec", - "blake2", - "common", - "fflonk", - "merlin", -] - [[package]] name = "ring" version = "0.16.20" @@ -9687,15 +9373,14 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.8" +version = "0.17.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" +checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee" dependencies = [ "cc", "cfg-if", - "getrandom", + "getrandom 0.2.15", "libc", - "spin 0.9.8", "untrusted 0.9.0", "windows-sys 0.52.0", ] @@ -9722,18 +9407,18 @@ dependencies = [ [[package]] name = "rkyv" -version = "0.8.9" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b11a153aec4a6ab60795f8ebe2923c597b16b05bb1504377451e705ef1a45323" +checksum = "1e147371c75553e1e2fcdb483944a8540b8438c31426279553b9a8182a9b7b65" dependencies = [ "bytes", "hashbrown 0.15.2", - "indexmap 2.7.0", + "indexmap 2.7.1", "munge", "ptr_meta 0.3.0", "rancor", "rend", - "rkyv_derive 0.8.9", + "rkyv_derive 0.8.10", "tinyvec", "uuid", ] @@ -9751,13 +9436,13 @@ dependencies = [ [[package]] name = "rkyv_derive" -version = "0.8.9" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beb382a4d9f53bd5c0be86b10d8179c3f8a14c30bf774ff77096ed6581e35981" +checksum = "246b40ac189af6c675d124b802e8ef6d5246c53e17367ce9501f8f66a81abb7a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -9789,13 +9474,13 @@ checksum = "652db34deaaa57929e10ca18e5454a32cb0efc351ae80d320334bbf907b908b3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "rococo-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "polkadot-primitives", @@ -9836,9 +9521,9 @@ dependencies = [ [[package]] name = "ruint" -version = "1.12.4" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5ef8fb1dd8de3870cb8400d51b4c2023854bbafd5431a3ac7e7317243e22d2f" +checksum = "825df406ec217a8116bd7b06897c6cc8f65ffefc15d030ae2c9540acc9ed50b6" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", @@ -9893,9 +9578,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" [[package]] name = "rustc-hex" @@ -9933,7 +9618,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.24", + "semver 1.0.26", ] [[package]] @@ -9952,27 +9637,40 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.42" +version = "0.38.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" +dependencies = [ + "bitflags 2.9.0", + "errno", + "libc", + "linux-raw-sys 0.4.15", + "windows-sys 0.59.0", +] + +[[package]] +name = "rustix" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" +checksum = "dade4812df5c384711475be5fcd8c162555352945401aed22a35bffeab61f657" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", "errno", "libc", - "linux-raw-sys 0.4.14", + "linux-raw-sys 0.9.2", "windows-sys 0.59.0", ] [[package]] name = "rustls" -version = "0.23.20" +version = "0.23.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" +checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395" dependencies = [ "log", "once_cell", - "ring 0.17.8", - "rustls-pki-types 1.10.1", + "ring 0.17.13", + "rustls-pki-types 1.11.0", "rustls-webpki 0.102.8", "subtle", "zeroize", @@ -9986,7 +9684,7 @@ checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" dependencies = [ "openssl-probe", "rustls-pemfile", - "rustls-pki-types 1.10.1", + "rustls-pki-types 1.11.0", "schannel", "security-framework", ] @@ -9997,7 +9695,7 @@ version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" dependencies = [ - "rustls-pki-types 1.10.1", + "rustls-pki-types 1.11.0", ] [[package]] @@ -10008,9 +9706,9 @@ checksum = "a47003264dea418db67060fa420ad16d0d2f8f0a0360d825c00e177ac52cb5d8" [[package]] name = "rustls-pki-types" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" +checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" dependencies = [ "web-time", ] @@ -10058,16 +9756,16 @@ version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ - "ring 0.17.8", - "rustls-pki-types 1.10.1", + "ring 0.17.13", + "rustls-pki-types 1.11.0", "untrusted 0.9.0", ] [[package]] name = "rustversion" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" +checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" [[package]] name = "rusty-fork" @@ -10083,9 +9781,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.18" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" +checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "safe-mix" @@ -10116,8 +9814,8 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "23.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "30.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "sp-core", @@ -10127,8 +9825,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.32.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "parking_lot", @@ -10150,8 +9848,8 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.29.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.36.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "polkavm 0.9.3", "sc-allocator", @@ -10163,8 +9861,8 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" -version = "0.29.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.33.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "polkavm 0.9.3", @@ -10174,8 +9872,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.29.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.36.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "anyhow", "cfg-if", @@ -10208,7 +9906,7 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.19", "parity-scale-codec", "primitive-types 0.12.2", "scale-bits", @@ -10235,7 +9933,7 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528464e6ae6c8f98e2b79633bf79ef939552e795e316579dab09c61670d56602" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.19", "parity-scale-codec", "primitive-types 0.12.2", "scale-bits", @@ -10254,7 +9952,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -10280,7 +9978,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -10299,7 +9997,7 @@ version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8cd6ab090d823e75cfdb258aad5fe92e13f2af7d04b43a55d607d25fcc38c811" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.19", "either", "frame-metadata 15.1.0", "parity-scale-codec", @@ -10357,9 +10055,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scratch" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" +checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52" [[package]] name = "sec1" @@ -10376,13 +10074,31 @@ dependencies = [ "zeroize", ] +[[package]] +name = "secp256k1" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" +dependencies = [ + "secp256k1-sys 0.8.1", +] + [[package]] name = "secp256k1" version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10" dependencies = [ - "secp256k1-sys", + "secp256k1-sys 0.9.2", +] + +[[package]] +name = "secp256k1-sys" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e" +dependencies = [ + "cc", ] [[package]] @@ -10409,7 +10125,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.9.0", "core-foundation", "core-foundation-sys", "libc", @@ -10419,9 +10135,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.13.0" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1863fd3768cd83c56a7f60faa4dc0d403f1b6df0a38c3c25f44b7894e45370d5" +checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" dependencies = [ "core-foundation-sys", "libc", @@ -10456,9 +10172,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.24" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" +checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" dependencies = [ "serde", ] @@ -10486,9 +10202,9 @@ checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" [[package]] name = "serde" -version = "1.0.217" +version = "1.0.219" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" +checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" dependencies = [ "serde_derive", ] @@ -10504,9 +10220,9 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.15" +version = "0.11.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" +checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" dependencies = [ "serde", ] @@ -10523,22 +10239,22 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.217" +version = "1.0.219" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" +checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ - "indexmap 2.7.0", + "indexmap 2.7.1", "itoa", "memchr", "ryu", @@ -10738,8 +10454,8 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "enumn", "parity-scale-codec", @@ -10749,9 +10465,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" [[package]] name = "snowbridge-amcl" @@ -10765,8 +10481,8 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "byte-slice-cast", "frame-support", @@ -10787,8 +10503,8 @@ dependencies = [ [[package]] name = "snowbridge-core" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "ethabi-decode", "frame-support", @@ -10810,12 +10526,12 @@ dependencies = [ [[package]] name = "snowbridge-ethereum" -version = "0.3.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.11.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "ethabi-decode", - "ethbloom 0.14.1", - "ethereum-types 0.15.1", + "ethbloom", + "ethereum-types", "hex-literal", "parity-bytes", "parity-scale-codec", @@ -10845,8 +10561,8 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-merkle-tree" -version = "0.3.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.10.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -10856,8 +10572,8 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-runtime-api" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "parity-scale-codec", @@ -10869,8 +10585,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-ethereum-client" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10893,8 +10609,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" -version = "0.9.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.20.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", @@ -10905,8 +10621,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -10932,8 +10648,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue-fixtures" -version = "0.10.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.20.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", @@ -10944,8 +10660,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-outbound-queue" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -10966,8 +10682,8 @@ dependencies = [ [[package]] name = "snowbridge-pallet-system" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10986,8 +10702,8 @@ dependencies = [ [[package]] name = "snowbridge-router-primitives" -version = "0.9.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "hex-literal", @@ -11005,8 +10721,8 @@ dependencies = [ [[package]] name = "snowbridge-runtime-common" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "log", @@ -11021,8 +10737,8 @@ dependencies = [ [[package]] name = "snowbridge-runtime-test-common" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.14.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -11052,8 +10768,8 @@ dependencies = [ [[package]] name = "snowbridge-system-runtime-api" -version = "0.2.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "snowbridge-core", @@ -11090,8 +10806,8 @@ dependencies = [ [[package]] name = "sp-api" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "hash-db", @@ -11112,8 +10828,8 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "15.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "Inflector", "blake2", @@ -11121,13 +10837,13 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "sp-application-crypto" -version = "30.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -11138,8 +10854,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "23.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "26.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "docify", "integer-sqrt", @@ -11150,28 +10866,10 @@ dependencies = [ "static_assertions", ] -[[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", -] - -[[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", -] - [[package]] name = "sp-authority-discovery" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -11182,8 +10880,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-api", "sp-inherents", @@ -11192,8 +10890,8 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.32.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "parity-scale-codec", @@ -11208,8 +10906,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.32.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "parity-scale-codec", @@ -11226,8 +10924,8 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -11246,8 +10944,8 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "finality-grandpa", "log", @@ -11263,8 +10961,8 @@ dependencies = [ [[package]] name = "sp-consensus-pow" -version = "0.32.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "sp-api", @@ -11274,8 +10972,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.32.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -11285,11 +10983,10 @@ dependencies = [ [[package]] name = "sp-core" -version = "28.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", - "bandersnatch_vrfs", "bitflags 1.3.2", "blake2", "bounded-collections", @@ -11313,7 +11010,7 @@ dependencies = [ "rand 0.8.5", "scale-info", "schnorrkel", - "secp256k1", + "secp256k1 0.28.2", "secrecy", "serde", "sp-crypto-hashing", @@ -11332,16 +11029,16 @@ dependencies = [ [[package]] name = "sp-core-hashing" -version = "15.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-crypto-hashing", ] [[package]] name = "sp-crypto-ec-utils" -version = "0.10.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.15.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -11349,7 +11046,7 @@ dependencies = [ "ark-bls12-381-ext", "ark-bw6-761", "ark-bw6-761-ext", - "ark-ec 0.4.2", + "ark-ec", "ark-ed-on-bls12-377", "ark-ed-on-bls12-377-ext", "ark-ed-on-bls12-381-bandersnatch", @@ -11361,7 +11058,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "blake2b_simd", "byteorder", @@ -11374,27 +11071,27 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "quote", "sp-crypto-hashing", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.30.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "environmental", "parity-scale-codec", @@ -11403,8 +11100,8 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.8.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.16.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -11415,8 +11112,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11428,8 +11125,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "30.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "39.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bytes", "docify", @@ -11439,7 +11136,7 @@ dependencies = [ "parity-scale-codec", "polkavm-derive 0.9.1", "rustversion", - "secp256k1", + "secp256k1 0.28.2", "sp-core", "sp-crypto-hashing", "sp-externalities", @@ -11454,8 +11151,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "31.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-core", "sp-runtime", @@ -11464,8 +11161,8 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.34.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.41.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "parking_lot", @@ -11476,7 +11173,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -11484,8 +11181,8 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.6.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.8.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-metadata 18.0.0", "parity-scale-codec", @@ -11494,8 +11191,8 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.4.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.13.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -11505,8 +11202,8 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "log", "parity-scale-codec", @@ -11522,8 +11219,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -11535,8 +11232,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-api", "sp-core", @@ -11545,8 +11242,8 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "backtrace", "regex", @@ -11554,8 +11251,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "31.0.1" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "40.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "binary-merkle-tree", "docify", @@ -11583,8 +11280,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "29.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11602,21 +11299,21 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "Inflector", "expander", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "sp-session" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "scale-info", @@ -11629,8 +11326,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11642,8 +11339,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.35.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.44.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "hash-db", "log", @@ -11662,8 +11359,8 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "10.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "19.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -11687,12 +11384,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" [[package]] name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -11703,8 +11400,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "parity-scale-codec", @@ -11715,8 +11412,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "17.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "tracing", @@ -11726,8 +11423,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "sp-api", "sp-runtime", @@ -11735,8 +11432,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "26.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "async-trait", "parity-scale-codec", @@ -11749,8 +11446,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "ahash", "hash-db", @@ -11771,8 +11468,8 @@ dependencies = [ [[package]] name = "sp-version" -version = "29.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -11788,20 +11485,20 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "13.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "parity-scale-codec", "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "21.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11812,8 +11509,8 @@ dependencies = [ [[package]] name = "sp-weights" -version = "27.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "31.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -11902,8 +11599,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" -version = "0.7.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -11915,8 +11612,8 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "15.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "array-bytes", "bounded-collections", @@ -11936,8 +11633,8 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -11958,8 +11655,8 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "environmental", "frame-benchmarking", @@ -12043,13 +11740,13 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "substrate-bip39" -version = "0.4.7" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -12060,8 +11757,8 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "17.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "build-helper", "cargo_metadata", @@ -12069,12 +11766,12 @@ dependencies = [ "filetime", "jobserver", "parity-wasm", - "polkavm-linker 0.9.2", + "polkavm-linker", "shlex", "sp-maybe-compressed-blob", "strum 0.26.3", "tempfile", - "toml 0.8.19", + "toml 0.8.20", "walkdir", "wasm-opt", ] @@ -12141,7 +11838,7 @@ dependencies = [ "pbkdf2", "regex", "schnorrkel", - "secp256k1", + "secp256k1 0.28.2", "secrecy", "sha2 0.10.8", "sp-crypto-hashing", @@ -12162,9 +11859,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.94" +version = "2.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "987bc0be1cdea8b10216bd06e2ca407d40b9543468fafd3ddfb02f36e77f71f3" +checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" dependencies = [ "proc-macro2", "quote", @@ -12180,7 +11877,7 @@ dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -12206,7 +11903,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -12223,15 +11920,15 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.15.0" +version = "3.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" +checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567" dependencies = [ "cfg-if", "fastrand", - "getrandom", + "getrandom 0.3.1", "once_cell", - "rustix 0.38.42", + "rustix 1.0.1", "windows-sys 0.59.0", ] @@ -12246,8 +11943,8 @@ dependencies = [ [[package]] name = "testnet-parachains-constants" -version = "1.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -12270,11 +11967,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.9", + "thiserror-impl 2.0.12", ] [[package]] @@ -12285,18 +11982,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -12331,9 +12028,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.37" +version = "0.3.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" +checksum = "dad298b01a40a23aac4580b67e3dbedb7cc8402f3592d7f49469de2ea4aecdd8" dependencies = [ "deranged", "itoa", @@ -12348,15 +12045,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" +checksum = "765c97a5b985b7c11d7bc27fa927dc4fe6af3a6dfb021d28deb60d3bf51e76ef" [[package]] name = "time-macros" -version = "0.2.19" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" +checksum = "e8093bc3e81c3bc5f7879de09619d06c9a5a5e45ca44dfeeb7225bae38005c5c" dependencies = [ "num-conv", "time-core", @@ -12383,9 +12080,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" +checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" dependencies = [ "tinyvec_macros", ] @@ -12398,9 +12095,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.42.0" +version = "1.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" dependencies = [ "backtrace", "bytes", @@ -12426,20 +12123,20 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "tokio-rustls" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" +checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" dependencies = [ "rustls", "tokio", @@ -12494,9 +12191,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" +checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148" dependencies = [ "serde", "serde_spanned", @@ -12515,11 +12212,11 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.22" +version = "0.22.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" +checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" dependencies = [ - "indexmap 2.7.0", + "indexmap 2.7.1", "serde", "serde_spanned", "toml_datetime", @@ -12634,7 +12331,7 @@ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -12671,7 +12368,7 @@ dependencies = [ "sharded-slab", "smallvec", "thread_local", - "time 0.3.37", + "time 0.3.39", "tracing", "tracing-core", "tracing-log", @@ -12730,9 +12427,9 @@ dependencies = [ [[package]] name = "typenum" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" +checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "ucd-trie" @@ -12772,9 +12469,9 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unicode-ident" -version = "1.0.14" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" +checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "unicode-normalization" @@ -12862,15 +12559,15 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.11.0" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" [[package]] name = "valuable" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "vergen" @@ -12881,7 +12578,7 @@ dependencies = [ "anyhow", "cfg-if", "rustversion", - "time 0.3.37", + "time 0.3.39", ] [[package]] @@ -12898,10 +12595,10 @@ checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024" dependencies = [ "ark-bls12-377", "ark-bls12-381", - "ark-ec 0.4.2", + "ark-ec", "ark-ff 0.4.2", "ark-serialize 0.4.2", - "ark-serialize-derive 0.4.2", + "ark-serialize-derive", "arrayref", "constcat", "digest 0.10.7", @@ -12916,9 +12613,9 @@ dependencies = [ [[package]] name = "wait-timeout" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" dependencies = [ "libc", ] @@ -12954,36 +12651,46 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasi" +version = "0.13.3+wasi-0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +dependencies = [ + "wit-bindgen-rt", +] + [[package]] name = "wasm-bindgen" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" +checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" dependencies = [ "cfg-if", "once_cell", + "rustversion", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" +checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" dependencies = [ "bumpalo", "log", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.49" +version = "0.4.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" +checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" dependencies = [ "cfg-if", "js-sys", @@ -12994,9 +12701,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" +checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -13004,22 +12711,25 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" +checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.99" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" +checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" +dependencies = [ + "unicode-ident", +] [[package]] name = "wasm-instrument" @@ -13326,9 +13036,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.76" +version = "0.3.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" +checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" dependencies = [ "js-sys", "wasm-bindgen", @@ -13346,17 +13056,17 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.7" +version = "0.26.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" +checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" dependencies = [ - "rustls-pki-types 1.10.1", + "rustls-pki-types 1.11.0", ] [[package]] name = "westend-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "polkadot-primitives", @@ -13378,14 +13088,14 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.42", + "rustix 0.38.44", ] [[package]] name = "wide" -version = "0.7.30" +version = "0.7.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e6db2670d2be78525979e9a5f9c69d296fd7d670549fe9ebf70f8708cb5019" +checksum = "41b5576b9a81633f3e8df296ce0063042a73507636cbe956c61133dd7034ab22" dependencies = [ "bytemuck", "safe_arch", @@ -13674,9 +13384,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.21" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6f5bb5257f2407a5425c6e749bfd9692192a73e70a6060516ac04f889087d68" +checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1" dependencies = [ "memchr", ] @@ -13691,6 +13401,15 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "wit-bindgen-rt" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +dependencies = [ + "bitflags 2.9.0", +] + [[package]] name = "write16" version = "1.0.0" @@ -13737,19 +13456,19 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] name = "xcm-runtime-apis" -version = "0.1.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "0.5.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "parity-scale-codec", @@ -13762,8 +13481,8 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "7.0.0" -source = "git+https://github.com/CESSProject/polkadot-sdk?branch=stable2412#d9b1353c0148179afb9edac1c830fbb7c67f9932" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2412#5d7165ec15594211eff26876102421e58004cacc" dependencies = [ "frame-support", "frame-system", @@ -13813,7 +13532,7 @@ dependencies = [ "log", "num-derive", "num-traits", - "rkyv 0.8.9", + "rkyv 0.8.10", "xous", "xous-api-log", "xous-ipc 0.10.4", @@ -13837,7 +13556,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3caa39ab85d4a61827f8e5682cadb667b4eff013f3ae2c05311b48604b9be1c" dependencies = [ "bitflags 1.3.2", - "rkyv 0.8.9", + "rkyv 0.8.10", "xous", ] @@ -13861,7 +13580,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", "synstructure", ] @@ -13871,8 +13590,16 @@ version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ - "byteorder", - "zerocopy-derive", + "zerocopy-derive 0.7.35", +] + +[[package]] +name = "zerocopy" +version = "0.8.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6" +dependencies = [ + "zerocopy-derive 0.8.23", ] [[package]] @@ -13883,27 +13610,38 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", +] + +[[package]] +name = "zerocopy-derive" +version = "0.8.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", ] [[package]] name = "zerofrom" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", "synstructure", ] @@ -13924,7 +13662,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -13946,7 +13684,7 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.94", + "syn 2.0.100", ] [[package]] @@ -13989,9 +13727,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.13+zstd.1.5.6" +version = "2.0.14+zstd.1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" +checksum = "8fb060d4926e4ac3a3ad15d864e99ceb5f343c6b34f5bd6d81ae6ed417311be5" dependencies = [ "cc", "pkg-config", diff --git a/standalone/teeworker/ceseal/Cargo.toml b/standalone/teeworker/ceseal/Cargo.toml index dbcc5b2d..3a03dc58 100644 --- a/standalone/teeworker/ceseal/Cargo.toml +++ b/standalone/teeworker/ceseal/Cargo.toml @@ -56,35 +56,20 @@ vergen = { version = "8.3", features = ["build", "git", "gitcl"] } [patch.crates-io] ring = { git = "https://github.com/jasl/ring-xous", branch = "better-wasm32-support" } -frame-benchmarking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-application-crypto = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-core = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-crypto-ec-utils = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-crypto-hashing = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-debug-derive = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-externalities = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime-interface = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime-interface-proc-macro = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-std = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-storage = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-tracing = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-wasm-interface = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } - -[patch."https://github.com/paritytech/polkadot-sdk"] -frame-benchmarking = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-application-crypto = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-core = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-crypto-ec-utils = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-debug-derive = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-externalities = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime-interface = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-runtime-interface-proc-macro = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-std = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-storage = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-tracing = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } -sp-wasm-interface = { git = "https://github.com/CESSProject/polkadot-sdk", branch = "stable2412" } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-crypto-ec-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-crypto-hashing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-debug-derive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } +sp-wasm-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "stable2412" } [features]