diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5161153..b9045fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,7 @@ concurrency: # repo env variable doesn't work for PR from forks env: CI_IMAGE: "useink/ci" - POLKADOT_SDK_COMMIT: "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" - POLKADOT_SDK_BRANCH: "master" + POLKADOT_SDK_BRANCH: "unstable2507" RUST_VERSION: 1.88.0 jobs: @@ -99,7 +98,7 @@ jobs: echo "######## Building eth-rpc ########" git clone --depth 300 --branch $POLKADOT_SDK_BRANCH https://github.com/paritytech/polkadot-sdk.git cd polkadot-sdk - git checkout $POLKADOT_SDK_COMMIT + git checkout $POLKADOT_SDK_BRANCH cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc cd .. echo "######## Packing artifacts ########" @@ -160,7 +159,7 @@ jobs: echo "######## Building eth-rpc ########" git clone --depth 300 --branch $POLKADOT_SDK_BRANCH https://github.com/paritytech/polkadot-sdk.git cd polkadot-sdk - git checkout $POLKADOT_SDK_COMMIT + git checkout $POLKADOT_SDK_BRANCH cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc --target aarch64-unknown-linux-gnu cd .. echo "######## Packing artifacts ########" @@ -223,7 +222,7 @@ jobs: cargo build --release --target x86_64-apple-darwin echo "######## cargo build aarch64-apple-darwin eth-rpc ########" cd polkadot-sdk - git checkout $POLKADOT_SDK_COMMIT + git checkout $POLKADOT_SDK_BRANCH cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc --target aarch64-apple-darwin echo "######## cargo build x86_64-apple-darwin eth-rpc ########" cargo build --locked --profile production -p pallet-revive-eth-rpc --bin eth-rpc --target x86_64-apple-darwin diff --git a/Cargo.lock b/Cargo.lock index ae65069..a7e369c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,11 +14,11 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.24.2" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" +checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" dependencies = [ - "gimli 0.31.1", + "gimli 0.27.3", ] [[package]] @@ -99,6 +99,33 @@ version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" +[[package]] +name = "alloy-consensus" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e318e25fb719e747a7e8db1654170fc185024f3ed5b10f86c08d448a912f6e2" +dependencies = [ + "alloy-eips", + "alloy-primitives", + "alloy-rlp", + "alloy-serde", + "alloy-trie", + "alloy-tx-macros", + "auto_impl", + "borsh", + "c-kzg", + "derive_more 2.1.0", + "either", + "k256", + "once_cell", + "rand 0.8.5", + "secp256k1 0.30.0", + "serde", + "serde_json", + "serde_with", + "thiserror 2.0.17", +] + [[package]] name = "alloy-core" version = "1.4.1" @@ -169,9 +196,9 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "1.1.0" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bdbec74583d0067798d77afa43d58f00d93035335d7ceaa5d3f93857d461bb9" +checksum = "a4c4d7c5839d9f3a467900c625416b24328450c65702eb3d8caff8813e4d1d33" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -180,8 +207,9 @@ dependencies = [ "alloy-rlp", "alloy-serde", "auto_impl", + "borsh", "c-kzg", - "derive_more 2.0.1", + "derive_more 2.1.0", "either", "serde", "serde_with", @@ -211,10 +239,10 @@ dependencies = [ "bytes", "cfg-if", "const-hex", - "derive_more 2.0.1", + "derive_more 2.1.0", "foldhash 0.2.0", - "hashbrown 0.16.0", - "indexmap 2.12.0", + "hashbrown 0.16.1", + "indexmap 2.12.1", "itoa", "k256", "keccak-asm", @@ -247,14 +275,14 @@ checksum = "64b728d511962dda67c1bc7ea7c03736ec275ed2cf4c35d9585298ac9ccf3b73" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "alloy-serde" -version = "1.1.0" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "751d1887f7d202514a82c5b3caf28ee8bd4a2ad9549e4f498b6f0bff99b52add" +checksum = "c0df1987ed0ff2d0159d76b52e7ddfc4e4fbddacc54d2fbee765e0d14d7c01b5" dependencies = [ "alloy-primitives", "serde", @@ -272,7 +300,7 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -284,11 +312,11 @@ dependencies = [ "alloy-sol-macro-input", "const-hex", "heck 0.5.0", - "indexmap 2.12.0", + "indexmap 2.12.1", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "syn-solidity", "tiny-keccak", ] @@ -305,7 +333,7 @@ dependencies = [ "macro-string", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "syn-solidity", ] @@ -331,6 +359,34 @@ dependencies = [ "serde", ] +[[package]] +name = "alloy-trie" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3412d52bb97c6c6cc27ccc28d4e6e8cf605469101193b50b0bd5813b1f990b5" +dependencies = [ + "alloy-primitives", + "alloy-rlp", + "arrayvec 0.7.6", + "derive_more 2.1.0", + "nybbles", + "serde", + "smallvec", + "tracing", +] + +[[package]] +name = "alloy-tx-macros" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "333544408503f42d7d3792bfc0f7218b643d968a03d2c0ed383ae558fb4a76d0" +dependencies = [ + "darling 0.21.3", + "proc-macro2", + "quote", + "syn 2.0.111", +] + [[package]] name = "always-assert" version = "0.1.3" @@ -378,22 +434,22 @@ dependencies = [ [[package]] name = "anstyle-query" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" +checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] name = "anstyle-wincon" -version = "3.0.10" +version = "3.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" +checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -422,14 +478,17 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] -name = "arbitrary" -version = "1.4.2" +name = "ar_archive_writer" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" +checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a" +dependencies = [ + "object 0.32.2", +] [[package]] name = "ark-bls12-377" @@ -613,7 +672,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" dependencies = [ "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -651,7 +710,7 @@ dependencies = [ "num-traits", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -765,7 +824,7 @@ checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -857,6 +916,9 @@ name = "arrayvec" version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" +dependencies = [ + "serde", +] [[package]] name = "asn1-rs" @@ -898,7 +960,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "synstructure 0.13.2", ] @@ -910,7 +972,7 @@ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "synstructure 0.13.2", ] @@ -922,7 +984,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -962,21 +1024,53 @@ checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" dependencies = [ "async-task", "concurrent-queue", - "fastrand", - "futures-lite", + "fastrand 2.3.0", + "futures-lite 2.6.1", "pin-project-lite", "slab", ] +[[package]] +name = "async-fs" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" +dependencies = [ + "async-lock 2.8.0", + "autocfg", + "blocking", + "futures-lite 1.13.0", +] + [[package]] name = "async-fs" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" dependencies = [ - "async-lock", + "async-lock 3.4.1", "blocking", - "futures-lite", + "futures-lite 2.6.1", +] + +[[package]] +name = "async-io" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" +dependencies = [ + "async-lock 2.8.0", + "autocfg", + "cfg-if", + "concurrent-queue", + "futures-lite 1.13.0", + "log", + "parking", + "polling 2.8.0", + "rustix 0.37.28", + "slab", + "socket2 0.4.10", + "waker-fn", ] [[package]] @@ -989,14 +1083,23 @@ dependencies = [ "cfg-if", "concurrent-queue", "futures-io", - "futures-lite", + "futures-lite 2.6.1", "parking", - "polling", + "polling 3.11.0", "rustix 1.1.2", "slab", "windows-sys 0.61.2", ] +[[package]] +name = "async-lock" +version = "2.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" +dependencies = [ + "event-listener 2.5.3", +] + [[package]] name = "async-lock" version = "3.4.1" @@ -1008,15 +1111,43 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "async-net" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f" +dependencies = [ + "async-io 1.13.0", + "blocking", + "futures-lite 1.13.0", +] + [[package]] name = "async-net" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" dependencies = [ - "async-io", + "async-io 2.6.0", + "blocking", + "futures-lite 2.6.1", +] + +[[package]] +name = "async-process" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" +dependencies = [ + "async-io 1.13.0", + "async-lock 2.8.0", + "async-signal", "blocking", - "futures-lite", + "cfg-if", + "event-listener 3.1.0", + "futures-lite 1.13.0", + "rustix 0.38.44", + "windows-sys 0.48.0", ] [[package]] @@ -1026,14 +1157,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" dependencies = [ "async-channel 2.5.0", - "async-io", - "async-lock", + "async-io 2.6.0", + "async-lock 3.4.1", "async-signal", "async-task", "blocking", "cfg-if", "event-listener 5.4.1", - "futures-lite", + "futures-lite 2.6.1", "rustix 1.1.2", ] @@ -1043,8 +1174,8 @@ version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" dependencies = [ - "async-io", - "async-lock", + "async-io 2.6.0", + "async-lock 3.4.1", "atomic-waker", "cfg-if", "futures-core", @@ -1069,7 +1200,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1139,7 +1270,7 @@ checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1197,6 +1328,18 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581" +[[package]] +name = "base64" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" + +[[package]] +name = "base64" +version = "0.21.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" + [[package]] name = "base64" version = "0.22.1" @@ -1205,36 +1348,48 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" +checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" [[package]] name = "binary-merkle-tree" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "16.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "hash-db", "log", "parity-scale-codec", ] +[[package]] +name = "bincode" +version = "1.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" +dependencies = [ + "serde", +] + [[package]] name = "bindgen" -version = "0.72.1" +version = "0.65.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" +checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" dependencies = [ - "bitflags 2.10.0", + "bitflags 1.3.2", "cexpr", "clang-sys", - "itertools 0.13.0", + "lazy_static", + "lazycell", + "peeking_take_while", + "prettyplease", "proc-macro2", "quote", "regex", - "rustc-hash 2.1.1", + "rustc-hash 1.1.0", "shlex", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1256,13 +1411,11 @@ dependencies = [ [[package]] name = "bip39" -version = "2.2.0" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d193de1f7487df1914d3a568b772458861d33f9c54249612cc2893d6915054" +checksum = "90dbd31c98227229239363921e60fcf5e558e43ec69094d46fc4996f08d1d5bc" dependencies = [ - "bitcoin_hashes 0.13.0", - "rand 0.8.5", - "rand_core 0.6.4", + "bitcoin_hashes 0.14.1", "serde", "unicode-normalization", ] @@ -1290,9 +1443,9 @@ checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" [[package]] name = "bitcoin-io" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" +checksum = "2dee39a0ee5b4095224a0cfc6bf4cc1baf0f9624b96b367e53b66d974e51d953" [[package]] name = "bitcoin_hashes" @@ -1306,12 +1459,12 @@ dependencies = [ [[package]] name = "bitcoin_hashes" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" +checksum = "26ec84b80c482df901772e931a9a681e26a1b9ee2302edeff23cb30328745c8b" dependencies = [ "bitcoin-io", - "hex-conservative 0.2.1", + "hex-conservative 0.2.2", ] [[package]] @@ -1432,7 +1585,7 @@ dependencies = [ "async-channel 2.5.0", "async-task", "futures-io", - "futures-lite", + "futures-lite 2.6.1", "piper", ] @@ -1450,9 +1603,9 @@ dependencies = [ [[package]] name = "borsh" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" +checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" dependencies = [ "borsh-derive", "cfg_aliases 0.2.1", @@ -1460,15 +1613,15 @@ dependencies = [ [[package]] name = "borsh-derive" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" +checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" dependencies = [ "once_cell", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1495,8 +1648,8 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "scale-info", @@ -1529,9 +1682,6 @@ name = "bumpalo" version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" -dependencies = [ - "allocator-api2", -] [[package]] name = "byte-slice-cast" @@ -1559,9 +1709,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" dependencies = [ "serde", ] @@ -1635,9 +1785,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.45" +version = "1.2.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe" +checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215" dependencies = [ "find-msvc-tools", "jobserver", @@ -1788,13 +1938,14 @@ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", + "libloading", ] [[package]] name = "clap" -version = "4.5.51" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" +checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" dependencies = [ "clap_builder", "clap_derive", @@ -1802,9 +1953,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.51" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" +checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" dependencies = [ "anstream", "anstyle", @@ -1822,7 +1973,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -1842,15 +1993,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "cobs" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" -dependencies = [ - "thiserror 2.0.17", -] - [[package]] name = "codespan-reporting" version = "0.13.1" @@ -1880,7 +2022,7 @@ dependencies = [ "nom 7.1.3", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -2031,9 +2173,9 @@ checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" [[package]] name = "convert_case" -version = "0.7.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" dependencies = [ "unicode-segmentation", ] @@ -2075,9 +2217,9 @@ dependencies = [ [[package]] name = "cpp_demangle" -version = "0.4.5" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253" +checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" dependencies = [ "cfg-if", ] @@ -2101,113 +2243,64 @@ dependencies = [ "libc", ] -[[package]] -name = "cranelift-assembler-x64" -version = "0.122.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ae7b60ec3fd7162427d3b3801520a1908bef7c035b52983cd3ca11b8e7deb51" -dependencies = [ - "cranelift-assembler-x64-meta", -] - -[[package]] -name = "cranelift-assembler-x64-meta" -version = "0.122.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6511c200fed36452697b4b6b161eae57d917a2044e6333b1c1389ed63ccadeee" -dependencies = [ - "cranelift-srcgen", -] - [[package]] name = "cranelift-bforest" -version = "0.122.0" +version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f7086a645aa58bae979312f64e3029ac760ac1b577f5cd2417844842a2ca07f" +checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70" dependencies = [ "cranelift-entity", ] -[[package]] -name = "cranelift-bitset" -version = "0.122.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5225b4dec45f3f3dbf383f12560fac5ce8d780f399893607e21406e12e77f491" -dependencies = [ - "serde", - "serde_derive", -] - [[package]] name = "cranelift-codegen" -version = "0.122.0" +version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "858fb3331e53492a95979378d6df5208dd1d0d315f19c052be8115f4efc888e0" +checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220" dependencies = [ "bumpalo", - "cranelift-assembler-x64", "cranelift-bforest", - "cranelift-bitset", "cranelift-codegen-meta", "cranelift-codegen-shared", - "cranelift-control", "cranelift-entity", "cranelift-isle", - "gimli 0.31.1", - "hashbrown 0.15.5", + "gimli 0.27.3", + "hashbrown 0.13.2", "log", - "pulley-interpreter", - "regalloc2 0.12.2", - "rustc-hash 2.1.1", - "serde", + "regalloc2 0.6.1", "smallvec", "target-lexicon", - "wasmtime-internal-math", ] [[package]] name = "cranelift-codegen-meta" -version = "0.122.0" +version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "456715b9d5f12398f156d5081096e7b5d039f01b9ecc49790a011c8e43e65b5f" +checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da" dependencies = [ - "cranelift-assembler-x64-meta", "cranelift-codegen-shared", - "cranelift-srcgen", - "pulley-interpreter", ] [[package]] name = "cranelift-codegen-shared" -version = "0.122.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0306041099499833f167a0ddb707e1e54100f1a84eab5631bc3dad249708f482" - -[[package]] -name = "cranelift-control" -version = "0.122.0" +version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1672945e1f9afc2297f49c92623f5eabc64398e2cb0d824f8f72a2db2df5af23" -dependencies = [ - "arbitrary", -] +checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8" [[package]] name = "cranelift-entity" -version = "0.122.0" +version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa3cd55eb5f3825b9ae5de1530887907360a6334caccdc124c52f6d75246c98a" +checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0" dependencies = [ - "cranelift-bitset", "serde", - "serde_derive", ] [[package]] name = "cranelift-frontend" -version = "0.122.0" +version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "781f9905f8139b8de22987b66b522b416fe63eb76d823f0b3a8c02c8fd9500c7" +checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d" dependencies = [ "cranelift-codegen", "log", @@ -2217,15 +2310,15 @@ dependencies = [ [[package]] name = "cranelift-isle" -version = "0.122.0" +version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a05337a2b02c3df00b4dd9a263a027a07b3dff49f61f7da3b5d195c21eaa633d" +checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba" [[package]] name = "cranelift-native" -version = "0.122.0" +version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eee7a496dd66380082c9c5b6f2d5fa149cec0ec383feec5caf079ca2b3671c2" +checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00" dependencies = [ "cranelift-codegen", "libc", @@ -2233,16 +2326,26 @@ dependencies = [ ] [[package]] -name = "cranelift-srcgen" -version = "0.122.0" +name = "cranelift-wasm" +version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b530783809a55cb68d070e0de60cfbb3db0dc94c8850dd5725411422bedcf6bb" +checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac" +dependencies = [ + "cranelift-codegen", + "cranelift-entity", + "cranelift-frontend", + "itertools 0.10.5", + "log", + "smallvec", + "wasmparser 0.102.0", + "wasmtime-types", +] [[package]] name = "crc" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" +checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" dependencies = [ "crc-catalog", ] @@ -2386,11 +2489,12 @@ dependencies = [ [[package]] name = "cumulus-client-bootnodes" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "async-channel 1.9.0", + "cumulus-client-network", "cumulus-primitives-core", "cumulus-relay-chain-interface", "futures", @@ -2411,8 +2515,8 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.27.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "clap", "parity-scale-codec", @@ -2428,8 +2532,8 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.27.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2451,8 +2555,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.27.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2498,8 +2602,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.27.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2530,17 +2634,12 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.23.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent", - "sc-basic-authorship", - "sc-block-builder", - "sc-transaction-pool-api", - "sp-api", - "sp-blockchain", "sp-consensus", "sp-inherents", "sp-runtime", @@ -2550,8 +2649,8 @@ dependencies = [ [[package]] name = "cumulus-client-network" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.27.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2563,7 +2662,6 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-parachain-primitives", "polkadot-primitives", - "polkadot-primitives-test-helpers", "sc-client-api", "sc-network", "sp-api", @@ -2578,8 +2676,8 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.21.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2589,7 +2687,7 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-consensus-babe", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-inherents", "sp-runtime", "sp-state-machine", @@ -2599,8 +2697,8 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.27.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2627,8 +2725,8 @@ dependencies = [ [[package]] name = "cumulus-client-service" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.30.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-channel 1.9.0", "cumulus-client-cli", @@ -2654,7 +2752,6 @@ dependencies = [ "sc-service", "sc-sysinfo", "sc-telemetry", - "sc-tracing", "sc-transaction-pool", "sc-utils", "sp-api", @@ -2664,13 +2761,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-transaction-pool", - "sp-trie", ] [[package]] name = "cumulus-pallet-aura-ext" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.24.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2686,8 +2782,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.24.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -2703,8 +2799,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.24.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2741,18 +2837,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "cumulus-pallet-session-benchmarking" -version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -2764,8 +2860,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.23.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2779,8 +2875,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.7.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.24.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "approx", "bounded-collections", @@ -2789,6 +2885,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "log", "pallet-message-queue", "parity-scale-codec", "polkadot-runtime-common", @@ -2800,13 +2897,12 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "tracing", ] [[package]] name = "cumulus-primitives-aura" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "sp-api", "sp-consensus-aura", @@ -2814,8 +2910,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.22.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2831,8 +2927,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.22.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2845,8 +2941,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.14.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2855,8 +2951,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.23.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -2865,8 +2961,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.24.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2882,8 +2978,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.30.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -2910,8 +3006,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.27.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2930,8 +3026,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.30.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -2966,24 +3062,30 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.27.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "cumulus-primitives-core", "cumulus-relay-chain-interface", + "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", + "pin-project", "polkadot-overseer", "prometheus", + "rand 0.8.5", "sc-client-api", + "sc-network", "sc-rpc-api", "sc-service", "schnellru", "serde", "serde_json", + "smoldot 0.11.0", + "smoldot-light 0.9.0", "sp-authority-discovery", "sp-consensus-babe", "sp-core", @@ -2992,15 +3094,17 @@ dependencies = [ "sp-storage", "sp-version", "substrate-prometheus-endpoint", + "thiserror 1.0.69", "tokio", + "tokio-util", "tracing", "url", ] [[package]] name = "cumulus-relay-chain-streams" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.5.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cumulus-relay-chain-interface", "futures", @@ -3013,8 +3117,8 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.23.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3048,14 +3152,27 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", +] + +[[package]] +name = "curve25519-dalek-ng" +version = "4.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" +dependencies = [ + "byteorder", + "digest 0.9.0", + "rand_core 0.6.4", + "subtle-ng", + "zeroize", ] [[package]] name = "cxx" -version = "1.0.188" +version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ac4eaf7ebe29e92f1b091ceefec7710a53a6f6154b2460afda626c113b65b9" +checksum = "a7620f6cfc4dcca21f2b085b7a890e16c60fd66f560cd69ee60594908dc72ab1" dependencies = [ "cc", "cxx-build", @@ -3068,49 +3185,49 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.188" +version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2abd4c3021eefbac5149f994c117b426852bca3a0aad227698527bca6d4ea657" +checksum = "7a9bc1a22964ff6a355fbec24cf68266a0ed28f8b84c0864c386474ea3d0e479" dependencies = [ "cc", "codespan-reporting", - "indexmap 2.12.0", + "indexmap 2.12.1", "proc-macro2", "quote", "scratch", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "cxxbridge-cmd" -version = "1.0.188" +version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f12fbc5888b2311f23e52a601e11ad7790d8f0dbb903ec26e2513bf5373ed70" +checksum = "b1f29a879d35f7906e3c9b77d7a1005a6a0787d330c09dfe4ffb5f617728cb44" dependencies = [ "clap", "codespan-reporting", - "indexmap 2.12.0", + "indexmap 2.12.1", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "cxxbridge-flags" -version = "1.0.188" +version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83d3dd7870af06e283f3f8ce0418019c96171c9ce122cfb9c8879de3d84388fd" +checksum = "d67109015f93f683e364085aa6489a5b2118b4a40058482101d699936a7836d6" [[package]] name = "cxxbridge-macro" -version = "1.0.188" +version = "1.0.190" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26f0d82da663316786791c3d0e9f9edc7d1ee1f04bdad3d2643086a69d6256c" +checksum = "d187e019e7b05a1f3e69a8396b70800ee867aa9fc2ab972761173ccee03742df" dependencies = [ - "indexmap 2.12.0", + "indexmap 2.12.1", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3144,7 +3261,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3157,8 +3274,9 @@ dependencies = [ "ident_case", "proc-macro2", "quote", + "serde", "strsim", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3169,7 +3287,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core 0.20.11", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3180,7 +3298,7 @@ checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" dependencies = [ "darling_core 0.21.3", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3219,16 +3337,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.110", -] - -[[package]] -name = "debugid" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" -dependencies = [ - "uuid", + "syn 2.0.111", ] [[package]] @@ -3299,7 +3408,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3310,7 +3419,7 @@ checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3323,7 +3432,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version 0.4.1", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3337,11 +3446,11 @@ dependencies = [ [[package]] name = "derive_more" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" +checksum = "10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618" dependencies = [ - "derive_more-impl 2.0.1", + "derive_more-impl 2.1.0", ] [[package]] @@ -3352,19 +3461,20 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "derive_more-impl" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" +checksum = "6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b" dependencies = [ - "convert_case 0.7.1", + "convert_case 0.10.0", "proc-macro2", "quote", - "syn 2.0.110", + "rustc_version 0.4.1", + "syn 2.0.111", "unicode-xid", ] @@ -3457,7 +3567,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3481,7 +3591,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.110", + "syn 2.0.111", "termcolor", "toml 0.8.23", "walkdir", @@ -3529,7 +3639,7 @@ checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3603,7 +3713,7 @@ dependencies = [ "enum-ordinalize", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3611,6 +3721,9 @@ name = "either" version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" +dependencies = [ + "serde", +] [[package]] name = "elliptic-curve" @@ -3632,18 +3745,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "embedded-io" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" - -[[package]] -name = "embedded-io" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" - [[package]] name = "encode_unicode" version = "1.0.0" @@ -3659,7 +3760,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3679,7 +3780,7 @@ checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3699,7 +3800,7 @@ checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3710,7 +3811,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3723,6 +3824,19 @@ dependencies = [ "regex", ] +[[package]] +name = "env_logger" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" +dependencies = [ + "humantime", + "is-terminal", + "log", + "regex", + "termcolor", +] + [[package]] name = "environmental" version = "1.1.4" @@ -3762,8 +3876,8 @@ dependencies = [ [[package]] name = "ethereum-standards" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.1.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "alloy-core", ] @@ -3790,6 +3904,17 @@ version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" +[[package]] +name = "event-listener" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" +dependencies = [ + "concurrent-queue", + "parking", + "pin-project-lite", +] + [[package]] name = "event-listener" version = "5.4.1" @@ -3832,15 +3957,30 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] +[[package]] +name = "fallible-iterator" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" + [[package]] name = "fallible-iterator" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" +[[package]] +name = "fastrand" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" +dependencies = [ + "instant", +] + [[package]] name = "fastrand" version = "2.3.0" @@ -3886,11 +4026,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.12.0", + "indexmap 2.12.1", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -3929,6 +4069,16 @@ dependencies = [ "winapi", ] +[[package]] +name = "file-per-thread-logger" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866" +dependencies = [ + "env_logger", + "log", +] + [[package]] name = "filetime" version = "0.2.26" @@ -3959,9 +4109,9 @@ dependencies = [ [[package]] name = "find-msvc-tools" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" +checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" [[package]] name = "fixed-hash" @@ -4007,8 +4157,8 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "fork-tree" -version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", ] @@ -4040,8 +4190,8 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "frame-support-procedural", @@ -4064,8 +4214,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "52.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "Inflector", "array-bytes", @@ -4143,19 +4293,19 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "16.1.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "frame-election-provider-support" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4171,8 +4321,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "aquamarine", "frame-support", @@ -4201,8 +4351,8 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "const-hex", @@ -4217,8 +4367,8 @@ dependencies = [ [[package]] name = "frame-storage-access-test-runtime" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.5.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cumulus-pallet-parachain-system", "parity-scale-codec", @@ -4231,8 +4381,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "aquamarine", "array-bytes", @@ -4272,8 +4422,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "35.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "Inflector", "cfg-expr", @@ -4286,36 +4436,36 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "syn 2.0.110", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", + "syn 2.0.111", ] [[package]] name = "frame-support-procedural-tools" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "13.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "frame-support-procedural-tools-derive" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "12.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "frame-system" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cfg-if", "docify", @@ -4333,8 +4483,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -4347,8 +4497,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "parity-scale-codec", @@ -4357,8 +4507,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.50.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "parity-scale-codec", @@ -4460,13 +4610,28 @@ version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" +[[package]] +name = "futures-lite" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" +dependencies = [ + "fastrand 1.9.0", + "futures-core", + "futures-io", + "memchr", + "parking", + "pin-project-lite", + "waker-fn", +] + [[package]] name = "futures-lite" version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" dependencies = [ - "fastrand", + "fastrand 2.3.0", "futures-core", "futures-io", "parking", @@ -4481,7 +4646,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -4540,19 +4705,6 @@ dependencies = [ "byteorder", ] -[[package]] -name = "fxprof-processed-profile" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd" -dependencies = [ - "bitflags 2.10.0", - "debugid", - "fxhash", - "serde", - "serde_json", -] - [[package]] name = "generic-array" version = "0.12.4" @@ -4630,14 +4782,24 @@ dependencies = [ "polyval", ] +[[package]] +name = "gimli" +version = "0.27.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" +dependencies = [ + "fallible-iterator 0.2.0", + "indexmap 1.9.3", + "stable_deref_trait", +] + [[package]] name = "gimli" version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" dependencies = [ - "fallible-iterator", - "indexmap 2.12.0", + "fallible-iterator 0.3.0", "stable_deref_trait", ] @@ -4706,7 +4868,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.12.0", + "indexmap 2.12.1", "slab", "tokio", "tokio-util", @@ -4724,8 +4886,8 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.3.1", - "indexmap 2.12.0", + "http 1.4.0", + "indexmap 2.12.1", "slab", "tokio", "tokio-util", @@ -4784,6 +4946,7 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash", "allocator-api2", + "serde", ] [[package]] @@ -4800,12 +4963,13 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" dependencies = [ "foldhash 0.2.0", "serde", + "serde_core", ] [[package]] @@ -4829,6 +4993,12 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" +[[package]] +name = "hermit-abi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" + [[package]] name = "hermit-abi" version = "0.5.2" @@ -4849,9 +5019,9 @@ checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" [[package]] name = "hex-conservative" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" +checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f" dependencies = [ "arrayvec 0.7.6", ] @@ -5006,12 +5176,11 @@ dependencies = [ [[package]] name = "http" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" dependencies = [ "bytes", - "fnv", "itoa", ] @@ -5033,7 +5202,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.3.1", + "http 1.4.0", ] [[package]] @@ -5044,7 +5213,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "pin-project-lite", ] @@ -5103,16 +5272,16 @@ dependencies = [ [[package]] name = "hyper" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1744436df46f0bde35af3eda22aeaba453aada65d8f1c171cd8a5f59030bd69f" +checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" dependencies = [ "atomic-waker", "bytes", "futures-channel", "futures-core", "h2 0.4.12", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "httparse", "httpdate", @@ -5130,8 +5299,8 @@ version = "0.27.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ - "http 1.3.1", - "hyper 1.8.0", + "http 1.4.0", + "hyper 1.8.1", "hyper-util", "log", "rustls", @@ -5144,17 +5313,17 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.17" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" +checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" dependencies = [ "bytes", "futures-channel", "futures-core", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", - "hyper 1.8.0", + "hyper 1.8.1", "libc", "pin-project-lite", "socket2 0.6.1", @@ -5311,7 +5480,7 @@ version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdf9d64cfcf380606e64f9a0bcf493616b65331199f984151a6fa11a7b3cde38" dependencies = [ - "async-io", + "async-io 2.6.0", "core-foundation 0.9.4", "fnv", "futures", @@ -5402,7 +5571,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -5437,16 +5606,22 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.12.0" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" +checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" dependencies = [ "equivalent", - "hashbrown 0.16.0", + "hashbrown 0.16.1", "serde", "serde_core", ] +[[package]] +name = "indexmap-nostd" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" + [[package]] name = "ink-node" version = "0.47.0" @@ -5649,6 +5824,17 @@ dependencies = [ "num-traits", ] +[[package]] +name = "io-lifetimes" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" +dependencies = [ + "hermit-abi 0.3.9", + "libc", + "windows-sys 0.48.0", +] + [[package]] name = "ip_network" version = "0.4.1" @@ -5679,7 +5865,7 @@ version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ - "hermit-abi", + "hermit-abi 0.5.2", "libc", "windows-sys 0.61.2", ] @@ -5750,26 +5936,6 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" -[[package]] -name = "ittapi" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b996fe614c41395cdaedf3cf408a9534851090959d90d54a535f675550b64b1" -dependencies = [ - "anyhow", - "ittapi-sys", - "log", -] - -[[package]] -name = "ittapi-sys" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52f5385394064fa2c886205dba02598013ce83d3e92d33dbdc0c52fe0e7bf4fc" -dependencies = [ - "cc", -] - [[package]] name = "jam-codec" version = "0.1.1" @@ -5795,7 +5961,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -5832,9 +5998,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.82" +version = "0.3.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" +checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" dependencies = [ "once_cell", "wasm-bindgen", @@ -5862,15 +6028,15 @@ version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc4280b709ac3bb5e16cf3bad5056a0ec8df55fa89edfe996361219aadc2c7ea" dependencies = [ - "base64", + "base64 0.22.1", "futures-util", - "http 1.3.1", + "http 1.4.0", "jsonrpsee-core", "pin-project", "rustls", "rustls-pki-types", "rustls-platform-verifier", - "soketto", + "soketto 0.8.1", "thiserror 1.0.69", "tokio", "tokio-rustls", @@ -5889,7 +6055,7 @@ dependencies = [ "bytes", "futures-timer", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "jsonrpsee-types", @@ -5915,7 +6081,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -5925,10 +6091,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21429bcdda37dcf2d43b68621b994adede0e28061f816b038b0f18c70c143d51" dependencies = [ "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", - "hyper 1.8.0", + "hyper 1.8.1", "hyper-util", "jsonrpsee-core", "jsonrpsee-types", @@ -5936,7 +6102,7 @@ dependencies = [ "route-recognizer", "serde", "serde_json", - "soketto", + "soketto 0.8.1", "thiserror 1.0.69", "tokio", "tokio-stream", @@ -5951,7 +6117,7 @@ version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0f05e0028e55b15dbd2107163b3c744cd3bb4474f193f95d9708acbf5677e44" dependencies = [ - "http 1.3.1", + "http 1.4.0", "serde", "serde_json", "thiserror 1.0.69", @@ -5963,7 +6129,7 @@ version = "0.24.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78fc744f17e7926d57f478cf9ca6e1ee5d8332bf0514860b1a3cdf1742e614cc" dependencies = [ - "http 1.3.1", + "http 1.4.0", "jsonrpsee-client-transport", "jsonrpsee-core", "jsonrpsee-types", @@ -6046,15 +6212,16 @@ dependencies = [ [[package]] name = "kvdb-rocksdb" -version = "0.20.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b089b6062662d720a836f055931434439fcd3a90f0059db0b831a99da6db460" +checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" dependencies = [ "kvdb", "num_cpus", "parking_lot 0.12.5", "regex", "rocksdb", + "smallvec", ] [[package]] @@ -6078,16 +6245,26 @@ dependencies = [ ] [[package]] -name = "leb128fmt" -version = "0.1.0" +name = "lazycell" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.177" +version = "0.2.178" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" + +[[package]] +name = "libloading" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" +dependencies = [ + "cfg-if", + "windows-link", +] [[package]] name = "libm" @@ -6212,7 +6389,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "lru", + "lru 0.12.5", "quick-protobuf", "quick-protobuf-codec", "smallvec", @@ -6223,9 +6400,9 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3104e13b51e4711ff5738caa1fb54467c8604c2e94d607e27745bcf709068774" +checksum = "f0c7892c221730ba55f7196e98b0b8ba5e04b4155651736036628e9f73ed6fc3" dependencies = [ "bs58", "ed25519-dalek", @@ -6408,7 +6585,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm-derive", - "lru", + "lru 0.12.5", "multistream-select", "once_cell", "rand 0.8.5", @@ -6428,7 +6605,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6497,7 +6674,7 @@ dependencies = [ "parking_lot 0.12.5", "pin-project-lite", "rw-stream-sink", - "soketto", + "soketto 0.8.1", "thiserror 1.0.69", "tracing", "url", @@ -6532,13 +6709,14 @@ dependencies = [ [[package]] name = "librocksdb-sys" -version = "0.17.3+10.4.2" +version = "0.11.0+8.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef2a00ee60fe526157c9023edab23943fae1ce2ab6f4abb2a807c1746835de9" +checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e" dependencies = [ "bindgen", "bzip2-sys", "cc", + "glob", "libc", "libz-sys", "tikv-jemalloc-sys", @@ -6551,7 +6729,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139" dependencies = [ "arrayref", - "base64", + "base64 0.22.1", "digest 0.9.0", "hmac-drbg", "libsecp256k1-core", @@ -6636,6 +6814,18 @@ dependencies = [ "nalgebra", ] +[[package]] +name = "linux-raw-sys" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" + +[[package]] +name = "linux-raw-sys" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" + [[package]] name = "linux-raw-sys" version = "0.4.15" @@ -6668,9 +6858,9 @@ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" [[package]] name = "litep2p" -version = "0.10.0" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c666ef772d123a7643323ad4979c30dd825e9c68ec1aa5b387a6c9a9871c11ea" +checksum = "14fb10e63363204b89d91e1292df83322fd9de5d7fa76c3d5c78ddc2f8f3efa9" dependencies = [ "async-trait", "bs58", @@ -6680,7 +6870,7 @@ dependencies = [ "futures", "futures-timer", "hickory-resolver 0.25.2", - "indexmap 2.12.0", + "indexmap 2.12.1", "libc", "mockall", "multiaddr 0.17.1", @@ -6724,9 +6914,15 @@ dependencies = [ [[package]] name = "log" -version = "0.4.28" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" + +[[package]] +name = "lru" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" [[package]] name = "lru" @@ -6772,10 +6968,10 @@ dependencies = [ ] [[package]] -name = "mach2" -version = "0.4.3" +name = "mach" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" +checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" dependencies = [ "libc", ] @@ -6788,7 +6984,7 @@ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6800,7 +6996,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6814,7 +7010,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6825,7 +7021,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6836,7 +7032,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -6902,6 +7098,15 @@ dependencies = [ "libc", ] +[[package]] +name = "memoffset" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" +dependencies = [ + "autocfg", +] + [[package]] name = "memory-db" version = "0.34.0" @@ -6942,9 +7147,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" +checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" dependencies = [ "libc", "wasi", @@ -6978,8 +7183,8 @@ dependencies = [ [[package]] name = "mmr-gadget" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "49.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "log", @@ -6997,8 +7202,8 @@ dependencies = [ [[package]] name = "mmr-rpc" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7033,7 +7238,7 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -7306,6 +7511,12 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" +[[package]] +name = "no-std-net" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" + [[package]] name = "nodrop" version = "0.1.14" @@ -7463,7 +7674,7 @@ version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" dependencies = [ - "hermit-abi", + "hermit-abi 0.5.2", "libc", ] @@ -7486,7 +7697,42 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", +] + +[[package]] +name = "nybbles" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c4b5ecbd0beec843101bffe848217f770e8b8da81d8355b7d6e226f2199b3dc" +dependencies = [ + "alloy-rlp", + "cfg-if", + "proptest", + "ruint", + "serde", + "smallvec", +] + +[[package]] +name = "object" +version = "0.30.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385" +dependencies = [ + "crc32fast", + "hashbrown 0.13.2", + "indexmap 1.9.3", + "memchr", +] + +[[package]] +name = "object" +version = "0.32.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" +dependencies = [ + "memchr", ] [[package]] @@ -7495,9 +7741,6 @@ version = "0.36.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ - "crc32fast", - "hashbrown 0.15.5", - "indexmap 2.12.0", "memchr", ] @@ -7592,7 +7835,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43dfaf083aef571385fccfdc3a2f8ede8d0a1863160455d4f2b014d8f7d04a3f" dependencies = [ "expander", - "indexmap 2.12.0", + "indexmap 2.12.1", "itertools 0.11.0", "petgraph 0.6.5", "proc-macro-crate 3.4.0", @@ -7615,8 +7858,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "26.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -7633,8 +7876,8 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -7647,8 +7890,8 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -7663,9 +7906,10 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "47.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ + "ethereum-standards", "frame-benchmarking", "frame-support", "frame-system", @@ -7679,8 +7923,8 @@ dependencies = [ [[package]] name = "pallet-assets-precompiles" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.3.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "ethereum-standards", "frame-support", @@ -7690,8 +7934,8 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "frame-system", @@ -7706,8 +7950,8 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "frame-system", @@ -7721,8 +7965,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "frame-system", @@ -7734,8 +7978,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -7757,8 +8001,8 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "aquamarine", "docify", @@ -7778,8 +8022,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "45.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "frame-benchmarking", @@ -7794,8 +8038,8 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "45.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "frame-system", @@ -7813,8 +8057,8 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "45.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -7838,8 +8082,8 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -7855,8 +8099,8 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.23.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bitvec", "frame-benchmarking", @@ -7873,8 +8117,8 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -7891,8 +8135,8 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -7910,8 +8154,8 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7926,8 +8170,8 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "frame-system", @@ -7941,8 +8185,8 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -7958,8 +8202,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7979,8 +8223,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7992,8 +8236,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "45.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8010,8 +8254,8 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "frame-benchmarking", @@ -8028,8 +8272,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8050,8 +8294,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "enumflags2", "frame-benchmarking", @@ -8066,8 +8310,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8085,8 +8329,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8100,8 +8344,8 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" -version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "32.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -8111,8 +8355,8 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "47.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "environmental", "frame-benchmarking", @@ -8130,8 +8374,8 @@ dependencies = [ [[package]] name = "pallet-meta-tx" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "frame-benchmarking", @@ -8148,8 +8392,8 @@ dependencies = [ [[package]] name = "pallet-migrations" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "14.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "frame-benchmarking", @@ -8167,8 +8411,8 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "log", "parity-scale-codec", @@ -8179,8 +8423,8 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "log", "parity-scale-codec", @@ -8190,8 +8434,8 @@ dependencies = [ [[package]] name = "pallet-nis" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -8200,8 +8444,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "frame-system", @@ -8218,8 +8462,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8238,8 +8482,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -8248,8 +8492,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "frame-system", @@ -8263,8 +8507,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8286,8 +8530,8 @@ dependencies = [ [[package]] name = "pallet-parameters" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.15.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "frame-benchmarking", @@ -8303,8 +8547,8 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8319,8 +8563,8 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -8329,8 +8573,8 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8347,8 +8591,8 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -8357,8 +8601,8 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8375,10 +8619,12 @@ dependencies = [ [[package]] name = "pallet-revive" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.11.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ + "alloy-consensus", "alloy-core", + "alloy-trie", "derive_more 0.99.20", "environmental", "ethereum-standards", @@ -8389,6 +8635,7 @@ dependencies = [ "hex-literal", "humantime-serde", "impl-trait-for-tuples", + "k256", "log", "num-bigint", "num-integer", @@ -8399,14 +8646,15 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "paste", - "polkavm 0.29.1", - "polkavm-common 0.29.0", + "polkavm", + "polkavm-common", "rand 0.8.5", "revm", "ripemd", "rlp 0.6.1", "scale-info", "serde", + "serde_json", "sp-api", "sp-arithmetic", "sp-consensus-aura", @@ -8415,21 +8663,22 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", + "sp-version", "substrate-bn", "subxt-signer", ] [[package]] name = "pallet-revive-fixtures" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.8.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "alloy-core", "anyhow", "cargo_metadata", "hex", "pallet-revive-uapi", - "polkavm-linker 0.29.0", + "polkavm-linker", "serde_json", "sp-core", "sp-io", @@ -8438,18 +8687,18 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "pallet-revive-uapi" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.9.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "alloy-core", "bitflags 1.3.2", @@ -8457,30 +8706,14 @@ dependencies = [ "hex-literal", "pallet-revive-proc-macro", "parity-scale-codec", - "polkavm-derive 0.29.0", - "scale-info", -] - -[[package]] -name = "pallet-root-offences" -version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" -dependencies = [ - "frame-support", - "frame-system", - "pallet-session", - "pallet-staking", - "parity-scale-codec", + "polkavm-derive", "scale-info", - "sp-core", - "sp-runtime", - "sp-staking", ] [[package]] name = "pallet-root-testing" -version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "frame-system", @@ -8492,8 +8725,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "45.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "frame-benchmarking", @@ -8509,8 +8742,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "frame-system", @@ -8531,8 +8764,8 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8547,8 +8780,8 @@ dependencies = [ [[package]] name = "pallet-society" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8564,8 +8797,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8586,8 +8819,8 @@ dependencies = [ [[package]] name = "pallet-staking-async-ah-client" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8600,14 +8833,15 @@ dependencies = [ "scale-info", "serde", "sp-core", + "sp-io", "sp-runtime", "sp-staking", ] [[package]] name = "pallet-staking-async-rc-client" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "frame-system", @@ -8623,8 +8857,8 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" -version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "log", "sp-arithmetic", @@ -8632,8 +8866,8 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "28.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "sp-api", @@ -8642,8 +8876,8 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "49.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8658,8 +8892,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "frame-benchmarking", @@ -8673,8 +8907,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "frame-benchmarking", @@ -8691,8 +8925,8 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8709,8 +8943,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8725,8 +8959,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "47.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8741,8 +8975,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8753,8 +8987,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "frame-benchmarking", @@ -8772,8 +9006,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8787,8 +9021,8 @@ dependencies = [ [[package]] name = "pallet-verify-signature" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.7.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8802,8 +9036,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8816,8 +9050,8 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -8826,8 +9060,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -8850,8 +9084,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-benchmarking", "frame-support", @@ -8867,8 +9101,8 @@ dependencies = [ [[package]] name = "pallet-xcm-precompiles" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.2.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "pallet-revive", @@ -8881,13 +9115,14 @@ dependencies = [ [[package]] name = "parachains-common" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "26.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", "frame-support", "frame-system", + "log", "pallet-asset-tx-payment", "pallet-assets", "pallet-authorship", @@ -8907,7 +9142,19 @@ dependencies = [ "staging-parachain-info", "staging-xcm", "staging-xcm-executor", - "tracing", +] + +[[package]] +name = "parity-bip39" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" +dependencies = [ + "bitcoin_hashes 0.13.0", + "rand 0.8.5", + "rand_core 0.6.4", + "serde", + "unicode-normalization", ] [[package]] @@ -8957,7 +9204,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -9054,13 +9301,19 @@ dependencies = [ "password-hash", ] +[[package]] +name = "peeking_take_while" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" + [[package]] name = "pem" version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" dependencies = [ - "base64", + "base64 0.22.1", "serde_core", ] @@ -9081,9 +9334,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.8.3" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4" +checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22" dependencies = [ "memchr", "ucd-trie", @@ -9091,9 +9344,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.8.3" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de" +checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f" dependencies = [ "pest", "pest_generator", @@ -9101,22 +9354,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.8.3" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843" +checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "pest_meta" -version = "2.8.3" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a" +checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82" dependencies = [ "pest", "sha2 0.10.9", @@ -9129,7 +9382,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset 0.4.2", - "indexmap 2.12.0", + "indexmap 2.12.1", ] [[package]] @@ -9139,7 +9392,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ "fixedbitset 0.5.7", - "indexmap 2.12.0", + "indexmap 2.12.1", ] [[package]] @@ -9172,7 +9425,7 @@ dependencies = [ "phf_shared", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -9184,6 +9437,12 @@ dependencies = [ "siphasher 1.0.1", ] +[[package]] +name = "picosimd" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af35c838647fef3d6d052e27006ef88ea162336eee33063c50a63f163c18cdeb" + [[package]] name = "pin-project" version = "1.1.10" @@ -9201,7 +9460,7 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -9223,7 +9482,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand", + "fastrand 2.3.0", "futures-io", ] @@ -9245,8 +9504,8 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-approval-distribution" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "futures-timer", @@ -9263,8 +9522,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "futures-timer", @@ -9278,8 +9537,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "fatality", "futures", @@ -9301,8 +9560,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "fatality", @@ -9334,8 +9593,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "30.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "clap", "frame-benchmarking-cli", @@ -9345,7 +9604,6 @@ dependencies = [ "polkadot-node-primitives", "polkadot-service", "sc-cli", - "sc-network-types", "sc-service", "sc-storage-monitor", "sc-sysinfo", @@ -9359,8 +9617,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bitvec", "fatality", @@ -9382,8 +9640,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "19.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "scale-info", @@ -9393,13 +9651,13 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "fatality", "futures", "futures-timer", - "indexmap 2.12.0", + "indexmap 2.12.1", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -9415,8 +9673,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -9429,8 +9687,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "futures-timer", @@ -9443,15 +9701,15 @@ dependencies = [ "sc-network", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-keystore", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "always-assert", "async-trait", @@ -9473,8 +9731,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "parity-scale-codec", @@ -9491,8 +9749,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "bitvec", @@ -9512,7 +9770,7 @@ dependencies = [ "rand_core 0.6.4", "sc-keystore", "schnellru", - "schnorrkel", + "schnorrkel 0.11.5", "sp-application-crypto", "sp-consensus", "sp-consensus-slots", @@ -9523,8 +9781,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.10.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "futures", @@ -9547,8 +9805,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bitvec", "futures", @@ -9566,8 +9824,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bitvec", "fatality", @@ -9587,8 +9845,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "polkadot-node-subsystem", @@ -9602,8 +9860,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "futures", @@ -9624,8 +9882,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "polkadot-node-metrics", @@ -9638,8 +9896,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "futures-timer", @@ -9654,8 +9912,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "fatality", "futures", @@ -9672,8 +9930,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "futures", @@ -9689,8 +9947,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "26.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "fatality", "futures", @@ -9703,8 +9961,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bitvec", "fatality", @@ -9714,16 +9972,14 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sc-consensus-slots", - "schnellru", "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "always-assert", "array-bytes", @@ -9750,8 +10006,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "polkadot-node-subsystem", @@ -9763,8 +10019,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cpu-time", "futures", @@ -9780,7 +10036,7 @@ dependencies = [ "sc-executor-wasmtime", "seccompiler", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-externalities", "sp-io", "sp-tracing", @@ -9790,8 +10046,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "polkadot-node-metrics", @@ -9805,8 +10061,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bs58", "futures", @@ -9822,8 +10078,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -9847,8 +10103,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "21.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bitvec", "bounded-vec", @@ -9858,7 +10114,7 @@ dependencies = [ "polkadot-parachain-primitives", "polkadot-primitives", "sc-keystore", - "schnorrkel", + "schnorrkel 0.11.5", "serde", "sp-application-crypto", "sp-consensus-babe", @@ -9871,8 +10127,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -9880,8 +10136,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "derive_more 0.99.20", @@ -9908,8 +10164,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "fatality", "futures", @@ -9938,8 +10194,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "futures", @@ -9958,10 +10214,9 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ - "array-bytes", "bounded-collections", "derive_more 0.99.20", "parity-scale-codec", @@ -9975,8 +10230,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bitvec", "bounded-collections", @@ -10002,25 +10257,10 @@ dependencies = [ "thiserror 1.0.69", ] -[[package]] -name = "polkadot-primitives-test-helpers" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives", - "rand 0.8.5", - "scale-info", - "sp-application-crypto", - "sp-core", - "sp-keyring", - "sp-runtime", -] - [[package]] name = "polkadot-rpc" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "28.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -10052,8 +10292,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bitvec", "frame-benchmarking", @@ -10102,8 +10342,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bs58", "frame-benchmarking", @@ -10114,8 +10354,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -10162,8 +10402,8 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.13.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "frame-benchmarking", @@ -10197,8 +10437,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "7.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "30.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "frame-benchmarking", @@ -10308,8 +10548,8 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bitvec", "fatality", @@ -10328,8 +10568,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -10338,174 +10578,107 @@ dependencies = [ [[package]] name = "polkavm" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa028f713d0613f0f08b8b3367402cb859218854f6b96fcbe39a501862894d6f" -dependencies = [ - "libc", - "log", - "polkavm-assembler 0.26.0", - "polkavm-common 0.26.0", - "polkavm-linux-raw 0.26.0", -] - -[[package]] -name = "polkavm" -version = "0.29.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63c8211d36125b6cc451b3cbc46b8ee27fefb54521b67f43c8630bd1afbd44d4" +checksum = "4323d016144b2852da47cee55ca5fc33dfe7517be1f52395759f247ecc5695f6" dependencies = [ "libc", "log", - "polkavm-assembler 0.29.0", - "polkavm-common 0.29.0", - "polkavm-linux-raw 0.29.0", -] - -[[package]] -name = "polkavm-assembler" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4859a29e1f4ad64610c4bc2bfc40bb9a535068a034933a5b56b5e7a0febf105a" -dependencies = [ - "log", + "picosimd", + "polkavm-assembler", + "polkavm-common", + "polkavm-linux-raw", ] [[package]] name = "polkavm-assembler" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "914aacebfbc22da7772f5ecb6f79b39901dc4061121598bd4383a590a7506ebb" -dependencies = [ - "log", -] - -[[package]] -name = "polkavm-common" -version = "0.26.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49a5794b695626ba70d29e66e3f4f4835767452a6723f3a0bc20884b07088fe8" +checksum = "b3a873fa7ace058d6507debf5fccb1d06bd3279f5b35dbaf70dc7fe94a6c415c" dependencies = [ "log", - "polkavm-assembler 0.26.0", ] [[package]] name = "polkavm-common" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f634b46a6a47a5de381f56d1d8cced9f8640d063b2b1a44b0da6dbef91bbd400" +checksum = "ed1b408db93d4f49f5c651a7844682b9d7a561827b4dc6202c10356076c055c9" dependencies = [ "blake3", "log", - "polkavm-assembler 0.29.0", -] - -[[package]] -name = "polkavm-derive" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95282a203ae1f6828a04ff334145c3f6dc718bba6d3959805d273358b45eab93" -dependencies = [ - "polkavm-derive-impl-macro 0.26.0", + "picosimd", + "polkavm-assembler", ] [[package]] name = "polkavm-derive" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ba6256c003853b6adb5dc8394e0e1882a9545ee3bec4e4ce533e7e4f488825" -dependencies = [ - "polkavm-derive-impl-macro 0.29.0", -] - -[[package]] -name = "polkavm-derive-impl" -version = "0.26.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6069dc7995cde6e612b868a02ce48b54397c6d2582bd1b97b63aabbe962cd779" +checksum = "acb4463fb0b9dbfafdc1d1a1183df4bf7afa3350d124f29d5700c6bee54556b5" dependencies = [ - "polkavm-common 0.26.0", - "proc-macro2", - "quote", - "syn 2.0.110", + "polkavm-derive-impl-macro", ] [[package]] name = "polkavm-derive-impl" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90751404f08622c8a671695605cfc1bd83ec091339bd3258a37acc7a931c8741" +checksum = "993ff45b972e09babe68adce7062c3c38a84b9f50f07b7caf393a023eaa6c74a" dependencies = [ - "polkavm-common 0.29.0", + "polkavm-common", "proc-macro2", "quote", - "syn 2.0.110", -] - -[[package]] -name = "polkavm-derive-impl-macro" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581d34cafec741dc5ffafbb341933c205b6457f3d76257a9d99fb56687219c91" -dependencies = [ - "polkavm-derive-impl 0.26.0", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "polkavm-derive-impl-macro" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10e463de593b485c8685d42737aae81c24005dba967deaaaccbb6f3e936d8596" +checksum = "0a4f5352e13c1ca5f0e4d7b4a804fbb85b0e02c45cae435d101fe71081bc8ed8" dependencies = [ - "polkavm-derive-impl 0.29.0", - "syn 2.0.110", + "polkavm-derive-impl", + "syn 2.0.111", ] [[package]] name = "polkavm-linker" -version = "0.26.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beb896023e5bd89bba40311797d8d42490fa4a1fd5256c74820753c5722d1e67" +checksum = "6739125c4f8f44b4282b6531d765d599f20514e9b608737c6c3544594d08f995" dependencies = [ "dirs", "gimli 0.31.1", "hashbrown 0.14.5", "log", "object 0.36.7", - "polkavm-common 0.26.0", + "polkavm-common", "regalloc2 0.9.3", "rustc-demangle", ] [[package]] -name = "polkavm-linker" -version = "0.29.0" +name = "polkavm-linux-raw" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43e01613e9e3e4ebd624aa3a11f1775a5c90b881200c50e054fe13c3ba451f98" -dependencies = [ - "dirs", - "gimli 0.31.1", - "hashbrown 0.14.5", - "log", - "object 0.36.7", - "polkavm-common 0.29.0", - "regalloc2 0.9.3", - "rustc-demangle", -] +checksum = "604b23cdb201979304449f53d21bfd5fb1724c03e3ea889067c9a3bf7ae33862" [[package]] -name = "polkavm-linux-raw" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28919f542476f4158cc71e6c072b1051f38f4b514253594ac3ad80e3c0211fc8" - -[[package]] -name = "polkavm-linux-raw" -version = "0.29.0" +name = "polling" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "751fbbcf86635834dd9a700039c74ce8c7871b317acc84582d9667dad2ed9848" +checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" +dependencies = [ + "autocfg", + "bitflags 1.3.2", + "cfg-if", + "concurrent-queue", + "libc", + "log", + "pin-project-lite", + "windows-sys 0.48.0", +] [[package]] name = "polling" @@ -10515,7 +10688,7 @@ checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi", + "hermit-abi 0.5.2", "pin-project-lite", "rustix 1.1.2", "windows-sys 0.61.2", @@ -10550,18 +10723,6 @@ version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" -[[package]] -name = "postcard" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" -dependencies = [ - "cobs", - "embedded-io 0.4.0", - "embedded-io 0.6.1", - "serde", -] - [[package]] name = "potential_utf" version = "0.1.4" @@ -10619,7 +10780,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" dependencies = [ "proc-macro2", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -10689,7 +10850,7 @@ version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" dependencies = [ - "toml_edit 0.23.7", + "toml_edit 0.23.9", ] [[package]] @@ -10735,7 +10896,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -10746,7 +10907,7 @@ checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -10792,7 +10953,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -10850,7 +11011,7 @@ dependencies = [ "prost 0.13.5", "prost-types", "regex", - "syn 2.0.110", + "syn 2.0.111", "tempfile", ] @@ -10864,7 +11025,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -10877,7 +11038,7 @@ dependencies = [ "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -10890,26 +11051,13 @@ dependencies = [ ] [[package]] -name = "pulley-interpreter" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b89c4319786b16c1a6a38ee04788d32c669b61ba4b69da2162c868c18be99c1b" -dependencies = [ - "cranelift-bitset", - "log", - "pulley-macros", - "wasmtime-internal-math", -] - -[[package]] -name = "pulley-macros" -version = "35.0.0" +name = "psm" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "938543690519c20c3a480d20a8efcc8e69abeb44093ab1df4e7c1f81f26c677a" +checksum = "d11f2fedc3b7dafdc2851bc52f277377c5473d378859be234bc7ebb593144d01" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", + "ar_archive_writer", + "cc", ] [[package]] @@ -11041,6 +11189,7 @@ dependencies = [ "libc", "rand_chacha 0.3.1", "rand_core 0.6.4", + "serde", ] [[package]] @@ -11226,33 +11375,31 @@ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "regalloc2" -version = "0.9.3" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" +checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621" dependencies = [ - "hashbrown 0.13.2", + "fxhash", "log", - "rustc-hash 1.1.0", "slice-group-by", "smallvec", ] [[package]] name = "regalloc2" -version = "0.12.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734" +checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" dependencies = [ - "allocator-api2", - "bumpalo", - "hashbrown 0.15.5", + "hashbrown 0.13.2", "log", - "rustc-hash 2.1.1", + "rustc-hash 1.1.0", + "slice-group-by", "smallvec", ] @@ -11287,9 +11434,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "resolv-conf" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" +checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "revm" @@ -11550,9 +11697,9 @@ dependencies = [ [[package]] name = "rocksdb" -version = "0.24.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddb7af00d2b17dbd07d82c0063e25411959748ff03e8d4f96134c2ff41fce34f" +checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe" dependencies = [ "libc", "librocksdb-sys", @@ -11560,8 +11707,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "28.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "binary-merkle-tree", "bitvec", @@ -11658,8 +11805,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "polkadot-primitives", @@ -11823,6 +11970,34 @@ dependencies = [ "nom 7.1.3", ] +[[package]] +name = "rustix" +version = "0.36.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed" +dependencies = [ + "bitflags 1.3.2", + "errno", + "io-lifetimes", + "libc", + "linux-raw-sys 0.1.4", + "windows-sys 0.45.0", +] + +[[package]] +name = "rustix" +version = "0.37.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" +dependencies = [ + "bitflags 1.3.2", + "errno", + "io-lifetimes", + "libc", + "linux-raw-sys 0.3.8", + "windows-sys 0.48.0", +] + [[package]] name = "rustix" version = "0.38.44" @@ -11878,9 +12053,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" +checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c" dependencies = [ "web-time", "zeroize", @@ -11952,6 +12127,17 @@ dependencies = [ "wait-timeout", ] +[[package]] +name = "ruzstd" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc" +dependencies = [ + "byteorder", + "thiserror-core", + "twox-hash 1.6.3", +] + [[package]] name = "ruzstd" version = "0.8.2" @@ -12013,8 +12199,8 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "33.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "log", "sp-core", @@ -12024,8 +12210,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.54.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "futures", @@ -12056,8 +12242,8 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.51.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "log", @@ -12072,14 +12258,13 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-trie", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.46.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "sp-api", @@ -12093,8 +12278,8 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "47.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "docify", @@ -12109,7 +12294,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -12119,22 +12304,21 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "12.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "sc-cli" -version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.56.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", - "bip39", "chrono", "clap", "fdlimit", @@ -12143,6 +12327,7 @@ dependencies = [ "libp2p-identity", "log", "names", + "parity-bip39", "parity-scale-codec", "rand 0.8.5", "regex", @@ -12172,8 +12357,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "fnv", "futures", @@ -12198,8 +12383,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.50.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "hash-db", "kvdb", @@ -12226,8 +12411,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.53.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "futures", @@ -12249,15 +12434,13 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.54.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", - "fork-tree", "futures", "log", "parity-scale-codec", - "parking_lot 0.12.5", "sc-block-builder", "sc-client-api", "sc-consensus", @@ -12280,8 +12463,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.54.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "fork-tree", @@ -12306,19 +12489,18 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-inherents", "sp-keystore", "sp-runtime", - "sp-timestamp", "substrate-prometheus-endpoint", "thiserror 1.0.69", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.54.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "jsonrpsee", @@ -12339,8 +12521,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "33.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12373,8 +12555,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "33.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "jsonrpsee", @@ -12393,8 +12575,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.53.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "fork-tree", "parity-scale-codec", @@ -12406,8 +12588,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.39.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "ahash", "array-bytes", @@ -12441,7 +12623,7 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -12450,8 +12632,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.39.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "finality-grandpa", "futures", @@ -12470,8 +12652,8 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.55.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "assert_matches", "async-trait", @@ -12505,8 +12687,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.53.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "futures", @@ -12528,8 +12710,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.46.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -12551,10 +12733,10 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.42.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ - "polkavm 0.26.0", + "polkavm", "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface", @@ -12564,24 +12746,24 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" -version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.39.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "log", - "polkavm 0.26.0", + "polkavm", "sc-executor-common", "sp-wasm-interface", ] [[package]] name = "sc-executor-wasmtime" -version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.42.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "anyhow", "log", "parking_lot 0.12.5", - "rustix 1.1.2", + "rustix 0.36.17", "sc-allocator", "sc-executor-common", "sp-runtime-interface", @@ -12591,8 +12773,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.53.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "console", "futures", @@ -12607,8 +12789,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "37.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "parking_lot 0.12.5", @@ -12621,8 +12803,8 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.24.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -12649,8 +12831,8 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.54.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12699,8 +12881,8 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.50.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -12709,8 +12891,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.54.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "ahash", "futures", @@ -12728,8 +12910,8 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.53.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12749,8 +12931,8 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.53.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12784,8 +12966,8 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.53.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "futures", @@ -12803,8 +12985,8 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.18.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bs58", "bytes", @@ -12824,15 +13006,15 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "49.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bytes", "fnv", "futures", "futures-timer", "http-body-util", - "hyper 1.8.0", + "hyper 1.8.1", "hyper-rustls", "hyper-util", "num_cpus", @@ -12858,8 +13040,8 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.20.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -12867,8 +13049,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "49.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "jsonrpsee", @@ -12899,8 +13081,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.53.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12919,16 +13101,16 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "26.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "dyn-clone", "forwarded-header-value", "futures", "governor", - "http 1.3.1", + "http 1.4.0", "http-body-util", - "hyper 1.8.0", + "hyper 1.8.1", "ip_network", "jsonrpsee", "log", @@ -12943,8 +13125,8 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.54.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "futures", @@ -12976,14 +13158,14 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "sc-executor", "sc-executor-common", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-state-machine", "sp-wasm-interface", "thiserror 1.0.69", @@ -12991,8 +13173,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.55.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "directories", @@ -13055,8 +13237,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.40.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "log", "parity-scale-codec", @@ -13066,8 +13248,8 @@ dependencies = [ [[package]] name = "sc-storage-monitor" -version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.26.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "clap", "fs4", @@ -13079,8 +13261,8 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.54.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13098,8 +13280,8 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "44.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "derive_more 0.99.20", "futures", @@ -13112,14 +13294,14 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-io", ] [[package]] name = "sc-telemetry" -version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "30.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "chrono", "futures", @@ -13137,8 +13319,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "chrono", "console", @@ -13160,29 +13342,29 @@ dependencies = [ "thiserror 1.0.69", "tracing", "tracing-log", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] name = "sc-tracing-proc-macro" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "11.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "sc-transaction-pool" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "futures", "futures-timer", - "indexmap 2.12.0", + "indexmap 2.12.1", "itertools 0.11.0", "linked-hash-map", "parity-scale-codec", @@ -13194,7 +13376,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-runtime", "sp-tracing", "sp-transaction-pool", @@ -13207,12 +13389,12 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "futures", - "indexmap 2.12.0", + "indexmap 2.12.1", "log", "parity-scale-codec", "serde", @@ -13224,8 +13406,8 @@ dependencies = [ [[package]] name = "sc-utils" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-channel 1.9.0", "futures", @@ -13250,9 +13432,9 @@ dependencies = [ [[package]] name = "scale-decode" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d78196772d25b90a98046794ce0fe2588b39ebdfbdc1e45b4c6c85dd43bebad" +checksum = "8d6ed61699ad4d54101ab5a817169259b5b0efc08152f8632e61482d8a27ca3d" dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", @@ -13265,14 +13447,14 @@ dependencies = [ [[package]] name = "scale-decode-derive" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f4b54a1211260718b92832b661025d1f1a4b6930fbadd6908e00edd265fa5f7" +checksum = "65cb245f7fdb489e7ba43a616cbd34427fe3ba6fe0edc1d0d250085e6c84f3ec" dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -13300,7 +13482,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -13326,7 +13508,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -13348,7 +13530,7 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.110", + "syn 2.0.111", "thiserror 2.0.17", ] @@ -13415,6 +13597,22 @@ dependencies = [ "hashbrown 0.13.2", ] +[[package]] +name = "schnorrkel" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d" +dependencies = [ + "arrayref", + "arrayvec 0.7.6", + "curve25519-dalek-ng", + "merlin", + "rand_core 0.6.4", + "sha2 0.9.9", + "subtle-ng", + "zeroize", +] + [[package]] name = "schnorrkel" version = "0.11.5" @@ -13506,9 +13704,10 @@ version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" dependencies = [ - "bitcoin_hashes 0.14.0", + "bitcoin_hashes 0.14.1", "rand 0.8.5", "secp256k1-sys 0.10.1", + "serde", ] [[package]] @@ -13517,7 +13716,7 @@ version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c3c81b43dc2d8877c216a3fccf76677ee1ebccd429566d3e67447290d0c42b2" dependencies = [ - "bitcoin_hashes 0.14.0", + "bitcoin_hashes 0.14.1", "rand 0.9.2", "secp256k1-sys 0.11.0", ] @@ -13688,7 +13887,7 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -13697,7 +13896,7 @@ version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" dependencies = [ - "indexmap 2.12.0", + "indexmap 2.12.1", "itoa", "memchr", "ryu", @@ -13716,15 +13915,15 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.15.1" +version = "3.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa66c845eee442168b2c8134fec70ac50dc20e760769c8ba0ad1319ca1959b04" +checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" dependencies = [ - "base64", + "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.12.0", + "indexmap 2.12.1", "schemars 0.9.0", "schemars 1.1.0", "serde_core", @@ -13735,14 +13934,14 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.15.1" +version = "3.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91a903660542fced4e99881aa481bdbaec1634568ee02e0b8bd57c64cb38955" +checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" dependencies = [ "darling 0.21.3", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -13755,6 +13954,19 @@ dependencies = [ "serde", ] +[[package]] +name = "sha-1" +version = "0.9.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" +dependencies = [ + "block-buffer 0.9.0", + "cfg-if", + "cpufeatures", + "digest 0.9.0", + "opaque-debug 0.3.1", +] + [[package]] name = "sha1" version = "0.10.6" @@ -13833,9 +14045,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.6" +version = "1.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" +checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" dependencies = [ "libc", ] @@ -13904,8 +14116,8 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "19.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "enumn", "parity-scale-codec", @@ -13915,9 +14127,9 @@ dependencies = [ [[package]] name = "slotmap" -version = "1.0.7" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" +checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" dependencies = [ "version_check", ] @@ -13931,6 +14143,23 @@ dependencies = [ "serde", ] +[[package]] +name = "smol" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" +dependencies = [ + "async-channel 1.9.0", + "async-executor", + "async-fs 1.6.0", + "async-io 1.13.0", + "async-lock 2.8.0", + "async-net 1.8.0", + "async-process 1.8.1", + "blocking", + "futures-lite 1.13.0", +] + [[package]] name = "smol" version = "2.0.2" @@ -13939,13 +14168,67 @@ checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f" dependencies = [ "async-channel 2.5.0", "async-executor", - "async-fs", - "async-io", - "async-lock", - "async-net", - "async-process", + "async-fs 2.2.0", + "async-io 2.6.0", + "async-lock 3.4.1", + "async-net 2.0.0", + "async-process 2.5.0", "blocking", - "futures-lite", + "futures-lite 2.6.1", +] + +[[package]] +name = "smoldot" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5" +dependencies = [ + "arrayvec 0.7.6", + "async-lock 2.8.0", + "atomic-take", + "base64 0.21.7", + "bip39", + "blake2-rfc", + "bs58", + "chacha20", + "crossbeam-queue", + "derive_more 0.99.20", + "ed25519-zebra", + "either", + "event-listener 2.5.3", + "fnv", + "futures-lite 1.13.0", + "futures-util", + "hashbrown 0.14.5", + "hex", + "hmac 0.12.1", + "itertools 0.11.0", + "libsecp256k1", + "merlin", + "no-std-net", + "nom 7.1.3", + "num-bigint", + "num-rational", + "num-traits", + "pbkdf2", + "pin-project", + "poly1305", + "rand 0.8.5", + "rand_chacha 0.3.1", + "ruzstd 0.4.0", + "schnorrkel 0.10.2", + "serde", + "serde_json", + "sha2 0.10.9", + "sha3", + "siphasher 0.3.11", + "slab", + "smallvec", + "soketto 0.7.1", + "twox-hash 1.6.3", + "wasmi 0.31.2", + "x25519-dalek", + "zeroize", ] [[package]] @@ -13955,20 +14238,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e16e5723359f0048bf64bfdfba64e5732a56847d42c4fd3fe56f18280c813413" dependencies = [ "arrayvec 0.7.6", - "async-lock", + "async-lock 3.4.1", "atomic-take", - "base64", + "base64 0.22.1", "bip39", "blake2-rfc", "bs58", "chacha20", "crossbeam-queue", - "derive_more 2.0.1", + "derive_more 2.1.0", "ed25519-zebra", "either", "event-listener 5.4.1", "fnv", - "futures-lite", + "futures-lite 2.6.1", "futures-util", "hashbrown 0.15.5", "hex", @@ -13986,8 +14269,8 @@ dependencies = [ "poly1305", "rand 0.8.5", "rand_chacha 0.3.1", - "ruzstd", - "schnorrkel", + "ruzstd 0.8.2", + "schnorrkel 0.11.5", "serde", "serde_json", "sha2 0.10.9", @@ -13995,13 +14278,49 @@ dependencies = [ "siphasher 1.0.1", "slab", "smallvec", - "soketto", + "soketto 0.8.1", "twox-hash 2.1.2", - "wasmi", + "wasmi 0.40.0", "x25519-dalek", "zeroize", ] +[[package]] +name = "smoldot-light" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33" +dependencies = [ + "async-channel 1.9.0", + "async-lock 2.8.0", + "base64 0.21.7", + "blake2-rfc", + "derive_more 0.99.20", + "either", + "event-listener 2.5.3", + "fnv", + "futures-channel", + "futures-lite 1.13.0", + "futures-util", + "hashbrown 0.14.5", + "hex", + "itertools 0.11.0", + "log", + "lru 0.11.1", + "no-std-net", + "parking_lot 0.12.5", + "pin-project", + "rand 0.8.5", + "rand_chacha 0.3.1", + "serde", + "serde_json", + "siphasher 0.3.11", + "slab", + "smol 1.3.0", + "smoldot 0.11.0", + "zeroize", +] + [[package]] name = "smoldot-light" version = "0.17.2" @@ -14009,22 +14328,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1bba9e591716567d704a8252feeb2f1261a286e1e2cbdd4e49e9197c34a14e2" dependencies = [ "async-channel 2.5.0", - "async-lock", - "base64", + "async-lock 3.4.1", + "base64 0.22.1", "blake2-rfc", "bs58", - "derive_more 2.0.1", + "derive_more 2.1.0", "either", "event-listener 5.4.1", "fnv", "futures-channel", - "futures-lite", + "futures-lite 2.6.1", "futures-util", "hashbrown 0.15.5", "hex", "itertools 0.14.0", "log", - "lru", + "lru 0.12.5", "parking_lot 0.12.5", "pin-project", "rand 0.8.5", @@ -14033,8 +14352,8 @@ dependencies = [ "serde_json", "siphasher 1.0.1", "slab", - "smol", - "smoldot", + "smol 2.0.2", + "smoldot 0.19.4", "zeroize", ] @@ -14061,6 +14380,16 @@ dependencies = [ "subtle 2.6.1", ] +[[package]] +name = "socket2" +version = "0.4.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" +dependencies = [ + "libc", + "winapi", +] + [[package]] name = "socket2" version = "0.5.10" @@ -14081,16 +14410,31 @@ dependencies = [ "windows-sys 0.60.2", ] +[[package]] +name = "soketto" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" +dependencies = [ + "base64 0.13.1", + "bytes", + "futures", + "httparse", + "log", + "rand 0.8.5", + "sha-1", +] + [[package]] name = "soketto" version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "futures", - "http 1.3.1", + "http 1.4.0", "httparse", "log", "rand 0.8.5", @@ -14099,8 +14443,8 @@ dependencies = [ [[package]] name = "sp-api" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "hash-db", @@ -14121,8 +14465,8 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "Inflector", "blake2 0.10.6", @@ -14130,13 +14474,13 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "sp-application-crypto" -version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "scale-info", @@ -14147,8 +14491,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "28.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "integer-sqrt", @@ -14161,8 +14505,8 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "scale-info", @@ -14173,8 +14517,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "sp-api", "sp-inherents", @@ -14183,8 +14527,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "futures", "parity-scale-codec", @@ -14202,8 +14546,8 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.44.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "futures", @@ -14216,8 +14560,8 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.44.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "parity-scale-codec", @@ -14232,8 +14576,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.44.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "parity-scale-codec", @@ -14250,8 +14594,8 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "26.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "scale-info", @@ -14259,7 +14603,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -14270,8 +14614,8 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "25.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "finality-grandpa", "log", @@ -14287,8 +14631,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.44.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "scale-info", @@ -14298,12 +14642,11 @@ dependencies = [ [[package]] name = "sp-core" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "ark-vrf", "array-bytes", - "bip39", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", @@ -14319,20 +14662,22 @@ dependencies = [ "libsecp256k1", "log", "merlin", + "parity-bip39", "parity-scale-codec", "parking_lot 0.12.5", "paste", "primitive-types 0.13.1", "rand 0.8.5", "scale-info", - "schnorrkel", + "schnorrkel 0.11.5", "secp256k1 0.28.2", "secrecy 0.8.0", "serde", "sha2 0.10.9", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-debug-derive", "sp-externalities", + "sp-runtime-interface", "sp-std", "sp-storage", "ss58-registry", @@ -14360,7 +14705,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "blake2b_simd", "byteorder", @@ -14373,17 +14718,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", - "syn 2.0.110", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", + "syn 2.0.111", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "kvdb", "parking_lot 0.12.5", @@ -14392,17 +14737,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.30.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "environmental", "parity-scale-codec", @@ -14411,8 +14756,8 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "scale-info", @@ -14423,8 +14768,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -14436,8 +14781,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "42.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bytes", "docify", @@ -14445,11 +14790,11 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.26.0", + "polkavm-derive", "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -14462,8 +14807,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "sp-core", "sp-runtime", @@ -14472,8 +14817,8 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.44.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -14483,8 +14828,8 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "11.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -14492,8 +14837,8 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.12.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -14502,8 +14847,8 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.16.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "scale-info", @@ -14513,8 +14858,8 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "log", "parity-scale-codec", @@ -14530,8 +14875,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "scale-info", @@ -14543,8 +14888,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "sp-api", "sp-core", @@ -14553,8 +14898,8 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "13.0.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "backtrace", "regex", @@ -14562,8 +14907,8 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "36.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -14572,8 +14917,8 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "43.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "binary-merkle-tree", "docify", @@ -14601,13 +14946,14 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "31.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.26.0", + "polkavm-derive", + "primitive-types 0.13.1", "sp-externalities", "sp-runtime-interface-proc-macro", "sp-std", @@ -14619,21 +14965,21 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "Inflector", "expander", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "sp-session" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "scale-info", @@ -14646,8 +14992,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "40.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -14659,8 +15005,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.47.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "hash-db", "log", @@ -14679,8 +15025,8 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -14693,7 +15039,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507)", "sp-externalities", "sp-runtime", "sp-runtime-interface", @@ -14704,12 +15050,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" [[package]] name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "22.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -14720,8 +15066,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "parity-scale-codec", @@ -14732,20 +15078,20 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "18.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "regex", "tracing", "tracing-core", - "tracing-subscriber 0.3.20", + "tracing-subscriber 0.3.22", ] [[package]] name = "sp-transaction-pool" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "sp-api", "sp-runtime", @@ -14753,8 +15099,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "38.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "async-trait", "parity-scale-codec", @@ -14767,8 +15113,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "ahash", "foldhash 0.1.5", @@ -14792,8 +15138,8 @@ dependencies = [ [[package]] name = "sp-version" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -14809,20 +15155,20 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "15.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "parity-scale-codec", "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -14833,8 +15179,8 @@ dependencies = [ [[package]] name = "sp-weights" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "33.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -14899,8 +15245,8 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "staging-parachain-info" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.24.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -14912,8 +15258,8 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "7.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "20.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "array-bytes", "bounded-collections", @@ -14922,19 +15268,19 @@ dependencies = [ "frame-support", "hex-literal", "impl-trait-for-tuples", + "log", "parity-scale-codec", "scale-info", "serde", "sp-runtime", "sp-weights", - "tracing", "xcm-procedural", ] [[package]] name = "staging-xcm-builder" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "environmental", "frame-support", @@ -14957,8 +15303,8 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "23.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "environmental", "frame-benchmarking", @@ -15053,17 +15399,17 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "substrate-bip39" -version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.6.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "hmac 0.12.1", "pbkdf2", - "schnorrkel", + "schnorrkel 0.11.5", "sha2 0.10.9", "zeroize", ] @@ -15084,12 +15430,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" [[package]] name = "substrate-frame-rpc-system" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "48.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -15108,11 +15454,11 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.17.4" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "http-body-util", - "hyper 1.8.0", + "hyper 1.8.1", "hyper-util", "log", "prometheus", @@ -15122,8 +15468,8 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "47.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15139,8 +15485,8 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "30.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "build-helper", "cargo_metadata", @@ -15148,7 +15494,7 @@ dependencies = [ "filetime", "jobserver", "parity-wasm", - "polkavm-linker 0.26.0", + "polkavm-linker", "shlex", "sp-maybe-compressed-blob", "strum 0.26.3", @@ -15170,11 +15516,17 @@ version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" +[[package]] +name = "subtle-ng" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" + [[package]] name = "subxt" -version = "0.43.0" +version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74791ddeaaa6de42e7cc8a715c83eb73303f513f90af701fd07eb2caad92ed84" +checksum = "f8c6dc0f90e23c521465b8f7e026af04a48cc6f00c51d88a8d313d33096149de" dependencies = [ "async-trait", "derive-where", @@ -15218,7 +15570,7 @@ dependencies = [ "scale-info", "scale-typegen", "subxt-metadata", - "syn 2.0.110", + "syn 2.0.111", "thiserror 2.0.17", ] @@ -15262,7 +15614,7 @@ dependencies = [ "futures-util", "serde", "serde_json", - "smoldot-light", + "smoldot-light 0.17.2", "thiserror 2.0.17", "tokio", "tokio-stream", @@ -15271,9 +15623,9 @@ dependencies = [ [[package]] name = "subxt-macro" -version = "0.43.0" +version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69516e8ff0e9340a0f21b8398da7f997571af4734ee81deada5150a2668c8443" +checksum = "c269228a2e5de4c0c61ed872b701967ee761df0f167d5b91ecec1185bca65793" dependencies = [ "darling 0.20.11", "parity-scale-codec", @@ -15283,7 +15635,7 @@ dependencies = [ "subxt-codegen", "subxt-metadata", "subxt-utils-fetchmetadata", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -15330,7 +15682,7 @@ version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a9bd240ae819f64ac6898d7ec99a88c8b838dba2fb9d83b843feb70e77e34c8" dependencies = [ - "base64", + "base64 0.22.1", "bip32", "bip39", "cfg-if", @@ -15341,7 +15693,7 @@ dependencies = [ "parity-scale-codec", "pbkdf2", "regex", - "schnorrkel", + "schnorrkel 0.11.5", "scrypt", "secp256k1 0.30.0", "secrecy 0.10.3", @@ -15378,9 +15730,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.110" +version = "2.0.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" +checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" dependencies = [ "proc-macro2", "quote", @@ -15396,7 +15748,7 @@ dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -15419,7 +15771,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -15472,9 +15824,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.13.3" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" @@ -15482,7 +15834,7 @@ version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ - "fastrand", + "fastrand 2.3.0", "getrandom 0.3.4", "once_cell", "rustix 1.1.2", @@ -15532,6 +15884,26 @@ dependencies = [ "thiserror-impl 2.0.17", ] +[[package]] +name = "thiserror-core" +version = "1.0.50" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c001ee18b7e5e3f62cbf58c7fe220119e68d902bb7443179c0c8aef30090e999" +dependencies = [ + "thiserror-core-impl", +] + +[[package]] +name = "thiserror-core-impl" +version = "1.0.50" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.111", +] + [[package]] name = "thiserror-impl" version = "1.0.69" @@ -15540,7 +15912,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -15551,7 +15923,7 @@ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -15580,9 +15952,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-ctl" -version = "0.6.1" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "661f1f6a57b3a36dc9174a2c10f19513b4866816e13425d3e418b11cc37bc24c" +checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c" dependencies = [ "libc", "paste", @@ -15591,9 +15963,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" +version = "0.5.4+5.3.0-patched" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" +checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" dependencies = [ "cc", "libc", @@ -15689,7 +16061,7 @@ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -15716,9 +16088,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.27.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1" +checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" dependencies = [ "futures-util", "log", @@ -15789,7 +16161,7 @@ version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.12.0", + "indexmap 2.12.1", "serde", "serde_spanned", "toml_datetime 0.6.11", @@ -15799,11 +16171,11 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.23.7" +version = "0.23.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" +checksum = "5d7cbc3b4b49633d57a0509303158ca50de80ae32c265093b24c414705807832" dependencies = [ - "indexmap 2.12.0", + "indexmap 2.12.1", "toml_datetime 0.7.3", "toml_parser", "winnow", @@ -15847,7 +16219,7 @@ checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ "bitflags 2.10.0", "bytes", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.1", "http-body-util", "pin-project-lite", @@ -15869,9 +16241,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.41" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" dependencies = [ "log", "pin-project-lite", @@ -15881,20 +16253,20 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "tracing-core" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" dependencies = [ "once_cell", "valuable", @@ -15912,8 +16284,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "21.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "coarsetime", "polkadot-primitives", @@ -15924,13 +16296,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "expander", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -15955,9 +16327,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.20" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" dependencies = [ "matchers", "nu-ansi-term", @@ -16008,13 +16380,13 @@ checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" [[package]] name = "tungstenite" -version = "0.27.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" +checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" dependencies = [ "bytes", "data-encoding", - "http 1.3.1", + "http 1.4.0", "httparse", "log", "rand 0.9.2", @@ -16100,9 +16472,9 @@ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" [[package]] name = "unicode-normalization" -version = "0.1.25" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" +checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" dependencies = [ "tinyvec", ] @@ -16201,9 +16573,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.18.1" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" +checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" dependencies = [ "getrandom 0.3.4", "js-sys", @@ -16311,6 +16683,12 @@ dependencies = [ "libc", ] +[[package]] +name = "waker-fn" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" + [[package]] name = "walkdir" version = "2.5.0" @@ -16356,9 +16734,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.105" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" +checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" dependencies = [ "cfg-if", "once_cell", @@ -16369,9 +16747,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.55" +version = "0.4.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" +checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" dependencies = [ "cfg-if", "js-sys", @@ -16382,9 +16760,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.105" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" +checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -16392,36 +16770,26 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.105" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" +checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" dependencies = [ "bumpalo", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.105" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" +checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" dependencies = [ "unicode-ident", ] -[[package]] -name = "wasm-encoder" -version = "0.235.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3bc393c395cb621367ff02d854179882b9a351b4e0c93d1397e6090b53a5c2a" -dependencies = [ - "leb128fmt", - "wasmparser 0.235.0", -] - [[package]] name = "wasm-instrument" version = "0.4.0" @@ -16486,6 +16854,19 @@ dependencies = [ "web-sys", ] +[[package]] +name = "wasmi" +version = "0.31.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7" +dependencies = [ + "smallvec", + "spin 0.9.8", + "wasmi_arena", + "wasmi_core 0.13.0", + "wasmparser-nostd", +] + [[package]] name = "wasmi" version = "0.40.0" @@ -16497,17 +16878,35 @@ dependencies = [ "smallvec", "spin 0.9.8", "wasmi_collections", - "wasmi_core", + "wasmi_core 0.40.0", "wasmi_ir", "wasmparser 0.221.3", ] +[[package]] +name = "wasmi_arena" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" + [[package]] name = "wasmi_collections" version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e80d6b275b1c922021939d561574bf376613493ae2b61c6963b15db0e8813562" +[[package]] +name = "wasmi_core" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" +dependencies = [ + "downcast-rs", + "libm", + "num-traits", + "paste", +] + [[package]] name = "wasmi_core" version = "0.40.0" @@ -16524,272 +16923,237 @@ version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e431a14c186db59212a88516788bd68ed51f87aa1e08d1df742522867b5289a" dependencies = [ - "wasmi_core", + "wasmi_core 0.40.0", ] [[package]] name = "wasmparser" -version = "0.221.3" +version = "0.102.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185" +checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b" dependencies = [ - "bitflags 2.10.0", + "indexmap 1.9.3", + "url", ] [[package]] name = "wasmparser" -version = "0.235.0" +version = "0.221.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "161296c618fa2d63f6ed5fffd1112937e803cb9ec71b32b01a76321555660917" +checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185" dependencies = [ "bitflags 2.10.0", - "hashbrown 0.15.5", - "indexmap 2.12.0", - "semver 1.0.27", - "serde", ] [[package]] -name = "wasmprinter" -version = "0.235.0" +name = "wasmparser-nostd" +version = "0.100.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75aa8e9076de6b9544e6dab4badada518cca0bf4966d35b131bbd057aed8fa0a" +checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa" dependencies = [ - "anyhow", - "termcolor", - "wasmparser 0.235.0", + "indexmap-nostd", ] [[package]] name = "wasmtime" -version = "35.0.0" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fe976922a16af3b0d67172c473d1fd4f1aa5d0af9c8ba6538c741f3af686f4" +checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9" dependencies = [ - "addr2line 0.24.2", "anyhow", - "bitflags 2.10.0", - "bumpalo", - "cc", + "bincode", "cfg-if", - "fxprof-processed-profile", - "gimli 0.31.1", - "hashbrown 0.15.5", - "indexmap 2.12.0", - "ittapi", + "indexmap 1.9.3", "libc", "log", - "mach2", - "memfd", - "object 0.36.7", + "object 0.30.4", "once_cell", - "postcard", - "pulley-interpreter", + "paste", + "psm", "rayon", - "rustix 1.1.2", "serde", - "serde_derive", - "serde_json", - "smallvec", "target-lexicon", - "wasmparser 0.235.0", + "wasmparser 0.102.0", + "wasmtime-cache", + "wasmtime-cranelift", "wasmtime-environ", - "wasmtime-internal-asm-macros", - "wasmtime-internal-cache", - "wasmtime-internal-cranelift", - "wasmtime-internal-fiber", - "wasmtime-internal-jit-debug", - "wasmtime-internal-jit-icache-coherence", - "wasmtime-internal-math", - "wasmtime-internal-slab", - "wasmtime-internal-unwinder", - "wasmtime-internal-versioned-export-macros", - "wasmtime-internal-winch", - "windows-sys 0.59.0", -] - -[[package]] -name = "wasmtime-environ" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44b6264a78d806924abbc76bbc75eac24976bc83bdfb938e5074ae551242436f" -dependencies = [ - "anyhow", - "cpp_demangle", - "cranelift-bitset", - "cranelift-entity", - "gimli 0.31.1", - "indexmap 2.12.0", - "log", - "object 0.36.7", - "postcard", - "rustc-demangle", - "serde", - "serde_derive", - "smallvec", - "target-lexicon", - "wasm-encoder", - "wasmparser 0.235.0", - "wasmprinter", + "wasmtime-jit", + "wasmtime-runtime", + "windows-sys 0.45.0", ] [[package]] -name = "wasmtime-internal-asm-macros" -version = "35.0.0" +name = "wasmtime-asm-macros" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6775a9b516559716e5710e95a8014ca0adcc81e5bf4d3ad7899d89ae40094d1a" +checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d" dependencies = [ "cfg-if", ] [[package]] -name = "wasmtime-internal-cache" -version = "35.0.0" +name = "wasmtime-cache" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "138e33ad4bd120f3b1c77d6d0dcdce0de8239555495befcda89393a40ba5e324" +checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213" dependencies = [ "anyhow", - "base64", + "base64 0.21.7", + "bincode", "directories-next", + "file-per-thread-logger", "log", - "postcard", - "rustix 1.1.2", + "rustix 0.36.17", "serde", - "serde_derive", "sha2 0.10.9", - "toml 0.8.23", - "windows-sys 0.59.0", - "zstd 0.13.3", + "toml 0.5.11", + "windows-sys 0.45.0", + "zstd 0.11.2+zstd.1.5.2", ] [[package]] -name = "wasmtime-internal-cranelift" -version = "35.0.0" +name = "wasmtime-cranelift" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ec9ad7565e6a8de7cb95484e230ff689db74a4a085219e0da0cbd637a29c01c" +checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04" dependencies = [ "anyhow", - "cfg-if", "cranelift-codegen", - "cranelift-control", "cranelift-entity", "cranelift-frontend", "cranelift-native", - "gimli 0.31.1", - "itertools 0.14.0", + "cranelift-wasm", + "gimli 0.27.3", "log", - "object 0.36.7", - "pulley-interpreter", - "smallvec", + "object 0.30.4", "target-lexicon", - "thiserror 2.0.17", - "wasmparser 0.235.0", + "thiserror 1.0.69", + "wasmparser 0.102.0", + "wasmtime-cranelift-shared", "wasmtime-environ", - "wasmtime-internal-math", - "wasmtime-internal-versioned-export-macros", ] [[package]] -name = "wasmtime-internal-fiber" -version = "35.0.0" +name = "wasmtime-cranelift-shared" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b636ff8b220ebaf29dfe3b23770e4b2bad317b9683e3bf7345e162387385b39" +checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b" dependencies = [ "anyhow", - "cc", - "cfg-if", - "libc", - "rustix 1.1.2", - "wasmtime-internal-asm-macros", - "wasmtime-internal-versioned-export-macros", - "windows-sys 0.59.0", + "cranelift-codegen", + "cranelift-native", + "gimli 0.27.3", + "object 0.30.4", + "target-lexicon", + "wasmtime-environ", ] [[package]] -name = "wasmtime-internal-jit-debug" -version = "35.0.0" +name = "wasmtime-environ" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61d8693995ab3df48e88777b6ee3b2f441f2c4f895ab938996cdac3db26f256c" +checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949" dependencies = [ - "cc", - "object 0.36.7", - "rustix 1.1.2", - "wasmtime-internal-versioned-export-macros", + "anyhow", + "cranelift-entity", + "gimli 0.27.3", + "indexmap 1.9.3", + "log", + "object 0.30.4", + "serde", + "target-lexicon", + "thiserror 1.0.69", + "wasmparser 0.102.0", + "wasmtime-types", ] [[package]] -name = "wasmtime-internal-jit-icache-coherence" -version = "35.0.0" +name = "wasmtime-jit" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4417e06b7f80baff87d9770852c757a39b8d7f11d78b2620ca992b8725f16f50" +checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244" dependencies = [ + "addr2line 0.19.0", "anyhow", + "bincode", "cfg-if", - "libc", - "windows-sys 0.59.0", + "cpp_demangle", + "gimli 0.27.3", + "log", + "object 0.30.4", + "rustc-demangle", + "serde", + "target-lexicon", + "wasmtime-environ", + "wasmtime-jit-debug", + "wasmtime-jit-icache-coherence", + "wasmtime-runtime", + "windows-sys 0.45.0", ] [[package]] -name = "wasmtime-internal-math" -version = "35.0.0" +name = "wasmtime-jit-debug" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7710d5c4ecdaa772927fd11e5dc30a9a62d1fc8fe933e11ad5576ad596ab6612" +checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846" dependencies = [ - "libm", + "object 0.30.4", + "once_cell", + "rustix 0.36.17", ] [[package]] -name = "wasmtime-internal-slab" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6ab22fabe1eed27ab01fd47cd89deacf43ad222ed7fd169ba6f4dd1fbddc53b" - -[[package]] -name = "wasmtime-internal-unwinder" -version = "35.0.0" +name = "wasmtime-jit-icache-coherence" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307708f302f5dcf19c1bbbfb3d9f2cbc837dd18088a7988747b043a46ba38ecc" +checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd" dependencies = [ - "anyhow", "cfg-if", - "cranelift-codegen", - "log", - "object 0.36.7", + "libc", + "windows-sys 0.45.0", ] [[package]] -name = "wasmtime-internal-versioned-export-macros" -version = "35.0.0" +name = "wasmtime-runtime" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "342b0466f92b7217a4de9e114175fedee1907028567d2548bcd42f71a8b5b016" +checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.110", + "anyhow", + "cc", + "cfg-if", + "indexmap 1.9.3", + "libc", + "log", + "mach", + "memfd", + "memoffset", + "paste", + "rand 0.8.5", + "rustix 0.36.17", + "wasmtime-asm-macros", + "wasmtime-environ", + "wasmtime-jit-debug", + "windows-sys 0.45.0", ] [[package]] -name = "wasmtime-internal-winch" -version = "35.0.0" +name = "wasmtime-types" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2012e7384c25b91aab2f1b6a1e1cbab9d0f199bbea06cc873597a3f047f05730" +checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" dependencies = [ - "anyhow", - "cranelift-codegen", - "gimli 0.31.1", - "object 0.36.7", - "target-lexicon", - "wasmparser 0.235.0", - "wasmtime-environ", - "wasmtime-internal-cranelift", - "winch-codegen", + "cranelift-entity", + "serde", + "thiserror 1.0.69", + "wasmparser 0.102.0", ] [[package]] name = "web-sys" -version = "0.3.82" +version = "0.3.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" +checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" dependencies = [ "js-sys", "wasm-bindgen", @@ -16831,8 +17195,8 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "29.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "binary-merkle-tree", "bitvec", @@ -16878,7 +17242,6 @@ dependencies = [ "pallet-proxy", "pallet-recovery", "pallet-referenda", - "pallet-root-offences", "pallet-root-testing", "pallet-scheduler", "pallet-session", @@ -16939,8 +17302,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "24.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "polkadot-primitives", @@ -17000,26 +17363,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -[[package]] -name = "winch-codegen" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "839a334ef7c62d8368dbd427e767a6fbb1ba08cc12ecce19cbb666c10613b585" -dependencies = [ - "anyhow", - "cranelift-assembler-x64", - "cranelift-codegen", - "gimli 0.31.1", - "regalloc2 0.12.2", - "smallvec", - "target-lexicon", - "thiserror 2.0.17", - "wasmparser 0.235.0", - "wasmtime-environ", - "wasmtime-internal-cranelift", - "wasmtime-internal-math", -] - [[package]] name = "windows" version = "0.52.0" @@ -17080,7 +17423,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -17091,7 +17434,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -17426,9 +17769,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" +checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" dependencies = [ "memchr", ] @@ -17512,19 +17855,19 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "11.0.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "xcm-runtime-apis" -version = "0.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=cbab8ed4be1941420dd25dc81102fb79d8e2a7f0#cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" +version = "0.11.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=unstable2507#cf286f366444f574cec317312a4b042b83aadfdf" dependencies = [ "frame-support", "parity-scale-codec", @@ -17615,28 +17958,28 @@ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "synstructure 0.13.2", ] [[package]] name = "zerocopy" -version = "0.8.27" +version = "0.8.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" +checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.27" +version = "0.8.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" +checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -17656,7 +17999,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", "synstructure 0.13.2", ] @@ -17677,7 +18020,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] @@ -17710,32 +18053,32 @@ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.110", + "syn 2.0.111", ] [[package]] name = "zstd" -version = "0.12.4" +version = "0.11.2+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" +checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" dependencies = [ - "zstd-safe 6.0.6", + "zstd-safe 5.0.2+zstd.1.5.2", ] [[package]] name = "zstd" -version = "0.13.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" +checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" dependencies = [ - "zstd-safe 7.2.4", + "zstd-safe 6.0.6", ] [[package]] name = "zstd-safe" -version = "6.0.6" +version = "5.0.2+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" +checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" dependencies = [ "libc", "zstd-sys", @@ -17743,10 +18086,11 @@ dependencies = [ [[package]] name = "zstd-safe" -version = "7.2.4" +version = "6.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" +checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" dependencies = [ + "libc", "zstd-sys", ] diff --git a/Cargo.toml b/Cargo.toml index 1b3d38c..d1151a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,110 +31,110 @@ smallvec = "1.11.0" color-print = "0.3.4" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -frame-support = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -frame-support-procedural = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -frame-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-network = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-service = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sp-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-io = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-std = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-version = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", package = "substrate-prometheus-endpoint", default-features = false } -substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +frame-support-procedural = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-message-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-network = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", package = "substrate-prometheus-endpoint", default-features = false } +substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } # extra deps for running a solo node on top of a parachain -pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sc-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sc-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } # extra deps for setting up pallet-revive -pallet-assets = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-assets-precompiles = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-revive = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-revive-uapi = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false, features = ["scale", "$unstable-hostfn"] } -pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } +pallet-assets = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-assets-precompiles = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-revive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-revive-uapi = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false, features = ["scale", "$unstable-hostfn"] } +pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -pallet-xcm-precompiles = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -xcm = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", package = "staging-xcm", default-features = false } -xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", package = "staging-xcm-executor", default-features = false } +pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +pallet-xcm-precompiles = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", package = "staging-xcm", default-features = false } +xcm-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", package = "staging-xcm-builder", default-features = false } +xcm-executor = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", package = "staging-xcm-executor", default-features = false } # Cumulus -cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -cumulus-client-consensus-proposer ={ git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -cumulus-client-consensus-common ={ git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -cumulus-client-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -cumulus-primitives-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0" } -pallet-collator-selection = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } -parachain-info = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", package = "staging-parachain-info", default-features = false } -parachains-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cbab8ed4be1941420dd25dc81102fb79d8e2a7f0", default-features = false } +cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +cumulus-client-consensus-proposer ={ git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +cumulus-client-consensus-common ={ git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +cumulus-client-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +cumulus-primitives-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507" } +pallet-collator-selection = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } +parachain-info = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", package = "staging-parachain-info", default-features = false } +parachains-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "unstable2507", default-features = false } diff --git a/node/src/service.rs b/node/src/service.rs index 6fe3fed..f5f5a86 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -15,6 +15,7 @@ use cumulus_client_cli::CollatorOptions; use cumulus_client_collator::service::CollatorService; use cumulus_client_consensus_aura::collators::lookahead::{self as aura, Params as AuraParams}; use cumulus_client_consensus_common::ParachainBlockImport as TParachainBlockImport; +use cumulus_client_consensus_proposer::Proposer; use cumulus_client_parachain_inherent::MockValidationDataInherentDataProvider; use cumulus_client_service::{ build_network, build_relay_chain_interface, prepare_node_config, start_relay_chain_tasks, @@ -185,7 +186,7 @@ fn start_consensus( overseer_handle: OverseerHandle, announce_block: Arc>) + Send + Sync>, ) -> Result<(), sc_service::Error> { - let proposer = sc_basic_authorship::ProposerFactory::with_proof_recording( + let proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording( task_manager.spawn_handle(), client.clone(), transaction_pool, @@ -193,6 +194,8 @@ fn start_consensus( telemetry.clone(), ); + let proposer = Proposer::new(proposer_factory); + let collator_service = CollatorService::new( client.clone(), Arc::new(task_manager.spawn_handle()), @@ -335,7 +338,6 @@ pub async fn start_parachain_node( system_rpc_tx, tx_handler_controller, telemetry: telemetry.as_mut(), - tracing_execute_block: None, })?; if let Some(hwbench) = hwbench { @@ -604,7 +606,7 @@ pub async fn start_dev_parachain_node( // The aura digest provider will provide digests that match the provided timestamp data. // Without this, the AURA parachain runtime complains about slot mismatches. - let aura_digest_provider = AuraConsensusDataProvider::new_with_slot_duration(slot_duration); + let aura_digest_provider = AuraConsensusDataProvider::new(client.clone()); // Extract para_id from chain spec let para_id = crate::chain_spec::Extensions::try_get(&*config.chain_spec) @@ -671,7 +673,6 @@ pub async fn start_dev_parachain_node( sync_service, config, telemetry: telemetry.as_mut(), - tracing_execute_block: None, })?; Ok(task_manager) diff --git a/node/src/service/dev.rs b/node/src/service/dev.rs index 5c7de63..d72dffa 100644 --- a/node/src/service/dev.rs +++ b/node/src/service/dev.rs @@ -171,7 +171,6 @@ pub async fn new_full< sync_service, config, telemetry: telemetry.as_mut(), - tracing_execute_block: None, })?; let mut proposer = sc_basic_authorship::ProposerFactory::new( diff --git a/parachain-runtime/src/lib.rs b/parachain-runtime/src/lib.rs index 9c45ad2..efae01b 100644 --- a/parachain-runtime/src/lib.rs +++ b/parachain-runtime/src/lib.rs @@ -418,6 +418,7 @@ impl cumulus_pallet_parachain_system::Config for Runtime { type CheckAssociatedRelayNumber = RelayNumberStrictlyIncreases; type ConsensusHook = ConsensusHook; type RelayParentOffset = ConstU32<0>; + type SelectCore = cumulus_pallet_parachain_system::DefaultCoreSelector; } impl parachain_info::Config for Runtime {} diff --git a/parachain-runtime/src/revive_config.rs b/parachain-runtime/src/revive_config.rs index 049f67c..c67c22f 100644 --- a/parachain-runtime/src/revive_config.rs +++ b/parachain-runtime/src/revive_config.rs @@ -55,4 +55,5 @@ impl pallet_revive::Config for Runtime { type FeeInfo = pallet_revive::evm::fees::Info; type MaxEthExtrinsicWeight = MaxEthExtrinsicWeight; type DebugEnabled = ConstBool; + type GasScale = ConstU32<1000>; } diff --git a/runtime/src/revive_config.rs b/runtime/src/revive_config.rs index d27b99c..f39e41e 100644 --- a/runtime/src/revive_config.rs +++ b/runtime/src/revive_config.rs @@ -54,4 +54,5 @@ impl pallet_revive::Config for Runtime { type FeeInfo = pallet_revive::evm::fees::Info; type MaxEthExtrinsicWeight = MaxEthExtrinsicWeight; type DebugEnabled = ConstBool; + type GasScale = ConstU32<1000>; }