From 066c2338cbbd98970c7fcf0ab0d3563ab248aa07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:10:42 +0000 Subject: [PATCH] Bump sp-keyring from `7d3ce4d` to `15a3483` Bumps [sp-keyring](https://github.com/paritytech/polkadot-sdk) from `7d3ce4d` to `15a3483`. - [Release notes](https://github.com/paritytech/polkadot-sdk/releases) - [Commits](https://github.com/paritytech/polkadot-sdk/compare/7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef...15a34838819f09f3bcfb3c05c08fb53934d8efc4) --- updated-dependencies: - dependency-name: sp-keyring dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 1551 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 1037 insertions(+), 514 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 566b1d23f..3aa8b4737 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,7 +101,7 @@ dependencies = [ "cipher 0.3.0", "ctr 0.8.0", "ghash 0.4.4", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -115,7 +115,7 @@ dependencies = [ "cipher 0.4.4", "ctr 0.9.2", "ghash 0.5.0", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -170,6 +170,12 @@ dependencies = [ "memchr", ] +[[package]] +name = "allocator-api2" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" + [[package]] name = "always-assert" version = "0.1.3" @@ -202,9 +208,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.5.0" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" +checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" dependencies = [ "anstyle", "anstyle-parse", @@ -240,9 +246,9 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "2.1.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" +checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" dependencies = [ "anstyle", "windows-sys 0.48.0", @@ -289,6 +295,29 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" +[[package]] +name = "ark-bls12-377" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-std", +] + +[[package]] +name = "ark-bls12-377-ext" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" +dependencies = [ + "ark-bls12-377", + "ark-ec", + "ark-models-ext", + "ark-std", +] + [[package]] name = "ark-bls12-381" version = "0.4.0" @@ -301,6 +330,45 @@ dependencies = [ "ark-std", ] +[[package]] +name = "ark-bls12-381-ext" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" +dependencies = [ + "ark-bls12-381", + "ark-ec", + "ark-ff", + "ark-models-ext", + "ark-serialize", + "ark-std", +] + +[[package]] +name = "ark-bw6-761" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" +dependencies = [ + "ark-bls12-377", + "ark-ec", + "ark-ff", + "ark-std", +] + +[[package]] +name = "ark-bw6-761-ext" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" +dependencies = [ + "ark-bw6-761", + "ark-ec", + "ark-ff", + "ark-models-ext", + "ark-std", +] + [[package]] name = "ark-ec" version = "0.4.2" @@ -315,9 +383,35 @@ dependencies = [ "hashbrown 0.13.2", "itertools 0.10.5", "num-traits", + "rayon", "zeroize", ] +[[package]] +name = "ark-ed-on-bls12-377" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" +dependencies = [ + "ark-bls12-377", + "ark-ec", + "ark-ff", + "ark-std", +] + +[[package]] +name = "ark-ed-on-bls12-377-ext" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" +dependencies = [ + "ark-ec", + "ark-ed-on-bls12-377", + "ark-ff", + "ark-models-ext", + "ark-std", +] + [[package]] name = "ark-ed-on-bls12-381-bandersnatch" version = "0.4.0" @@ -330,6 +424,19 @@ dependencies = [ "ark-std", ] +[[package]] +name = "ark-ed-on-bls12-381-bandersnatch-ext" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" +dependencies = [ + "ark-ec", + "ark-ed-on-bls12-381-bandersnatch", + "ark-ff", + "ark-models-ext", + "ark-std", +] + [[package]] name = "ark-ff" version = "0.4.2" @@ -373,6 +480,19 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-models-ext" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "derivative", +] + [[package]] name = "ark-poly" version = "0.4.2" @@ -388,21 +508,22 @@ dependencies = [ [[package]] name = "ark-scale" -version = "0.0.10" +version = "0.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49b08346a3e38e2be792ef53ee168623c9244d968ff00cd70fb9932f6fe36393" +checksum = "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af" dependencies = [ "ark-ec", "ark-ff", "ark-serialize", "ark-std", "parity-scale-codec", + "scale-info", ] [[package]] name = "ark-secret-scalar" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4" +source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" dependencies = [ "ark-ec", "ark-ff", @@ -445,12 +566,13 @@ checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", "rand 0.8.5", + "rayon", ] [[package]] name = "ark-transcript" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4" +source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" dependencies = [ "ark-ff", "ark-serialize", @@ -460,6 +582,12 @@ dependencies = [ "sha3", ] +[[package]] +name = "array-bytes" +version = "4.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" + [[package]] name = "array-bytes" version = "6.1.0" @@ -605,7 +733,7 @@ checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -661,8 +789,8 @@ dependencies = [ [[package]] name = "bandersnatch_vrfs" -version = "0.0.1" -source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4" +version = "0.0.3" +source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" dependencies = [ "ark-bls12-381", "ark-ec", @@ -677,6 +805,8 @@ dependencies = [ "rand_core 0.6.4", "ring 0.1.0", "sha2 0.10.7", + "sp-ark-bls12-381", + "sp-ark-ed-on-bls12-381-bandersnatch", "zeroize", ] @@ -752,9 +882,28 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.37", + "syn 2.0.38", ] +[[package]] +name = "bip39" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" +dependencies = [ + "bitcoin_hashes", + "rand 0.8.5", + "rand_core 0.6.4", + "serde", + "unicode-normalization", +] + +[[package]] +name = "bitcoin_hashes" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" + [[package]] name = "bitflags" version = "1.3.2" @@ -779,6 +928,18 @@ dependencies = [ "wyz", ] +[[package]] +name = "blake2" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330" +dependencies = [ + "byte-tools", + "crypto-mac 0.7.0", + "digest 0.8.1", + "opaque-debug 0.2.3", +] + [[package]] name = "blake2" version = "0.10.6" @@ -981,6 +1142,16 @@ dependencies = [ "pkg-config", ] +[[package]] +name = "c2-chacha" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d27dae93fe7b1e0424dc57179ac396908c26b035a87234809f5c4dfd1b47dc80" +dependencies = [ + "cipher 0.2.5", + "ppv-lite86", +] + [[package]] name = "camino" version = "1.1.6" @@ -1030,7 +1201,7 @@ checksum = "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7" dependencies = [ "aead 0.3.2", "cipher 0.2.5", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -1063,6 +1234,16 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" +[[package]] +name = "chacha" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862" +dependencies = [ + "byteorder", + "keystream", +] + [[package]] name = "chacha20" version = "0.8.2" @@ -1165,9 +1346,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.5" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824956d0dca8334758a5b7f7e50518d66ea319330cbceedcf76905c2f6ab30e3" +checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" dependencies = [ "clap_builder", "clap_derive", @@ -1175,33 +1356,34 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.5" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "122ec64120a49b4563ccaedcbea7818d069ed8e9aa6d829b82d8a4128936b2ab" +checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" dependencies = [ "anstream", "anstyle", "clap_lex", "strsim", + "terminal_size", ] [[package]] name = "clap_derive" -version = "4.4.2" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" +checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "clap_lex" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" +checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "coarsetime" @@ -1245,7 +1427,7 @@ dependencies = [ [[package]] name = "common" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof?rev=8657210#86572101f4210647984ab4efedba6b3fcc890895" +source = "git+https://github.com/w3f/ring-proof#edd1e90b847e560bf60fc2e8712235ccfa11a9a9" dependencies = [ "ark-ec", "ark-ff", @@ -1312,6 +1494,12 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" +[[package]] +name = "constcat" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" + [[package]] name = "convert_case" version = "0.4.0" @@ -1560,7 +1748,7 @@ checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" dependencies = [ "generic-array 0.14.7", "rand_core 0.6.4", - "subtle", + "subtle 2.4.1", "zeroize", ] @@ -1572,7 +1760,7 @@ checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15" dependencies = [ "generic-array 0.14.7", "rand_core 0.6.4", - "subtle", + "subtle 2.4.1", "zeroize", ] @@ -1587,6 +1775,16 @@ dependencies = [ "typenum", ] +[[package]] +name = "crypto-mac" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" +dependencies = [ + "generic-array 0.12.4", + "subtle 1.0.0", +] + [[package]] name = "crypto-mac" version = "0.8.0" @@ -1594,7 +1792,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ "generic-array 0.14.7", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -1604,7 +1802,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" dependencies = [ "generic-array 0.14.7", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -1634,7 +1832,7 @@ dependencies = [ "byteorder", "digest 0.8.1", "rand_core 0.5.1", - "subtle", + "subtle 2.4.1", "zeroize", ] @@ -1647,7 +1845,7 @@ dependencies = [ "byteorder", "digest 0.9.0", "rand_core 0.5.1", - "subtle", + "subtle 2.4.1", "zeroize", ] @@ -1664,7 +1862,7 @@ dependencies = [ "fiat-crypto", "platforms", "rustc_version", - "subtle", + "subtle 2.4.1", "zeroize", ] @@ -1676,7 +1874,7 @@ checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -1703,7 +1901,7 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -1720,7 +1918,7 @@ checksum = "50c49547d73ba8dcfd4ad7325d64c6d5391ff4224d498fc39a6f3f49825a530d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -1938,14 +2136,14 @@ dependencies = [ "block-buffer 0.10.4", "const-oid", "crypto-common", - "subtle", + "subtle 2.4.1", ] [[package]] name = "directories" -version = "4.0.1" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210" +checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" dependencies = [ "dirs-sys", ] @@ -1962,13 +2160,14 @@ dependencies = [ [[package]] name = "dirs-sys" -version = "0.3.7" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" dependencies = [ "libc", + "option-ext", "redox_users", - "winapi", + "windows-sys 0.48.0", ] [[package]] @@ -1990,13 +2189,13 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "dleq_vrf" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=f4fe253#f4fe2534ccc6d916cd10d9c16891e673728ec8b4" +source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" dependencies = [ "ark-ec", "ark-ff", @@ -2012,18 +2211,18 @@ dependencies = [ [[package]] name = "docify" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76ee528c501ddd15d5181997e9518e59024844eac44fd1e40cb20ddb2a8562fa" +checksum = "4235e9b248e2ba4b92007fe9c646f3adf0ffde16dc74713eacc92b8bc58d8d2f" dependencies = [ "docify_macros", ] [[package]] name = "docify_macros" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca01728ab2679c464242eca99f94e2ce0514b52ac9ad950e2ed03fca991231c" +checksum = "47020e12d7c7505670d1363dd53d6c23724f71a90a3ae32ff8eba40de8404626" dependencies = [ "common-path", "derive-syn-parse", @@ -2031,7 +2230,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.37", + "syn 2.0.38", "termcolor", "toml 0.7.6", "walkdir", @@ -2164,7 +2363,7 @@ dependencies = [ "pkcs8 0.9.0", "rand_core 0.6.4", "sec1 0.3.0", - "subtle", + "subtle 2.4.1", "zeroize", ] @@ -2183,7 +2382,7 @@ dependencies = [ "pkcs8 0.10.2", "rand_core 0.6.4", "sec1 0.7.3", - "subtle", + "subtle 2.4.1", "zeroize", ] @@ -2216,7 +2415,7 @@ checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -2227,7 +2426,7 @@ checksum = "c2ad8cef1d801a4686bfd8919f0b30eac4c8e48968c437a6405ded4fb5272d2b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -2309,11 +2508,11 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7" dependencies = [ - "blake2", + "blake2 0.10.6", "fs-err", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -2384,7 +2583,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" dependencies = [ "rand_core 0.6.4", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -2394,13 +2593,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ "rand_core 0.6.4", - "subtle", + "subtle 2.4.1", ] [[package]] name = "fflonk" version = "0.1.0" -source = "git+https://github.com/w3f/fflonk#26a5045b24e169cffc1f9328ca83d71061145c40" +source = "git+https://github.com/w3f/fflonk#e141d4b6f42fb481aefe1b479788694945b6940d" dependencies = [ "ark-ec", "ark-ff", @@ -2501,7 +2700,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", ] @@ -2524,7 +2723,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-support", "frame-support-procedural", @@ -2540,19 +2739,19 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "Inflector", - "array-bytes", + "array-bytes 6.1.0", "chrono", "clap", "comfy-table", @@ -2581,15 +2780,15 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-database", - "sp-externalities", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-storage", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", - "sp-wasm-interface", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "thousands", ] @@ -2597,18 +2796,18 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2619,13 +2818,13 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-support", "frame-system", @@ -2636,8 +2835,8 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", - "sp-tracing", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -2655,7 +2854,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "aquamarine", "bitflags 1.3.2", @@ -2677,7 +2876,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-core-hashing-proc-macro", - "sp-debug-derive", + "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -2685,8 +2884,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std", - "sp-tracing", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", "static_assertions", "tt-call", @@ -2695,7 +2894,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "Inflector", "cfg-expr", @@ -2707,35 +2906,36 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.37", + "sp-core-hashing", + "syn 2.0.38", ] [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "cfg-if", "frame-support", @@ -2746,7 +2946,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-version", "sp-weights", ] @@ -2754,7 +2954,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "sp-api", @@ -2763,13 +2963,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -2866,7 +3066,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -3035,7 +3235,7 @@ checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" dependencies = [ "ff 0.12.1", "rand_core 0.6.4", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -3046,7 +3246,7 @@ checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff 0.13.0", "rand_core 0.6.4", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -3120,6 +3320,19 @@ name = "hashbrown" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" +dependencies = [ + "ahash 0.8.3", + "allocator-api2", +] + +[[package]] +name = "hashlink" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" +dependencies = [ + "hashbrown 0.14.0", +] [[package]] name = "heck" @@ -3728,6 +3941,12 @@ dependencies = [ "cpufeatures", ] +[[package]] +name = "keystream" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" + [[package]] name = "kvdb" version = "0.13.0" @@ -3763,9 +3982,9 @@ dependencies = [ [[package]] name = "landlock" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520baa32708c4e957d2fc3a186bc5bd8d26637c33137f399ddfc202adb240068" +checksum = "1530c5b973eeed4ac216af7e24baf5737645a6272e361f1fb95710678b67d9cc" dependencies = [ "enumflags2", "libc", @@ -3800,6 +4019,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "libm" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" + [[package]] name = "libp2p" version = "0.51.3" @@ -4267,7 +4492,7 @@ checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" dependencies = [ "crunchy", "digest 0.9.0", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -4350,6 +4575,18 @@ version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" +[[package]] +name = "lioness" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ae926706ba42c425c9457121178330d75e273df2e82e28b758faf3de3a9acb9" +dependencies = [ + "arrayref", + "blake2 0.8.1", + "chacha", + "keystream", +] + [[package]] name = "lock_api" version = "0.4.10" @@ -4415,50 +4652,50 @@ dependencies = [ [[package]] name = "macro_magic" -version = "0.4.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aee866bfee30d2d7e83835a4574aad5b45adba4cc807f2a3bbba974e5d4383c9" +checksum = "e03844fc635e92f3a0067e25fa4bf3e3dbf3f2927bf3aa01bb7bc8f1c428949d" dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "macro_magic_core" -version = "0.4.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e766a20fd9c72bab3e1e64ed63f36bd08410e75803813df210d1ce297d7ad00" +checksum = "468155613a44cfd825f1fb0ffa532b018253920d404e6fca1e8d43155198a46d" dependencies = [ "const-random", "derive-syn-parse", "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "macro_magic_core_macros" -version = "0.4.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c12469fc165526520dff2807c2975310ab47cf7190a45b99b49a7dc8befab17b" +checksum = "9ea73aa640dc01d62a590d48c0c3521ed739d53b27f919b25c3551e233481654" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "macro_magic_macros" -version = "0.4.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fb85ec1620619edf2984a7693497d4ec88a9665d8b87e942856884c92dbf2a" +checksum = "ef9d79ae96aaba821963320eb2b6e34d17df1e5a83d8a1985c29cc5be59577b3" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -4631,10 +4868,35 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a" +dependencies = [ + "arrayref", + "arrayvec 0.7.4", + "bitflags 1.3.2", + "blake2 0.10.6", + "c2-chacha", + "curve25519-dalek 4.0.0", + "either", + "hashlink", + "lioness", + "log", + "parking_lot 0.12.1", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_distr", + "subtle 2.4.1", + "thiserror", + "zeroize", +] + [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "log", @@ -4653,7 +4915,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "anyhow", "jsonrpsee", @@ -4975,6 +5237,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" dependencies = [ "autocfg", + "libm", ] [[package]] @@ -5041,6 +5304,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + [[package]] name = "orchestra" version = "0.3.3" @@ -5105,10 +5374,25 @@ dependencies = [ "sha2 0.10.7", ] +[[package]] +name = "pallet-asset-rate" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", +] + [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5118,13 +5402,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-support", "frame-system", @@ -5134,13 +5418,13 @@ dependencies = [ "sp-application-crypto", "sp-authority-discovery", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-support", "frame-system", @@ -5148,13 +5432,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5172,13 +5456,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5187,13 +5471,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5209,14 +5493,14 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "strum", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5224,13 +5508,13 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "docify", "frame-benchmarking", @@ -5243,13 +5527,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5266,13 +5550,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5286,13 +5570,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5303,13 +5587,13 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5321,14 +5605,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-support", "frame-system", @@ -5339,13 +5623,13 @@ dependencies = [ "serde", "sp-runtime", "sp-staking", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-salary" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5357,13 +5641,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-support", "frame-system", @@ -5378,14 +5662,14 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5402,24 +5686,24 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "log", "sp-arithmetic", @@ -5428,7 +5712,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "docify", "frame-benchmarking", @@ -5438,13 +5722,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "docify", "frame-benchmarking", @@ -5456,15 +5740,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std", - "sp-storage", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-support", "frame-system", @@ -5474,13 +5758,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5496,7 +5780,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5508,8 +5792,9 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -5518,14 +5803,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", + "sp-core", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5534,13 +5820,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5549,13 +5835,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-xcm" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -5568,7 +5854,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "staging-xcm 1.0.0", "staging-xcm-executor 1.0.0", ] @@ -5591,12 +5877,31 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "staging-xcm 3.0.0", "staging-xcm-builder 3.0.0", "staging-xcm-executor 3.0.0", ] +[[package]] +name = "pallet-xcm-benchmarks" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "staging-xcm 1.0.0", + "staging-xcm-builder 1.0.0", + "staging-xcm-executor 1.0.0", +] + [[package]] name = "pallet-xcm-benchmarks" version = "3.0.0" @@ -5615,8 +5920,8 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", - "sp-tracing", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "staging-xcm 3.0.0", "staging-xcm-builder 3.0.0", "staging-xcm-executor 3.0.0", @@ -5628,7 +5933,7 @@ version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78f19d20a0d2cc52327a88d131fa1c4ea81ea4a04714aedcfeca2dd410049cf8" dependencies = [ - "blake2", + "blake2 0.10.6", "crc32fast", "fs2", "hex", @@ -5756,15 +6061,6 @@ dependencies = [ "crypto-mac 0.11.1", ] -[[package]] -name = "pbkdf2" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" -dependencies = [ - "digest 0.10.7", -] - [[package]] name = "peeking_take_while" version = "0.1.2" @@ -5825,7 +6121,7 @@ dependencies = [ "pest_meta", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -5866,7 +6162,7 @@ checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -5922,7 +6218,7 @@ checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" [[package]] name = "polkadot-approval-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "futures-timer", @@ -5940,7 +6236,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "always-assert", "futures", @@ -5956,7 +6252,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "derive_more", "fatality", @@ -5979,7 +6275,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "fatality", @@ -6001,7 +6297,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bitvec", "fatality", @@ -6023,19 +6319,19 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "polkadot-dispute-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "derive_more", "fatality", @@ -6060,7 +6356,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6074,7 +6370,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "futures-timer", @@ -6095,7 +6391,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "always-assert", "async-trait", @@ -6118,7 +6414,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "parity-scale-codec", @@ -6136,7 +6432,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bitvec", "derive_more", @@ -6165,7 +6461,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bitvec", "futures", @@ -6187,7 +6483,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bitvec", "fatality", @@ -6206,7 +6502,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "polkadot-node-subsystem", @@ -6221,7 +6517,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "futures", @@ -6242,7 +6538,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "polkadot-node-metrics", @@ -6257,7 +6553,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "futures-timer", @@ -6274,7 +6570,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "fatality", "futures", @@ -6293,7 +6589,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "futures", @@ -6310,7 +6606,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bitvec", "fatality", @@ -6327,7 +6623,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bitvec", "fatality", @@ -6344,11 +6640,13 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "always-assert", + "cfg-if", "futures", "futures-timer", + "is_executable", "libc", "parity-scale-codec", "pin-project", @@ -6362,8 +6660,7 @@ dependencies = [ "slotmap", "sp-core", "sp-maybe-compressed-blob", - "sp-wasm-interface", - "substrate-build-script-utils", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "tempfile", "tokio", "tracing-gum", @@ -6372,7 +6669,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "polkadot-node-primitives", @@ -6388,8 +6685,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ + "cfg-if", "cpu-time", "futures", "landlock", @@ -6400,18 +6698,19 @@ dependencies = [ "sc-executor", "sc-executor-common", "sc-executor-wasmtime", + "seccompiler", "sp-core", - "sp-externalities", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-io", - "sp-tracing", - "tokio", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-core-runtime-api" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "polkadot-node-metrics", @@ -6426,7 +6725,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "lazy_static", "log", @@ -6444,7 +6743,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bs58 0.5.0", "futures", @@ -6463,7 +6762,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-channel", "async-trait", @@ -6487,7 +6786,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bounded-vec", "futures", @@ -6509,7 +6808,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -6519,7 +6818,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "derive_more", @@ -6544,7 +6843,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "derive_more", @@ -6579,7 +6878,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "futures", @@ -6592,7 +6891,6 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-primitives", "sc-client-api", - "schnellru", "sp-api", "sp-core", "tikv-jemalloc-ctl", @@ -6602,24 +6900,24 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bounded-collections", "derive_more", - "frame-support", "parity-scale-codec", "polkadot-core-primitives", "scale-info", "serde", "sp-core", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-weights", ] [[package]] name = "polkadot-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bitvec", "hex-literal", @@ -6639,13 +6937,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "polkadot-rpc" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -6677,7 +6975,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bitvec", "frame-benchmarking", @@ -6687,6 +6985,7 @@ dependencies = [ "impl-trait-for-tuples", "libsecp256k1", "log", + "pallet-asset-rate", "pallet-authorship", "pallet-babe", "pallet-balances", @@ -6699,6 +6998,7 @@ dependencies = [ "pallet-transaction-payment", "pallet-treasury", "pallet-vesting", + "pallet-xcm-benchmarks 1.0.0", "parity-scale-codec", "polkadot-primitives", "polkadot-runtime-parachains", @@ -6715,28 +7015,30 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "staging-xcm 1.0.0", + "staging-xcm-builder 1.0.0", + "staging-xcm-executor 1.0.0", "static_assertions", ] [[package]] name = "polkadot-runtime-metrics" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bs58 0.5.0", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-std", - "sp-tracing", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "polkadot-runtime-parachains" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -6774,7 +7076,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "staging-xcm 1.0.0", "staging-xcm-executor 1.0.0", "static_assertions", @@ -6783,7 +7085,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "frame-benchmarking", @@ -6884,7 +7186,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -6897,7 +7199,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -6921,7 +7223,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -6931,7 +7233,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -6959,7 +7261,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bitvec", "frame-election-provider-support", @@ -7000,6 +7302,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-beefy", "sp-core", + "sp-genesis-builder", "sp-inherents", "sp-io", "sp-mmr-primitives", @@ -7007,7 +7310,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-transaction-pool", "sp-version", "staging-xcm 1.0.0", @@ -7020,7 +7323,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-system", "futures", @@ -7173,7 +7476,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62" dependencies = [ "proc-macro2", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -7247,20 +7550,20 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro-warning" -version = "0.4.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" +checksum = "9b698b0b09d40e9b7c1a47b132d66a8b54bcd20583d9b6d06e4535e383b4405c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "proc-macro2" -version = "1.0.67" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" +checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" dependencies = [ "unicode-ident", ] @@ -7299,7 +7602,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -7499,6 +7802,16 @@ dependencies = [ "getrandom 0.2.10", ] +[[package]] +name = "rand_distr" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" +dependencies = [ + "num-traits", + "rand 0.8.5", +] + [[package]] name = "rand_hc" version = "0.2.0" @@ -7629,7 +7942,7 @@ checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -7704,20 +8017,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" dependencies = [ "hmac 0.12.1", - "subtle", + "subtle 2.4.1", ] [[package]] name = "ring" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof?rev=8657210#86572101f4210647984ab4efedba6b3fcc890895" +source = "git+https://github.com/w3f/ring-proof#edd1e90b847e560bf60fc2e8712235ccfa11a9a9" dependencies = [ "ark-ec", "ark-ff", "ark-poly", "ark-serialize", "ark-std", - "blake2", + "blake2 0.10.6", "common", "fflonk", "merlin 3.0.0", @@ -7998,18 +8311,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "log", "sp-core", - "sp-wasm-interface", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "futures", @@ -8037,7 +8350,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "futures-timer", @@ -8060,7 +8373,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8075,7 +8388,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -8094,24 +8407,26 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ - "array-bytes", + "array-bytes 6.1.0", + "bip39", "chrono", "clap", "fdlimit", "futures", + "itertools 0.10.5", "libp2p-identity", "log", "names", @@ -8122,6 +8437,7 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-keystore", + "sc-mixnet", "sc-network", "sc-service", "sc-telemetry", @@ -8137,14 +8453,13 @@ dependencies = [ "sp-runtime", "sp-version", "thiserror", - "tiny-bip39", "tokio", ] [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "fnv", "futures", @@ -8159,11 +8474,11 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -8171,7 +8486,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "hash-db", "kvdb", @@ -8197,7 +8512,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "futures", @@ -8222,7 +8537,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "fork-tree", @@ -8257,7 +8572,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "jsonrpsee", @@ -8279,9 +8594,9 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ - "array-bytes", + "array-bytes 6.1.0", "async-channel", "async-trait", "fnv", @@ -8313,7 +8628,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "jsonrpsee", @@ -8332,7 +8647,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8345,10 +8660,10 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "ahash 0.8.3", - "array-bytes", + "array-bytes 6.1.0", "async-trait", "dyn-clone", "finality-grandpa", @@ -8366,6 +8681,7 @@ dependencies = [ "sc-network", "sc-network-common", "sc-network-gossip", + "sc-network-sync", "sc-telemetry", "sc-transaction-pool-api", "sc-utils", @@ -8386,7 +8702,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "finality-grandpa", "futures", @@ -8406,7 +8722,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "futures", @@ -8429,7 +8745,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -8438,24 +8754,24 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-io", "sp-panic-handler", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "sp-version", - "sp-wasm-interface", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "wasm-instrument", ] @@ -8463,24 +8779,25 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "anyhow", "cfg-if", "libc", "log", + "parking_lot 0.12.1", "rustix 0.36.14", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "wasmtime", ] [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "ansi_term", "futures", @@ -8489,6 +8806,7 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", + "sc-network-sync", "sp-blockchain", "sp-runtime", ] @@ -8496,9 +8814,9 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ - "array-bytes", + "array-bytes 6.1.0", "parking_lot 0.12.1", "serde_json", "sp-application-crypto", @@ -8507,12 +8825,40 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-mixnet" +version = "0.1.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "array-bytes 4.2.0", + "arrayvec 0.7.4", + "blake2 0.10.6", + "futures", + "futures-timer", + "libp2p-identity", + "log", + "mixnet", + "multiaddr", + "parity-scale-codec", + "parking_lot 0.12.1", + "sc-client-api", + "sc-network", + "sc-transaction-pool-api", + "sp-api", + "sp-consensus", + "sp-core", + "sp-keystore", + "sp-mixnet", + "sp-runtime", + "thiserror", +] + [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ - "array-bytes", + "array-bytes 6.1.0", "async-channel", "async-trait", "asynchronous-codec", @@ -8551,7 +8897,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-channel", "cid", @@ -8571,7 +8917,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -8588,7 +8934,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "ahash 0.8.3", "futures", @@ -8597,6 +8943,7 @@ dependencies = [ "log", "sc-network", "sc-network-common", + "sc-network-sync", "schnellru", "sp-runtime", "substrate-prometheus-endpoint", @@ -8606,9 +8953,9 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ - "array-bytes", + "array-bytes 6.1.0", "async-channel", "futures", "libp2p-identity", @@ -8627,9 +8974,9 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ - "array-bytes", + "array-bytes 6.1.0", "async-channel", "async-trait", "fork-tree", @@ -8656,20 +9003,22 @@ dependencies = [ "sp-runtime", "substrate-prometheus-endpoint", "thiserror", + "tokio-stream", ] [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ - "array-bytes", + "array-bytes 6.1.0", "futures", "libp2p", "log", "parity-scale-codec", "sc-network", "sc-network-common", + "sc-network-sync", "sc-utils", "sp-consensus", "sp-runtime", @@ -8679,9 +9028,9 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ - "array-bytes", + "array-bytes 6.1.0", "bytes", "fnv", "futures", @@ -8702,7 +9051,7 @@ dependencies = [ "sc-utils", "sp-api", "sp-core", - "sp-externalities", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-keystore", "sp-offchain", "sp-runtime", @@ -8713,7 +9062,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8722,7 +9071,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "jsonrpsee", @@ -8732,6 +9081,7 @@ dependencies = [ "sc-block-builder", "sc-chain-spec", "sc-client-api", + "sc-mixnet", "sc-rpc-api", "sc-tracing", "sc-transaction-pool-api", @@ -8753,11 +9103,12 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "jsonrpsee", "parity-scale-codec", "sc-chain-spec", + "sc-mixnet", "sc-transaction-pool-api", "scale-info", "serde", @@ -8772,7 +9123,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "http", "jsonrpsee", @@ -8787,9 +9138,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ - "array-bytes", + "array-bytes 6.1.0", "futures", "futures-util", "hex", @@ -8815,7 +9166,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "directories", @@ -8857,12 +9208,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -8879,7 +9230,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "log", "parity-scale-codec", @@ -8890,7 +9241,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8909,7 +9260,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "libc", @@ -8922,13 +9273,13 @@ dependencies = [ "serde_json", "sp-core", "sp-io", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "chrono", "futures", @@ -8947,7 +9298,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "ansi_term", "atty", @@ -8966,7 +9317,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "tracing", "tracing-log", @@ -8976,18 +9327,18 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "futures", @@ -9004,7 +9355,7 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-runtime", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -9013,7 +9364,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "futures", @@ -9029,7 +9380,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-channel", "futures", @@ -9043,9 +9394,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.8.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad560913365790f17cbf12479491169f01b9d46d29cfc7422bf8c64bdc61b731" +checksum = "7f7d66a1128282b7ef025a8ead62a4a9fcf017382ec53b8ffbf4d7bf77bd3c60" dependencies = [ "bitvec", "cfg-if", @@ -9057,9 +9408,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.8.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19df9bd9ace6cc2fe19387c96ce677e823e07d017ceed253e7bb3d1d1bd9c73b" +checksum = "abf2c68b89cafb3b8d918dd07b42be0da66ff202cf1155c5739a4e0c1ea0dc19" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9101,7 +9452,7 @@ dependencies = [ "rand 0.7.3", "rand_core 0.5.1", "sha2 0.8.2", - "subtle", + "subtle 2.4.1", "zeroize", ] @@ -9159,7 +9510,7 @@ dependencies = [ "der 0.6.1", "generic-array 0.14.7", "pkcs8 0.9.0", - "subtle", + "subtle 2.4.1", "zeroize", ] @@ -9173,10 +9524,19 @@ dependencies = [ "der 0.7.8", "generic-array 0.14.7", "pkcs8 0.10.2", - "subtle", + "subtle 2.4.1", "zeroize", ] +[[package]] +name = "seccompiler" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5" +dependencies = [ + "libc", +] + [[package]] name = "secp256k1" version = "0.24.3" @@ -9268,7 +9628,7 @@ checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -9442,13 +9802,13 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "enumn", "parity-scale-codec", "paste", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -9479,14 +9839,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155" dependencies = [ "aes-gcm 0.9.4", - "blake2", + "blake2 0.10.6", "chacha20poly1305", "curve25519-dalek 4.0.0", "rand_core 0.6.4", "ring 0.16.20", "rustc_version", "sha2 0.10.7", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -9529,7 +9889,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "hash-db", "log", @@ -9537,11 +9897,11 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-metadata-ir", "sp-runtime", "sp-state-machine", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "sp-version", "thiserror", @@ -9550,72 +9910,90 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "Inflector", - "blake2", + "blake2 0.10.6", "expander 2.0.0", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "static_assertions", ] +[[package]] +name = "sp-ark-bls12-381" +version = "0.4.2" +source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f" +dependencies = [ + "ark-bls12-381-ext", + "sp-crypto-ec-utils", +] + +[[package]] +name = "sp-ark-ed-on-bls12-381-bandersnatch" +version = "0.4.2" +source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f" +dependencies = [ + "ark-ed-on-bls12-381-bandersnatch-ext", + "sp-crypto-ec-utils", +] + [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "sp-api", "sp-inherents", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "futures", "log", @@ -9633,7 +10011,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "futures", @@ -9648,7 +10026,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "parity-scale-codec", @@ -9660,14 +10038,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-timestamp", ] [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "lazy_static", "parity-scale-codec", @@ -9679,14 +10057,14 @@ dependencies = [ "sp-io", "sp-mmr-primitives", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "strum", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "finality-grandpa", "log", @@ -9698,30 +10076,31 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-timestamp", ] [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ - "array-bytes", + "array-bytes 6.1.0", "bandersnatch_vrfs", + "bip39", "bitflags 1.3.2", - "blake2", + "blake2 0.10.6", "bounded-collections", "bs58 0.5.0", "dyn-clonable", @@ -9730,6 +10109,7 @@ dependencies = [ "hash-db", "hash256-std-hasher", "impl-serde", + "itertools 0.10.5", "lazy_static", "libsecp256k1", "log", @@ -9746,23 +10126,23 @@ dependencies = [ "secrecy", "serde", "sp-core-hashing", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "ss58-registry", "substrate-bip39", "thiserror", - "tiny-bip39", "tracing", + "w3f-bls", "zeroize", ] [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "blake2b_simd", "byteorder", @@ -9775,17 +10155,38 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "quote", "sp-core-hashing", - "syn 2.0.37", + "syn 2.0.38", +] + +[[package]] +name = "sp-crypto-ec-utils" +version = "0.4.1" +source = "git+https://github.com/paritytech/polkadot-sdk#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "ark-bls12-377", + "ark-bls12-377-ext", + "ark-bls12-381", + "ark-bls12-381-ext", + "ark-bw6-761", + "ark-bw6-761-ext", + "ark-ec", + "ark-ed-on-bls12-377", + "ark-ed-on-bls12-377-ext", + "ark-ed-on-bls12-381-bandersnatch", + "ark-ed-on-bls12-381-bandersnatch-ext", + "ark-scale", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -9794,53 +10195,74 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", +] + +[[package]] +name = "sp-debug-derive" +version = "8.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.38", +] + +[[package]] +name = "sp-externalities" +version = "0.19.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk)", ] [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "serde_json", "sp-api", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", ] [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bytes", "ed25519-dalek", @@ -9850,12 +10272,12 @@ dependencies = [ "rustversion", "secp256k1", "sp-core", - "sp-externalities", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-keystore", - "sp-runtime-interface", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-state-machine", - "sp-std", - "sp-tracing", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "tracing", "tracing-core", @@ -9864,7 +10286,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "lazy_static", "sp-core", @@ -9875,19 +10297,19 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sp-core", - "sp-externalities", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "thiserror", "zstd 0.12.4", @@ -9896,18 +10318,30 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-metadata", "parity-scale-codec", "scale-info", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", +] + +[[package]] +name = "sp-mixnet" +version = "0.1.0-dev" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -9916,16 +10350,16 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive", + "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", ] [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "scale-info", @@ -9933,13 +10367,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "sp-api", "sp-core", @@ -9949,7 +10383,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "backtrace", "lazy_static", @@ -9959,7 +10393,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "rustc-hash", "serde", @@ -9969,7 +10403,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "either", "hash256-std-hasher", @@ -9984,44 +10418,74 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "static_assertions", +] + +[[package]] +name = "sp-runtime-interface" +version = "17.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-runtime-interface-proc-macro 11.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-storage 13.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-wasm-interface 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", "static_assertions", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "Inflector", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", +] + +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "11.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "Inflector", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.38", ] [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10030,13 +10494,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10044,13 +10508,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "hash-db", "log", @@ -10059,9 +10523,9 @@ dependencies = [ "rand 0.8.5", "smallvec", "sp-core", - "sp-externalities", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-panic-handler", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "thiserror", "tracing", @@ -10071,7 +10535,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "aes-gcm 0.10.2", "curve25519-dalek 4.0.0", @@ -10084,10 +10548,10 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-externalities", + "sp-externalities 0.19.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-runtime", - "sp-runtime-interface", - "sp-std", + "sp-runtime-interface 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "x25519-dalek 2.0.0", ] @@ -10095,41 +10559,71 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" + +[[package]] +name = "sp-std" +version = "8.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk#15a34838819f09f3bcfb3c05c08fb53934d8efc4" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", +] + +[[package]] +name = "sp-storage" +version = "13.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", ] [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "tracing", + "tracing-core", + "tracing-subscriber", +] + +[[package]] +name = "sp-tracing" +version = "10.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "parity-scale-codec", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", "tracing", "tracing-core", "tracing-subscriber", @@ -10138,7 +10632,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "sp-api", "sp-runtime", @@ -10147,7 +10641,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "async-trait", "parity-scale-codec", @@ -10155,14 +10649,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", ] [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "ahash 0.8.3", "hash-db", @@ -10172,10 +10666,11 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.1", + "rand 0.8.5", "scale-info", "schnellru", "sp-core", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "tracing", "trie-db", @@ -10185,7 +10680,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10194,7 +10689,7 @@ dependencies = [ "serde", "sp-core-hashing-proc-macro", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-version-proc-macro", "thiserror", ] @@ -10202,31 +10697,44 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "wasmtime", +] + +[[package]] +name = "sp-wasm-interface" +version = "14.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk#15a34838819f09f3bcfb3c05c08fb53934d8efc4" +dependencies = [ + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", "wasmtime", ] [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10234,8 +10742,8 @@ dependencies = [ "smallvec", "sp-arithmetic", "sp-core", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -10288,7 +10796,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "bounded-collections", "derivative", @@ -10324,7 +10832,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-support", "frame-system", @@ -10337,7 +10845,7 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", "staging-xcm 1.0.0", "staging-xcm-executor 1.0.0", @@ -10367,7 +10875,7 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", "staging-xcm 3.0.0", "staging-xcm-executor 3.0.0", @@ -10376,7 +10884,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "environmental", "frame-benchmarking", @@ -10388,7 +10896,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", "staging-xcm 1.0.0", ] @@ -10407,7 +10915,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", "staging-xcm 3.0.0", ] @@ -10511,7 +11019,7 @@ dependencies = [ "md-5", "rand 0.8.5", "ring 0.16.20", - "subtle", + "subtle 2.4.1", "thiserror", "tokio", "url", @@ -10525,21 +11033,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c" dependencies = [ "hmac 0.11.0", - "pbkdf2 0.8.0", + "pbkdf2", "schnorrkel", "sha2 0.9.9", "zeroize", ] -[[package]] -name = "substrate-build-script-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" - [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -10558,7 +11061,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "hyper", "log", @@ -10570,7 +11073,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10587,9 +11090,9 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ - "array-bytes", + "array-bytes 6.1.0", "async-trait", "futures", "parity-scale-codec", @@ -10613,7 +11116,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "ansi_term", "build-helper", @@ -10637,6 +11140,12 @@ dependencies = [ "autocfg", ] +[[package]] +name = "subtle" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" + [[package]] name = "subtle" version = "2.4.1" @@ -10656,9 +11165,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.37" +version = "2.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" +checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" dependencies = [ "proc-macro2", "quote", @@ -10732,6 +11241,16 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "terminal_size" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" +dependencies = [ + "rustix 0.38.3", + "windows-sys 0.48.0", +] + [[package]] name = "termtree" version = "0.4.1" @@ -10741,7 +11260,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-runtime-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "frame-support", "polkadot-primitives", @@ -10769,7 +11288,7 @@ checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -10859,25 +11378,6 @@ dependencies = [ "time-core", ] -[[package]] -name = "tiny-bip39" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861" -dependencies = [ - "anyhow", - "hmac 0.12.1", - "once_cell", - "pbkdf2 0.11.0", - "rand 0.8.5", - "rustc-hash", - "sha2 0.10.7", - "thiserror", - "unicode-normalization", - "wasm-bindgen", - "zeroize", -] - [[package]] name = "tiny-keccak" version = "2.0.2" @@ -10940,7 +11440,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -11085,7 +11585,7 @@ checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -11111,10 +11611,9 @@ dependencies = [ [[package]] name = "tracing-gum" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "coarsetime", - "polkadot-node-jaeger", "polkadot-primitives", "tracing", "tracing-gum-proc-macro", @@ -11123,13 +11622,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "expander 2.0.0", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -11351,7 +11850,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" dependencies = [ "generic-array 0.14.7", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -11361,7 +11860,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" dependencies = [ "crypto-common", - "subtle", + "subtle 2.4.1", ] [[package]] @@ -11432,6 +11931,30 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" +[[package]] +name = "w3f-bls" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" +dependencies = [ + "ark-bls12-377", + "ark-bls12-381", + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-serialize-derive", + "arrayref", + "constcat", + "digest 0.10.7", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "sha2 0.10.7", + "sha3", + "thiserror", + "zeroize", +] + [[package]] name = "waitgroup" version = "0.1.2" @@ -11499,7 +12022,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", "wasm-bindgen-shared", ] @@ -11533,7 +12056,7 @@ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -11555,9 +12078,9 @@ dependencies = [ [[package]] name = "wasm-opt" -version = "0.114.1" +version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d005a95f934878a1fb446a816d51c3601a0120ff929005ba3bab3c749cfd1c7" +checksum = "fc942673e7684671f0c5708fc18993569d184265fd5223bb51fc8e5b9b6cfd52" dependencies = [ "anyhow", "libc", @@ -11571,9 +12094,9 @@ dependencies = [ [[package]] name = "wasm-opt-cxx-sys" -version = "0.114.1" +version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d04e240598162810fad3b2e96fa0dec6dba1eb65a03f3bd99a9248ab8b56caa" +checksum = "8c57b28207aa724318fcec6575fe74803c23f6f266fce10cbc9f3f116762f12e" dependencies = [ "anyhow", "cxx", @@ -11583,9 +12106,9 @@ dependencies = [ [[package]] name = "wasm-opt-sys" -version = "0.114.1" +version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2efd2aaca519d64098c4faefc8b7433a97ed511caf4c9e516384eb6aef1ff4f9" +checksum = "8a1cce564dc768dacbdb718fc29df2dba80bd21cb47d8f77ae7e3d95ceb98cbe" dependencies = [ "anyhow", "cc", @@ -11939,7 +12462,7 @@ dependencies = [ "sha1", "sha2 0.10.7", "signature 1.6.4", - "subtle", + "subtle 2.4.1", "thiserror", "tokio", "webpki 0.21.4", @@ -12033,7 +12556,7 @@ dependencies = [ "rtcp", "rtp", "sha-1", - "subtle", + "subtle 2.4.1", "thiserror", "tokio", "webrtc-util", @@ -12406,7 +12929,7 @@ dependencies = [ "sp-keyring", "sp-runtime", "sp-state-machine", - "sp-tracing", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "staging-xcm 3.0.0", "staging-xcm-executor 3.0.0", ] @@ -12414,12 +12937,12 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#7d3ce4df72df7a25e0d71c75aa8c78959b2de3ef" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#15a34838819f09f3bcfb3c05c08fb53934d8efc4" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -12429,7 +12952,7 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -12443,7 +12966,7 @@ dependencies = [ "polkadot-parachain-primitives", "polkadot-runtime-parachains", "sp-io", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "staging-xcm 3.0.0", "staging-xcm-builder 3.0.0", "staging-xcm-executor 3.0.0", @@ -12468,8 +12991,8 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", - "sp-tracing", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "staging-xcm 3.0.0", "staging-xcm-builder 3.0.0", "staging-xcm-executor 3.0.0", @@ -12495,7 +13018,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "staging-xcm 3.0.0", "staging-xcm-builder 3.0.0", "staging-xcm-executor 3.0.0", @@ -12542,7 +13065,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]]