From 4beb6262f4253a5bb3359b50e2128b31c8857d83 Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Tue, 7 Jul 2026 11:09:20 -0700 Subject: [PATCH 01/14] Upgrade Subtensor to Polkadot SDK stable2606 --- Cargo.lock | 7635 +++++++++++++++++++++++------------------- Cargo.toml | 274 +- eco-tests/Cargo.toml | 24 +- 3 files changed, 4307 insertions(+), 3626 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5841f6a89f..9ff22129d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,15 +12,6 @@ dependencies = [ "regex", ] -[[package]] -name = "addr2line" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" -dependencies = [ - "gimli 0.27.3", -] - [[package]] name = "addr2line" version = "0.25.1" @@ -42,7 +33,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" dependencies = [ - "crypto-common", + "crypto-common 0.1.7", "generic-array 0.14.7", ] @@ -89,7 +80,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" dependencies = [ "cfg-if", - "getrandom 0.3.3", + "getrandom 0.3.4", "once_cell", "version_check", "zerocopy", @@ -97,9 +88,9 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" +checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" dependencies = [ "memchr", ] @@ -110,147 +101,204 @@ version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" +[[package]] +name = "alloy-consensus" +version = "1.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f16daaf7e1f95f62c6c3bf8a3fc3d78b08ae9777810c0bb5e94966c7cd57ef0" +dependencies = [ + "alloy-eips", + "alloy-primitives 1.6.0", + "alloy-rlp", + "alloy-trie", + "alloy-tx-macros", + "auto_impl", + "derive_more 2.1.1", + "either", + "once_cell", + "thiserror 2.0.18", +] + [[package]] name = "alloy-core" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "575053cea24ea8cb7e775e39d5c53c33b19cfd0ca1cf6c0fd653f3d8c682095f" +checksum = "62ddde5968de6044d67af107ad835bc0069a7ca245870b94c5958a7d8712b184" dependencies = [ - "alloy-dyn-abi", - "alloy-json-abi", - "alloy-primitives 1.4.0", + "alloy-primitives 1.6.0", "alloy-rlp", "alloy-sol-types", ] [[package]] -name = "alloy-dyn-abi" -version = "1.4.0" +name = "alloy-eip2124" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6c2905bafc2df7ccd32ca3af13f0b0d82f2e2ff9dfbeb12196c0d978d5c0deb" +checksum = "741bdd7499908b3aa0b159bba11e71c8cddd009a2c2eb7a06e825f1ec87900a5" dependencies = [ - "alloy-json-abi", - "alloy-primitives 1.4.0", - "alloy-sol-type-parser", - "alloy-sol-types", - "itoa", - "serde", - "serde_json", - "winnow", + "alloy-primitives 1.6.0", + "alloy-rlp", + "crc", + "thiserror 2.0.18", ] [[package]] -name = "alloy-json-abi" -version = "1.4.0" +name = "alloy-eip2930" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2acb6637a9c0e1cdf8971e0ced8f3fa34c04c5e9dccf6bb184f6a64fe0e37d8" +checksum = "9441120fa82df73e8959ae0e4ab8ade03de2aaae61be313fbf5746277847ce25" dependencies = [ - "alloy-primitives 1.4.0", - "alloy-sol-type-parser", - "serde", - "serde_json", + "alloy-primitives 1.6.0", + "alloy-rlp", +] + +[[package]] +name = "alloy-eip7702" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2919c5a56a1007492da313e7a3b6d45ef5edc5d33416fdec63c0d7a2702a0d20" +dependencies = [ + "alloy-primitives 1.6.0", + "alloy-rlp", + "k256", + "thiserror 2.0.18", +] + +[[package]] +name = "alloy-eip7928" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b827a6d7784fe3eb3489d40699407a4cdcce74271421a01bdffe60cf573bb16" +dependencies = [ + "alloy-primitives 1.6.0", + "alloy-rlp", + "once_cell", + "thiserror 2.0.18", +] + +[[package]] +name = "alloy-eips" +version = "1.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6ef28c9fdad22d4eec52d894f5f2673a0895f1e5ef196734568e68c0f6caca8" +dependencies = [ + "alloy-eip2124", + "alloy-eip2930", + "alloy-eip7702", + "alloy-eip7928", + "alloy-primitives 1.6.0", + "alloy-rlp", + "auto_impl", + "derive_more 2.1.1", + "either", + "sha2 0.10.9", ] [[package]] name = "alloy-primitives" -version = "0.8.25" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c77490fe91a0ce933a1f219029521f20fc28c2c0ca95d53fa4da9c00b8d9d4e" +checksum = "777d58b30eb9a4db0e5f59bc30e8c2caef877fee7dc8734cf242a51a60f22e05" dependencies = [ "alloy-rlp", "bytes", "cfg-if", "const-hex", - "derive_more 2.0.1", + "derive_more 2.1.1", "foldhash 0.1.5", - "indexmap 2.11.4", + "indexmap", "itoa", "k256", "keccak-asm", "paste", "proptest", - "rand 0.8.5", + "rand 0.8.6", "ruint", - "rustc-hash 2.1.1", + "rustc-hash 2.1.3", "serde", - "sha3", + "sha3 0.10.9", "tiny-keccak", ] [[package]] name = "alloy-primitives" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b77f7d5e60ad8ae6bd2200b8097919712a07a6db622a4b201e7ead6166f02e5" +checksum = "4885c1409b6936c4898e646ef58baf6ec54edaf6d8179f79df805a7b85b7cf3e" dependencies = [ "alloy-rlp", "bytes", "cfg-if", "const-hex", - "derive_more 2.0.1", - "foldhash 0.2.0", - "hashbrown 0.16.0", - "indexmap 2.11.4", + "derive_more 2.1.1", + "hashbrown 0.17.1", "itoa", "k256", - "keccak-asm", "paste", - "proptest", - "rand 0.9.2", "ruint", - "rustc-hash 2.1.1", - "serde", - "sha3", - "tiny-keccak", + "rustc-hash 2.1.3", + "sha3 0.11.0", ] [[package]] name = "alloy-rlp" -version = "0.3.12" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f70d83b765fdc080dbcd4f4db70d8d23fe4761f2f02ebfa9146b833900634b4" +checksum = "24671b1f62edcf0f9b62994c7bf72cd621a04a4b99f5020ece1a647b40e2f103" dependencies = [ - "arrayvec 0.7.6", + "alloy-rlp-derive", + "arrayvec 0.7.8", "bytes", ] +[[package]] +name = "alloy-rlp-derive" +version = "0.3.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d4311c03125e8a18296504560b9de3d75ecbd0dcda7f71e6cf2a196d57e6fba" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + [[package]] name = "alloy-sol-macro" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78c84c3637bee9b5c4a4d2b93360ee16553d299c3b932712353caf1cea76d0e6" +checksum = "840128ed2b2971d6d4668a553fe403a82683d3acc646c73e75887e7157408033" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "alloy-sol-macro-expander" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a882aa4e1790063362434b9b40d358942b188477ac1c44cfb8a52816ffc0cc17" +checksum = "63ec265e5d65d725175f6ca7711c970824c90ef9c0d1f1973711d4150ee612dd" dependencies = [ "alloy-sol-macro-input", "const-hex", "heck 0.5.0", - "indexmap 2.11.4", + "indexmap", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.106", + "sha3 0.11.0", + "syn 2.0.118", "syn-solidity", - "tiny-keccak", ] [[package]] name = "alloy-sol-macro-input" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e5772107f9bb265d8d8c86e0733937bb20d0857ea5425b1b6ddf51a9804042" +checksum = "89bf01077f18650876cfa682eb1f949967b5cde03f1a51c955c469d2c9b4aa67" dependencies = [ "const-hex", "dunce", @@ -258,30 +306,45 @@ dependencies = [ "macro-string", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", "syn-solidity", ] [[package]] -name = "alloy-sol-type-parser" -version = "1.4.0" +name = "alloy-sol-types" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e188b939aa4793edfaaa099cb1be4e620036a775b4bdf24fdc56f1cd6fd45890" +checksum = "384cf252de0db2dec52821eac037a7f57e2aa33fe5b900ce6fe39973402341f1" dependencies = [ - "serde", - "winnow", + "alloy-primitives 1.6.0", + "alloy-sol-macro", ] [[package]] -name = "alloy-sol-types" -version = "1.4.0" +name = "alloy-trie" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c8a9a909872097caffc05df134e5ef2253a1cdb56d3a9cf0052a042ac763f9" +checksum = "3f14b5d9b2c2173980202c6ff470d96e7c5e202c65a9f67884ad565226df7fbb" dependencies = [ - "alloy-json-abi", - "alloy-primitives 1.4.0", - "alloy-sol-macro", - "serde", + "alloy-primitives 1.6.0", + "alloy-rlp", + "derive_more 2.1.1", + "nybbles", + "smallvec", + "thiserror 2.0.18", + "tracing", +] + +[[package]] +name = "alloy-tx-macros" +version = "1.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d69722eddcdf1ce096c3ab66cf8116999363f734eb36fe94a148f4f71c85da84" +dependencies = [ + "darling 0.23.0", + "proc-macro2", + "quote", + "syn 2.0.118", ] [[package]] @@ -301,9 +364,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.21" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" +checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" dependencies = [ "anstyle", "anstyle-parse", @@ -316,33 +379,33 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" +checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "anstyle-parse" -version = "0.2.7" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" +checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" +checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ "windows-sys 0.60.2", ] [[package]] name = "anstyle-wincon" -version = "3.0.10" +version = "3.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" +checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", @@ -351,9 +414,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.100" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" +checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" [[package]] name = "approx" @@ -375,9 +438,15 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] +[[package]] +name = "arbitrary" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" + [[package]] name = "ark-bls12-377" version = "0.4.0" @@ -389,16 +458,28 @@ dependencies = [ "ark-std 0.4.0", ] +[[package]] +name = "ark-bls12-377" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfedac3173d12820a5e0d6cd4de31b49719a74f4a41dc09b6652d0276a3b2cd4" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-std 0.5.0", +] + [[package]] name = "ark-bls12-377-ext" -version = "0.4.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" +checksum = "07208c7ea9e7abfe8fb01e190eba611f6e7c3cdbdef4a5473c9297d396495d1b" dependencies = [ - "ark-bls12-377", - "ark-ec 0.4.2", + "ark-bls12-377 0.5.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", "ark-models-ext", - "ark-std 0.4.0", + "ark-std 0.5.0", ] [[package]] @@ -427,41 +508,52 @@ dependencies = [ [[package]] name = "ark-bls12-381-ext" -version = "0.4.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" +checksum = "8a83d59f25570c846b9cfc430539a150e9634c9db6949f87b12f3cbc53149b17" dependencies = [ - "ark-bls12-381 0.4.0", - "ark-ec 0.4.2", - "ark-ff 0.4.2", + "ark-bls12-381 0.5.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", "ark-models-ext", - "ark-serialize 0.4.2", - "ark-std 0.4.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", +] + +[[package]] +name = "ark-bn254" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d69eab57e8d2663efa5c63135b2af4f396d66424f88954c21104125ab6b3e6bc" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-std 0.5.0", ] [[package]] name = "ark-bw6-761" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" +checksum = "1cc9cae367e0c3c0b52e3ef13371122752654f45d0212ec7306fb0c1c012cd98" dependencies = [ - "ark-bls12-377", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-std 0.4.0", + "ark-bls12-377 0.5.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-std 0.5.0", ] [[package]] name = "ark-bw6-761-ext" -version = "0.4.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" +checksum = "60f7fc87dfb5699c1c5a12e8d4f13564c174a5224b5702002587ca67205a9ca7" dependencies = [ "ark-bw6-761", - "ark-ec 0.4.2", - "ark-ff 0.4.2", + "ark-ec 0.5.0", + "ark-ff 0.5.0", "ark-models-ext", - "ark-std 0.4.0", + "ark-std 0.5.0", ] [[package]] @@ -498,7 +590,6 @@ dependencies = [ "hashbrown 0.13.2", "itertools 0.10.5", "num-traits", - "rayon", "zeroize", ] @@ -520,44 +611,33 @@ dependencies = [ "num-bigint", "num-integer", "num-traits", + "rayon", "zeroize", ] [[package]] name = "ark-ed-on-bls12-377" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" +checksum = "ebbf817b2db27d2787009b2ff76304a5b90b4b01bb16aa8351701fd40f5f37b2" dependencies = [ - "ark-bls12-377", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-std 0.4.0", + "ark-bls12-377 0.5.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-std 0.5.0", ] [[package]] name = "ark-ed-on-bls12-377-ext" -version = "0.4.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" +checksum = "93170025f4679342661d00f27c9a1586ccf053d29ad78b072d5be11649cae02c" dependencies = [ - "ark-ec 0.4.2", + "ark-ec 0.5.0", "ark-ed-on-bls12-377", - "ark-ff 0.4.2", + "ark-ff 0.5.0", "ark-models-ext", - "ark-std 0.4.0", -] - -[[package]] -name = "ark-ed-on-bls12-381-bandersnatch" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" -dependencies = [ - "ark-bls12-381 0.4.0", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-std 0.4.0", + "ark-std 0.5.0", ] [[package]] @@ -574,15 +654,15 @@ dependencies = [ [[package]] name = "ark-ed-on-bls12-381-bandersnatch-ext" -version = "0.4.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" +checksum = "ee7e1fb880811e22d4fc8ffe83eaa260e39a4deb0f345dcc8ffb663d3e034e7a" dependencies = [ - "ark-ec 0.4.2", - "ark-ed-on-bls12-381-bandersnatch 0.4.0", - "ark-ff 0.4.2", + "ark-ec 0.5.0", + "ark-ed-on-bls12-381-bandersnatch", + "ark-ff 0.5.0", "ark-models-ext", - "ark-std 0.4.0", + "ark-std 0.5.0", ] [[package]] @@ -633,7 +713,7 @@ dependencies = [ "ark-ff-macros 0.5.0", "ark-serialize 0.5.0", "ark-std 0.5.0", - "arrayvec 0.7.6", + "arrayvec 0.7.8", "digest 0.10.7", "educe", "itertools 0.13.0", @@ -670,7 +750,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" dependencies = [ "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -708,22 +788,47 @@ dependencies = [ "num-traits", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "ark-models-ext" -version = "0.4.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" +checksum = "6294fd6ddc4996910adf2a9d3b56e3aa6a1f605ea315952169d2ddebc304dc4c" dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", "derivative", ] +[[package]] +name = "ark-pallas" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c676d42c65f0b2d334fc0ae72a422de2e62ed75beb3022050c0e8a81f6ccc0f" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-std 0.5.0", +] + +[[package]] +name = "ark-pallas-ext" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6906648fb42b7c83fc40ea43b12fbf75b704532057d71a467a25ec4afc239b6" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-models-ext", + "ark-pallas", + "ark-serialize 0.5.0", + "ark-std 0.5.0", +] + [[package]] name = "ark-poly" version = "0.4.2" @@ -795,26 +900,14 @@ dependencies = [ "scale-info", ] -[[package]] -name = "ark-scale" -version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" -dependencies = [ - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "parity-scale-codec", - "scale-info", -] - [[package]] name = "ark-scale" version = "0.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "985c81a9c7b23a72f62b7b20686d5326d2a9956806f37de9ee35cb1238faf0c0" dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", "ark-serialize 0.5.0", "ark-std 0.5.0", "parity-scale-codec", @@ -851,9 +944,10 @@ checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7" dependencies = [ "ark-serialize-derive 0.5.0", "ark-std 0.5.0", - "arrayvec 0.7.6", + "arrayvec 0.7.8", "digest 0.10.7", "num-bigint", + "rayon", ] [[package]] @@ -875,7 +969,7 @@ checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -897,7 +991,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -907,8 +1001,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand 0.8.5", - "rayon", + "rand 0.8.6", ] [[package]] @@ -918,7 +1011,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", + "rayon", ] [[package]] @@ -932,25 +1026,70 @@ dependencies = [ "ark-std 0.5.0", "digest 0.10.7", "rand_core 0.6.4", - "sha3", + "sha3 0.10.9", +] + +[[package]] +name = "ark-vesta" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3a6d658e5e7380af710828550b2dc2c7b033c9f3103d2690711cb07d5a62df6" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-pallas", + "ark-std 0.5.0", +] + +[[package]] +name = "ark-vesta-ext" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27dfabb2b731180273184366ebf57b1793600889e9c7b548916433dd19fb8932" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-models-ext", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "ark-vesta", ] [[package]] name = "ark-vrf" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9501da18569b2afe0eb934fb7afd5a247d238b94116155af4dd068f319adfe6d" +checksum = "0d63e9780640021b74d02b32895d8cec1b4abe8e5547b560a6bda6b14b78c6da" dependencies = [ "ark-bls12-381 0.5.0", "ark-ec 0.5.0", - "ark-ed-on-bls12-381-bandersnatch 0.5.0", + "ark-ed-on-bls12-381-bandersnatch", "ark-ff 0.5.0", "ark-serialize 0.5.0", "ark-std 0.5.0", "digest 0.10.7", "rand_chacha 0.3.1", "sha2 0.10.9", - "w3f-ring-proof", + "w3f-ring-proof 0.0.2", + "zeroize", +] + +[[package]] +name = "ark-vrf" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b9bd02dbd2f282fe742d51f681adb2745a79dc8a025bc8d16cac9b255d55bf7" +dependencies = [ + "ark-bls12-381 0.5.0", + "ark-ec 0.5.0", + "ark-ed-on-bls12-381-bandersnatch", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "digest 0.10.7", + "generic-array 0.14.7", + "sha2 0.10.9", + "w3f-ring-proof 0.0.8", "zeroize", ] @@ -967,7 +1106,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27d55334c98d756b32dcceb60248647ab34f027690f87f9a362fd292676ee927" dependencies = [ "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -987,9 +1126,9 @@ dependencies = [ [[package]] name = "arrayvec" -version = "0.7.6" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" +checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" [[package]] name = "asn1-rs" @@ -1000,7 +1139,7 @@ dependencies = [ "asn1-rs-derive 0.5.1", "asn1-rs-impl", "displaydoc", - "nom", + "nom 7.1.3", "num-traits", "rusticata-macros", "thiserror 1.0.69", @@ -1009,17 +1148,17 @@ dependencies = [ [[package]] name = "asn1-rs" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" +checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8" dependencies = [ "asn1-rs-derive 0.6.0", "asn1-rs-impl", "displaydoc", - "nom", + "nom 7.1.3", "num-traits", "rusticata-macros", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", ] @@ -1031,8 +1170,8 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", - "synstructure 0.13.2", + "syn 2.0.118", + "synstructure", ] [[package]] @@ -1043,8 +1182,8 @@ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", - "synstructure 0.13.2", + "syn 2.0.118", + "synstructure", ] [[package]] @@ -1055,7 +1194,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -1064,10 +1203,41 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" +[[package]] +name = "asset-test-utils" +version = "35.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "assets-common", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "pallet-asset-conversion", + "pallet-assets", + "pallet-balances", + "pallet-collator-selection", + "pallet-session", + "pallet-timestamp", + "pallet-xcm", + "pallet-xcm-bridge-hub-router", + "parachains-common", + "parachains-runtimes-test-utils", + "parity-scale-codec", + "sp-io", + "sp-runtime", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-runtime-apis", +] + [[package]] name = "assets-common" -version = "0.22.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.33.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-primitives-core", "ethereum-standards", @@ -1082,6 +1252,7 @@ dependencies = [ "parachains-common", "parity-scale-codec", "scale-info", + "serde", "sp-api", "sp-core", "sp-runtime", @@ -1116,59 +1287,27 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.13.3" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" +checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" dependencies = [ "async-task", "concurrent-queue", - "fastrand 2.3.0", - "futures-lite 2.6.1", + "fastrand", + "futures-lite", "pin-project-lite", "slab", ] -[[package]] -name = "async-fs" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" -dependencies = [ - "async-lock 2.8.0", - "autocfg", - "blocking", - "futures-lite 1.13.0", -] - [[package]] name = "async-fs" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" dependencies = [ - "async-lock 3.4.1", + "async-lock", "blocking", - "futures-lite 2.6.1", -] - -[[package]] -name = "async-io" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" -dependencies = [ - "async-lock 2.8.0", - "autocfg", - "cfg-if", - "concurrent-queue", - "futures-lite 1.13.0", - "log", - "parking", - "polling 2.8.0", - "rustix 0.37.28", - "slab", - "socket2 0.4.10", - "waker-fn", + "futures-lite", ] [[package]] @@ -1181,71 +1320,34 @@ dependencies = [ "cfg-if", "concurrent-queue", "futures-io", - "futures-lite 2.6.1", + "futures-lite", "parking", - "polling 3.11.0", - "rustix 1.1.2", + "polling", + "rustix 1.1.4", "slab", "windows-sys 0.61.2", ] [[package]] name = "async-lock" -version = "2.8.0" +version = "3.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" -dependencies = [ - "event-listener 2.5.3", -] - -[[package]] -name = "async-lock" -version = "3.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" +checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" dependencies = [ "event-listener 5.4.1", "event-listener-strategy", "pin-project-lite", ] -[[package]] -name = "async-net" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f" -dependencies = [ - "async-io 1.13.0", - "blocking", - "futures-lite 1.13.0", -] - [[package]] name = "async-net" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" dependencies = [ - "async-io 2.6.0", - "blocking", - "futures-lite 2.6.1", -] - -[[package]] -name = "async-process" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" -dependencies = [ - "async-io 1.13.0", - "async-lock 2.8.0", - "async-signal", + "async-io", "blocking", - "cfg-if", - "event-listener 3.1.0", - "futures-lite 1.13.0", - "rustix 0.38.44", - "windows-sys 0.48.0", + "futures-lite", ] [[package]] @@ -1255,30 +1357,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" dependencies = [ "async-channel 2.5.0", - "async-io 2.6.0", - "async-lock 3.4.1", + "async-io", + "async-lock", "async-signal", "async-task", "blocking", "cfg-if", "event-listener 5.4.1", - "futures-lite 2.6.1", - "rustix 1.1.2", + "futures-lite", + "rustix 1.1.4", ] [[package]] name = "async-signal" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" +checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" dependencies = [ - "async-io 2.6.0", - "async-lock 3.4.1", + "async-io", + "async-lock", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 1.1.2", + "rustix 1.1.4", "signal-hook-registry", "slab", "windows-sys 0.61.2", @@ -1298,7 +1400,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -1359,6 +1461,16 @@ dependencies = [ "url", ] +[[package]] +name = "aurora-engine-modexp" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "518bc5745a6264b5fd7b09dffb9667e400ee9e2bbe18555fac75e1fe9afa0df9" +dependencies = [ + "hex", + "num", +] + [[package]] name = "auto_impl" version = "1.3.0" @@ -1367,14 +1479,14 @@ checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "autocfg" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" +checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" [[package]] name = "backtrace" @@ -1382,7 +1494,7 @@ version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" dependencies = [ - "addr2line 0.25.1", + "addr2line", "cfg-if", "libc", "miniz_oxide", @@ -1414,22 +1526,16 @@ dependencies = [ ] [[package]] -name = "base58" -version = "0.2.0" +name = "base45" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581" +checksum = "240e56f4d3c453c36faacb695c535a4d5f8c7d23dac175014f32eb0a71012a03" [[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - -[[package]] -name = "base64" -version = "0.21.7" +name = "base58" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581" [[package]] name = "base64" @@ -1439,48 +1545,36 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.8.0" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" +checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" [[package]] name = "binary-merkle-tree" -version = "16.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "13.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "hash-db", "log", "parity-scale-codec", ] -[[package]] -name = "bincode" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" -dependencies = [ - "serde", -] - [[package]] name = "bindgen" -version = "0.65.1" +version = "0.72.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" +checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.13.0", "cexpr", "clang-sys", - "lazy_static", - "lazycell", - "peeking_take_while", - "prettyplease", + "itertools 0.11.0", "proc-macro2", "quote", "regex", - "rustc-hash 1.1.0", - "shlex", - "syn 2.0.106", + "rustc-hash 2.1.3", + "shlex 1.3.0", + "syn 2.0.118", ] [[package]] @@ -1502,11 +1596,13 @@ dependencies = [ [[package]] name = "bip39" -version = "2.2.0" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d193de1f7487df1914d3a568b772458861d33f9c54249612cc2893d6915054" +checksum = "90dbd31c98227229239363921e60fcf5e558e43ec69094d46fc4996f08d1d5bc" dependencies = [ - "bitcoin_hashes 0.13.0", + "bitcoin_hashes", + "rand 0.8.6", + "rand_core 0.6.4", "serde", "unicode-normalization", ] @@ -1527,35 +1623,40 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] -name = "bitcoin-internals" -version = "0.2.0" +name = "bitcoin-consensus-encoding" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" +checksum = "b2d6094e2a1ba3c93b5a596fe5a10d1a10c3c6e06785cde89f693a044c01aa40" +dependencies = [ + "bitcoin-internals", +] [[package]] -name = "bitcoin-io" -version = "0.1.3" +name = "bitcoin-internals" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" +checksum = "a30a22d1f112dde8e16be7b45c63645dc165cef254f835b3e1e9553e485cfa64" +dependencies = [ + "hex-conservative 0.3.2", +] [[package]] -name = "bitcoin_hashes" -version = "0.13.0" +name = "bitcoin-io" +version = "0.1.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" +checksum = "bb5de036369d1ac59d3c1819ebc4d850f89466f5401c571a285b6ed564a4cb78" dependencies = [ - "bitcoin-internals", - "hex-conservative 0.1.2", + "bitcoin-consensus-encoding", ] [[package]] name = "bitcoin_hashes" -version = "0.14.0" +version = "0.14.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" +checksum = "bca4c7abb40c8817d77403c880988cfd484f23ab2365726afb2f798363e2c4a2" dependencies = [ "bitcoin-io", - "hex-conservative 0.2.1", + "hex-conservative 0.2.2", ] [[package]] @@ -1566,15 +1667,15 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.9.4" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" +checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" [[package]] name = "bitvec" -version = "1.0.1" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" +checksum = "ddcec3d12c579d40898fe0a9a358a803c23e9c52ca3c425707f81c9436211837" dependencies = [ "funty", "radium", @@ -1616,37 +1717,27 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99" -dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "constant_time_eq 0.3.1", -] - -[[package]] -name = "blake2s_simd" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e90f7deecfac93095eb874a40febd69427776e24e1bd7f87f33ac62d6f0174df" +checksum = "b79834656f71332577234b50bfc009996f7449e0c056884e6a02492ded0ca2f3" dependencies = [ "arrayref", - "arrayvec 0.7.6", - "constant_time_eq 0.3.1", + "arrayvec 0.7.8", + "constant_time_eq 0.4.2", ] [[package]] name = "blake3" -version = "1.8.2" +version = "1.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" +checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce" dependencies = [ "arrayref", - "arrayvec 0.7.6", + "arrayvec 0.7.8", "cc", "cfg-if", - "constant_time_eq 0.3.1", + "constant_time_eq 0.4.2", + "cpufeatures 0.3.0", ] [[package]] @@ -1667,6 +1758,15 @@ dependencies = [ "generic-array 0.14.7", ] +[[package]] +name = "block-buffer" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" +dependencies = [ + "hybrid-array 0.4.13", +] + [[package]] name = "blocking" version = "1.6.2" @@ -1676,31 +1776,32 @@ dependencies = [ "async-channel 2.5.0", "async-task", "futures-io", - "futures-lite 2.6.1", + "futures-lite", "piper", ] [[package]] name = "borsh" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" +checksum = "2f3f6da4992df95bbcd9af42a6c7dcb994498fc9048230405f3b36ff7cd3f145" dependencies = [ "borsh-derive", + "bytes", "cfg_aliases 0.2.1", ] [[package]] name = "borsh-derive" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" +checksum = "3ae8fb4fb5740e4b2c4884ff95f5f32f5e8479db1e8fd8eb49ddbe09eb09bb7c" dependencies = [ "once_cell", - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -1716,10 +1817,11 @@ dependencies = [ [[package]] name = "bounded-collections" -version = "0.2.4" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ad8a0bed7827f0b07a5d23cec2e58cc02038a99e4ca81616cb2bb2025f804d" +checksum = "dee8eddd066a8825ec5570528e6880471210fd5d88cb6abbe1cfdd51ca249c33" dependencies = [ + "jam-codec", "log", "parity-scale-codec", "scale-info", @@ -1737,8 +1839,8 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.28.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1754,8 +1856,8 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.28.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1770,8 +1872,8 @@ dependencies = [ [[package]] name = "bp-parachains" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.28.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1787,8 +1889,8 @@ dependencies = [ [[package]] name = "bp-polkadot-core" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.28.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-messages", "bp-runtime", @@ -1803,8 +1905,8 @@ dependencies = [ [[package]] name = "bp-relayers" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.29.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-header-chain", "bp-messages", @@ -1821,14 +1923,13 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.28.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", "hash-db", "impl-trait-for-tuples", - "log", "num-traits", "parity-scale-codec", "scale-info", @@ -1839,13 +1940,14 @@ dependencies = [ "sp-state-machine", "sp-std", "sp-trie", + "tracing", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.28.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1864,8 +1966,8 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" -version = "0.7.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.14.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-messages", "bp-runtime", @@ -1881,8 +1983,8 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.18.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.25.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "scale-info", @@ -1893,8 +1995,8 @@ dependencies = [ [[package]] name = "bridge-hub-common" -version = "0.14.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.22.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1912,8 +2014,8 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.22.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.30.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-header-chain", "bp-messages", @@ -1923,7 +2025,6 @@ dependencies = [ "bp-runtime", "frame-support", "frame-system", - "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", @@ -1938,6 +2039,7 @@ dependencies = [ "sp-trie", "sp-weights", "staging-xcm", + "tracing", "tuplex", ] @@ -1953,13 +2055,13 @@ dependencies = [ [[package]] name = "bstr" -version = "1.12.1" +version = "1.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" +checksum = "5cee35f73844aa3014bb606320a6c1f010249dbdf43342fe54b5a4f6a8ed4b79" dependencies = [ "memchr", - "regex-automata 0.4.11", - "serde", + "regex-automata 0.4.14", + "serde_core", ] [[package]] @@ -1973,9 +2075,12 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.19.0" +version = "3.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" +checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" +dependencies = [ + "allocator-api2", +] [[package]] name = "byte-slice-cast" @@ -2013,9 +2118,9 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.24.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" +checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" [[package]] name = "byteorder" @@ -2025,12 +2130,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.10.1" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" -dependencies = [ - "serde", -] +checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593" [[package]] name = "bzip2-sys" @@ -2054,9 +2156,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.2.1" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609" +checksum = "5f2d30e4173c4026932d51d31d6b0613b1fd3014bf3f9f8943d4ba139c437ba0" dependencies = [ "serde_core", ] @@ -2078,7 +2180,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.27", + "semver 1.0.28", "serde", "serde_json", "thiserror 1.0.69", @@ -2092,14 +2194,14 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.2.40" +version = "1.2.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb" +checksum = "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996" dependencies = [ "find-msvc-tools", "jobserver", "libc", - "shlex", + "shlex 2.0.1", ] [[package]] @@ -2114,7 +2216,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" dependencies = [ - "nom", + "nom 7.1.3", ] [[package]] @@ -2128,9 +2230,9 @@ dependencies = [ [[package]] name = "cfg-if" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "cfg_aliases" @@ -2167,13 +2269,13 @@ dependencies = [ [[package]] name = "chacha20" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" +checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" dependencies = [ "cfg-if", "cpufeatures 0.3.0", - "rand_core 0.10.0", + "rand_core 0.10.1", ] [[package]] @@ -2191,9 +2293,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" dependencies = [ "iana-time-zone", "js-sys", @@ -2205,26 +2307,12 @@ dependencies = [ [[package]] name = "cid" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143" -dependencies = [ - "core2", - "multibase", - "multihash 0.17.0", - "serde", - "unsigned-varint 0.7.2", -] - -[[package]] -name = "cid" -version = "0.11.1" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" +checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971" dependencies = [ - "core2", "multibase", - "multihash 0.19.3", + "multihash", "unsigned-varint 0.8.0", ] @@ -2243,7 +2331,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" dependencies = [ - "crypto-common", + "crypto-common 0.1.7", "inout", "zeroize", ] @@ -2256,14 +2344,13 @@ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", - "libloading", ] [[package]] name = "clap" -version = "4.5.48" +version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" +checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" dependencies = [ "clap_builder", "clap_derive", @@ -2271,9 +2358,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.48" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" +checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" dependencies = [ "anstream", "anstyle", @@ -2284,42 +2371,51 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.47" +version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" +checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "clap_lex" -version = "0.7.5" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" +checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "coarsetime" -version = "0.1.36" +version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91849686042de1b41cd81490edc83afbcb0abe5a9b6f2c4114f23ce8cca1bcf4" +checksum = "e58eb270476aa4fc7843849f8a35063e8743b4dbcdf6dd0f8ea0886980c204c2" dependencies = [ "libc", "wasix", "wasm-bindgen", ] +[[package]] +name = "cobs" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" +dependencies = [ + "thiserror 2.0.18", +] + [[package]] name = "codespan-reporting" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" +checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" dependencies = [ "serde", "termcolor", - "unicode-width 0.2.2", + "unicode-width", ] [[package]] @@ -2337,17 +2433,17 @@ version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22" dependencies = [ - "nom", + "nom 7.1.3", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "colorchoice" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" +checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[package]] name = "combine" @@ -2361,12 +2457,12 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.2.1" +version = "7.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" +checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" dependencies = [ "unicode-segmentation", - "unicode-width 0.2.2", + "unicode-width", ] [[package]] @@ -2386,22 +2482,32 @@ dependencies = [ [[package]] name = "console" -version = "0.15.8" +version = "0.15.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" dependencies = [ "encode_unicode", - "lazy_static", "libc", - "unicode-width 0.1.14", - "windows-sys 0.52.0", + "once_cell", + "unicode-width", + "windows-sys 0.59.0", +] + +[[package]] +name = "const-crypto" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c06f1eb05f06cf2e380fdded278fbf056a38974299d77960555a311dcf91a52" +dependencies = [ + "keccak-const", + "sha2-const-stable", ] [[package]] name = "const-hex" -version = "1.16.0" +version = "1.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6407bff74dea37e0fa3dc1c1c974e5d46405f0c987bf9997a0762adce71eda6" +checksum = "33e2a781ebdf4467d1428dc4593067825fb646f6871475098d8577421af73558" dependencies = [ "cfg-if", "cpufeatures 0.2.17", @@ -2415,6 +2521,12 @@ version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" +[[package]] +name = "const-oid" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" + [[package]] name = "const-random" version = "0.1.18" @@ -2443,11 +2555,12 @@ checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" [[package]] name = "const_format" -version = "0.2.35" +version = "0.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad" +checksum = "4481a617ad9a412be3b97c5d403fef8ed023103368908b9c50af598ff467cc1e" dependencies = [ "const_format_proc_macros", + "konst", ] [[package]] @@ -2469,9 +2582,9 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "constant_time_eq" -version = "0.3.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" +checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" [[package]] name = "convert_case" @@ -2479,6 +2592,24 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" +[[package]] +name = "convert_case" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" +dependencies = [ + "unicode-segmentation", +] + +[[package]] +name = "convert_case" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" +dependencies = [ + "unicode-segmentation", +] + [[package]] name = "core-foundation" version = "0.9.4" @@ -2505,20 +2636,11 @@ version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" -[[package]] -name = "core2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" -dependencies = [ - "memchr", -] - [[package]] name = "cpp_demangle" -version = "0.3.5" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" +checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253" dependencies = [ "cfg-if", ] @@ -2551,64 +2673,114 @@ dependencies = [ "libc", ] +[[package]] +name = "cranelift-assembler-x64" +version = "0.123.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3cd990d8a6304475bbad64534a0d418f5572f44d5f011437e6b9f1ee7d5c2570" +dependencies = [ + "cranelift-assembler-x64-meta", +] + +[[package]] +name = "cranelift-assembler-x64-meta" +version = "0.123.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccabe4636007296721080e02d7dab46d4319638ec4e3f6f7402fcb46dc5122c6" +dependencies = [ + "cranelift-srcgen", +] + [[package]] name = "cranelift-bforest" -version = "0.95.1" +version = "0.123.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70" +checksum = "da7ed173c870c0aea202a9830880156905a028a88df076e35ce383a8acbf90a7" dependencies = [ "cranelift-entity", ] +[[package]] +name = "cranelift-bitset" +version = "0.123.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "800cc586df98b12c502e76707c96565e40629a5322eaa15aaa34ba05f5721e31" +dependencies = [ + "serde", + "serde_derive", +] + [[package]] name = "cranelift-codegen" -version = "0.95.1" +version = "0.123.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220" +checksum = "ae93f863f9094ae34d2567f9edb0ae2c41d35228b286598354dd78b198868ebd" dependencies = [ "bumpalo", + "cranelift-assembler-x64", "cranelift-bforest", + "cranelift-bitset", "cranelift-codegen-meta", "cranelift-codegen-shared", + "cranelift-control", "cranelift-entity", "cranelift-isle", - "gimli 0.27.3", - "hashbrown 0.13.2", + "gimli 0.32.3", + "hashbrown 0.15.5", "log", - "regalloc2 0.6.1", + "pulley-interpreter", + "regalloc2 0.12.2", + "rustc-hash 2.1.3", + "serde", "smallvec", "target-lexicon", + "wasmtime-internal-math", ] [[package]] name = "cranelift-codegen-meta" -version = "0.95.1" +version = "0.123.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da" +checksum = "38c505162bcf77dcb859905b3eac56a1917fc3cf326424fb06e7732031e3a8ae" dependencies = [ + "cranelift-assembler-x64-meta", "cranelift-codegen-shared", + "cranelift-srcgen", + "heck 0.5.0", + "pulley-interpreter", ] [[package]] name = "cranelift-codegen-shared" -version = "0.95.1" +version = "0.123.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3b786958bcb79bdb5fbae095af58f0c2da7d7895c475c991f6a6bb5a9c7e6d9" + +[[package]] +name = "cranelift-control" +version = "0.123.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8" +checksum = "2faf9a5009bce7f725ce2af7a08c4883ebac6af933e7e0aa7d84f976f4e6deb5" +dependencies = [ + "arbitrary", +] [[package]] name = "cranelift-entity" -version = "0.95.1" +version = "0.123.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0" +checksum = "017271194ba5e101d626560d0d6767efd341468d1ba0f4d015f19fe64020b65b" dependencies = [ + "cranelift-bitset", "serde", + "serde_derive", ] [[package]] name = "cranelift-frontend" -version = "0.95.1" +version = "0.123.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d" +checksum = "f80847f0929967f0cec82f9e0543b3901e0f0063690405891f22107b5a130fd8" dependencies = [ "cranelift-codegen", "log", @@ -2618,15 +2790,15 @@ dependencies = [ [[package]] name = "cranelift-isle" -version = "0.95.1" +version = "0.123.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba" +checksum = "75904abbc0e7b46d20f7a49c8042c8a4481c0db4253b99889c723c566295d506" [[package]] name = "cranelift-native" -version = "0.95.1" +version = "0.123.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00" +checksum = "6e0135923540574362e16f01bf40000664263840991039ff3041ba717de6cf3a" dependencies = [ "cranelift-codegen", "libc", @@ -2634,35 +2806,25 @@ dependencies = [ ] [[package]] -name = "cranelift-wasm" -version = "0.95.1" +name = "cranelift-srcgen" +version = "0.123.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac" -dependencies = [ - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "itertools 0.10.5", - "log", - "smallvec", - "wasmparser 0.102.0", - "wasmtime-types", -] +checksum = "93fb12f76c482e034f6ebefa843c914e74112f088215d8d36d33a649f9fab99b" [[package]] name = "crc" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" +checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" dependencies = [ "crc-catalog", ] [[package]] name = "crc-catalog" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" +checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853" [[package]] name = "crc32fast" @@ -2681,18 +2843,18 @@ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" [[package]] name = "crossbeam-channel" -version = "0.5.15" +version = "0.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" +checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-deque" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" +checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" dependencies = [ "crossbeam-epoch", "crossbeam-utils", @@ -2700,27 +2862,27 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.18" +version = "0.9.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-queue" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" +checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-utils" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" +checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" [[package]] name = "crunchy" @@ -2742,15 +2904,24 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" +checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" dependencies = [ "generic-array 0.14.7", "rand_core 0.6.4", "typenum", ] +[[package]] +name = "crypto-common" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" +dependencies = [ + "hybrid-array 0.4.13", +] + [[package]] name = "crypto-mac" version = "0.7.0" @@ -2797,12 +2968,11 @@ dependencies = [ [[package]] name = "cumulus-client-bootnodes" -version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.11.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", - "cumulus-client-network", "cumulus-primitives-core", "cumulus-relay-chain-interface", "futures", @@ -2810,10 +2980,9 @@ dependencies = [ "ip_network", "log", "num-traits", - "parachains-common", "parity-scale-codec", "prost 0.12.6", - "prost-build", + "prost-build 0.13.5", "sc-network", "sc-service", "sp-consensus-babe", @@ -2823,8 +2992,8 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.32.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "clap", "parity-scale-codec", @@ -2840,8 +3009,8 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.32.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2863,14 +3032,14 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" -version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.32.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "cumulus-client-collator", "cumulus-client-consensus-common", - "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", + "cumulus-client-proof-size-recording", "cumulus-primitives-aura", "cumulus-primitives-core", "cumulus-relay-chain-interface", @@ -2887,6 +3056,7 @@ dependencies = [ "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", + "sc-network-types", "sc-telemetry", "sc-utils", "schnellru", @@ -2897,6 +3067,7 @@ dependencies = [ "sp-consensus", "sp-consensus-aura", "sp-core", + "sp-externalities", "sp-inherents", "sp-keystore", "sp-runtime", @@ -2910,8 +3081,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.32.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2940,25 +3111,10 @@ dependencies = [ "tracing", ] -[[package]] -name = "cumulus-client-consensus-proposer" -version = "0.20.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" -dependencies = [ - "anyhow", - "async-trait", - "cumulus-primitives-parachain-inherent", - "sp-consensus", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "thiserror 1.0.69", -] - [[package]] name = "cumulus-client-consensus-relay-chain" -version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.32.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2980,8 +3136,8 @@ dependencies = [ [[package]] name = "cumulus-client-network" -version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.32.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2993,6 +3149,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-parachain-primitives", "polkadot-primitives", + "polkadot-primitives-test-helpers", "sc-client-api", "sc-network", "sp-api", @@ -3007,8 +3164,8 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" -version = "0.18.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.26.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3018,7 +3175,8 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-consensus-babe", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sc-network-types", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-inherents", "sp-runtime", "sp-state-machine", @@ -3028,8 +3186,8 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" -version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.32.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3042,22 +3200,35 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-overseer", "polkadot-primitives", - "rand 0.8.5", + "rand 0.8.6", "sc-client-api", "sc-consensus", "sc-network", "sp-api", "sp-consensus", + "sp-core", "sp-maybe-compressed-blob", "sp-runtime", "sp-version", "tracing", ] +[[package]] +name = "cumulus-client-proof-size-recording" +version = "0.3.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "parity-scale-codec", + "sc-client-api", + "sp-blockchain", + "sp-runtime", + "sp-trie", +] + [[package]] name = "cumulus-client-service" -version = "0.25.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.36.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-channel 1.9.0", "cumulus-client-cli", @@ -3065,6 +3236,7 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", + "cumulus-client-proof-size-recording", "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", "cumulus-relay-chain-inprocess-interface", @@ -3072,6 +3244,7 @@ dependencies = [ "cumulus-relay-chain-minimal-node", "cumulus-relay-chain-streams", "futures", + "polkadot-overseer", "polkadot-primitives", "prometheus", "sc-client-api", @@ -3083,21 +3256,24 @@ dependencies = [ "sc-service", "sc-sysinfo", "sc-telemetry", + "sc-tracing", "sc-transaction-pool", "sc-utils", "sp-api", "sp-blockchain", "sp-consensus", "sp-core", + "sp-crypto-ec-utils", "sp-io", "sp-runtime", "sp-transaction-pool", + "sp-trie", ] [[package]] name = "cumulus-pallet-aura-ext" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.29.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3113,8 +3289,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.29.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -3130,14 +3306,17 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.29.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "array-bytes 6.2.3", "bytes", "cumulus-pallet-parachain-system-proc-macro", "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-primitives-proof-size-hostfunction", + "derive-where", + "docify", "environmental", "frame-benchmarking", "frame-support", @@ -3148,10 +3327,13 @@ dependencies = [ "pallet-message-queue", "parity-scale-codec", "polkadot-parachain-primitives", + "polkadot-primitives", "polkadot-runtime-parachains", "scale-info", + "sp-api", "sp-consensus-babe", "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-externalities", "sp-inherents", "sp-io", @@ -3168,18 +3350,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "cumulus-pallet-session-benchmarking" -version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "30.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -3191,8 +3373,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.29.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3206,8 +3388,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" -version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.11.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -3225,8 +3407,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.20.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.27.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3240,16 +3422,16 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.30.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "approx", - "bounded-collections 0.2.4", + "bitflags 1.3.2", + "bounded-collections 0.3.2", "cumulus-primitives-core", "frame-benchmarking", "frame-support", "frame-system", - "log", "pallet-message-queue", "parity-scale-codec", "polkadot-runtime-common", @@ -3261,12 +3443,13 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", + "tracing", ] [[package]] name = "cumulus-ping" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.28.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -3280,8 +3463,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.18.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.24.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "sp-api", "sp-consensus-aura", @@ -3289,8 +3472,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.19.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.26.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3306,8 +3489,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.19.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.26.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3320,8 +3503,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.13.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.20.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3330,8 +3513,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "12.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "20.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -3347,8 +3530,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.30.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3364,8 +3547,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.25.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.36.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -3392,8 +3575,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.32.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3406,14 +3589,15 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-state-machine", + "sp-storage", "sp-version", "thiserror 1.0.69", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.25.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.36.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -3448,30 +3632,24 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.24.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.32.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "cumulus-primitives-core", "cumulus-relay-chain-interface", - "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", - "pin-project", "polkadot-overseer", "prometheus", - "rand 0.8.5", "sc-client-api", - "sc-network", "sc-rpc-api", "sc-service", "schnellru", "serde", "serde_json", - "smoldot 0.11.0", - "smoldot-light 0.9.0", "sp-authority-discovery", "sp-consensus-babe", "sp-core", @@ -3480,17 +3658,15 @@ dependencies = [ "sp-storage", "sp-version", "substrate-prometheus-endpoint", - "thiserror 1.0.69", "tokio", - "tokio-util", "tracing", "url", ] [[package]] name = "cumulus-relay-chain-streams" -version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.10.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-relay-chain-interface", "futures", @@ -3503,12 +3679,16 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.20.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.27.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", + "sp-consensus-babe", + "sp-core", + "sp-io", + "sp-keyring", "sp-runtime", "sp-state-machine", "sp-trie", @@ -3538,7 +3718,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -3556,9 +3736,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.186" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9c4fe7f2f5dc5c62871a1b43992d197da6fa1394656a94276ac2894a90a6fe" +checksum = "ac6f8908ed0826ab0aec7c8358a4de3a9b26c5ed391a5dc5135765d2fd1aa8fb" dependencies = [ "cc", "cxx-build", @@ -3571,50 +3751,49 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.186" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5cf2909d37d80633ddd208676fc27c2608a7f035fff69c882421168038b26dd" +checksum = "6d8ae25c0ce72ac21a77b5deec4f49b452238ef97072f697dd6fd752b1355ecd" dependencies = [ "cc", "codespan-reporting", - "indexmap 2.11.4", + "indexmap", "proc-macro2", "quote", "scratch", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "cxxbridge-cmd" -version = "1.0.186" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "077f5ee3d3bfd8d27f83208fdaa96ddd50af7f096c77077cc4b94da10bfacefd" +checksum = "27d53791812143bd27f74ab6055f22e875f04c59bbef0ca03d714ebec6f6f484" dependencies = [ "clap", "codespan-reporting", - "indexmap 2.11.4", + "indexmap", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "cxxbridge-flags" -version = "1.0.186" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0108748615125b9f2e915dfafdffcbdabbca9b15102834f6d7e9a768f2f2864" +checksum = "fd557619f7dc2252bf7373f6bec5600ce60a2b477e5b3b84eb4e074bb297795e" [[package]] name = "cxxbridge-macro" -version = "1.0.186" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6e896681ef9b8dc462cfa6961d61909704bde0984b30bcb4082fe102b478890" +checksum = "7fe465fc5b9d0231ea141c4fae714a08f4f907855e1a7ca10cc90ab6c8b12ece" dependencies = [ - "indexmap 2.11.4", + "indexmap", "proc-macro2", "quote", - "rustversion", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -3629,12 +3808,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.21.3" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" +checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" dependencies = [ - "darling_core 0.21.3", - "darling_macro 0.21.3", + "darling_core 0.23.0", + "darling_macro 0.23.0", ] [[package]] @@ -3648,21 +3827,20 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "darling_core" -version = "0.21.3" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" +checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" dependencies = [ - "fnv", "ident_case", "proc-macro2", "quote", "strsim", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -3673,18 +3851,18 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core 0.20.11", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "darling_macro" -version = "0.21.3" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" +checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" dependencies = [ - "darling_core 0.21.3", + "darling_core 0.23.0", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -3702,15 +3880,15 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.9.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" +checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" [[package]] name = "data-encoding-macro" -version = "0.1.18" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" +checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -3718,12 +3896,21 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.16" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" +checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090" dependencies = [ "data-encoding", - "syn 2.0.106", + "syn 2.0.118", +] + +[[package]] +name = "debugid" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" +dependencies = [ + "uuid", ] [[package]] @@ -3732,7 +3919,7 @@ version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" dependencies = [ - "const-oid", + "const-oid 0.9.6", "pem-rfc7468", "zeroize", ] @@ -3745,7 +3932,7 @@ checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" dependencies = [ "asn1-rs 0.6.2", "displaydoc", - "nom", + "nom 7.1.3", "num-bigint", "num-traits", "rusticata-macros", @@ -3757,9 +3944,9 @@ version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" dependencies = [ - "asn1-rs 0.7.1", + "asn1-rs 0.7.2", "displaydoc", - "nom", + "nom 7.1.3", "num-bigint", "num-traits", "rusticata-macros", @@ -3767,12 +3954,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.5.4" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071" -dependencies = [ - "powerfmt", -] +checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" [[package]] name = "derivative" @@ -3793,18 +3977,18 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "derive-where" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" +checksum = "d08b3a0bcc0d079199cd476b2cae8435016ec11d1c0986c6901c5ac223041534" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -3813,11 +3997,11 @@ version = "0.99.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" dependencies = [ - "convert_case", + "convert_case 0.4.0", "proc-macro2", "quote", "rustc_version 0.4.1", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -3831,11 +4015,11 @@ dependencies = [ [[package]] name = "derive_more" -version = "2.0.1" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" +checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" dependencies = [ - "derive_more-impl 2.0.1", + "derive_more-impl 2.1.1", ] [[package]] @@ -3846,19 +4030,21 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", "unicode-xid", ] [[package]] name = "derive_more-impl" -version = "2.0.1" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" +checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" dependencies = [ + "convert_case 0.10.0", "proc-macro2", "quote", - "syn 2.0.106", + "rustc_version 0.4.1", + "syn 2.0.118", "unicode-xid", ] @@ -3884,12 +4070,23 @@ dependencies = [ name = "digest" version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" +dependencies = [ + "block-buffer 0.10.4", + "const-oid 0.9.6", + "crypto-common 0.1.7", + "subtle 2.6.1", +] + +[[package]] +name = "digest" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" dependencies = [ - "block-buffer 0.10.4", - "const-oid", - "crypto-common", - "subtle 2.6.1", + "block-buffer 0.12.1", + "const-oid 0.10.2", + "crypto-common 0.2.2", ] [[package]] @@ -3945,13 +4142,13 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" +checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -3975,9 +4172,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.106", + "syn 2.0.118", "termcolor", - "toml 0.8.23", + "toml", "walkdir", ] @@ -4001,9 +4198,9 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dtoa" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" +checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" [[package]] name = "dunce" @@ -4029,7 +4226,7 @@ checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -4080,13 +4277,13 @@ dependencies = [ [[package]] name = "ed25519-zebra" -version = "4.1.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0017d969298eec91e3db7a2985a8cab4df6341d86e6f3a6f5878b13fb7846bc9" +checksum = "775765289f7c6336c18d3d66127527820dd45ffd9eb3b6b8ee4708590e6c20f5" dependencies = [ "curve25519-dalek", "ed25519", - "hashbrown 0.15.5", + "hashbrown 0.16.1", "pkcs8", "rand_core 0.6.4", "sha2 0.10.9", @@ -4103,14 +4300,14 @@ dependencies = [ "enum-ordinalize", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "either" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" +checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" dependencies = [ "serde", ] @@ -4135,11 +4332,23 @@ dependencies = [ "zeroize", ] +[[package]] +name = "embedded-io" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" + +[[package]] +name = "embedded-io" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" + [[package]] name = "encode_unicode" -version = "0.3.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" +checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "endian-cast" @@ -4147,7 +4356,7 @@ version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e02f7a506e5de77a3db9e56fdbed17fa6f3b8d27ede81545dde96107c3d6a1d2" dependencies = [ - "generic-array 1.3.5", + "generic-array 1.4.3", "typenum", ] @@ -4160,27 +4369,47 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", +] + +[[package]] +name = "enum-display" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02058bb25d8d0605829af88230427dd5cd50661590bd2b09d1baf7c64c417f24" +dependencies = [ + "enum-display-macro", +] + +[[package]] +name = "enum-display-macro" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4be2cf2fe7b971b1865febbacd4d8df544aa6bd377cca011a6d69dcf4c60d94" +dependencies = [ + "convert_case 0.6.0", + "quote", + "syn 1.0.109", ] [[package]] name = "enum-ordinalize" -version = "4.3.0" +version = "4.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" +checksum = "07f808d588c10e464ea6f7d3eaed500049eff30aaac103460f61828c2d65b3eb" dependencies = [ "enum-ordinalize-derive", ] [[package]] name = "enum-ordinalize-derive" -version = "4.3.1" +version = "4.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" +checksum = "42e528e2d34ba8a67a1a650b86beae8ef69fc5fdb638016f386b973226590432" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -4200,7 +4429,7 @@ checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -4211,30 +4440,17 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "env_filter" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" -dependencies = [ - "log", - "regex", -] - -[[package]] -name = "env_logger" -version = "0.10.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" +checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" dependencies = [ - "humantime", - "is-terminal", "log", "regex", - "termcolor", ] [[package]] @@ -4256,7 +4472,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -4289,14 +4505,14 @@ dependencies = [ "rlp 0.6.1", "scale-info", "serde", - "sha3", + "sha3 0.10.9", "trie-root", ] [[package]] name = "ethereum-standards" -version = "0.1.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.1.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "alloy-core", ] @@ -4323,17 +4539,6 @@ version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" -[[package]] -name = "event-listener" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" -dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite", -] - [[package]] name = "event-listener" version = "5.4.1" @@ -4358,8 +4563,7 @@ dependencies = [ [[package]] name = "evm" version = "0.43.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b54f188e7563c1702ecefdef92c8b2c4be8941b84a50684907a747f87121aace" +source = "git+https://github.com/rust-ethereum/evm.git?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" dependencies = [ "auto_impl", "environmental", @@ -4373,14 +4577,13 @@ dependencies = [ "rlp 0.6.1", "scale-info", "serde", - "sha3", + "sha3 0.10.9", ] [[package]] name = "evm-core" version = "0.43.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ef956f8cc0c25a2d8be1dea7d659782b7c5f201f7e8057878f2051eec78350" +source = "git+https://github.com/rust-ethereum/evm.git?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", @@ -4391,8 +4594,7 @@ dependencies = [ [[package]] name = "evm-gasometer" version = "0.43.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54aa0327b242bad8dd83ba524effd1d798e9102ff592910dfdded79c6bde4ff3" +source = "git+https://github.com/rust-ethereum/evm.git?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" dependencies = [ "environmental", "evm-core", @@ -4403,14 +4605,13 @@ dependencies = [ [[package]] name = "evm-runtime" version = "0.43.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf22109a8f12b6d9ae60475584c80f2c9d48cf12427eac651b69ce14e5b95666" +source = "git+https://github.com/rust-ethereum/evm.git?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" dependencies = [ "auto_impl", "environmental", "evm-core", "primitive-types 0.13.1", - "sha3", + "sha3 0.10.9", ] [[package]] @@ -4434,15 +4635,9 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] -[[package]] -name = "fallible-iterator" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" - [[package]] name = "fallible-iterator" version = "0.3.0" @@ -4450,19 +4645,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" [[package]] -name = "fastrand" -version = "1.9.0" +name = "fastbloom" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" +checksum = "ef975e30683b2d965054bb0a836f8973857c4ebf6acf274fe46617cd285060d8" dependencies = [ - "instant", + "foldhash 0.2.0", + "libm", + "portable-atomic", + "siphasher 1.0.3", ] [[package]] name = "fastrand" -version = "2.3.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" +checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" [[package]] name = "fastrlp" @@ -4470,7 +4668,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418" dependencies = [ - "arrayvec 0.7.6", + "arrayvec 0.7.8", "auto_impl", "bytes", ] @@ -4481,7 +4679,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4" dependencies = [ - "arrayvec 0.7.6", + "arrayvec 0.7.8", "auto_impl", "bytes", ] @@ -4503,17 +4701,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.11.4", - "proc-macro-crate 3.4.0", + "indexmap", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "async-trait", "fp-storage", @@ -4525,7 +4723,7 @@ dependencies = [ [[package]] name = "fc-aura" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "fc-rpc", "fp-storage", @@ -4541,7 +4739,7 @@ dependencies = [ [[package]] name = "fc-babe" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "fc-rpc", "sc-client-api", @@ -4557,7 +4755,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "async-trait", "fp-consensus", @@ -4567,13 +4765,13 @@ dependencies = [ "sp-block-builder", "sp-consensus", "sp-runtime", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "async-trait", "ethereum", @@ -4585,7 +4783,7 @@ dependencies = [ "futures", "kvdb-rocksdb", "log", - "parity-db", + "parity-db 0.5.5", "parity-scale-codec", "parking_lot 0.12.5", "sc-client-api", @@ -4603,7 +4801,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "fc-db", "fc-storage", @@ -4626,7 +4824,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "ethereum", "ethereum-types", @@ -4646,7 +4844,7 @@ dependencies = [ "pallet-evm", "parity-scale-codec", "prometheus", - "rand 0.9.2", + "rand 0.9.4", "rlp 0.6.1", "sc-client-api", "sc-network", @@ -4670,14 +4868,14 @@ dependencies = [ "sp-storage", "sp-trie", "substrate-prometheus-endpoint", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", ] [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "ethereum", "ethereum-types", @@ -4686,13 +4884,14 @@ dependencies = [ "rustc-hex", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", ] [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "ethereum", "ethereum-types", @@ -4742,26 +4941,14 @@ dependencies = [ "winapi", ] -[[package]] -name = "file-per-thread-logger" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866" -dependencies = [ - "env_logger", - "log", -] - [[package]] name = "filetime" -version = "0.2.26" +version = "0.2.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" +checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759" dependencies = [ "cfg-if", "libc", - "libredox", - "windows-sys 0.60.2", ] [[package]] @@ -4782,9 +4969,9 @@ dependencies = [ [[package]] name = "find-msvc-tools" -version = "0.1.3" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3" +checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fixed-hash" @@ -4793,7 +4980,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand 0.8.5", + "rand 0.8.6", "rustc-hex", "static_assertions", ] @@ -4856,8 +5043,8 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" -version = "13.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "12.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", ] @@ -4884,7 +5071,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "hex", "impl-serde", @@ -4902,7 +5089,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "ethereum", "parity-scale-codec", @@ -4913,7 +5100,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "ethereum", "ethereum-types", @@ -4925,7 +5112,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "environmental", "evm", @@ -4941,7 +5128,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "ethereum", "ethereum-types", @@ -4957,7 +5144,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "frame-support", "parity-scale-codec", @@ -4969,7 +5156,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "parity-scale-codec", "serde", @@ -4977,15 +5164,19 @@ dependencies = [ [[package]] name = "fragile" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" +checksum = "8878864ba14bb86e818a412bfd6f18f9eabd4ec0f008a28e8f7eb61db532fcf9" +dependencies = [ + "futures-core", +] [[package]] name = "frame-benchmarking" -version = "41.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "anyhow", "frame-support", "frame-support-procedural", "frame-system", @@ -5007,15 +5198,17 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "49.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "58.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "Inflector", + "anyhow", "array-bytes 6.2.3", "chrono", "clap", "comfy-table", "cumulus-client-parachain-inherent", + "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", "env_filter", "frame-benchmarking", @@ -5030,8 +5223,8 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives", "polkadot-primitives", - "rand 0.8.5", - "rand_pcg", + "rand 0.8.6", + "rand_pcg 0.3.1", "sc-block-builder", "sc-chain-spec", "sc-cli", @@ -5043,12 +5236,14 @@ dependencies = [ "sc-runtime-utilities", "sc-service", "sc-sysinfo", + "sc-virtualization", "serde", "serde_json", "sp-api", "sp-block-builder", "sp-blockchain", "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-database", "sp-externalities", "sp-genesis-builder", @@ -5063,6 +5258,7 @@ dependencies = [ "sp-transaction-pool", "sp-trie", "sp-version", + "sp-virtualization", "sp-wasm-interface", "subxt", "subxt-signer", @@ -5072,8 +5268,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" -version = "31.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "39.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -5086,33 +5282,35 @@ dependencies = [ [[package]] name = "frame-decode" -version = "0.7.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7cb8796f93fa038f979a014234d632e9688a120e745f936e2635123c77537f7" +checksum = "c470df86cf28818dd3cd2fc4667b80dbefe2236c722c3dc1d09e7c6c82d6dfcd" dependencies = [ - "frame-metadata 21.0.0", + "frame-metadata", "parity-scale-codec", "scale-decode", + "scale-encode", "scale-info", "scale-type-resolver", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 2.0.18", ] [[package]] name = "frame-election-provider-solution-type" -version = "16.1.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "13.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "frame-election-provider-support" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5128,8 +5326,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "41.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "aquamarine", "frame-support", @@ -5146,32 +5344,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "20.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26de808fa6461f2485dc51811aefed108850064994fb4a62b3ac21ffa62ac8df" -dependencies = [ - "cfg-if", - "parity-scale-codec", - "scale-info", - "serde", -] - -[[package]] -name = "frame-metadata" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20dfd1d7eae1d94e32e869e2fb272d81f52dd8db57820a373adb83ea24d7d862" -dependencies = [ - "cfg-if", - "parity-scale-codec", - "scale-info", -] - -[[package]] -name = "frame-metadata" -version = "23.0.0" +version = "23.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8c26fcb0454397c522c05fdad5380c4e622f8a875638af33bff5a320d1fc965" +checksum = "9ba5be0edbdb824843a0f9c6f0906ecfc66c5316218d74457003218b24909ed0" dependencies = [ "cfg-if", "parity-scale-codec", @@ -5181,8 +5356,8 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.9.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.16.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "const-hex", @@ -5197,8 +5372,8 @@ dependencies = [ [[package]] name = "frame-storage-access-test-runtime" -version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.10.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-pallet-parachain-system", "parity-scale-codec", @@ -5211,16 +5386,17 @@ dependencies = [ [[package]] name = "frame-support" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "aquamarine", "array-bytes 6.2.3", "binary-merkle-tree", "bitflags 1.3.2", + "derive-where", "docify", "environmental", - "frame-metadata 23.0.0", + "frame-metadata", "frame-support-procedural", "impl-trait-for-tuples", "k256", @@ -5252,22 +5428,22 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "34.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "40.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", "docify", "expander", - "frame-support-procedural-tools 13.0.1", + "frame-support-procedural-tools 10.0.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "itertools 0.11.0", "macro_magic", "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", - "syn 2.0.106", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "syn 2.0.118", ] [[package]] @@ -5276,23 +5452,23 @@ version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3363df38464c47a73eb521a4f648bfcc7537a82d70347ef8af3f73b6d019e910" dependencies = [ - "frame-support-procedural-tools-derive 11.0.0", - "proc-macro-crate 3.4.0", + "frame-support-procedural-tools-derive 11.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "frame-support-procedural-tools" -version = "13.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "10.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "frame-support-procedural-tools-derive 12.0.0", - "proc-macro-crate 3.4.0", + "frame-support-procedural-tools-derive 11.0.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -5303,23 +5479,23 @@ checksum = "68672b9ec6fe72d259d3879dc212c5e42e977588cdac830c76f54d9f492aeb58" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "frame-support-procedural-tools-derive" -version = "12.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "11.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "frame-system" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cfg-if", "docify", @@ -5337,8 +5513,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -5351,8 +5527,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "parity-scale-codec", @@ -5361,8 +5537,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.47.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.54.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "parity-scale-codec", @@ -5407,9 +5583,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" +checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" dependencies = [ "futures-channel", "futures-core", @@ -5432,9 +5608,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" +checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" dependencies = [ "futures-core", "futures-sink", @@ -5442,20 +5618,19 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" +checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" [[package]] name = "futures-executor" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" +checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" dependencies = [ "futures-core", "futures-task", "futures-util", - "num_cpus", ] [[package]] @@ -5471,24 +5646,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" - -[[package]] -name = "futures-lite" -version = "1.13.0" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" -dependencies = [ - "fastrand 1.9.0", - "futures-core", - "futures-io", - "memchr", - "parking", - "pin-project-lite", - "waker-fn", -] +checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" [[package]] name = "futures-lite" @@ -5496,7 +5656,7 @@ version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" dependencies = [ - "fastrand 2.3.0", + "fastrand", "futures-core", "futures-io", "parking", @@ -5505,13 +5665,13 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" +checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -5527,27 +5687,31 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" +checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" [[package]] name = "futures-task" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" +checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" [[package]] name = "futures-timer" -version = "3.0.3" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" +checksum = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968" +dependencies = [ + "gloo-timers", + "send_wrapper", +] [[package]] name = "futures-util" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" +checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" dependencies = [ "futures-channel", "futures-core", @@ -5557,7 +5721,6 @@ dependencies = [ "futures-task", "memchr", "pin-project-lite", - "pin-utils", "slab", ] @@ -5570,6 +5733,19 @@ dependencies = [ "byteorder", ] +[[package]] +name = "fxprof-processed-profile" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd" +dependencies = [ + "bitflags 2.13.0", + "debugid", + "fxhash", + "serde", + "serde_json", +] + [[package]] name = "generic-array" version = "0.12.4" @@ -5592,9 +5768,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "1.3.5" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaf57c49a95fd1fe24b90b3033bee6dc7e8f1288d51494cb44e627c295e38542" +checksum = "c2e55f16dcf0e9c00efbe2e655ffe45fc98e7066b52bc92f8a79e64060a79351" dependencies = [ "rustversion", "typenum", @@ -5619,36 +5795,34 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "wasi 0.11.1+wasi-snapshot-preview1", + "wasi", "wasm-bindgen", ] [[package]] name = "getrandom" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" dependencies = [ "cfg-if", - "js-sys", "libc", - "r-efi", - "wasi 0.14.7+wasi-0.2.4", - "wasm-bindgen", + "r-efi 5.3.0", + "wasip2", ] [[package]] name = "getrandom" -version = "0.4.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec" +checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" dependencies = [ "cfg-if", + "js-sys", "libc", - "r-efi", - "rand_core 0.10.0", - "wasip2", - "wasip3", + "r-efi 6.0.0", + "rand_core 0.10.1", + "wasm-bindgen", ] [[package]] @@ -5657,7 +5831,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand 0.8.5", + "rand 0.8.6", "rand_core 0.6.4", ] @@ -5671,24 +5845,13 @@ dependencies = [ "polyval", ] -[[package]] -name = "gimli" -version = "0.27.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" -dependencies = [ - "fallible-iterator 0.2.0", - "indexmap 1.9.3", - "stable_deref_trait", -] - [[package]] name = "gimli" version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" dependencies = [ - "fallible-iterator 0.3.0", + "fallible-iterator", "stable_deref_trait", ] @@ -5697,6 +5860,11 @@ name = "gimli" version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" +dependencies = [ + "fallible-iterator", + "indexmap", + "stable_deref_trait", +] [[package]] name = "glob" @@ -5704,6 +5872,52 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" +[[package]] +name = "gloo-net" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" +dependencies = [ + "futures-channel", + "futures-core", + "futures-sink", + "gloo-utils", + "http 1.4.2", + "js-sys", + "pin-project", + "serde", + "serde_json", + "thiserror 1.0.69", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "gloo-timers" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "482ce8a491a501da4cd806bd190275363d674f2845005c6ddbd5d3e1dd54495d" +dependencies = [ + "futures-channel", + "futures-core", + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "gloo-utils" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" +dependencies = [ + "js-sys", + "serde", + "serde_json", + "wasm-bindgen", + "web-sys", +] + [[package]] name = "governor" version = "0.6.3" @@ -5719,7 +5933,7 @@ dependencies = [ "parking_lot 0.12.5", "portable-atomic", "quanta", - "rand 0.8.5", + "rand 0.8.6", "smallvec", "spinning_top", ] @@ -5747,7 +5961,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.11.4", + "indexmap", "slab", "tokio", "tokio-util", @@ -5756,17 +5970,17 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.12" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" +checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.3.1", - "indexmap 2.11.4", + "http 1.4.2", + "indexmap", "slab", "tokio", "tokio-util", @@ -5834,7 +6048,6 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash 0.8.12", "allocator-api2", - "serde", ] [[package]] @@ -5846,16 +6059,27 @@ dependencies = [ "allocator-api2", "equivalent", "foldhash 0.1.5", + "serde", ] [[package]] name = "hashbrown" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", +] + +[[package]] +name = "hashbrown" +version = "0.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" dependencies = [ "foldhash 0.2.0", - "serde", ] [[package]] @@ -5888,12 +6112,6 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" -[[package]] -name = "hermit-abi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" - [[package]] name = "hermit-abi" version = "0.5.2" @@ -5911,17 +6129,20 @@ dependencies = [ [[package]] name = "hex-conservative" -version = "0.1.2" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" +checksum = "fda06d18ac606267c40c04e41b9947729bf8b9efe74bd4e82b61a5f26a510b9f" +dependencies = [ + "arrayvec 0.7.8", +] [[package]] name = "hex-conservative" -version = "0.2.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" +checksum = "830e599c2904b08f0834ee6337d8fe8f0ed4a63b5d9e7a7f49c0ffa06d08d360" dependencies = [ - "arrayvec 0.7.6", + "arrayvec 0.7.8", ] [[package]] @@ -5946,7 +6167,7 @@ dependencies = [ "idna", "ipnet", "once_cell", - "rand 0.8.5", + "rand 0.8.6", "socket2 0.5.10", "thiserror 1.0.69", "tinyvec", @@ -5971,9 +6192,9 @@ dependencies = [ "idna", "ipnet", "once_cell", - "rand 0.9.2", + "rand 0.9.4", "ring 0.17.14", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tokio", "tracing", @@ -5993,7 +6214,7 @@ dependencies = [ "lru-cache", "once_cell", "parking_lot 0.12.5", - "rand 0.8.5", + "rand 0.8.6", "resolv-conf", "smallvec", "thiserror 1.0.69", @@ -6014,10 +6235,10 @@ dependencies = [ "moka", "once_cell", "parking_lot 0.12.5", - "rand 0.9.2", + "rand 0.9.4", "resolv-conf", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -6074,12 +6295,11 @@ dependencies = [ [[package]] name = "http" -version = "1.3.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" dependencies = [ "bytes", - "fnv", "itoa", ] @@ -6101,7 +6321,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.3.1", + "http 1.4.2", ] [[package]] @@ -6112,7 +6332,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.3.1", + "http 1.4.2", "http-body 1.0.1", "pin-project-lite", ] @@ -6130,26 +6350,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] -name = "humantime" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" - -[[package]] -name = "humantime-serde" -version = "1.1.1" +name = "hybrid-array" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" +checksum = "f2d35805454dc9f8662a98d6d61886ffe26bd465f5960e0e55345c70d5c0d2a9" dependencies = [ - "humantime", - "serde", + "typenum", ] [[package]] name = "hybrid-array" -version = "0.2.3" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2d35805454dc9f8662a98d6d61886ffe26bd465f5960e0e55345c70d5c0d2a9" +checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c" dependencies = [ "typenum", ] @@ -6180,22 +6393,21 @@ dependencies = [ [[package]] name = "hyper" -version = "1.7.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" +checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" dependencies = [ "atomic-waker", "bytes", "futures-channel", "futures-core", - "h2 0.4.12", - "http 1.3.1", + "h2 0.4.15", + "http 1.4.2", "http-body 1.0.1", "httparse", "httpdate", "itoa", "pin-project-lite", - "pin-utils", "smallvec", "tokio", "want", @@ -6203,17 +6415,16 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.7" +version = "0.27.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" +checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" dependencies = [ - "http 1.3.1", - "hyper 1.7.0", + "http 1.4.2", + "hyper 1.10.1", "hyper-util", "log", "rustls", "rustls-native-certs", - "rustls-pki-types", "tokio", "tokio-rustls", "tower-service", @@ -6221,20 +6432,19 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.17" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" +checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ "bytes", "futures-channel", - "futures-core", "futures-util", - "http 1.3.1", + "http 1.4.2", "http-body 1.0.1", - "hyper 1.7.0", + "hyper 1.10.1", "libc", "pin-project-lite", - "socket2 0.6.0", + "socket2 0.6.4", "tokio", "tower-service", "tracing", @@ -6242,9 +6452,9 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.64" +version = "0.1.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" +checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -6266,12 +6476,13 @@ dependencies = [ [[package]] name = "icu_collections" -version = "2.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" +checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" dependencies = [ "displaydoc", "potential_utf", + "utf8_iter", "yoke", "zerofrom", "zerovec", @@ -6279,9 +6490,9 @@ dependencies = [ [[package]] name = "icu_locale_core" -version = "2.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" +checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" dependencies = [ "displaydoc", "litemap", @@ -6292,11 +6503,10 @@ dependencies = [ [[package]] name = "icu_normalizer" -version = "2.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" +checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" dependencies = [ - "displaydoc", "icu_collections", "icu_normalizer_data", "icu_properties", @@ -6307,42 +6517,38 @@ dependencies = [ [[package]] name = "icu_normalizer_data" -version = "2.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" +checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" [[package]] name = "icu_properties" -version = "2.0.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" +checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" dependencies = [ - "displaydoc", "icu_collections", "icu_locale_core", "icu_properties_data", "icu_provider", - "potential_utf", "zerotrie", "zerovec", ] [[package]] name = "icu_properties_data" -version = "2.0.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" +checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" [[package]] name = "icu_provider" -version = "2.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" +checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" dependencies = [ "displaydoc", "icu_locale_core", - "stable_deref_trait", - "tinystr", "writeable", "yoke", "zerofrom", @@ -6350,12 +6556,6 @@ dependencies = [ "zerovec", ] -[[package]] -name = "id-arena" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" - [[package]] name = "ident_case" version = "1.0.1" @@ -6375,9 +6575,9 @@ dependencies = [ [[package]] name = "idna_adapter" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" +checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" dependencies = [ "icu_normalizer", "icu_properties", @@ -6385,21 +6585,21 @@ dependencies = [ [[package]] name = "if-addrs" -version = "0.10.2" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cabb0019d51a643781ff15c9c8a3e5dedc365c47211270f4e8f82812fedd8f0a" +checksum = "c0a05c691e1fae256cf7013d99dad472dc52d5543322761f83ec8d47eab40d2b" dependencies = [ "libc", - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] name = "if-watch" -version = "3.2.1" +version = "3.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdf9d64cfcf380606e64f9a0bcf493616b65331199f984151a6fa11a7b3cde38" +checksum = "71c02a5161c313f0cbdbadc511611893584a10a7b6153cb554bdf83ddce99ec2" dependencies = [ - "async-io 2.6.0", + "async-io", "core-foundation 0.9.4", "fnv", "futures", @@ -6413,7 +6613,7 @@ dependencies = [ "rtnetlink", "system-configuration", "tokio", - "windows 0.53.0", + "windows 0.62.2", ] [[package]] @@ -6429,7 +6629,7 @@ dependencies = [ "http 0.2.12", "hyper 0.14.32", "log", - "rand 0.8.5", + "rand 0.8.6", "tokio", "url", "xmltree", @@ -6490,7 +6690,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -6514,23 +6714,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" -dependencies = [ - "autocfg", - "hashbrown 0.12.3", - "serde", -] - -[[package]] -name = "indexmap" -version = "2.11.4" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" +checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", - "hashbrown 0.16.0", + "hashbrown 0.17.1", "serde", "serde_core", ] @@ -6568,28 +6757,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "io-lifetimes" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" -dependencies = [ - "hermit-abi 0.3.9", - "libc", - "windows-sys 0.48.0", -] - -[[package]] -name = "io-uring" -version = "0.7.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" -dependencies = [ - "bitflags 2.9.4", - "cfg-if", - "libc", -] - [[package]] name = "ip_network" version = "0.4.1" @@ -6598,47 +6765,48 @@ checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1" [[package]] name = "ipconfig" -version = "0.3.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" +checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222" dependencies = [ - "socket2 0.5.10", + "socket2 0.6.4", "widestring", - "windows-sys 0.48.0", - "winreg", + "windows-registry", + "windows-result", + "windows-sys 0.61.2", ] [[package]] name = "ipnet" -version = "2.11.0" +version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" +checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" [[package]] name = "is-terminal" -version = "0.4.16" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" +checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ - "hermit-abi 0.5.2", + "hermit-abi", "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] name = "is_executable" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4" +checksum = "82cb6a9f675da968c63b6208c641b9dca58fc0133ae53375736b1767b0cab8bd" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.59.0", ] [[package]] name = "is_terminal_polyfill" -version = "1.70.1" +version = "1.70.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" +checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" [[package]] name = "itertools" @@ -6687,9 +6855,57 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.15" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" + +[[package]] +name = "ittapi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b996fe614c41395cdaedf3cf408a9534851090959d90d54a535f675550b64b1" +dependencies = [ + "anyhow", + "ittapi-sys", + "log", +] + +[[package]] +name = "ittapi-sys" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52f5385394064fa2c886205dba02598013ce83d3e92d33dbdc0c52fe0e7bf4fc" +dependencies = [ + "cc", +] + +[[package]] +name = "jam-codec" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb948eace373d99de60501a02fb17125d30ac632570de20dccc74370cdd611b9" +dependencies = [ + "arrayvec 0.7.8", + "bitvec", + "byte-slice-cast", + "const_format", + "impl-trait-for-tuples", + "jam-codec-derive", + "rustversion", + "serde", +] + +[[package]] +name = "jam-codec-derive" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" +checksum = "319af585c4c8a6b5552a52b7787a1ab3e4d59df7614190b1f85b9b842488789d" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.118", +] [[package]] name = "jni" @@ -6700,7 +6916,7 @@ dependencies = [ "cesu8", "cfg-if", "combine", - "jni-sys", + "jni-sys 0.3.1", "log", "thiserror 1.0.69", "walkdir", @@ -6709,35 +6925,58 @@ dependencies = [ [[package]] name = "jni-sys" -version = "0.3.0" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" +dependencies = [ + "jni-sys 0.4.1", +] + +[[package]] +name = "jni-sys" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" +dependencies = [ + "jni-sys-macros", +] + +[[package]] +name = "jni-sys-macros" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" +checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" +dependencies = [ + "quote", + "syn 2.0.118", +] [[package]] name = "jobserver" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" +checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" dependencies = [ - "getrandom 0.3.3", + "getrandom 0.4.3", "libc", ] [[package]] name = "js-sys" -version = "0.3.81" +version = "0.3.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" +checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" dependencies = [ - "once_cell", + "cfg-if", + "futures-util", "wasm-bindgen", ] [[package]] name = "jsonrpsee" -version = "0.24.9" +version = "0.24.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37b26c20e2178756451cfeb0661fb74c47dd5988cb7e3939de7e9241fd604d42" +checksum = "72c4b1f204b655b36b24dc4939af20366c649431d4711863bbbae5c495f3eeb4" dependencies = [ "jsonrpsee-client-transport", "jsonrpsee-core", @@ -6745,6 +6984,7 @@ dependencies = [ "jsonrpsee-proc-macros", "jsonrpsee-server", "jsonrpsee-types", + "jsonrpsee-wasm-client", "jsonrpsee-ws-client", "tokio", "tracing", @@ -6752,19 +6992,21 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.24.9" +version = "0.24.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bacb85abf4117092455e1573625e21b8f8ef4dec8aff13361140b2dc266cdff2" +checksum = "b3e1420b1792cff778e2a1ebaa44115f156ee62a94dd106eaa51163f037d2023" dependencies = [ - "base64 0.22.1", + "base64", + "futures-channel", "futures-util", - "http 1.3.1", + "gloo-net", + "http 1.4.2", "jsonrpsee-core", "pin-project", "rustls", "rustls-pki-types", "rustls-platform-verifier", - "soketto 0.8.1", + "soketto", "thiserror 1.0.69", "tokio", "tokio-rustls", @@ -6775,40 +7017,41 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.24.9" +version = "0.24.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "456196007ca3a14db478346f58c7238028d55ee15c1df15115596e411ff27925" +checksum = "f49bfa9334963e1c85866b39dff3ffcc81f1c286eb23334267c5cb97677543a4" dependencies = [ "async-trait", "bytes", "futures-timer", "futures-util", - "http 1.3.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "jsonrpsee-types", "parking_lot 0.12.5", "pin-project", - "rand 0.8.5", - "rustc-hash 2.1.1", + "rand 0.8.6", + "rustc-hash 2.1.3", "serde", "serde_json", "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", + "wasm-bindgen-futures", ] [[package]] name = "jsonrpsee-http-client" -version = "0.24.9" +version = "0.24.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c872b6c9961a4ccc543e321bb5b89f6b2d2c7fe8b61906918273a3333c95400c" +checksum = "c215647e43482d478a6c21f021a013b50d64cf63431c1176eda9ef925dc54ec8" dependencies = [ "async-trait", - "base64 0.22.1", + "base64", "http-body 1.0.1", - "hyper 1.7.0", + "hyper 1.10.1", "hyper-rustls", "hyper-util", "jsonrpsee-core", @@ -6826,28 +7069,28 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.24.9" +version = "0.24.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e65763c942dfc9358146571911b0cd1c361c2d63e2d2305622d40d36376ca80" +checksum = "f5248249c016692f1465a753057ae8347681995dd490c2cb65c48b14b46215a8" dependencies = [ "heck 0.5.0", - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "jsonrpsee-server" -version = "0.24.9" +version = "0.24.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55e363146da18e50ad2b51a0a7925fc423137a0b1371af8235b1c231a0647328" +checksum = "c625c78b8d545478370b6e7a2a191b0d921f831a9eef38dc1e7efb57e7a5472f" dependencies = [ "futures-util", - "http 1.3.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", - "hyper 1.7.0", + "hyper 1.10.1", "hyper-util", "jsonrpsee-core", "jsonrpsee-types", @@ -6855,7 +7098,7 @@ dependencies = [ "route-recognizer", "serde", "serde_json", - "soketto 0.8.1", + "soketto", "thiserror 1.0.69", "tokio", "tokio-stream", @@ -6866,23 +7109,34 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.24.9" +version = "0.24.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a8e70baf945b6b5752fc8eb38c918a48f1234daf11355e07106d963f860089" +checksum = "41d86fc943f81dab0ecdd6c0240b6e0f55ad57a2ea9ad8ad7efe8456fb9cc7a4" dependencies = [ - "http 1.3.1", + "http 1.4.2", "serde", "serde_json", "thiserror 1.0.69", ] +[[package]] +name = "jsonrpsee-wasm-client" +version = "0.24.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "735df2088674c87f7fecdf51c80878a7aa19a8116b32d703b000f5b1a7acf95a" +dependencies = [ + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", +] + [[package]] name = "jsonrpsee-ws-client" -version = "0.24.9" +version = "0.24.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01b3323d890aa384f12148e8d2a1fd18eb66e9e7e825f9de4fa53bcc19b93eef" +checksum = "9df5bd5c38c0906a6e8b3a38c8c22cc8525fda25fd1a03a3fe010686aea66b70" dependencies = [ - "http 1.3.1", + "http 1.4.2", "jsonrpsee-client-transport", "jsonrpsee-core", "jsonrpsee-types", @@ -6905,23 +7159,39 @@ dependencies = [ [[package]] name = "keccak" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" +checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653" dependencies = [ "cpufeatures 0.2.17", ] +[[package]] +name = "keccak" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e24a010dd405bd7ed803e5253182815b41bf2e6a80cc3bfc066658e03a198aa" +dependencies = [ + "cfg-if", + "cpufeatures 0.3.0", +] + [[package]] name = "keccak-asm" -version = "0.1.4" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6" +checksum = "dd5dc2c0d691cbf7595cde551ced329cca99c2387c2cbc97754c5d0cd045d3ee" dependencies = [ "digest 0.10.7", "sha3-asm", ] +[[package]] +name = "keccak-const" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57d8d8ce877200136358e0bbff3a77965875db3af755a11e1fa6b1b3e2df13ea" + [[package]] name = "keccak-hash" version = "0.11.0" @@ -6948,6 +7218,21 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" +[[package]] +name = "konst" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "128133ed7824fcd73d6e7b17957c5eb7bacb885649bd8c69708b2331a10bcefb" +dependencies = [ + "konst_macro_rules", +] + +[[package]] +name = "konst_macro_rules" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" + [[package]] name = "kvdb" version = "0.13.0" @@ -6969,16 +7254,15 @@ dependencies = [ [[package]] name = "kvdb-rocksdb" -version = "0.19.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" +checksum = "739ac938a308a9a8b6772fd1d840fd9c0078f9c74fe294feaf32faae727102cc" dependencies = [ "kvdb", "num_cpus", "parking_lot 0.12.5", "regex", "rocksdb", - "smallvec", ] [[package]] @@ -7001,12 +7285,6 @@ dependencies = [ "spin 0.9.8", ] -[[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - [[package]] name = "leb128fmt" version = "0.1.0" @@ -7020,8 +7298,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83dc280ed78264020f986b2539e6a44e0720f98f66c99a48a2f52e4a441e99d8" dependencies = [ "endian-cast", - "generic-array 1.3.5", - "hashbrown 0.12.3", + "generic-array 1.4.3", + "hashbrown 0.13.2", "lencode-macros", "newt-hype", "ruint", @@ -7034,33 +7312,23 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61c57df14b9005d1e4e8e56436e922e2c046ad0be55d7cfb062a303714857508" dependencies = [ - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "libc" -version = "0.2.176" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" - -[[package]] -name = "libloading" -version = "0.8.9" +version = "0.2.186" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" -dependencies = [ - "cfg-if", - "windows-link", -] +checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" [[package]] name = "libm" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" +checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libp2p" @@ -7091,7 +7359,7 @@ dependencies = [ "libp2p-upnp", "libp2p-websocket", "libp2p-yamux", - "multiaddr 0.18.2", + "multiaddr", "pin-project", "rw-stream-sink", "thiserror 1.0.69", @@ -7132,14 +7400,14 @@ dependencies = [ "futures", "futures-timer", "libp2p-identity", - "multiaddr 0.18.2", - "multihash 0.19.3", + "multiaddr", + "multihash", "multistream-select", "once_cell", "parking_lot 0.12.5", "pin-project", "quick-protobuf", - "rand 0.8.5", + "rand 0.8.6", "rw-stream-sink", "smallvec", "thiserror 1.0.69", @@ -7190,18 +7458,18 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.2.12" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3104e13b51e4711ff5738caa1fb54467c8604c2e94d607e27745bcf709068774" +checksum = "9525f3831544f7ae497bde79adf114ef127b0fbbb97edbbf692a80408636421c" dependencies = [ "bs58", "ed25519-dalek", "hkdf", - "multihash 0.19.3", - "quick-protobuf", - "rand 0.8.5", + "multihash", + "prost 0.14.4", + "rand 0.8.6", "sha2 0.10.9", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "zeroize", ] @@ -7212,7 +7480,7 @@ version = "0.46.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ced237d0bd84bbebb7c2cad4c073160dacb4fe40534963c32ed6d4c6bb7702a3" dependencies = [ - "arrayvec 0.7.6", + "arrayvec 0.7.8", "asynchronous-codec 0.7.0", "bytes", "either", @@ -7225,7 +7493,7 @@ dependencies = [ "libp2p-swarm", "quick-protobuf", "quick-protobuf-codec", - "rand 0.8.5", + "rand 0.8.6", "sha2 0.10.9", "smallvec", "thiserror 1.0.69", @@ -7248,7 +7516,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand 0.8.5", + "rand 0.8.6", "smallvec", "socket2 0.5.10", "tokio", @@ -7286,11 +7554,11 @@ dependencies = [ "futures", "libp2p-core", "libp2p-identity", - "multiaddr 0.18.2", - "multihash 0.19.3", + "multiaddr", + "multihash", "once_cell", "quick-protobuf", - "rand 0.8.5", + "rand 0.8.6", "sha2 0.10.9", "snow", "static_assertions", @@ -7312,7 +7580,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand 0.8.5", + "rand 0.8.6", "tracing", "void", "web-time", @@ -7333,7 +7601,7 @@ dependencies = [ "libp2p-tls", "parking_lot 0.12.5", "quinn", - "rand 0.8.5", + "rand 0.8.6", "ring 0.17.14", "rustls", "socket2 0.5.10", @@ -7355,7 +7623,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", - "rand 0.8.5", + "rand 0.8.6", "smallvec", "tracing", "void", @@ -7378,7 +7646,7 @@ dependencies = [ "lru 0.12.5", "multistream-select", "once_cell", - "rand 0.8.5", + "rand 0.8.6", "smallvec", "tokio", "tracing", @@ -7395,7 +7663,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -7464,7 +7732,7 @@ dependencies = [ "parking_lot 0.12.5", "pin-project-lite", "rw-stream-sink", - "soketto 0.8.1", + "soketto", "thiserror 1.0.69", "tracing", "url", @@ -7483,33 +7751,29 @@ dependencies = [ "thiserror 1.0.69", "tracing", "yamux 0.12.1", - "yamux 0.13.7", + "yamux 0.13.10", ] [[package]] name = "libredox" -version = "0.1.10" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" +checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652" dependencies = [ - "bitflags 2.9.4", "libc", - "redox_syscall 0.5.18", ] [[package]] name = "librocksdb-sys" -version = "0.11.0+8.1.1" +version = "0.17.3+10.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e" +checksum = "cef2a00ee60fe526157c9023edab23943fae1ce2ab6f4abb2a807c1746835de9" dependencies = [ "bindgen", "bzip2-sys", "cc", - "glob", "libc", "libz-sys", - "tikv-jemalloc-sys", ] [[package]] @@ -7519,13 +7783,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139" dependencies = [ "arrayref", - "base64 0.22.1", + "base64", "digest 0.9.0", "hmac-drbg", "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand 0.8.5", + "rand 0.8.6", "serde", "sha2 0.9.9", "typenum", @@ -7573,9 +7837,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.22" +version = "1.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" +checksum = "85bc9657773828b90eeb625adff10eeac83cc21bbfd8e23a03eaa8a33c9e28d9" dependencies = [ "cc", "pkg-config", @@ -7599,9 +7863,9 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linked_hash_set" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bae85b5be22d9843c80e5fc80e9b64c8a3b1f98f867c709956eca3efff4e92e2" +checksum = "984fb35d06508d1e69fc91050cceba9c0b748f983e6739fa2c7a9237154c52c8" dependencies = [ "linked-hash-map", ] @@ -7615,18 +7879,6 @@ dependencies = [ "nalgebra", ] -[[package]] -name = "linux-raw-sys" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" - -[[package]] -name = "linux-raw-sys" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" - [[package]] name = "linux-raw-sys" version = "0.4.15" @@ -7635,9 +7887,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "linux-raw-sys" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" +checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" [[package]] name = "lioness" @@ -7653,42 +7905,46 @@ dependencies = [ [[package]] name = "litemap" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" +checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" [[package]] name = "litep2p" -version = "0.9.5" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14fb10e63363204b89d91e1292df83322fd9de5d7fa76c3d5c78ddc2f8f3efa9" +checksum = "67508e7500fe69a99a038d2fba84fb30f23cac9d98bfeb7f5a1389ddd137b579" dependencies = [ "async-trait", "bs58", "bytes", - "cid 0.11.1", + "cid", "ed25519-dalek", + "enum-display", "futures", "futures-timer", "hickory-resolver 0.25.2", - "indexmap 2.11.4", + "indexmap", + "ip_network", "libc", "mockall", - "multiaddr 0.17.1", - "multihash 0.17.0", + "multiaddr", + "multihash", + "multihash-codetable", "network-interface", "parking_lot 0.12.5", "pin-project", "prost 0.13.5", - "prost-build", - "rand 0.8.5", + "prost-build 0.14.4", + "rand 0.8.6", + "ring 0.17.14", "serde", - "sha2 0.10.9", + "sha2 0.11.0", "simple-dns", "smallvec", "snow", "socket2 0.5.10", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tokio-tungstenite", @@ -7699,7 +7955,7 @@ dependencies = [ "url", "x25519-dalek", "x509-parser 0.17.0", - "yamux 0.13.7", + "yamux 0.13.10", "yasna", "zeroize", ] @@ -7715,15 +7971,18 @@ dependencies = [ [[package]] name = "log" -version = "0.4.28" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "lru" -version = "0.11.1" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" +checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" +dependencies = [ + "hashbrown 0.12.3", +] [[package]] name = "lru" @@ -7769,23 +8028,23 @@ dependencies = [ ] [[package]] -name = "mach" -version = "0.3.2" +name = "mach2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" +checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" dependencies = [ "libc", ] [[package]] name = "macro-string" -version = "0.1.4" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" +checksum = "59a9dbbfc75d2688ed057456ce8a3ee3f48d12eec09229f560f3643b9f275653" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -7797,7 +8056,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -7811,7 +8070,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -7822,7 +8081,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -7833,18 +8092,18 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "match-lookup" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" +checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.118", ] [[package]] @@ -7868,9 +8127,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.6" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" +checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" [[package]] name = "memfd" @@ -7878,7 +8137,7 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227" dependencies = [ - "rustix 1.1.2", + "rustix 1.1.4", ] [[package]] @@ -7892,22 +8151,13 @@ dependencies = [ [[package]] name = "memmap2" -version = "0.9.8" +version = "0.9.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7" +checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" dependencies = [ "libc", ] -[[package]] -name = "memoffset" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" -dependencies = [ - "autocfg", -] - [[package]] name = "memory-db" version = "0.34.0" @@ -7921,13 +8171,13 @@ dependencies = [ [[package]] name = "merkleized-metadata" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e3e3f549d27d2dc054372f320ddf68045a833fab490563ff70d4cf1b9d91ea" +checksum = "a55738f9a2a91692acbdc68066e4b60d4101a8599a474e039dbd449cf2cff701" dependencies = [ "array-bytes 9.3.0", "blake3", - "frame-metadata 23.0.0", + "frame-metadata", "parity-scale-codec", "scale-decode", "scale-info", @@ -7940,7 +8190,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ "byteorder", - "keccak", + "keccak 0.1.6", "rand_core 0.6.4", "zeroize", ] @@ -7962,13 +8212,13 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.4" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" +checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" dependencies = [ "libc", - "wasi 0.11.1+wasi-snapshot-preview1", - "windows-sys 0.59.0", + "wasi", + "windows-sys 0.61.2", ] [[package]] @@ -7978,7 +8228,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a" dependencies = [ "arrayref", - "arrayvec 0.7.6", + "arrayvec 0.7.8", "bitflags 1.3.2", "blake2 0.10.6", "c2-chacha", @@ -7988,7 +8238,7 @@ dependencies = [ "lioness", "log", "parking_lot 0.12.5", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "rand_distr", "subtle 2.6.1", @@ -7998,21 +8248,21 @@ dependencies = [ [[package]] name = "ml-kem" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcaee19a45f916d98f24a551cc9a2cdae705a040e66f3cbc4f3a282ea6a2e982" +checksum = "8de49b3df74c35498c0232031bb7e85f9389f913e2796169c8ab47a53993a18f" dependencies = [ - "hybrid-array", + "hybrid-array 0.2.3", "kem", "rand_core 0.6.4", - "sha3", + "sha3 0.10.9", "zeroize", ] [[package]] name = "mmr-gadget" -version = "46.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "53.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "log", @@ -8030,8 +8280,8 @@ dependencies = [ [[package]] name = "mmr-rpc" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "47.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8066,14 +8316,14 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "moka" -version = "0.12.11" +version = "0.12.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077" +checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046" dependencies = [ "crossbeam-channel", "crossbeam-epoch", @@ -8081,7 +8331,6 @@ dependencies = [ "equivalent", "parking_lot 0.12.5", "portable-atomic", - "rustc_version 0.4.1", "smallvec", "tagptr", "uuid", @@ -8093,25 +8342,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f" -[[package]] -name = "multiaddr" -version = "0.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd" -dependencies = [ - "arrayref", - "byteorder", - "data-encoding", - "log", - "multibase", - "multihash 0.17.0", - "percent-encoding", - "serde", - "static_assertions", - "unsigned-varint 0.7.2", - "url", -] - [[package]] name = "multiaddr" version = "0.18.2" @@ -8123,7 +8353,7 @@ dependencies = [ "data-encoding", "libp2p-identity", "multibase", - "multihash 0.19.3", + "multihash", "percent-encoding", "serde", "static_assertions", @@ -8133,55 +8363,60 @@ dependencies = [ [[package]] name = "multibase" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" +checksum = "7e0e4a371cbf1dfd666b658ba137763edb23c45beb43cfe369b5593cd6b437b6" dependencies = [ "base-x", "base256emoji", + "base45", "data-encoding", "data-encoding-macro", ] [[package]] name = "multihash" -version = "0.17.0" +version = "0.19.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447" +dependencies = [ + "unsigned-varint 0.8.0", +] + +[[package]] +name = "multihash-codetable" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" +checksum = "60384411b100398c5b2fdca476eed82e9898d09f2c60d1b1b66c5080ebe06118" dependencies = [ "blake2b_simd", - "blake2s_simd", - "blake3", - "core2", - "digest 0.10.7", + "digest 0.11.3", "multihash-derive", - "sha2 0.10.9", - "sha3", - "unsigned-varint 0.7.2", + "sha2 0.11.0", + "sha3 0.11.0", ] [[package]] -name = "multihash" -version = "0.19.3" +name = "multihash-derive" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" +checksum = "4723acdce756db211a53f01b3419dbdf63cb48cef5df86260f55309364735fbf" dependencies = [ - "core2", - "unsigned-varint 0.8.0", + "multihash", + "multihash-derive-impl", ] [[package]] -name = "multihash-derive" -version = "0.8.1" +name = "multihash-derive-impl" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db" +checksum = "f932556f78452e5604cef711349d337ec081a9aa3c96e67b3127c8f5df05d550" dependencies = [ - "proc-macro-crate 1.1.3", - "proc-macro-error", + "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", - "synstructure 0.12.6", + "syn 2.0.118", + "synstructure", ] [[package]] @@ -8206,9 +8441,9 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.33.2" +version = "0.33.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b" +checksum = "9d43ddcacf343185dfd6de2ee786d9e8b1c2301622afab66b6c73baf9882abfd" dependencies = [ "approx", "matrixmultiply", @@ -8225,7 +8460,7 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -8236,9 +8471,9 @@ checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" [[package]] name = "native-tls" -version = "0.2.14" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" +checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" dependencies = [ "libc", "log", @@ -8246,7 +8481,7 @@ dependencies = [ "openssl-probe", "openssl-sys", "schannel", - "security-framework 2.11.1", + "security-framework", "security-framework-sys", "tempfile", ] @@ -8268,63 +8503,47 @@ dependencies = [ [[package]] name = "netlink-packet-core" -version = "0.7.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4" +checksum = "3463cbb78394cb0141e2c926b93fc2197e473394b761986eca3b9da2c63ae0f4" dependencies = [ - "anyhow", - "byteorder", - "netlink-packet-utils", + "paste", ] [[package]] name = "netlink-packet-route" -version = "0.17.1" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053998cea5a306971f88580d0829e90f270f940befd7cf928da179d4187a5a66" +checksum = "4ce3636fa715e988114552619582b530481fd5ef176a1e5c1bf024077c2c9445" dependencies = [ - "anyhow", - "bitflags 1.3.2", - "byteorder", + "bitflags 2.13.0", "libc", + "log", "netlink-packet-core", - "netlink-packet-utils", -] - -[[package]] -name = "netlink-packet-utils" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34" -dependencies = [ - "anyhow", - "byteorder", - "paste", - "thiserror 1.0.69", ] [[package]] name = "netlink-proto" -version = "0.11.5" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72452e012c2f8d612410d89eea01e2d9b56205274abb35d53f60200b2ec41d60" +checksum = "b65d130ee111430e47eed7896ea43ca693c387f097dd97376bffafbf25812128" dependencies = [ "bytes", "futures", "log", "netlink-packet-core", "netlink-sys", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "netlink-sys" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23" +checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae" dependencies = [ "bytes", - "futures", + "futures-util", "libc", "log", "tokio", @@ -8332,13 +8551,13 @@ dependencies = [ [[package]] name = "network-interface" -version = "2.0.3" +version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07709a6d4eba90ab10ec170a0530b3aafc81cb8a2d380e4423ae41fc55fe5745" +checksum = "4ddcb8865ad3d9950f22f42ffa0ef0aecbfbf191867b3122413602b0a360b2a6" dependencies = [ "cc", "libc", - "thiserror 2.0.17", + "thiserror 2.0.18", "winapi", ] @@ -8350,22 +8569,23 @@ checksum = "5c8b7b69b0eafaa88ec8dc9fe7c3860af0a147517e5207cfbd0ecd21cd7cde18" [[package]] name = "nix" -version = "0.26.4" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.13.0", "cfg-if", + "cfg_aliases 0.2.1", "libc", ] [[package]] name = "nix" -version = "0.29.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" +checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.13.0", "cfg-if", "cfg_aliases 0.2.1", "libc", @@ -8377,12 +8597,6 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" -[[package]] -name = "no-std-net" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" - [[package]] name = "node-subtensor" version = "4.0.0-dev" @@ -8410,7 +8624,7 @@ dependencies = [ "hex", "jsonrpsee", "log", - "memmap2 0.9.8", + "memmap2 0.9.11", "node-subtensor-runtime", "num-traits", "pallet-balances", @@ -8495,7 +8709,7 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-metadata 23.0.0", + "frame-metadata", "frame-metadata-hash-extension", "frame-support", "frame-system", @@ -8619,6 +8833,15 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "nom" +version = "8.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" +dependencies = [ + "memchr", +] + [[package]] name = "nonempty" version = "0.7.0" @@ -8633,9 +8856,9 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "ntapi" -version = "0.4.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" +checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" dependencies = [ "winapi", ] @@ -8666,9 +8889,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" +checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" dependencies = [ "num-integer", "num-traits", @@ -8685,9 +8908,9 @@ dependencies = [ [[package]] name = "num-conv" -version = "0.1.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" [[package]] name = "num-derive" @@ -8697,7 +8920,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -8706,7 +8929,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ - "arrayvec 0.7.6", + "arrayvec 0.7.8", "itoa", ] @@ -8757,15 +8980,15 @@ version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" dependencies = [ - "hermit-abi 0.5.2", + "hermit-abi", "libc", ] [[package]] name = "num_enum" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a" +checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" dependencies = [ "num_enum_derive", "rustversion", @@ -8773,26 +8996,25 @@ dependencies = [ [[package]] name = "num_enum_derive" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" +checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" dependencies = [ - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] -name = "object" -version = "0.30.4" +name = "nybbles" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385" +checksum = "0d49ff0c0d00d4a502b39df9af3a525e1efeb14b9dabb5bb83335284c1309210" dependencies = [ - "crc32fast", - "hashbrown 0.13.2", - "indexmap 1.9.3", - "memchr", + "cfg-if", + "ruint", + "smallvec", ] [[package]] @@ -8810,6 +9032,9 @@ version = "0.37.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" dependencies = [ + "crc32fast", + "hashbrown 0.15.5", + "indexmap", "memchr", ] @@ -8828,14 +9053,14 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" dependencies = [ - "asn1-rs 0.7.1", + "asn1-rs 0.7.2", ] [[package]] name = "once_cell" -version = "1.21.3" +version = "1.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" dependencies = [ "critical-section", "portable-atomic", @@ -8843,9 +9068,9 @@ dependencies = [ [[package]] name = "once_cell_polyfill" -version = "1.70.1" +version = "1.70.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" +checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "opaque-debug" @@ -8861,15 +9086,14 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.73" +version = "0.10.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" +checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.13.0", "cfg-if", "foreign-types", "libc", - "once_cell", "openssl-macros", "openssl-sys", ] @@ -8882,20 +9106,20 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "openssl-probe" -version = "0.1.6" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" +checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" [[package]] name = "openssl-sys" -version = "0.9.109" +version = "0.9.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" +checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695" dependencies = [ "cc", "libc", @@ -8933,10 +9157,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43dfaf083aef571385fccfdc3a2f8ede8d0a1863160455d4f2b014d8f7d04a3f" dependencies = [ "expander", - "indexmap 2.11.4", + "indexmap", "itertools 0.11.0", "petgraph 0.6.5", - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", "syn 1.0.109", @@ -8948,6 +9172,32 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" +[[package]] +name = "p256" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" +dependencies = [ + "ecdsa", + "elliptic-curve", + "primeorder", + "sha2 0.10.9", +] + +[[package]] +name = "pallet-accumulate-and-forward" +version = "0.4.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", +] + [[package]] name = "pallet-admin-utils" version = "4.0.0-dev" @@ -8984,8 +9234,8 @@ dependencies = [ [[package]] name = "pallet-alliance" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "frame-benchmarking", @@ -8997,7 +9247,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-io", "sp-runtime", ] @@ -9020,8 +9270,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "31.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9038,8 +9288,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" -version = "0.9.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.17.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9054,10 +9304,25 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "pallet-asset-conversion-precompiles" +version = "0.5.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "frame-support", + "frame-system", + "pallet-asset-conversion", + "pallet-revive", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", +] + [[package]] name = "pallet-asset-conversion-tx-payment" -version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "31.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9071,8 +9336,8 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "28.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9085,8 +9350,8 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" -version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.11.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9103,8 +9368,8 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9112,23 +9377,20 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "scale-info", - "serde", "sp-io", "sp-runtime", ] [[package]] name = "pallet-assets" -version = "43.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "52.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "ethereum-standards", "frame-benchmarking", "frame-support", "frame-system", "impl-trait-for-tuples", "log", - "pallet-revive", "parity-scale-codec", "scale-info", "sp-core", @@ -9137,8 +9399,8 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" -version = "0.8.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.17.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "pallet-assets", @@ -9149,23 +9411,45 @@ dependencies = [ [[package]] name = "pallet-assets-holder" -version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.12.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-assets", + "parity-scale-codec", + "scale-info", + "sp-runtime", +] + +[[package]] +name = "pallet-assets-precompiles" +version = "0.10.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "const-crypto", + "ethereum-standards", "frame-benchmarking", "frame-support", "frame-system", "log", "pallet-assets", + "pallet-revive", + "pallet-timestamp", "parity-scale-codec", "scale-info", + "sp-core", + "sp-io", "sp-runtime", + "staging-xcm", ] [[package]] name = "pallet-atomic-swap" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -9174,8 +9458,8 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -9190,8 +9474,8 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -9205,8 +9489,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -9218,8 +9502,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9241,8 +9525,8 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "aquamarine", "docify", @@ -9262,8 +9546,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "50.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-benchmarking", @@ -9279,7 +9563,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "fp-evm", "frame-support", @@ -9292,8 +9576,8 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "50.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -9311,8 +9595,8 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "50.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree", @@ -9336,8 +9620,8 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9353,8 +9637,8 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.29.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-header-chain", "bp-runtime", @@ -9362,18 +9646,18 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", "parity-scale-codec", "scale-info", "sp-consensus-grandpa", "sp-runtime", "sp-std", + "tracing", ] [[package]] name = "pallet-bridge-messages" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.29.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-header-chain", "bp-messages", @@ -9381,18 +9665,18 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", "parity-scale-codec", "scale-info", "sp-runtime", "sp-std", "sp-trie", + "tracing", ] [[package]] name = "pallet-bridge-parachains" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.29.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-header-chain", "bp-parachains", @@ -9401,18 +9685,18 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", "sp-runtime", "sp-std", + "tracing", ] [[package]] name = "pallet-bridge-relayers" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.29.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-header-chain", "bp-messages", @@ -9421,7 +9705,6 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", @@ -9430,12 +9713,13 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-runtime", + "tracing", ] [[package]] name = "pallet-broker" -version = "0.20.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.28.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bitvec", "frame-benchmarking", @@ -9452,8 +9736,8 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9470,9 +9754,10 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "30.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "cumulus-pallet-session-benchmarking", "frame-benchmarking", "frame-support", "frame-system", @@ -9481,7 +9766,7 @@ dependencies = [ "pallet-balances", "pallet-session", "parity-scale-codec", - "rand 0.8.5", + "rand 0.8.6", "scale-info", "sp-runtime", "sp-staking", @@ -9489,8 +9774,8 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-benchmarking", @@ -9506,8 +9791,8 @@ dependencies = [ [[package]] name = "pallet-collective-content" -version = "0.19.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.27.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9547,8 +9832,8 @@ dependencies = [ [[package]] name = "pallet-contracts" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "environmental", "frame-benchmarking", @@ -9561,8 +9846,8 @@ dependencies = [ "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand 0.8.5", - "rand_pcg", + "rand 0.8.6", + "rand_pcg 0.3.1", "scale-info", "serde", "smallvec", @@ -9578,8 +9863,8 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" -version = "18.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "27.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -9609,18 +9894,18 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" -version = "23.0.3" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "18.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "pallet-contracts-uapi" -version = "14.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "5.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -9630,8 +9915,8 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9646,61 +9931,95 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" -version = "25.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "33.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-ranked-collective", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", +] + +[[package]] +name = "pallet-crowdloan" +version = "0.1.0" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "pallet-preimage", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "subtensor-macros", + "subtensor-runtime-common", +] + +[[package]] +name = "pallet-dap" +version = "0.6.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", - "pallet-ranked-collective", + "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", + "sp-dap", "sp-runtime", + "sp-staking", ] [[package]] -name = "pallet-crowdloan" -version = "0.1.0" +name = "pallet-delegated-staking" +version = "15.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "frame-benchmarking", "frame-support", "frame-system", "log", - "pallet-balances", - "pallet-preimage", "parity-scale-codec", "scale-info", - "sp-core", "sp-io", "sp-runtime", - "sp-std", - "subtensor-macros", - "subtensor-runtime-common", + "sp-staking", ] [[package]] -name = "pallet-delegated-staking" -version = "8.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +name = "pallet-democracy" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", "scale-info", + "serde", + "sp-core", "sp-io", "sp-runtime", - "sp-staking", ] [[package]] -name = "pallet-democracy" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +name = "pallet-derivatives" +version = "0.7.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9708,16 +10027,19 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "serde", "sp-core", "sp-io", "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] name = "pallet-dev-mode" -version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "31.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -9765,8 +10087,8 @@ dependencies = [ [[package]] name = "pallet-dummy-dim" -version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.10.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9783,8 +10105,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-block" -version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.11.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9792,7 +10114,7 @@ dependencies = [ "frame-system", "log", "parity-scale-codec", - "rand 0.8.5", + "rand 0.8.6", "scale-info", "sp-arithmetic", "sp-core", @@ -9804,8 +10126,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9813,10 +10135,11 @@ dependencies = [ "frame-system", "log", "parity-scale-codec", - "rand 0.8.5", + "rand 0.8.6", "scale-info", "sp-arithmetic", "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-io", "sp-npos-elections", "sp-runtime", @@ -9825,8 +10148,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9838,8 +10161,8 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "50.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -9857,7 +10180,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "ethereum", "ethereum-types", @@ -9880,7 +10203,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "environmental", @@ -9905,7 +10228,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "frame-support", "frame-system", @@ -9916,7 +10239,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "fp-evm", "sp-core", @@ -9926,7 +10249,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "fp-evm", "frame-support", @@ -9938,7 +10261,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "fp-evm", "num", @@ -9947,16 +10270,18 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "fp-evm", + "frame-support", + "pallet-evm", "tiny-keccak", ] [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "fp-evm", "ripemd", @@ -9965,8 +10290,8 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-benchmarking", @@ -9983,8 +10308,8 @@ dependencies = [ [[package]] name = "pallet-glutton" -version = "27.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "35.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -10001,8 +10326,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10024,7 +10349,7 @@ dependencies = [ [[package]] name = "pallet-hotfix-sufficients" version = "1.0.0" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "frame-benchmarking", "frame-support", @@ -10038,8 +10363,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10054,8 +10379,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10073,8 +10398,8 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10088,8 +10413,8 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" -version = "29.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "37.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10121,8 +10446,8 @@ dependencies = [ [[package]] name = "pallet-lottery" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10134,8 +10459,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10150,8 +10475,8 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "44.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "52.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "environmental", "frame-benchmarking", @@ -10169,8 +10494,8 @@ dependencies = [ [[package]] name = "pallet-meta-tx" -version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.11.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-benchmarking", @@ -10178,7 +10503,6 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "serde", "sp-core", "sp-io", "sp-runtime", @@ -10187,8 +10511,8 @@ dependencies = [ [[package]] name = "pallet-migrations" -version = "11.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "19.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-benchmarking", @@ -10200,14 +10524,15 @@ dependencies = [ "polkadot-sdk-frame", "scale-info", "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-io", "sp-runtime", ] [[package]] name = "pallet-mixnet" -version = "0.17.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.25.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "parity-scale-codec", @@ -10220,8 +10545,8 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "parity-scale-codec", @@ -10230,10 +10555,27 @@ dependencies = [ "sp-mmr-primitives", ] +[[package]] +name = "pallet-multi-asset-bounties" +version = "0.6.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", +] + [[package]] name = "pallet-multisig" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "parity-scale-codec", @@ -10243,8 +10585,8 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "33.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "pallet-assets", @@ -10256,8 +10598,8 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "35.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10273,8 +10615,8 @@ dependencies = [ [[package]] name = "pallet-nis" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10283,8 +10625,8 @@ dependencies = [ [[package]] name = "pallet-node-authorization" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "parity-scale-codec", @@ -10294,8 +10636,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "39.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "47.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -10312,8 +10654,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "39.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "47.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10322,7 +10664,7 @@ dependencies = [ "pallet-bags-list", "pallet-delegated-staking", "pallet-nomination-pools", - "pallet-staking", + "pallet-staking-async", "parity-scale-codec", "scale-info", "sp-runtime", @@ -10332,8 +10674,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "45.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -10342,8 +10684,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "47.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -10357,8 +10699,8 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10371,6 +10713,7 @@ dependencies = [ "pallet-im-online", "pallet-offences", "pallet-session", + "pallet-session-benchmarking", "pallet-staking", "parity-scale-codec", "scale-info", @@ -10378,10 +10721,28 @@ dependencies = [ "sp-staking", ] +[[package]] +name = "pallet-oracle" +version = "0.6.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-application-crypto", + "sp-io", + "sp-runtime", + "sp-std", +] + [[package]] name = "pallet-origin-restriction" -version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.10.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10398,8 +10759,8 @@ dependencies = [ [[package]] name = "pallet-paged-list" -version = "0.19.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.27.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "parity-scale-codec", @@ -10409,8 +10770,8 @@ dependencies = [ [[package]] name = "pallet-parameters" -version = "0.12.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.20.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-benchmarking", @@ -10426,8 +10787,8 @@ dependencies = [ [[package]] name = "pallet-people" -version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.10.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10437,15 +10798,31 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-io", "sp-runtime", "verifiable", ] +[[package]] +name = "pallet-pgas-allowance" +version = "0.4.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-transaction-payment", + "parity-scale-codec", + "scale-info", + "sp-runtime", +] + [[package]] name = "pallet-preimage" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10460,18 +10837,32 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", "scale-info", ] +[[package]] +name = "pallet-psm" +version = "0.4.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", +] + [[package]] name = "pallet-ranked-collective" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10488,9 +10879,12 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "frame-support", + "frame-system", + "log", "parity-scale-codec", "polkadot-sdk-frame", "scale-info", @@ -10498,8 +10892,8 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10516,8 +10910,8 @@ dependencies = [ [[package]] name = "pallet-remark" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10531,10 +10925,12 @@ dependencies = [ [[package]] name = "pallet-revive" -version = "0.7.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.19.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "alloy-consensus", "alloy-core", + "alloy-trie", "derive_more 0.99.20", "environmental", "ethereum-standards", @@ -10543,8 +10939,8 @@ dependencies = [ "frame-support", "frame-system", "hex-literal", - "humantime-serde", "impl-trait-for-tuples", + "k256", "log", "num-bigint", "num-integer", @@ -10555,66 +10951,72 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "paste", - "polkavm 0.21.0", - "polkavm-common 0.21.0", - "rand 0.8.5", - "rand_pcg", + "polkavm", + "polkavm-common 0.33.0", + "rand 0.8.6", + "rand_pcg 0.3.1", + "revm", "ripemd", "rlp 0.6.1", "scale-info", "serde", + "serde_json", "sp-api", "sp-arithmetic", "sp-consensus-aura", "sp-consensus-babe", "sp-consensus-slots", "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-io", "sp-runtime", + "sp-version", "substrate-bn", - "subxt-signer", ] [[package]] name = "pallet-revive-fixtures" -version = "0.4.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.15.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "anyhow", "cargo_metadata", + "hex", "pallet-revive-uapi", - "polkavm-linker 0.21.0", - "sp-core", - "sp-io", - "toml 0.8.23", + "polkavm-linker 0.30.0", + "serde_json", + "toml", ] [[package]] name = "pallet-revive-proc-macro" -version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.10.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "pallet-revive-uapi" -version = "0.5.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.15.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "alloy-core", "bitflags 1.3.2", + "const-crypto", + "hex-literal", "pallet-revive-proc-macro", "parity-scale-codec", - "polkavm-derive 0.21.0", + "polkavm-derive 0.30.0", "scale-info", ] [[package]] name = "pallet-root-offences" -version = "38.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "47.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -10629,8 +11031,8 @@ dependencies = [ [[package]] name = "pallet-root-testing" -version = "17.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "24.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -10642,8 +11044,8 @@ dependencies = [ [[package]] name = "pallet-safe-mode" -version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "30.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "pallet-balances", @@ -10656,8 +11058,8 @@ dependencies = [ [[package]] name = "pallet-salary" -version = "26.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "34.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "pallet-ranked-collective", @@ -10668,8 +11070,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "50.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-benchmarking", @@ -10685,8 +11087,8 @@ dependencies = [ [[package]] name = "pallet-scored-pool" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -10698,13 +11100,14 @@ dependencies = [ [[package]] name = "pallet-session" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", "log", + "pallet-balances", "pallet-timestamp", "parity-scale-codec", "scale-info", @@ -10719,8 +11122,8 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10728,7 +11131,7 @@ dependencies = [ "pallet-session", "pallet-staking", "parity-scale-codec", - "rand 0.8.5", + "rand 0.8.6", "sp-runtime", "sp-session", ] @@ -10765,8 +11168,8 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" -version = "16.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "23.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -10777,8 +11180,8 @@ dependencies = [ [[package]] name = "pallet-society" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10794,8 +11197,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10816,8 +11219,8 @@ dependencies = [ [[package]] name = "pallet-staking-async" -version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.14.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10826,22 +11229,26 @@ dependencies = [ "log", "pallet-staking-async-rc-client", "parity-scale-codec", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "scale-info", "serde", "sp-application-crypto", + "sp-arithmetic", "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-io", + "sp-npos-elections", "sp-runtime", "sp-staking", ] [[package]] name = "pallet-staking-async-ah-client" -version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.11.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "frame-benchmarking", "frame-support", "frame-system", "log", @@ -10858,9 +11265,10 @@ dependencies = [ [[package]] name = "pallet-staking-async-rc-client" -version = "0.2.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.11.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "frame-benchmarking", "frame-support", "frame-system", "impl-trait-for-tuples", @@ -10871,23 +11279,25 @@ dependencies = [ "sp-runtime", "sp-staking", "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] [[package]] name = "pallet-staking-reward-curve" -version = "12.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "11.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "pallet-staking-reward-fn" -version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "19.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "sp-arithmetic", @@ -10895,8 +11305,8 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "27.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "33.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "sp-api", @@ -10905,8 +11315,8 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "46.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "55.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -10921,8 +11331,8 @@ dependencies = [ [[package]] name = "pallet-statement" -version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "31.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -10966,7 +11376,7 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "polkadot-runtime-common", - "rand 0.10.0", + "rand 0.10.2", "rand_chacha 0.3.1", "safe-math", "scale-info", @@ -10988,7 +11398,7 @@ dependencies = [ "tle", "tracing", "tracing-log", - "tracing-subscriber 0.3.18", + "tracing-subscriber 0.3.19", "w3f-bls 0.1.3", ] @@ -11010,7 +11420,7 @@ dependencies = [ name = "pallet-subtensor-swap" version = "0.1.0" dependencies = [ - "alloy-primitives 0.8.25", + "alloy-primitives 0.8.26", "approx", "frame-benchmarking", "frame-support", @@ -11018,7 +11428,7 @@ dependencies = [ "log", "pallet-subtensor-swap-runtime-api", "parity-scale-codec", - "rand 0.8.5", + "rand 0.8.6", "rayon", "safe-bigmath", "safe-math", @@ -11085,8 +11495,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-benchmarking", @@ -11100,8 +11510,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-benchmarking", @@ -11118,8 +11528,8 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -11136,12 +11546,13 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "log", "parity-scale-codec", "scale-info", "serde", @@ -11151,8 +11562,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "44.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "52.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -11167,8 +11578,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -11177,29 +11588,10 @@ dependencies = [ "sp-weights", ] -[[package]] -name = "pallet-transaction-storage" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" -dependencies = [ - "array-bytes 6.2.3", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-transaction-storage-proof", -] - [[package]] name = "pallet-treasury" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-benchmarking", @@ -11217,8 +11609,8 @@ dependencies = [ [[package]] name = "pallet-tx-pause" -version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "30.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "parity-scale-codec", @@ -11228,8 +11620,8 @@ dependencies = [ [[package]] name = "pallet-uniques" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -11242,8 +11634,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -11257,8 +11649,8 @@ dependencies = [ [[package]] name = "pallet-verify-signature" -version = "0.4.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.12.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -11272,8 +11664,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "49.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -11284,10 +11676,30 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "pallet-vesting-precompiles" +version = "0.5.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "alloy-core", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-balances", + "pallet-revive", + "pallet-timestamp", + "pallet-vesting", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", +] + [[package]] name = "pallet-whitelist" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11296,17 +11708,15 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "20.1.3" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "29.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "bounded-collections 0.2.4", + "bounded-collections 0.3.2", "frame-benchmarking", "frame-support", "frame-system", "hex-literal", "pallet-balances", - "pallet-revive", - "pallet-timestamp", "parity-scale-codec", "scale-info", "serde", @@ -11322,8 +11732,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "29.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-benchmarking", "frame-support", @@ -11339,15 +11749,14 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" -version = "0.17.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.25.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-messages", "bp-runtime", "bp-xcm-bridge-hub", "frame-support", "frame-system", - "log", "pallet-bridge-messages", "parity-scale-codec", "scale-info", @@ -11357,18 +11766,18 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", + "tracing", ] [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.19.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.27.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", "frame-support", "frame-system", - "log", "parity-scale-codec", "polkadot-runtime-parachains", "scale-info", @@ -11377,27 +11786,44 @@ dependencies = [ "sp-std", "staging-xcm", "staging-xcm-builder", + "tracing", +] + +[[package]] +name = "pallet-xcm-precompiles" +version = "0.9.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "frame-support", + "pallet-revive", + "pallet-xcm", + "parity-scale-codec", + "staging-xcm", + "staging-xcm-executor", + "tracing", ] [[package]] name = "parachains-common" -version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", "frame-support", "frame-system", - "log", - "pallet-asset-tx-payment", "pallet-assets", "pallet-authorship", "pallet-balances", "pallet-collator-selection", "pallet-message-queue", + "pallet-multi-asset-bounties", + "pallet-treasury", "pallet-xcm", + "parachains-common-types", "parity-scale-codec", "polkadot-primitives", + "polkadot-runtime-common", "scale-info", "sp-consensus-aura", "sp-core", @@ -11406,19 +11832,48 @@ dependencies = [ "staging-parachain-info", "staging-xcm", "staging-xcm-executor", + "tracing", ] [[package]] -name = "parity-bip39" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" +name = "parachains-common-types" +version = "0.4.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "bitcoin_hashes 0.13.0", - "rand 0.8.5", - "rand_core 0.6.4", - "serde", - "unicode-normalization", + "sp-consensus-aura", + "sp-core", + "sp-runtime", +] + +[[package]] +name = "parachains-runtimes-test-utils" +version = "33.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-test-relay-sproof-builder", + "frame-support", + "frame-system", + "pallet-balances", + "pallet-collator-selection", + "pallet-session", + "pallet-timestamp", + "pallet-xcm", + "parachains-common", + "parity-scale-codec", + "polkadot-parachain-primitives", + "sp-consensus-aura", + "sp-core", + "sp-io", + "sp-runtime", + "sp-tracing", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-executor", + "xcm-runtime-apis", ] [[package]] @@ -11436,19 +11891,41 @@ dependencies = [ "lz4", "memmap2 0.5.10", "parking_lot 0.12.5", - "rand 0.8.5", + "rand 0.8.6", "siphasher 0.3.11", "snap", "winapi", ] +[[package]] +name = "parity-db" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b63063d738c6e39a9e29e0821fc7293f1d862e75bac6e39bcea131b44c03ade" +dependencies = [ + "ahash 0.8.12", + "blake2 0.10.6", + "crc32fast", + "fs2", + "hex", + "libc", + "log", + "lz4", + "memmap2 0.9.11", + "parking_lot 0.12.5", + "rand 0.9.4", + "siphasher 1.0.3", + "snap", + "winapi", +] + [[package]] name = "parity-scale-codec" version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa" dependencies = [ - "arrayvec 0.7.6", + "arrayvec 0.7.8", "bitvec", "byte-slice-cast", "bytes", @@ -11465,10 +11942,10 @@ version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a" dependencies = [ - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -11565,20 +12042,14 @@ dependencies = [ "password-hash", ] -[[package]] -name = "peeking_take_while" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" - [[package]] name = "pem" -version = "3.0.5" +version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" +checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" dependencies = [ - "base64 0.22.1", - "serde", + "base64", + "serde_core", ] [[package]] @@ -11598,9 +12069,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.8.3" +version = "2.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4" +checksum = "47627dd7305c6a2d6c8c6bcd24c5a4c17dbbf425f4f9c5313e724b38fc9782e9" dependencies = [ "memchr", "ucd-trie", @@ -11608,9 +12079,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.8.3" +version = "2.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de" +checksum = "4b4254325ecad416ab689e27ba51da03ba01a9632bc6e108f5fe7c3c4ad29d58" dependencies = [ "pest", "pest_generator", @@ -11618,25 +12089,24 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.8.3" +version = "2.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843" +checksum = "6c4c0e91ead7a8f7acecbca6f003fc2e8282b1dbe2dd9c9d2f16aba42995e0a7" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "pest_meta" -version = "2.8.3" +version = "2.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a" +checksum = "f9744bc48116fee06334924bb5f2bad41eed5e89bd26e29b0b799f9a3f82c210" dependencies = [ "pest", - "sha2 0.10.9", ] [[package]] @@ -11646,7 +12116,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset 0.4.2", - "indexmap 2.11.4", + "indexmap", ] [[package]] @@ -11656,34 +12126,51 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ "fixedbitset 0.5.7", - "indexmap 2.11.4", + "indexmap", +] + +[[package]] +name = "petgraph" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" +dependencies = [ + "fixedbitset 0.5.7", + "hashbrown 0.15.5", + "indexmap", ] +[[package]] +name = "picosimd" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7823ffd00d2b55ebe51750a19f47f2a33cb1f1d135f5cba893379b81c4d44856" + [[package]] name = "pin-project" -version = "1.1.10" +version = "1.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" +checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.10" +version = "1.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" +checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "pin-project-lite" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" +checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" [[package]] name = "pin-utils" @@ -11693,12 +12180,12 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" +checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" dependencies = [ "atomic-waker", - "fastrand 2.3.0", + "fastrand", "futures-io", ] @@ -11714,14 +12201,14 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.32" +version = "0.3.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" +checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" [[package]] name = "polkadot-approval-distribution" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "futures-timer", @@ -11732,14 +12219,15 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "rand 0.8.5", + "rand 0.8.6", + "sp-core", "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "futures-timer", @@ -11747,14 +12235,14 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "rand 0.8.5", + "rand 0.8.6", "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "fatality", "futures", @@ -11765,7 +12253,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "rand 0.8.5", + "rand 0.8.6", "sc-network", "schnellru", "sp-core", @@ -11776,8 +12264,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "fatality", @@ -11789,7 +12277,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "rand 0.8.5", + "rand 0.8.6", "sc-network", "schnellru", "thiserror 1.0.69", @@ -11799,9 +12287,9 @@ dependencies = [ [[package]] name = "polkadot-ckb-merkle-mountain-range" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "221c71b432b38e494a0fdedb5f720e4cb974edf03a0af09e5b2238dbac7e6947" +checksum = "f70a16374b7a26b74bfb4788254f8fd64c3406034e81694142cf93f1dd59368f" dependencies = [ "cfg-if", "itertools 0.10.5", @@ -11809,8 +12297,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "25.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "36.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "clap", "frame-benchmarking-cli", @@ -11820,6 +12308,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-service", "sc-cli", + "sc-network-types", "sc-service", "sc-storage-monitor", "sc-sysinfo", @@ -11833,31 +12322,37 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "async-trait", "bitvec", "fatality", "futures", - "futures-timer", + "parity-scale-codec", + "polkadot-node-clock", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", "schnellru", + "sp-consensus-babe", + "sp-consensus-slots", "sp-core", "sp-keystore", "sp-runtime", + "sp-timestamp", "thiserror 1.0.69", + "tokio", "tokio-util", "tracing-gum", ] [[package]] name = "polkadot-core-primitives" -version = "18.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "24.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "scale-info", @@ -11867,13 +12362,13 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "fatality", "futures", "futures-timer", - "indexmap 2.11.4", + "indexmap", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -11889,8 +12384,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "26.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -11903,8 +12398,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "24.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "futures-timer", @@ -11912,20 +12407,20 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "sc-network", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-keystore", "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "always-assert", "async-trait", @@ -11945,10 +12440,18 @@ dependencies = [ "tracing-gum", ] +[[package]] +name = "polkadot-node-clock" +version = "0.3.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "futures-timer", +] + [[package]] name = "polkadot-node-collation-generation" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "parity-scale-codec", @@ -11965,8 +12468,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "bitvec", @@ -11981,7 +12484,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "rand_core 0.6.4", "sc-keystore", @@ -11997,8 +12500,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" -version = "0.7.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.15.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "futures", @@ -12012,7 +12515,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "rand 0.8.5", + "rand 0.8.6", "rand_core 0.6.4", "sc-keystore", "sp-consensus", @@ -12021,14 +12524,15 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bitvec", "futures", "futures-timer", "parity-scale-codec", "polkadot-erasure-coding", + "polkadot-node-clock", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -12040,8 +12544,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bitvec", "fatality", @@ -12061,8 +12565,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "polkadot-node-subsystem", @@ -12076,14 +12580,15 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "futures", "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", + "polkadot-node-core-pvf-common", "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -12091,6 +12596,7 @@ dependencies = [ "polkadot-overseer", "polkadot-parachain-primitives", "polkadot-primitives", + "schnellru", "sp-application-crypto", "sp-keystore", "tracing-gum", @@ -12098,8 +12604,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "polkadot-node-metrics", @@ -12112,12 +12618,13 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "futures-timer", "parity-scale-codec", + "polkadot-node-clock", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -12128,26 +12635,28 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "fatality", "futures", "parity-scale-codec", + "polkadot-node-clock", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", "sc-keystore", "schnellru", + "sp-core", "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-parachains-inherent" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "futures", @@ -12163,22 +12672,23 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "31.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "fatality", "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", + "schnellru", "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bitvec", "fatality", @@ -12188,14 +12698,16 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", + "sc-consensus-slots", + "schnellru", "thiserror 1.0.69", "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "always-assert", "array-bytes 6.2.3", @@ -12209,7 +12721,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-parachain-primitives", "polkadot-primitives", - "rand 0.8.5", + "rand 0.8.6", "sc-tracing", "slotmap", "sp-core", @@ -12222,8 +12734,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "polkadot-node-subsystem", @@ -12235,8 +12747,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "27.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cpu-time", "futures", @@ -12244,6 +12756,7 @@ dependencies = [ "libc", "nix 0.29.0", "parity-scale-codec", + "polkadot-node-primitives", "polkadot-parachain-primitives", "polkadot-primitives", "sc-executor", @@ -12251,7 +12764,8 @@ dependencies = [ "sc-executor-wasmtime", "seccompiler", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-ec-utils", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-externalities", "sp-io", "sp-tracing", @@ -12261,8 +12775,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "polkadot-node-metrics", @@ -12276,8 +12790,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bs58", "futures", @@ -12293,8 +12807,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -12306,7 +12820,7 @@ dependencies = [ "parity-scale-codec", "polkadot-node-primitives", "polkadot-primitives", - "rand 0.8.5", + "rand 0.8.6", "sc-authority-discovery", "sc-network", "sc-network-types", @@ -12318,8 +12832,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "26.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bitvec", "bounded-vec", @@ -12342,8 +12856,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -12351,8 +12865,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "derive_more 0.99.20", @@ -12379,14 +12893,14 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "24.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "fatality", "futures", "itertools 0.11.0", "kvdb", - "parity-db", + "parity-db 0.4.13", "parity-scale-codec", "parking_lot 0.12.5", "polkadot-erasure-coding", @@ -12398,8 +12912,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "prioritized-metered-channel", - "rand 0.8.5", - "sc-keystore", + "rand 0.8.6", "schnellru", "sp-application-crypto", "sp-core", @@ -12410,9 +12923,10 @@ dependencies = [ [[package]] name = "polkadot-omni-node-lib" -version = "0.7.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.18.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "array-bytes 6.2.3", "async-trait", "clap", "color-print", @@ -12421,7 +12935,6 @@ dependencies = [ "cumulus-client-collator", "cumulus-client-consensus-aura", "cumulus-client-consensus-common", - "cumulus-client-consensus-proposer", "cumulus-client-consensus-relay-chain", "cumulus-client-parachain-inherent", "cumulus-client-service", @@ -12431,6 +12944,7 @@ dependencies = [ "docify", "frame-benchmarking", "frame-benchmarking-cli", + "frame-metadata", "frame-support", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -12441,7 +12955,7 @@ dependencies = [ "pallet-transaction-payment", "pallet-transaction-payment-rpc", "pallet-transaction-payment-rpc-runtime-api", - "parachains-common", + "parachains-common-types", "parity-scale-codec", "polkadot-cli", "polkadot-primitives", @@ -12451,8 +12965,10 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-consensus", + "sc-consensus-aura", "sc-consensus-manual-seal", "sc-executor", + "sc-hop", "sc-keystore", "sc-network", "sc-network-statement", @@ -12462,6 +12978,7 @@ dependencies = [ "sc-runtime-utilities", "sc-service", "sc-statement-store", + "sc-storage-monitor", "sc-sysinfo", "sc-telemetry", "sc-tracing", @@ -12476,6 +12993,7 @@ dependencies = [ "sp-consensus-aura", "sp-core", "sp-genesis-builder", + "sp-hop", "sp-inherents", "sp-keystore", "sp-offchain", @@ -12485,11 +13003,10 @@ dependencies = [ "sp-storage", "sp-timestamp", "sp-transaction-pool", + "sp-transaction-storage-proof", "sp-version", "sp-weights", "staging-chain-spec-builder", - "stc-shield", - "stp-shield", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", "substrate-state-trie-migration-rpc", @@ -12498,8 +13015,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "futures", @@ -12518,10 +13035,11 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "17.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "23.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "bounded-collections 0.2.4", + "array-bytes 6.2.3", + "bounded-collections 0.3.2", "derive_more 0.99.20", "parity-scale-codec", "polkadot-core-primitives", @@ -12534,11 +13052,11 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "19.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "25.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bitvec", - "bounded-collections 0.2.4", + "bounded-collections 0.3.2", "hex-literal", "log", "parity-scale-codec", @@ -12561,10 +13079,25 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "polkadot-primitives-test-helpers" +version = "0.5.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives", + "rand 0.8.6", + "scale-info", + "sp-application-crypto", + "sp-core", + "sp-keyring", + "sp-runtime", +] + [[package]] name = "polkadot-rpc" -version = "25.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "34.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -12596,8 +13129,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "29.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bitvec", "frame-benchmarking", @@ -12646,8 +13179,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "29.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bs58", "frame-benchmarking", @@ -12658,8 +13191,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "20.0.2" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "28.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -12677,6 +13210,7 @@ dependencies = [ "pallet-message-queue", "pallet-mmr", "pallet-session", + "pallet-session-benchmarking", "pallet-staking", "pallet-timestamp", "parity-scale-codec", @@ -12684,7 +13218,7 @@ dependencies = [ "polkadot-parachain-primitives", "polkadot-primitives", "polkadot-runtime-metrics", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "scale-info", "serde", @@ -12706,9 +13240,10 @@ dependencies = [ [[package]] name = "polkadot-sdk" -version = "2506.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "2606.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "asset-test-utils", "assets-common", "bridge-hub-common", "bridge-runtime-common", @@ -12733,9 +13268,11 @@ dependencies = [ "frame-system", "frame-system-benchmarking", "frame-try-runtime", + "pallet-accumulate-and-forward", "pallet-alliance", "pallet-asset-conversion", "pallet-asset-conversion-ops", + "pallet-asset-conversion-precompiles", "pallet-asset-conversion-tx-payment", "pallet-asset-rate", "pallet-asset-rewards", @@ -12743,6 +13280,7 @@ dependencies = [ "pallet-assets", "pallet-assets-freezer", "pallet-assets-holder", + "pallet-assets-precompiles", "pallet-atomic-swap", "pallet-aura", "pallet-authority-discovery", @@ -12766,8 +13304,10 @@ dependencies = [ "pallet-contracts-mock-network", "pallet-conviction-voting", "pallet-core-fellowship", + "pallet-dap", "pallet-delegated-staking", "pallet-democracy", + "pallet-derivatives", "pallet-dev-mode", "pallet-dummy-dim", "pallet-election-provider-multi-block", @@ -12788,6 +13328,7 @@ dependencies = [ "pallet-migrations", "pallet-mixnet", "pallet-mmr", + "pallet-multi-asset-bounties", "pallet-multisig", "pallet-nft-fractionalization", "pallet-nfts", @@ -12797,12 +13338,15 @@ dependencies = [ "pallet-nomination-pools-benchmarking", "pallet-offences", "pallet-offences-benchmarking", + "pallet-oracle", "pallet-origin-restriction", "pallet-paged-list", "pallet-parameters", "pallet-people", + "pallet-pgas-allowance", "pallet-preimage", "pallet-proxy", + "pallet-psm", "pallet-ranked-collective", "pallet-recovery", "pallet-referenda", @@ -12828,18 +13372,19 @@ dependencies = [ "pallet-timestamp", "pallet-tips", "pallet-transaction-payment", - "pallet-transaction-storage", "pallet-treasury", "pallet-tx-pause", "pallet-uniques", "pallet-utility", "pallet-verify-signature", "pallet-vesting", + "pallet-vesting-precompiles", "pallet-whitelist", "pallet-xcm", "pallet-xcm-benchmarks", "pallet-xcm-bridge-hub", "pallet-xcm-bridge-hub-router", + "pallet-xcm-precompiles", "parachains-common", "polkadot-cli", "polkadot-node-metrics", @@ -12864,8 +13409,8 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" -version = "0.10.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.18.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-benchmarking", @@ -12885,6 +13430,7 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-grandpa", "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -12899,8 +13445,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "25.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "36.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "frame-benchmarking", @@ -12915,7 +13461,7 @@ dependencies = [ "mmr-gadget", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", - "parity-db", + "parity-db 0.4.13", "parity-scale-codec", "parking_lot 0.12.5", "polkadot-approval-distribution", @@ -12927,6 +13473,7 @@ dependencies = [ "polkadot-dispute-distribution", "polkadot-gossip-support", "polkadot-network-bridge", + "polkadot-node-clock", "polkadot-node-collation-generation", "polkadot-node-core-approval-voting", "polkadot-node-core-approval-voting-parallel", @@ -12998,19 +13545,18 @@ dependencies = [ "sp-version", "sp-weights", "staging-xcm", - "stc-shield", - "stp-shield", "substrate-prometheus-endpoint", "thiserror 1.0.69", "tracing-gum", "westend-runtime", + "westend-runtime-constants", "xcm-runtime-apis", ] [[package]] name = "polkadot-statement-distribution" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "32.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bitvec", "fatality", @@ -13029,200 +13575,156 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives", - "tracing-gum", -] - -[[package]] -name = "polkavm" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfd34e2f74206fff33482ae1718e275f11365ef8c4de7f0e69217f8845303867" -dependencies = [ - "libc", - "log", - "polkavm-assembler 0.21.0", - "polkavm-common 0.21.0", - "polkavm-linux-raw 0.21.0", +version = "26.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives", + "tracing-gum", ] [[package]] name = "polkavm" -version = "0.24.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2a01db119bb3a86572c0641ba6e7c9786fbd2ac89c25b43b688c4e353787526" +checksum = "d90ece49c68657299648e20469517e22c6ec38321307bb14a69c27a33927a491" dependencies = [ "libc", "log", - "polkavm-assembler 0.24.0", - "polkavm-common 0.24.0", - "polkavm-linux-raw 0.24.0", -] - -[[package]] -name = "polkavm-assembler" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f512bc80cb10439391a7c13a9eb2d37cf66b7305e7df0a06d662eff4f5b07625" -dependencies = [ - "log", + "picosimd", + "polkavm-assembler", + "polkavm-common 0.33.0", + "polkavm-linux-raw", ] [[package]] name = "polkavm-assembler" -version = "0.24.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eea6105f3f344abe0bf0151d67b3de6f5d24353f2393355ecf3f5f6e06d7fd0b" +checksum = "00010f7924647dbf6f468d85d0fcfe4c3587cfb4557ef13f3682dbece8fd57f0" dependencies = [ "log", ] [[package]] name = "polkavm-common" -version = "0.21.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c16b809cfd398f861261c045a8745e6c78b71ea7e0d3ef6f7cc553eb27bc17e" +checksum = "ed1b408db93d4f49f5c651a7844682b9d7a561827b4dc6202c10356076c055c9" dependencies = [ - "blake3", - "log", - "polkavm-assembler 0.21.0", + "picosimd", ] [[package]] name = "polkavm-common" -version = "0.24.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d91ed9e5af472f729fcf3b3c1cf17508ddbb3505259dd6e2ee0fb5a29e105d22" +checksum = "9e44a9487003cf5b9fc4462bbcf105cc37d5d9b18b40edf5ed50dd20ed1fdb27" dependencies = [ "log", - "polkavm-assembler 0.24.0", + "picosimd", + "polkavm-assembler", ] [[package]] name = "polkavm-derive" -version = "0.21.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47239245f87329541932c0d7fec750a66a75b13aa87dfe4fbfd637bab86ad387" +checksum = "acb4463fb0b9dbfafdc1d1a1183df4bf7afa3350d124f29d5700c6bee54556b5" dependencies = [ - "polkavm-derive-impl-macro 0.21.0", + "polkavm-derive-impl-macro 0.30.0", ] [[package]] name = "polkavm-derive" -version = "0.24.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176144f8661117ea95fa7cf868c9a62d6b143e8a2ebcb7582464c3faade8669a" +checksum = "3ef966bc8518a66ce12d4edb73f2c4094cae72bb23258bc9e9b2802cc9d6cd79" dependencies = [ - "polkavm-derive-impl-macro 0.24.0", + "polkavm-derive-impl-macro 0.33.0", ] [[package]] name = "polkavm-derive-impl" -version = "0.21.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24fd6c6215450c3e57511df5c38a82eb4bde208de15ee15046ac33852f3c3eaa" +checksum = "993ff45b972e09babe68adce7062c3c38a84b9f50f07b7caf393a023eaa6c74a" dependencies = [ - "polkavm-common 0.21.0", + "polkavm-common 0.30.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "polkavm-derive-impl" -version = "0.24.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5a21844afdfcc10c92b9ef288ccb926211af27478d1730fcd55e4aec710179d" +checksum = "f0c2166ad71dd7f51dcdd0d91b70d408a8b3610fa6e94d8202dd4b7185607181" dependencies = [ - "polkavm-common 0.24.0", + "polkavm-common 0.33.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "polkavm-derive-impl-macro" -version = "0.21.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36837f6b7edfd6f4498f8d25d81da16cf03bd6992c3e56f3d477dfc90f4fefca" +checksum = "0a4f5352e13c1ca5f0e4d7b4a804fbb85b0e02c45cae435d101fe71081bc8ed8" dependencies = [ - "polkavm-derive-impl 0.21.0", - "syn 2.0.106", + "polkavm-derive-impl 0.30.0", + "syn 2.0.118", ] [[package]] name = "polkavm-derive-impl-macro" -version = "0.24.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba0ef0f17ad81413ea1ca5b1b67553aedf5650c88269b673d3ba015c83bc2651" +checksum = "c7ac2ac8ec5b938e249fa97b5ebb1e6fa47000c81a25eba6bf0f13edb8d430e4" dependencies = [ - "polkavm-derive-impl 0.24.0", - "syn 2.0.106", + "polkavm-derive-impl 0.33.0", + "syn 2.0.118", ] [[package]] name = "polkavm-linker" -version = "0.21.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bc764986c4a63f9ab9890c3f4eb9b4c13b6ff80d79685bd48ade147234aab4" +checksum = "6739125c4f8f44b4282b6531d765d599f20514e9b608737c6c3544594d08f995" dependencies = [ "dirs", "gimli 0.31.1", "hashbrown 0.14.5", "log", "object 0.36.7", - "polkavm-common 0.21.0", + "polkavm-common 0.30.0", "regalloc2 0.9.3", "rustc-demangle", ] [[package]] name = "polkavm-linker" -version = "0.24.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06c95a521a1331024ebe5823ffdfba9ea6df40b934b0804049d5171887579806" +checksum = "046d371182d27b707e116d1637ccdc8514e0e123130139ecff62bd78d987c622" dependencies = [ "dirs", "gimli 0.31.1", "hashbrown 0.14.5", "log", "object 0.36.7", - "polkavm-common 0.24.0", + "polkavm-common 0.33.0", "regalloc2 0.9.3", "rustc-demangle", ] [[package]] name = "polkavm-linux-raw" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be6cd1d48c5e7814d287a3e12a339386a5dfa2f3ac72f932335f4cf56467f1b3" - -[[package]] -name = "polkavm-linux-raw" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec0b13e26ec7234dba213ca17118c70c562809bdce0eefe84f92613d5c8da26" - -[[package]] -name = "polling" -version = "2.8.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" -dependencies = [ - "autocfg", - "bitflags 1.3.2", - "cfg-if", - "concurrent-queue", - "libc", - "log", - "pin-project-lite", - "windows-sys 0.48.0", -] +checksum = "42063d4a1c52e569f7794df27dab3e19c9fa8946184023257bdbb43eb4a94be5" [[package]] name = "polling" @@ -13232,9 +13734,9 @@ checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi 0.5.2", + "hermit-abi", "pin-project-lite", - "rustix 1.1.2", + "rustix 1.1.4", "windows-sys 0.61.2", ] @@ -13263,24 +13765,36 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.11.1" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" [[package]] name = "portable-atomic-util" -version = "0.2.4" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" +checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" dependencies = [ "portable-atomic", ] +[[package]] +name = "postcard" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" +dependencies = [ + "cobs", + "embedded-io 0.4.0", + "embedded-io 0.6.1", + "serde", +] + [[package]] name = "potential_utf" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" +checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" dependencies = [ "zerovec", ] @@ -13303,7 +13817,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "derive_more 1.0.0", "environmental", @@ -13332,22 +13846,22 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/opentensor/frontier?rev=d553a11551333c2457d9e64d6d912e2210a4ca26#d553a11551333c2457d9e64d6d912e2210a4ca26" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" dependencies = [ "case", "num_enum", "prettyplease", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", - "syn 2.0.106", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "syn 2.0.118", ] [[package]] name = "predicates" -version = "3.1.3" +version = "3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" +checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe" dependencies = [ "anstyle", "predicates-core", @@ -13355,15 +13869,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" +checksum = "cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144" [[package]] name = "predicates-tree" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" +checksum = "d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2" dependencies = [ "predicates-core", "termtree", @@ -13376,7 +13890,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" dependencies = [ "proc-macro2", - "syn 2.0.106", + "syn 2.0.118", +] + +[[package]] +name = "primeorder" +version = "0.13.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" +dependencies = [ + "elliptic-curve", ] [[package]] @@ -13423,21 +13946,11 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" -dependencies = [ - "thiserror 1.0.69", - "toml 0.5.11", -] - -[[package]] -name = "proc-macro-crate" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" +checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" dependencies = [ - "toml_edit 0.23.6", + "toml_edit 0.25.12+spec-1.1.0", ] [[package]] @@ -13483,7 +13996,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -13494,14 +14007,14 @@ checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "proc-macro2" -version = "1.0.101" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] @@ -13514,15 +14027,15 @@ dependencies = [ "cfg-expr", "derive-syn-parse", "expander", - "frame-support-procedural-tools 10.0.0", + "frame-support-procedural-tools 10.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.10.5", "macro_magic", "proc-macro-warning", "proc-macro2", "quote", "regex", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", - "syn 2.0.106", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "syn 2.0.118", ] [[package]] @@ -13559,24 +14072,23 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "proptest" -version = "1.8.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce" +checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.9.4", - "lazy_static", + "bitflags 2.13.0", "num-traits", - "rand 0.9.2", + "rand 0.9.4", "rand_chacha 0.9.0", "rand_xorshift", - "regex-syntax 0.8.6", + "regex-syntax 0.8.11", "rusty-fork", "tempfile", "unarray", @@ -13602,6 +14114,16 @@ dependencies = [ "prost-derive 0.13.5", ] +[[package]] +name = "prost" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1" +dependencies = [ + "bytes", + "prost-derive 0.14.4", +] + [[package]] name = "prost-build" version = "0.13.5" @@ -13616,9 +14138,28 @@ dependencies = [ "petgraph 0.7.1", "prettyplease", "prost 0.13.5", - "prost-types", + "prost-types 0.13.5", + "regex", + "syn 2.0.118", + "tempfile", +] + +[[package]] +name = "prost-build" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042" +dependencies = [ + "heck 0.5.0", + "itertools 0.14.0", + "log", + "multimap", + "petgraph 0.8.3", + "prettyplease", + "prost 0.14.4", + "prost-types 0.14.4", "regex", - "syn 2.0.106", + "syn 2.0.118", "tempfile", ] @@ -13632,7 +14173,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -13645,7 +14186,20 @@ dependencies = [ "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", +] + +[[package]] +name = "prost-derive" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" +dependencies = [ + "anyhow", + "itertools 0.14.0", + "proc-macro2", + "quote", + "syn 2.0.118", ] [[package]] @@ -13658,12 +14212,12 @@ dependencies = [ ] [[package]] -name = "psm" -version = "0.1.27" +name = "prost-types" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e66fcd288453b748497d8fb18bccc83a16b0518e3906d4b8df0a8d42d93dbb1c" +checksum = "f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a" dependencies = [ - "cc", + "prost 0.14.4", ] [[package]] @@ -13686,6 +14240,29 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "pulley-interpreter" +version = "36.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "558181096e0df4984f45cfc3a7087052df4a61c36089b135a08ceca9cbd352fb" +dependencies = [ + "cranelift-bitset", + "log", + "pulley-macros", + "wasmtime-internal-math", +] + +[[package]] +name = "pulley-macros" +version = "36.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5d52e2f14e168d75cdabe9bd5fb1ff18a1b119dc6699684aee895dbc3524da9" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + [[package]] name = "quanta" version = "0.12.6" @@ -13696,7 +14273,7 @@ dependencies = [ "libc", "once_cell", "raw-cpuid", - "wasi 0.11.1+wasi-snapshot-preview1", + "wasi", "web-sys", "winapi", ] @@ -13731,9 +14308,9 @@ dependencies = [ [[package]] name = "quinn" -version = "0.11.9" +version = "0.11.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" +checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" dependencies = [ "bytes", "cfg_aliases 0.2.1", @@ -13741,10 +14318,10 @@ dependencies = [ "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash 2.1.1", + "rustc-hash 2.1.3", "rustls", - "socket2 0.6.0", - "thiserror 2.0.17", + "socket2 0.6.4", + "thiserror 2.0.18", "tokio", "tracing", "web-time", @@ -13752,20 +14329,21 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.13" +version = "0.11.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" +checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560" dependencies = [ "bytes", - "getrandom 0.3.3", + "getrandom 0.4.3", "lru-slab", - "rand 0.9.2", + "rand 0.10.2", + "rand_pcg 0.10.2", "ring 0.17.14", - "rustc-hash 2.1.1", + "rustc-hash 2.1.3", "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tracing", "web-time", @@ -13773,23 +14351,23 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.14" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" +checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694" dependencies = [ "cfg_aliases 0.2.1", "libc", "once_cell", - "socket2 0.6.0", + "socket2 0.6.4", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.52.0", ] [[package]] name = "quote" -version = "1.0.41" +version = "1.0.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" +checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" dependencies = [ "proc-macro2", ] @@ -13814,7 +14392,7 @@ checksum = "58547202bec9896e773db7ef04b4d47c444f9c97bc4386f36e55718c347db440" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -13823,6 +14401,12 @@ version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" +[[package]] +name = "r-efi" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" + [[package]] name = "radium" version = "0.7.0" @@ -13831,9 +14415,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -13842,24 +14426,23 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha 0.9.0", - "rand_core 0.9.3", - "serde", + "rand_core 0.9.5", ] [[package]] name = "rand" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ - "chacha20 0.10.0", - "getrandom 0.4.1", - "rand_core 0.10.0", + "chacha20 0.10.1", + "getrandom 0.4.3", + "rand_core 0.10.1", ] [[package]] @@ -13879,7 +14462,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" dependencies = [ "ppv-lite86", - "rand_core 0.9.3", + "rand_core 0.9.5", ] [[package]] @@ -13893,19 +14476,18 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.9.3" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" dependencies = [ - "getrandom 0.3.3", - "serde", + "getrandom 0.3.4", ] [[package]] name = "rand_core" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" +checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" [[package]] name = "rand_distr" @@ -13914,7 +14496,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -13926,13 +14508,22 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rand_pcg" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a" +dependencies = [ + "rand_core 0.10.1", +] + [[package]] name = "rand_xorshift" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" dependencies = [ - "rand_core 0.9.3", + "rand_core 0.9.5", ] [[package]] @@ -13941,7 +14532,7 @@ version = "11.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.13.0", ] [[package]] @@ -13952,9 +14543,9 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" +checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" dependencies = [ "either", "rayon-core", @@ -13997,7 +14588,7 @@ version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.13.0", ] [[package]] @@ -14040,92 +14631,266 @@ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "regalloc2" -version = "0.6.1" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621" +checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" dependencies = [ - "fxhash", + "hashbrown 0.13.2", "log", + "rustc-hash 1.1.0", "slice-group-by", "smallvec", ] [[package]] name = "regalloc2" -version = "0.9.3" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" +checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734" dependencies = [ - "hashbrown 0.13.2", + "allocator-api2", + "bumpalo", + "hashbrown 0.15.5", "log", - "rustc-hash 1.1.0", - "slice-group-by", + "rustc-hash 2.1.3", "smallvec", ] [[package]] name = "regex" -version = "1.11.3" +version = "1.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" +checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.11", - "regex-syntax 0.8.6", + "regex-automata 0.4.14", + "regex-syntax 0.8.11", ] [[package]] name = "regex-automata" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" +checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" +dependencies = [ + "regex-syntax 0.6.29", +] + +[[package]] +name = "regex-automata" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax 0.8.11", +] + +[[package]] +name = "regex-syntax" +version = "0.6.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" + +[[package]] +name = "regex-syntax" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" + +[[package]] +name = "rend" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" +dependencies = [ + "bytecheck", +] + +[[package]] +name = "resolv-conf" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" + +[[package]] +name = "revm" +version = "27.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6bf82101a1ad8a2b637363a37aef27f88b4efc8a6e24c72bf5f64923dc5532" +dependencies = [ + "revm-bytecode", + "revm-context", + "revm-context-interface", + "revm-database", + "revm-database-interface", + "revm-handler", + "revm-inspector", + "revm-interpreter", + "revm-precompile", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm-bytecode" +version = "6.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66c52031b73cae95d84cd1b07725808b5fd1500da3e5e24574a3b2dc13d9f16d" +dependencies = [ + "bitvec", + "revm-primitives", +] + +[[package]] +name = "revm-context" +version = "8.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cd508416a35a4d8a9feaf5ccd06ac6d6661cd31ee2dc0252f9f7316455d71f9" +dependencies = [ + "cfg-if", + "derive-where", + "revm-bytecode", + "revm-context-interface", + "revm-database-interface", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm-context-interface" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc90302642d21c8f93e0876e201f3c5f7913c4fcb66fb465b0fd7b707dfe1c79" +dependencies = [ + "alloy-eip2930", + "alloy-eip7702", + "auto_impl", + "either", + "revm-database-interface", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm-database" +version = "7.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39a276ed142b4718dcf64bc9624f474373ed82ef20611025045c3fb23edbef9c" +dependencies = [ + "revm-bytecode", + "revm-database-interface", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm-database-interface" +version = "7.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c523c77e74eeedbac5d6f7c092e3851dbe9c7fec6f418b85992bd79229db361" +dependencies = [ + "auto_impl", + "either", + "revm-primitives", + "revm-state", +] + +[[package]] +name = "revm-handler" +version = "8.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1529c8050e663be64010e80ec92bf480315d21b1f2dbf65540028653a621b27d" dependencies = [ - "regex-syntax 0.6.29", + "auto_impl", + "derive-where", + "revm-bytecode", + "revm-context", + "revm-context-interface", + "revm-database-interface", + "revm-interpreter", + "revm-precompile", + "revm-primitives", + "revm-state", ] [[package]] -name = "regex-automata" -version = "0.4.11" +name = "revm-inspector" +version = "8.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" +checksum = "f78db140e332489094ef314eaeb0bd1849d6d01172c113ab0eb6ea8ab9372926" dependencies = [ - "aho-corasick", - "memchr", - "regex-syntax 0.8.6", + "auto_impl", + "either", + "revm-context", + "revm-database-interface", + "revm-handler", + "revm-interpreter", + "revm-primitives", + "revm-state", ] [[package]] -name = "regex-syntax" -version = "0.6.29" +name = "revm-interpreter" +version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" +checksum = "ff9d7d9d71e8a33740b277b602165b6e3d25fff091ba3d7b5a8d373bf55f28a7" +dependencies = [ + "revm-bytecode", + "revm-context-interface", + "revm-primitives", +] [[package]] -name = "regex-syntax" -version = "0.8.6" +name = "revm-precompile" +version = "25.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" +checksum = "4cee3f336b83621294b4cfe84d817e3eef6f3d0fce00951973364cc7f860424d" +dependencies = [ + "ark-bls12-381 0.5.0", + "ark-bn254", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "arrayref", + "aurora-engine-modexp", + "cfg-if", + "k256", + "once_cell", + "p256", + "revm-primitives", + "ripemd", + "sha2 0.10.9", +] [[package]] -name = "rend" -version = "0.4.2" +name = "revm-primitives" +version = "20.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" +checksum = "5aa29d9da06fe03b249b6419b33968ecdf92ad6428e2f012dc57bcd619b5d94e" dependencies = [ - "bytecheck", + "alloy-primitives 1.6.0", + "num_enum", + "once_cell", ] [[package]] -name = "resolv-conf" -version = "0.7.5" +name = "revm-state" +version = "7.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" +checksum = "1f64fbacb86008394aaebd3454f9643b7d5a782bd251135e17c5b33da592d84d" +dependencies = [ + "bitflags 2.13.0", + "revm-bytecode", + "revm-primitives", +] [[package]] name = "rfc6979" @@ -14233,14 +14998,14 @@ checksum = "652db34deaaa57929e10ca18e5454a32cb0efc351ae80d320334bbf907b908b3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "rocksdb" -version = "0.21.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe" +checksum = "ddb7af00d2b17dbd07d82c0063e25411959748ff03e8d4f96134c2ff41fce34f" dependencies = [ "libc", "librocksdb-sys", @@ -14248,8 +15013,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "24.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "34.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "binary-merkle-tree", "bitvec", @@ -14346,8 +15111,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "30.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "polkadot-primitives", @@ -14368,41 +15133,41 @@ checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" [[package]] name = "rpassword" -version = "7.4.0" +version = "7.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39" +checksum = "2da316a15f47e3d053de9cb2c439650bd8fa4aaeb9365f2e5f27f492ff73c196" dependencies = [ "libc", "rtoolbox", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] name = "rtnetlink" -version = "0.13.1" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a552eb82d19f38c3beed3f786bd23aa434ceb9ac43ab44419ca6d67a7e186c0" +checksum = "4b960d5d873a75b5be9761b1e73b146f52dddcd27bac75263f40fba686d4d7b5" dependencies = [ - "futures", + "futures-channel", + "futures-util", "log", "netlink-packet-core", "netlink-packet-route", - "netlink-packet-utils", "netlink-proto", "netlink-sys", - "nix 0.26.4", + "nix 0.30.1", "thiserror 1.0.69", "tokio", ] [[package]] name = "rtoolbox" -version = "0.0.3" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f" +checksum = "50a0e551c1e27e1731aba276dbeaeac73f53c7cd34d1bda485d02bd1e0f36844" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -14424,8 +15189,8 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.12.2", "proptest", - "rand 0.8.5", - "rand 0.9.2", + "rand 0.8.6", + "rand 0.9.4", "rlp 0.5.2", "ruint-macro", "serde_core", @@ -14441,25 +15206,26 @@ checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" [[package]] name = "rust_decimal" -version = "1.40.0" +version = "1.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61f703d19852dbf87cbc513643fa81428361eb6940f1ac14fd58155d295a3eb0" +checksum = "be2a24f50780bc85f09cc6ac299bdf1424302742d77221106859c9d8b102126a" dependencies = [ - "arrayvec 0.7.6", + "arrayvec 0.7.8", "borsh", "bytes", "num-traits", - "rand 0.8.5", + "rand 0.8.6", "rkyv", "serde", "serde_json", + "wasm-bindgen", ] [[package]] name = "rustc-demangle" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" +checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" [[package]] name = "rustc-hash" @@ -14469,9 +15235,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.1.1" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" +checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" [[package]] name = "rustc-hex" @@ -14503,7 +15269,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.27", + "semver 1.0.28", ] [[package]] @@ -14512,35 +15278,7 @@ version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" dependencies = [ - "nom", -] - -[[package]] -name = "rustix" -version = "0.36.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed" -dependencies = [ - "bitflags 1.3.2", - "errno", - "io-lifetimes", - "libc", - "linux-raw-sys 0.1.4", - "windows-sys 0.45.0", -] - -[[package]] -name = "rustix" -version = "0.37.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" -dependencies = [ - "bitflags 1.3.2", - "errno", - "io-lifetimes", - "libc", - "linux-raw-sys 0.3.8", - "windows-sys 0.48.0", + "nom 7.1.3", ] [[package]] @@ -14549,7 +15287,7 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.13.0", "errno", "libc", "linux-raw-sys 0.4.15", @@ -14558,49 +15296,49 @@ dependencies = [ [[package]] name = "rustix" -version = "1.1.2" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" +checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.13.0", "errno", "libc", - "linux-raw-sys 0.11.0", - "windows-sys 0.61.2", + "linux-raw-sys 0.12.1", + "windows-sys 0.52.0", ] [[package]] name = "rustls" -version = "0.23.32" +version = "0.23.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" +checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f" dependencies = [ "log", "once_cell", "ring 0.17.14", "rustls-pki-types", - "rustls-webpki 0.103.7", + "rustls-webpki 0.103.13", "subtle 2.6.1", "zeroize", ] [[package]] name = "rustls-native-certs" -version = "0.8.1" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" +checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" dependencies = [ "openssl-probe", "rustls-pki-types", "schannel", - "security-framework 3.5.1", + "security-framework", ] [[package]] name = "rustls-pki-types" -version = "1.12.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" +checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046" dependencies = [ "web-time", "zeroize", @@ -14620,8 +15358,8 @@ dependencies = [ "rustls", "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.103.7", - "security-framework 3.5.1", + "rustls-webpki 0.103.13", + "security-framework", "security-framework-sys", "webpki-root-certs 0.26.11", "windows-sys 0.59.0", @@ -14645,9 +15383,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.7" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "ring 0.17.14", "rustls-pki-types", @@ -14656,9 +15394,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" +checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" [[package]] name = "rusty-fork" @@ -14674,24 +15412,9 @@ dependencies = [ [[package]] name = "ruzstd" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc" -dependencies = [ - "byteorder", - "thiserror-core", - "twox-hash", -] - -[[package]] -name = "ruzstd" -version = "0.6.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b" -dependencies = [ - "byteorder", - "derive_more 0.99.20", -] +checksum = "a7c1c839d570d835527c9a5e4db7cb2198683a988cb9d7293fc8674e6bd58fc8" [[package]] name = "rw-stream-sink" @@ -14706,9 +15429,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.20" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" +checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" [[package]] name = "safe-bigmath" @@ -14776,8 +15499,8 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "32.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "39.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "sp-core", @@ -14787,8 +15510,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.59.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "futures", @@ -14798,11 +15521,12 @@ dependencies = [ "log", "parity-scale-codec", "prost 0.12.6", - "prost-build", - "rand 0.8.5", + "prost-build 0.13.5", + "rand 0.8.6", "sc-client-api", "sc-network", "sc-network-types", + "sc-service", "serde", "serde_json", "sp-api", @@ -14818,8 +15542,8 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.56.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "log", @@ -14834,34 +15558,35 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "stp-shield", + "sp-state-machine", + "sp-trie", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.45.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.51.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "sp-api", "sp-block-builder", "sp-blockchain", "sp-core", + "sp-externalities", "sp-inherents", "sp-runtime", - "sp-trie", ] [[package]] name = "sc-chain-spec" -version = "44.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "51.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "clap", "docify", - "memmap2 0.9.8", + "memmap2 0.9.11", "parity-scale-codec", "sc-chain-spec-derive", "sc-client-api", @@ -14872,7 +15597,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -14882,21 +15607,22 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "12.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "11.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "sc-cli" -version = "0.53.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.61.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", + "bip39", "chrono", "clap", "fdlimit", @@ -14905,9 +15631,8 @@ dependencies = [ "libp2p-identity", "log", "names", - "parity-bip39", "parity-scale-codec", - "rand 0.8.5", + "rand 0.8.6", "regex", "rpassword", "sc-client-api", @@ -14935,8 +15660,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "47.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "fnv", "futures", @@ -14961,8 +15686,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.47.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.54.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "hash-db", "kvdb", @@ -14970,7 +15695,7 @@ dependencies = [ "kvdb-rocksdb", "linked-hash-map", "log", - "parity-db", + "parity-db 0.4.13", "parity-scale-codec", "parking_lot 0.12.5", "sc-client-api", @@ -14989,8 +15714,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.57.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "futures", @@ -15012,13 +15737,15 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.58.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", + "fork-tree", "futures", "log", "parity-scale-codec", + "parking_lot 0.12.5", "sc-block-builder", "sc-client-api", "sc-consensus", @@ -15041,8 +15768,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.58.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "fork-tree", @@ -15067,18 +15794,19 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-inherents", "sp-keystore", "sp-runtime", + "sp-timestamp", "substrate-prometheus-endpoint", "thiserror 1.0.69", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.59.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "jsonrpsee", @@ -15099,8 +15827,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" -version = "30.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "37.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15133,8 +15861,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "30.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "38.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "jsonrpsee", @@ -15153,8 +15881,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.57.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "fork-tree", "parity-scale-codec", @@ -15166,8 +15894,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.36.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.43.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "ahash 0.8.12", "array-bytes 6.2.3", @@ -15180,10 +15908,11 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.5", - "rand 0.8.5", + "rand 0.8.6", "sc-block-builder", "sc-chain-spec", "sc-client-api", + "sc-client-db", "sc-consensus", "sc-network", "sc-network-common", @@ -15201,7 +15930,7 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -15210,8 +15939,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.36.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.44.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "finality-grandpa", "futures", @@ -15230,10 +15959,9 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.52.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.59.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "assert_matches", "async-trait", "futures", "futures-timer", @@ -15255,18 +15983,20 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", + "sp-externalities", "sp-inherents", "sp-keystore", "sp-runtime", "sp-timestamp", + "sp-trie", "substrate-prometheus-endpoint", "thiserror 1.0.69", ] [[package]] name = "sc-consensus-slots" -version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.57.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "futures", @@ -15284,12 +16014,13 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", + "sp-trie", ] [[package]] name = "sc-executor" -version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.50.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -15311,10 +16042,10 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.39.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.47.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "polkavm 0.24.0", + "polkavm", "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface", @@ -15324,24 +16055,25 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" -version = "0.36.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.44.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", - "polkavm 0.24.0", + "polkavm", "sc-executor-common", + "sp-runtime-interface", "sp-wasm-interface", ] [[package]] name = "sc-executor-wasmtime" -version = "0.39.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.47.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "anyhow", "log", "parking_lot 0.12.5", - "rustix 0.36.17", + "rustix 1.1.4", "sc-allocator", "sc-executor-common", "sp-runtime-interface", @@ -15349,10 +16081,34 @@ dependencies = [ "wasmtime", ] +[[package]] +name = "sc-hop" +version = "0.2.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "clap", + "futures-timer", + "hex", + "jsonrpsee", + "parity-scale-codec", + "parking_lot 0.12.5", + "polkadot-primitives", + "sc-transaction-pool-api", + "serde", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-hop", + "sp-runtime", + "thiserror 1.0.69", + "tracing", +] + [[package]] name = "sc-informant" -version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.57.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "console", "futures", @@ -15367,8 +16123,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "36.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "42.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.5", @@ -15381,11 +16137,11 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.28.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", - "arrayvec 0.7.6", + "arrayvec 0.7.8", "blake2 0.10.6", "bytes", "futures", @@ -15409,15 +16165,15 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.51.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.58.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", "async-trait", "asynchronous-codec 0.6.2", "bytes", - "cid 0.9.0", + "cid", "either", "fnv", "futures", @@ -15433,8 +16189,8 @@ dependencies = [ "partial_sort", "pin-project", "prost 0.12.6", - "prost-build", - "rand 0.8.5", + "prost-build 0.13.5", + "rand 0.8.6", "sc-client-api", "sc-network-common", "sc-network-types", @@ -15446,6 +16202,7 @@ dependencies = [ "sp-arithmetic", "sp-blockchain", "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-runtime", "substrate-prometheus-endpoint", "thiserror 1.0.69", @@ -15459,8 +16216,8 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.49.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.55.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -15469,8 +16226,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.58.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "ahash 0.8.12", "futures", @@ -15488,8 +16245,8 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.57.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15497,7 +16254,7 @@ dependencies = [ "log", "parity-scale-codec", "prost 0.12.6", - "prost-build", + "prost-build 0.13.5", "sc-client-api", "sc-network", "sc-network-types", @@ -15509,14 +16266,17 @@ dependencies = [ [[package]] name = "sc-network-statement" -version = "0.33.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.41.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", + "fastbloom", "futures", + "governor", "log", "parity-scale-codec", + "rand 0.8.6", "sc-network", "sc-network-common", "sc-network-sync", @@ -15525,12 +16285,13 @@ dependencies = [ "sp-runtime", "sp-statement-store", "substrate-prometheus-endpoint", + "tokio", ] [[package]] name = "sc-network-sync" -version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.57.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15541,7 +16302,7 @@ dependencies = [ "mockall", "parity-scale-codec", "prost 0.12.6", - "prost-build", + "prost-build 0.13.5", "sc-client-api", "sc-consensus", "sc-network", @@ -15553,7 +16314,6 @@ dependencies = [ "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-consensus-grandpa", "sp-core", "sp-runtime", "substrate-prometheus-endpoint", @@ -15564,8 +16324,8 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.57.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "futures", @@ -15583,8 +16343,8 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.17.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.22.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bs58", "bytes", @@ -15593,9 +16353,9 @@ dependencies = [ "libp2p-kad", "litep2p", "log", - "multiaddr 0.18.2", - "multihash 0.19.3", - "rand 0.8.5", + "multiaddr", + "multihash", + "rand 0.8.6", "serde", "serde_with", "thiserror 1.0.69", @@ -15604,22 +16364,22 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "46.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "53.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bytes", "fnv", "futures", "futures-timer", "http-body-util", - "hyper 1.7.0", + "hyper 1.10.1", "hyper-rustls", "hyper-util", "num_cpus", "once_cell", "parity-scale-codec", "parking_lot 0.12.5", - "rand 0.8.5", + "rand 0.8.6", "rustls", "sc-client-api", "sc-network", @@ -15638,8 +16398,8 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.20.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.17.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -15647,9 +16407,10 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "46.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "54.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "async-channel 1.9.0", "futures", "jsonrpsee", "log", @@ -15660,6 +16421,7 @@ dependencies = [ "sc-client-api", "sc-mixnet", "sc-rpc-api", + "sc-statement-store", "sc-tracing", "sc-transaction-pool-api", "sc-utils", @@ -15679,8 +16441,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.50.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.58.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15693,28 +16455,32 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", + "sp-statement-store", "sp-version", "thiserror 1.0.69", ] [[package]] name = "sc-rpc-server" -version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "31.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "dyn-clone", "forwarded-header-value", "futures", "governor", - "http 1.3.1", + "http 1.4.2", "http-body-util", - "hyper 1.7.0", + "hyper 1.10.1", "ip_network", "jsonrpsee", "log", + "prometheus", "sc-rpc-api", + "sc-utils", "serde", "serde_json", + "sp-core", "substrate-prometheus-endpoint", "tokio", "tower", @@ -15723,19 +16489,21 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.59.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", + "cid", "futures", "futures-util", "hex", "itertools 0.11.0", "jsonrpsee", "log", + "multihash-codetable", "parity-scale-codec", "parking_lot 0.12.5", - "rand 0.8.5", + "rand 0.8.6", "sc-chain-spec", "sc-client-api", "sc-rpc", @@ -15744,6 +16512,7 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", + "sp-consensus", "sp-core", "sp-rpc", "sp-runtime", @@ -15756,14 +16525,14 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" -version = "0.3.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.10.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "sc-executor", "sc-executor-common", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-state-machine", "sp-wasm-interface", "thiserror 1.0.69", @@ -15771,8 +16540,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.52.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.60.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "directories", @@ -15784,7 +16553,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", "pin-project", - "rand 0.8.5", + "rand 0.8.6", "sc-chain-spec", "sc-client-api", "sc-client-db", @@ -15835,8 +16604,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.39.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.45.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "parity-scale-codec", @@ -15846,27 +16615,33 @@ dependencies = [ [[package]] name = "sc-statement-store" -version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "30.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "async-channel 1.9.0", + "futures", + "itertools 0.11.0", "log", - "parity-db", + "parity-db 0.4.13", "parking_lot 0.12.5", "sc-client-api", "sc-keystore", + "sc-network-statement", + "sc-utils", "sp-api", "sp-blockchain", "sp-core", "sp-runtime", "sp-statement-store", + "sp-storage", "substrate-prometheus-endpoint", "tokio", ] [[package]] name = "sc-storage-monitor" -version = "0.25.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.31.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "clap", "fs4", @@ -15878,8 +16653,8 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.51.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.58.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15897,28 +16672,28 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "43.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "50.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "derive_more 0.99.20", "futures", "libc", "log", - "rand 0.8.5", - "rand_pcg", + "rand 0.8.6", + "rand_pcg 0.3.1", "regex", "sc-telemetry", "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-io", ] [[package]] name = "sc-telemetry" -version = "29.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "33.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "chrono", "futures", @@ -15926,7 +16701,7 @@ dependencies = [ "log", "parking_lot 0.12.5", "pin-project", - "rand 0.8.5", + "rand 0.8.6", "sc-utils", "serde", "serde_json", @@ -15936,8 +16711,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "47.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "chrono", "console", @@ -15959,29 +16734,29 @@ dependencies = [ "thiserror 1.0.69", "tracing", "tracing-log", - "tracing-subscriber 0.3.18", + "tracing-subscriber 0.3.19", ] [[package]] name = "sc-tracing-proc-macro" -version = "11.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "11.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "sc-transaction-pool" -version = "40.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "47.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "futures", "futures-timer", - "indexmap 2.11.4", + "indexmap", "itertools 0.11.0", "linked-hash-map", "parity-scale-codec", @@ -15993,10 +16768,11 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-runtime", "sp-tracing", "sp-transaction-pool", + "strum 0.26.3", "substrate-prometheus-endpoint", "thiserror 1.0.69", "tokio", @@ -16006,25 +16782,26 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "46.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "futures", - "indexmap 2.11.4", + "indexmap", "log", "parity-scale-codec", "serde", "sp-blockchain", "sp-core", "sp-runtime", + "strum 0.26.3", "thiserror 1.0.69", ] [[package]] name = "sc-utils" -version = "19.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "23.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-channel 1.9.0", "futures", @@ -16035,6 +16812,16 @@ dependencies = [ "sp-arithmetic", ] +[[package]] +name = "sc-virtualization" +version = "0.3.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "log", + "polkavm", + "sp-virtualization", +] + [[package]] name = "scale-bits" version = "0.7.0" @@ -16049,9 +16836,9 @@ dependencies = [ [[package]] name = "scale-decode" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d78196772d25b90a98046794ce0fe2588b39ebdfbdc1e45b4c6c85dd43bebad" +checksum = "8d6ed61699ad4d54101ab5a817169259b5b0efc08152f8632e61482d8a27ca3d" dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", @@ -16059,26 +16846,26 @@ dependencies = [ "scale-decode-derive", "scale-type-resolver", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "scale-decode-derive" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f4b54a1211260718b92832b661025d1f1a4b6930fbadd6908e00edd265fa5f7" +checksum = "65cb245f7fdb489e7ba43a616cbd34427fe3ba6fe0edc1d0d250085e6c84f3ec" dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "scale-encode" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64901733157f9d25ef86843bd783eda439fac7efb0ad5a615d12d2cf3a29464b" +checksum = "f2a976d73564a59e482b74fd5d95f7518b79ca8c8ca5865398a4d629dd15ee50" dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", @@ -16086,20 +16873,20 @@ dependencies = [ "scale-encode-derive", "scale-type-resolver", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "scale-encode-derive" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78a3993a13b4eafa89350604672c8757b7ea84c7c5947d4b3691e3169c96379b" +checksum = "17020f2d59baabf2ddcdc20a4e567f8210baf089b8a8d4785f5fd5e716f92038" dependencies = [ "darling 0.20.11", - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -16122,10 +16909,10 @@ version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" dependencies = [ - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -16147,15 +16934,15 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.106", - "thiserror 2.0.17", + "syn 2.0.118", + "thiserror 2.0.18", ] [[package]] name = "scale-value" -version = "0.18.0" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ca8b26b451ecb7fd7b62b259fa28add63d12ec49bbcac0e01fcb4b5ae0c09aa" +checksum = "b3b64809a541e8d5a59f7a9d67cc700cdf5d7f907932a83a0afdedc90db07ccb" dependencies = [ "base58", "blake2 0.10.6", @@ -16166,15 +16953,15 @@ dependencies = [ "scale-encode", "scale-type-resolver", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "yap", ] [[package]] name = "schannel" -version = "0.1.28" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" +checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" dependencies = [ "windows-sys 0.61.2", ] @@ -16197,7 +16984,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d" dependencies = [ "arrayref", - "arrayvec 0.7.6", + "arrayvec 0.7.8", "curve25519-dalek-ng", "merlin", "rand_core 0.6.4", @@ -16214,7 +17001,7 @@ checksum = "6e9fcb6c2e176e86ec703e22560d99d65a5ee9056ae45a08e13e84ebf796296f" dependencies = [ "aead", "arrayref", - "arrayvec 0.7.6", + "arrayvec 0.7.8", "curve25519-dalek", "getrandom_or_panic", "merlin", @@ -16303,8 +17090,8 @@ version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" dependencies = [ - "bitcoin_hashes 0.14.0", - "rand 0.8.5", + "bitcoin_hashes", + "rand 0.8.6", "secp256k1-sys 0.10.1", ] @@ -16355,24 +17142,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" -dependencies = [ - "bitflags 2.9.4", - "core-foundation 0.9.4", - "core-foundation-sys", - "libc", - "security-framework-sys", -] - -[[package]] -name = "security-framework" -version = "3.5.1" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" +checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.13.0", "core-foundation 0.10.1", "core-foundation-sys", "libc", @@ -16381,9 +17155,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.15.0" +version = "2.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" +checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" dependencies = [ "core-foundation-sys", "libc", @@ -16418,9 +17192,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.27" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" +checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" dependencies = [ "serde", "serde_core", @@ -16441,6 +17215,12 @@ dependencies = [ "pest", ] +[[package]] +name = "send_wrapper" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" + [[package]] name = "serde" version = "1.0.228" @@ -16488,20 +17268,20 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "serde_json" -version = "1.0.145" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", - "ryu", "serde", "serde_core", + "zmij", ] [[package]] @@ -16527,11 +17307,12 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.15.0" +version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6093cd8c01b25262b84927e0f7151692158fab02d961e04c979d3903eba7ecc5" +checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" dependencies = [ - "base64 0.22.1", + "base64", + "bs58", "chrono", "hex", "serde_core", @@ -16542,14 +17323,14 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.15.0" +version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7e6c180db0816026a61afa1cff5344fb7ebded7e4d3062772179f2501481c27" +checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" dependencies = [ - "darling 0.21.3", + "darling 0.23.0", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -16562,19 +17343,6 @@ dependencies = [ "serde", ] -[[package]] -name = "sha-1" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" -dependencies = [ - "block-buffer 0.9.0", - "cfg-if", - "cpufeatures 0.2.17", - "digest 0.9.0", - "opaque-debug 0.3.1", -] - [[package]] name = "sha1" version = "0.10.6" @@ -16610,21 +17378,48 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha2" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" +dependencies = [ + "cfg-if", + "cpufeatures 0.3.0", + "digest 0.11.3", +] + +[[package]] +name = "sha2-const-stable" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f179d4e11094a893b82fff208f74d448a7512f99f5a0acbd5c679b705f83ed9" + [[package]] name = "sha3" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" +checksum = "77fd7028345d415a4034cf8777cd4f8ab1851274233b45f84e3d955502d93874" dependencies = [ "digest 0.10.7", - "keccak", + "keccak 0.1.6", +] + +[[package]] +name = "sha3" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1" +dependencies = [ + "digest 0.11.3", + "keccak 0.2.0", ] [[package]] name = "sha3-asm" -version = "0.1.4" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46" +checksum = "a6287fd675f713484342a89cbf0a386abef5f15919cfad607e5e1f19e1e15331" dependencies = [ "cc", "cfg-if", @@ -16647,7 +17442,7 @@ dependencies = [ "log", "num-traits", "parity-scale-codec", - "rand 0.8.5", + "rand 0.8.6", "rayon", "safe-math", "scale-info", @@ -16663,12 +17458,19 @@ version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" +[[package]] +name = "shlex" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" + [[package]] name = "signal-hook-registry" -version = "1.4.6" +version = "1.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" +checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" dependencies = [ + "errno", "libc", ] @@ -16723,11 +17525,11 @@ dependencies = [ [[package]] name = "simple-dns" -version = "0.9.3" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a" +checksum = "7a75cbde1bf934313596a004973e462f9a82caa814dcf1a5f507bdf51597eeb4" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.13.0", ] [[package]] @@ -16744,15 +17546,15 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "siphasher" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" +checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" [[package]] name = "slab" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" [[package]] name = "slice-group-by" @@ -16762,8 +17564,8 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" -version = "18.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "24.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "enumn", "parity-scale-codec", @@ -16773,34 +17575,20 @@ dependencies = [ [[package]] name = "slotmap" -version = "1.0.7" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" +checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" dependencies = [ "version_check", ] [[package]] name = "smallvec" -version = "1.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" - -[[package]] -name = "smol" -version = "1.3.0" +version = "1.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" +checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" dependencies = [ - "async-channel 1.9.0", - "async-executor", - "async-fs 1.6.0", - "async-io 1.13.0", - "async-lock 2.8.0", - "async-net 1.8.0", - "async-process 1.8.1", - "blocking", - "futures-lite 1.13.0", + "serde", ] [[package]] @@ -16811,192 +17599,102 @@ checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f" dependencies = [ "async-channel 2.5.0", "async-executor", - "async-fs 2.2.0", - "async-io 2.6.0", - "async-lock 3.4.1", - "async-net 2.0.0", - "async-process 2.5.0", + "async-fs", + "async-io", + "async-lock", + "async-net", + "async-process", "blocking", - "futures-lite 2.6.1", -] - -[[package]] -name = "smoldot" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5" -dependencies = [ - "arrayvec 0.7.6", - "async-lock 2.8.0", - "atomic-take", - "base64 0.21.7", - "bip39", - "blake2-rfc", - "bs58", - "chacha20 0.9.1", - "crossbeam-queue", - "derive_more 0.99.20", - "ed25519-zebra", - "either", - "event-listener 2.5.3", - "fnv", - "futures-lite 1.13.0", - "futures-util", - "hashbrown 0.14.5", - "hex", - "hmac 0.12.1", - "itertools 0.11.0", - "libsecp256k1", - "merlin", - "no-std-net", - "nom", - "num-bigint", - "num-rational", - "num-traits", - "pbkdf2", - "pin-project", - "poly1305", - "rand 0.8.5", - "rand_chacha 0.3.1", - "ruzstd 0.4.0", - "schnorrkel 0.10.2", - "serde", - "serde_json", - "sha2 0.10.9", - "sha3", - "siphasher 0.3.11", - "slab", - "smallvec", - "soketto 0.7.1", - "twox-hash", - "wasmi 0.31.2", - "x25519-dalek", - "zeroize", + "futures-lite", ] [[package]] name = "smoldot" -version = "0.18.0" +version = "0.19.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "966e72d77a3b2171bb7461d0cb91f43670c63558c62d7cf42809cae6c8b6b818" +checksum = "e16e5723359f0048bf64bfdfba64e5732a56847d42c4fd3fe56f18280c813413" dependencies = [ - "arrayvec 0.7.6", - "async-lock 3.4.1", + "arrayvec 0.7.8", + "async-lock", "atomic-take", - "base64 0.22.1", + "base64", "bip39", "blake2-rfc", "bs58", "chacha20 0.9.1", "crossbeam-queue", - "derive_more 0.99.20", + "derive_more 2.1.1", "ed25519-zebra", "either", "event-listener 5.4.1", "fnv", - "futures-lite 2.6.1", + "futures-lite", "futures-util", - "hashbrown 0.14.5", + "hashbrown 0.15.5", "hex", "hmac 0.12.1", - "itertools 0.13.0", + "itertools 0.14.0", "libm", "libsecp256k1", "merlin", - "nom", + "nom 8.0.0", "num-bigint", "num-rational", "num-traits", "pbkdf2", "pin-project", "poly1305", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", - "ruzstd 0.6.0", + "ruzstd", "schnorrkel 0.11.5", "serde", "serde_json", "sha2 0.10.9", - "sha3", - "siphasher 1.0.1", + "sha3 0.10.9", + "siphasher 1.0.3", "slab", "smallvec", - "soketto 0.8.1", - "twox-hash", - "wasmi 0.32.3", + "soketto", + "twox-hash 2.1.2", + "wasmi 0.40.0", "x25519-dalek", "zeroize", ] [[package]] name = "smoldot-light" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33" -dependencies = [ - "async-channel 1.9.0", - "async-lock 2.8.0", - "base64 0.21.7", - "blake2-rfc", - "derive_more 0.99.20", - "either", - "event-listener 2.5.3", - "fnv", - "futures-channel", - "futures-lite 1.13.0", - "futures-util", - "hashbrown 0.14.5", - "hex", - "itertools 0.11.0", - "log", - "lru 0.11.1", - "no-std-net", - "parking_lot 0.12.5", - "pin-project", - "rand 0.8.5", - "rand_chacha 0.3.1", - "serde", - "serde_json", - "siphasher 0.3.11", - "slab", - "smol 1.3.0", - "smoldot 0.11.0", - "zeroize", -] - -[[package]] -name = "smoldot-light" -version = "0.16.2" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a33b06891f687909632ce6a4e3fd7677b24df930365af3d0bcb078310129f3f" +checksum = "f1bba9e591716567d704a8252feeb2f1261a286e1e2cbdd4e49e9197c34a14e2" dependencies = [ "async-channel 2.5.0", - "async-lock 3.4.1", - "base64 0.22.1", + "async-lock", + "base64", "blake2-rfc", "bs58", - "derive_more 0.99.20", + "derive_more 2.1.1", "either", "event-listener 5.4.1", "fnv", "futures-channel", - "futures-lite 2.6.1", + "futures-lite", "futures-util", - "hashbrown 0.14.5", + "hashbrown 0.15.5", "hex", - "itertools 0.13.0", + "itertools 0.14.0", "log", "lru 0.12.5", "parking_lot 0.12.5", "pin-project", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "serde", "serde_json", - "siphasher 1.0.1", + "siphasher 1.0.3", "slab", - "smol 2.0.2", - "smoldot 0.18.0", + "smol", + "smoldot", "zeroize", ] @@ -17025,14 +17723,13 @@ dependencies = [ [[package]] name = "snowbridge-core" -version = "0.14.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.22.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bp-relayers", "frame-support", "frame-system", "hex-literal", - "log", "parity-scale-codec", "polkadot-parachain-primitives", "scale-info", @@ -17044,16 +17741,7 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", -] - -[[package]] -name = "socket2" -version = "0.4.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" -dependencies = [ - "libc", - "winapi", + "tracing", ] [[package]] @@ -17068,27 +17756,12 @@ dependencies = [ [[package]] name = "socket2" -version = "0.6.0" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" +checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" dependencies = [ "libc", - "windows-sys 0.59.0", -] - -[[package]] -name = "soketto" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" -dependencies = [ - "base64 0.13.1", - "bytes", - "futures", - "httparse", - "log", - "rand 0.8.5", - "sha-1", + "windows-sys 0.60.2", ] [[package]] @@ -17097,20 +17770,20 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" dependencies = [ - "base64 0.22.1", + "base64", "bytes", "futures", - "http 1.3.1", + "http 1.4.2", "httparse", "log", - "rand 0.8.5", + "rand 0.8.6", "sha1", ] [[package]] name = "sp-api" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "hash-db", @@ -17131,22 +17804,22 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "23.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "29.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "Inflector", "blake2 0.10.6", "expander", - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "sp-application-crypto" -version = "41.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "scale-info", @@ -17157,8 +17830,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "27.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "23.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "integer-sqrt", @@ -17171,8 +17844,8 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "scale-info", @@ -17183,9 +17856,10 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "parity-scale-codec", "sp-api", "sp-inherents", "sp-runtime", @@ -17193,8 +17867,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "46.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "futures", "parity-scale-codec", @@ -17212,22 +17886,25 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.49.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "futures", "log", + "sp-api", + "sp-externalities", "sp-inherents", "sp-runtime", "sp-state-machine", + "sp-trie", "thiserror 1.0.69", ] [[package]] name = "sp-consensus-aura" -version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.49.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "parity-scale-codec", @@ -17242,8 +17919,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.49.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "parity-scale-codec", @@ -17260,8 +17937,8 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "25.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "31.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "scale-info", @@ -17269,7 +17946,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -17280,8 +17957,8 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "24.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "30.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "finality-grandpa", "log", @@ -17297,8 +17974,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.49.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "scale-info", @@ -17308,14 +17985,15 @@ dependencies = [ [[package]] name = "sp-core" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "ark-vrf", + "ark-vrf 0.5.1", "array-bytes 6.2.3", + "bip39", "bitflags 1.3.2", "blake2 0.10.6", - "bounded-collections 0.2.4", + "bounded-collections 0.3.2", "bs58", "dyn-clone", "ed25519-zebra", @@ -17328,22 +18006,20 @@ dependencies = [ "libsecp256k1", "log", "merlin", - "parity-bip39", "parity-scale-codec", "parking_lot 0.12.5", "paste", "primitive-types 0.13.1", - "rand 0.8.5", + "rand 0.8.6", "scale-info", "schnorrkel 0.11.5", "secp256k1 0.28.2", "secrecy 0.8.0", "serde", "sha2 0.10.9", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-debug-derive", "sp-externalities", - "sp-runtime-interface", "sp-std", "sp-storage", "ss58-registry", @@ -17356,21 +18032,26 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" -version = "0.16.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.23.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "ark-bls12-377", + "ark-bls12-377 0.5.0", "ark-bls12-377-ext", - "ark-bls12-381 0.4.0", + "ark-bls12-381 0.5.0", "ark-bls12-381-ext", "ark-bw6-761", "ark-bw6-761-ext", - "ark-ec 0.4.2", + "ark-ec 0.5.0", "ark-ed-on-bls12-377", "ark-ed-on-bls12-377-ext", - "ark-ed-on-bls12-381-bandersnatch 0.4.0", + "ark-ed-on-bls12-381-bandersnatch", "ark-ed-on-bls12-381-bandersnatch-ext", - "ark-scale 0.0.12", + "ark-ff 0.5.0", + "ark-pallas", + "ark-pallas-ext", + "ark-scale 0.0.13", + "ark-vesta", + "ark-vesta-ext", "sp-runtime-interface", ] @@ -17384,56 +18065,66 @@ dependencies = [ "byteorder", "digest 0.10.7", "sha2 0.10.9", - "sha3", - "twox-hash", + "sha3 0.10.9", + "twox-hash 1.6.3", ] [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", "sha2 0.10.9", - "sha3", - "twox-hash", + "sha3 0.10.9", + "twox-hash 1.6.3", ] [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", - "syn 2.0.106", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "syn 2.0.118", +] + +[[package]] +name = "sp-dap" +version = "0.3.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "frame-support", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "kvdb", + "kvdb-rocksdb", "parking_lot 0.12.5", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ + "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "sp-externalities" -version = "0.30.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.34.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "environmental", "parity-scale-codec", @@ -17442,8 +18133,8 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.18.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.24.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "scale-info", @@ -17452,10 +18143,20 @@ dependencies = [ "sp-runtime", ] +[[package]] +name = "sp-hop" +version = "0.3.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "parity-scale-codec", + "sp-api", + "sp-runtime", +] + [[package]] name = "sp-inherents" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -17467,8 +18168,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "41.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bytes", "docify", @@ -17476,11 +18177,11 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.24.0", + "polkavm-derive 0.33.0", "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -17493,8 +18194,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "sp-core", "sp-runtime", @@ -17503,8 +18204,8 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.43.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.49.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -17515,7 +18216,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -17523,18 +18224,19 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.11.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.15.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "frame-metadata 23.0.0", + "derive-where", + "frame-metadata", "parity-scale-codec", "scale-info", ] [[package]] name = "sp-mixnet" -version = "0.15.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.21.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "scale-info", @@ -17544,8 +18246,8 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "log", "parity-scale-codec", @@ -17561,8 +18263,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "scale-info", @@ -17574,8 +18276,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "sp-api", "sp-core", @@ -17584,8 +18286,8 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "13.0.2" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "13.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "backtrace", "regex", @@ -17593,8 +18295,8 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "35.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "41.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -17603,10 +18305,11 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "42.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "48.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "binary-merkle-tree", + "bytes", "docify", "either", "hash256-std-hasher", @@ -17615,7 +18318,7 @@ dependencies = [ "num-traits", "parity-scale-codec", "paste", - "rand 0.8.5", + "rand 0.8.6", "scale-info", "serde", "simple-mermaid", @@ -17626,20 +18329,20 @@ dependencies = [ "sp-std", "sp-trie", "sp-weights", + "strum 0.26.3", "tracing", "tuplex", ] [[package]] name = "sp-runtime-interface" -version = "30.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "37.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.24.0", - "primitive-types 0.13.1", + "polkavm-derive 0.33.0", "sp-externalities", "sp-runtime-interface-proc-macro", "sp-std", @@ -17651,21 +18354,21 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "19.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "17.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "sp-session" -version = "39.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "45.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "scale-info", @@ -17678,8 +18381,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "39.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "45.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -17691,14 +18394,14 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.46.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.53.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.5", - "rand 0.8.5", + "rand 0.8.6", "smallvec", "sp-core", "sp-externalities", @@ -17711,21 +18414,23 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "28.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "aes-gcm", "curve25519-dalek", "ed25519-dalek", + "frame-support", "hkdf", "parity-scale-codec", - "rand 0.8.5", + "rand 0.8.6", "scale-info", + "serde", "sha2 0.10.9", "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", "sp-externalities", "sp-runtime", "sp-runtime-interface", @@ -17736,12 +18441,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" [[package]] name = "sp-storage" -version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "25.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "impl-serde", "parity-scale-codec", @@ -17752,8 +18457,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "parity-scale-codec", @@ -17764,19 +18469,20 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "17.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "16.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", + "regex", "tracing", "tracing-core", - "tracing-subscriber 0.3.18", + "tracing-subscriber 0.3.19", ] [[package]] name = "sp-transaction-pool" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "sp-api", "sp-runtime", @@ -17784,12 +18490,13 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "37.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "43.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", + "sp-api", "sp-core", "sp-inherents", "sp-runtime", @@ -17798,8 +18505,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "46.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "ahash 0.8.12", "foldhash 0.1.5", @@ -17809,7 +18516,7 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.12.5", - "rand 0.8.5", + "rand 0.8.6", "scale-info", "schnellru", "sp-core", @@ -17823,14 +18530,15 @@ dependencies = [ [[package]] name = "sp-version" -version = "40.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "46.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info", "serde", + "sp-core", "sp-crypto-hashing-proc-macro", "sp-runtime", "sp-std", @@ -17840,20 +18548,34 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "15.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "13.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", +] + +[[package]] +name = "sp-virtualization" +version = "0.4.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +dependencies = [ + "log", + "num_enum", + "parity-scale-codec", + "sp-externalities", + "sp-runtime-interface", + "sp-storage", + "strum 0.26.3", ] [[package]] name = "sp-wasm-interface" -version = "22.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "27.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -17864,10 +18586,10 @@ dependencies = [ [[package]] name = "sp-weights" -version = "32.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "36.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ - "bounded-collections 0.2.4", + "bounded-collections 0.3.2", "parity-scale-codec", "scale-info", "serde", @@ -17927,7 +18649,7 @@ version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" dependencies = [ - "base64 0.22.1", + "base64", "bytes", "crc", "crossbeam-queue", @@ -17939,7 +18661,7 @@ dependencies = [ "futures-util", "hashbrown 0.15.5", "hashlink 0.10.0", - "indexmap 2.11.4", + "indexmap", "log", "memchr", "native-tls", @@ -17948,7 +18670,7 @@ dependencies = [ "serde", "sha2 0.10.9", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -17965,7 +18687,7 @@ dependencies = [ "quote", "sqlx-core", "sqlx-macros-core", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -17986,7 +18708,7 @@ dependencies = [ "sha2 0.10.9", "sqlx-core", "sqlx-sqlite", - "syn 2.0.106", + "syn 2.0.118", "tokio", "url", ] @@ -18010,7 +18732,7 @@ dependencies = [ "serde", "serde_urlencoded", "sqlx-core", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "url", ] @@ -18032,14 +18754,14 @@ dependencies = [ [[package]] name = "stable_deref_trait" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" +checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "staging-chain-spec-builder" -version = "12.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "19.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "clap", "docify", @@ -18051,8 +18773,8 @@ dependencies = [ [[package]] name = "staging-node-inspect" -version = "0.29.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.37.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "clap", "parity-scale-codec", @@ -18069,8 +18791,8 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.21.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.28.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -18082,34 +18804,35 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "17.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "24.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", - "bounded-collections 0.2.4", + "bounded-collections 0.3.2", "derive-where", "environmental", "frame-support", "hex-literal", "impl-trait-for-tuples", - "log", "parity-scale-codec", "scale-info", "serde", "sp-runtime", "sp-weights", + "tracing", "xcm-procedural", ] [[package]] name = "staging-xcm-builder" -version = "21.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "29.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "environmental", "frame-support", "frame-system", "impl-trait-for-tuples", + "pallet-accumulate-and-forward", "pallet-asset-conversion", "pallet-transaction-payment", "parity-scale-codec", @@ -18127,8 +18850,8 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "20.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "28.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "environmental", "frame-benchmarking", @@ -18182,7 +18905,7 @@ dependencies = [ [[package]] name = "stc-shield" version = "0.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "anyhow", "async-trait", @@ -18191,7 +18914,7 @@ dependencies = [ "log", "ml-kem", "parity-scale-codec", - "rand 0.8.5", + "rand 0.8.6", "sc-client-api", "sc-service", "sp-consensus", @@ -18203,7 +18926,7 @@ dependencies = [ [[package]] name = "stp-shield" version = "0.1.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "parity-scale-codec", "scale-info", @@ -18267,13 +18990,13 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "substrate-bip39" -version = "0.6.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.4.7" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -18291,14 +19014,14 @@ dependencies = [ "byteorder", "crunchy", "lazy_static", - "rand 0.8.5", + "rand 0.8.6", "rustc-hex", ] [[package]] name = "substrate-build-script-utils" -version = "11.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "11.0.3" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" [[package]] name = "substrate-fixed" @@ -18313,8 +19036,8 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" -version = "45.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "53.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -18333,11 +19056,11 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.17.6" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.17.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "http-body-util", - "hyper 1.7.0", + "hyper 1.10.1", "hyper-util", "log", "prometheus", @@ -18347,8 +19070,8 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "44.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "52.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -18374,22 +19097,22 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "27.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "34.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "array-bytes 6.2.3", "build-helper", "cargo_metadata", "console", "filetime", - "frame-metadata 23.0.0", + "frame-metadata", "jobserver", "merkleized-metadata", "parity-scale-codec", "parity-wasm", - "polkavm-linker 0.24.0", + "polkavm-linker 0.33.0", "sc-executor", - "shlex", + "shlex 1.3.0", "sp-core", "sp-io", "sp-maybe-compressed-blob", @@ -18397,7 +19120,7 @@ dependencies = [ "sp-version", "strum 0.26.3", "tempfile", - "toml 0.8.23", + "toml", "walkdir", "wasm-opt", ] @@ -18410,7 +19133,7 @@ dependencies = [ "quote", "rayon", "subtensor-linting", - "syn 2.0.106", + "syn 2.0.118", "walkdir", ] @@ -18478,7 +19201,7 @@ dependencies = [ "proc-macro2", "procedural-fork", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -18488,7 +19211,7 @@ dependencies = [ "ahash 0.8.12", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -18571,7 +19294,7 @@ dependencies = [ "anyhow", "clap", "node-subtensor-runtime", - "semver 1.0.27", + "semver 1.0.28", "toml_edit 0.22.27", ] @@ -18618,7 +19341,7 @@ version = "0.1.0" dependencies = [ "anyhow", "clap", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -18641,14 +19364,14 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] name = "subxt" -version = "0.41.0" +version = "0.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03459d84546def5e1d0d22b162754609f18e031522b0319b53306f5829de9c09" +checksum = "15d478a97cff6a704123c9a3871eff832f8ea4a477390a8ea5fd7cfedd41bf6f" dependencies = [ "async-trait", "derive-where", "either", - "frame-metadata 20.0.0", + "frame-metadata", "futures", "hex", "parity-scale-codec", @@ -18666,7 +19389,7 @@ dependencies = [ "subxt-macro", "subxt-metadata", "subxt-rpcs", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-util", "tracing", @@ -18676,9 +19399,9 @@ dependencies = [ [[package]] name = "subxt-codegen" -version = "0.41.0" +version = "0.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "324c52c09919fec8c22a4b572a466878322e99fe14a9e3d50d6c3700a226ec25" +checksum = "461338acd557773106546b474fbb48d47617735fd50941ddc516818006daf8a0" dependencies = [ "heck 0.5.0", "parity-scale-codec", @@ -18687,21 +19410,21 @@ dependencies = [ "scale-info", "scale-typegen", "subxt-metadata", - "syn 2.0.106", - "thiserror 2.0.17", + "syn 2.0.118", + "thiserror 2.0.18", ] [[package]] name = "subxt-core" -version = "0.41.0" +version = "0.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66ef00be9d64885ec94e478a58e4e39d222024b20013ae7df4fc6ece545391aa" +checksum = "002d360ac0827c882d5a808261e06c11a5e7ad2d7c295176d5126a9af9aa5f23" dependencies = [ "base58", "blake2 0.10.6", "derive-where", "frame-decode", - "frame-metadata 20.0.0", + "frame-metadata", "hashbrown 0.14.5", "hex", "impl-serde", @@ -18717,22 +19440,22 @@ dependencies = [ "serde_json", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-metadata", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] [[package]] name = "subxt-lightclient" -version = "0.41.0" +version = "0.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce07c2515b2e63b85ec3043fe4461b287af0615d4832c2fe6e81ba780b906bc0" +checksum = "bab0c7a6504798b1c4a7dbe4cac9559560826e5df3f021efa3e9dd6393050521" dependencies = [ "futures", "futures-util", "serde", "serde_json", - "smoldot-light 0.16.2", - "thiserror 2.0.17", + "smoldot-light", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -18740,9 +19463,9 @@ dependencies = [ [[package]] name = "subxt-macro" -version = "0.41.0" +version = "0.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2c8da275a620dd676381d72395dfea91f0a6cd849665b4f1d0919371850701" +checksum = "fc844e7877b6fe4a4013c5836a916dee4e58fc875b98ccc18b5996db34b575c3" dependencies = [ "darling 0.20.11", "parity-scale-codec", @@ -18750,33 +19473,34 @@ dependencies = [ "quote", "scale-typegen", "subxt-codegen", + "subxt-metadata", "subxt-utils-fetchmetadata", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "subxt-metadata" -version = "0.41.0" +version = "0.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fff4591673600c4388e21305788282414d26c791b4dee21b7cb0b19c10076f98" +checksum = "1b2f2a52d97d7539febc0006d6988081150b1c1a3e4a357ca02ab5cdb34072bc" dependencies = [ "frame-decode", - "frame-metadata 20.0.0", + "frame-metadata", "hashbrown 0.14.5", "parity-scale-codec", "scale-info", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "subxt-rpcs" -version = "0.41.0" +version = "0.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ba7494d250d65dc3439365ac5e8e0fbb9c3992e6e84b7aa01d69e082249b8b8" +checksum = "dec54130c797530e6aa6a52e8ba9f95fd296d19da2f9f3e23ed5353a83573f74" dependencies = [ "derive-where", - "frame-metadata 20.0.0", + "frame-metadata", "futures", "hex", "impl-serde", @@ -18787,18 +19511,18 @@ dependencies = [ "serde_json", "subxt-core", "subxt-lightclient", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "url", ] [[package]] name = "subxt-signer" -version = "0.41.0" +version = "0.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a2370298a210ed1df26152db7209a85e0ed8cfbce035309c3b37f7b61755377" +checksum = "1bdcc9159fdcc81aca0f71f0c8c77829a671f7348958fc77fb2fb320ed59a13a" dependencies = [ - "base64 0.22.1", + "base64", "bip32", "bip39", "cfg-if", @@ -18818,19 +19542,19 @@ dependencies = [ "sha2 0.10.9", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-core", - "thiserror 2.0.17", + "thiserror 2.0.18", "zeroize", ] [[package]] name = "subxt-utils-fetchmetadata" -version = "0.41.0" +version = "0.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc868b55fe2303788dc7703457af390111940c3da4714b510983284501780ed5" +checksum = "4664a0b726f11b1d6da990872f9528be090d3570c2275c9b89ba5bbc8e764592" dependencies = [ "hex", "parity-scale-codec", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -18846,9 +19570,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.106" +version = "2.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" +checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" dependencies = [ "proc-macro2", "quote", @@ -18857,26 +19581,14 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2375c17f6067adc651d8c2c51658019cef32edfff4a982adaf1d7fd1c039f08b" +checksum = "ec005042c7d952febc1a3ef5b0f6674e9054aa836877a31c90b20e25b3d31744" dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.106", -] - -[[package]] -name = "synstructure" -version = "0.12.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "unicode-xid", + "syn 2.0.118", ] [[package]] @@ -18887,7 +19599,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -18907,11 +19619,11 @@ dependencies = [ [[package]] name = "system-configuration" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" +checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.13.0", "core-foundation 0.9.4", "system-configuration-sys", ] @@ -18940,40 +19652,40 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.16" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" +checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" [[package]] name = "tempfile" -version = "3.23.0" +version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ - "fastrand 2.3.0", - "getrandom 0.3.3", + "fastrand", + "getrandom 0.4.3", "once_cell", - "rustix 1.1.2", - "windows-sys 0.61.2", + "rustix 1.1.4", + "windows-sys 0.52.0", ] [[package]] name = "termcolor" -version = "1.2.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" dependencies = [ "winapi-util", ] [[package]] name = "terminal_size" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" +checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" dependencies = [ - "rustix 1.1.2", - "windows-sys 0.60.2", + "rustix 1.1.4", + "windows-sys 0.59.0", ] [[package]] @@ -18993,31 +19705,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" -dependencies = [ - "thiserror-impl 2.0.17", -] - -[[package]] -name = "thiserror-core" -version = "1.0.50" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c001ee18b7e5e3f62cbf58c7fe220119e68d902bb7443179c0c8aef30090e999" -dependencies = [ - "thiserror-core-impl", -] - -[[package]] -name = "thiserror-core-impl" -version = "1.0.50" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", + "thiserror-impl 2.0.18", ] [[package]] @@ -19028,18 +19720,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "thiserror-impl" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -19068,9 +19760,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-ctl" -version = "0.5.4" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c" +checksum = "661f1f6a57b3a36dc9174a2c10f19513b4866816e13425d3e418b11cc37bc24c" dependencies = [ "libc", "paste", @@ -19079,9 +19771,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.5.4+5.3.0-patched" +version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" +checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" dependencies = [ "cc", "libc", @@ -19089,30 +19781,29 @@ dependencies = [ [[package]] name = "time" -version = "0.3.44" +version = "0.3.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" +checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50" dependencies = [ "deranged", - "itoa", "num-conv", "powerfmt", - "serde", + "serde_core", "time-core", "time-macros", ] [[package]] name = "time-core" -version = "0.1.6" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" +checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" [[package]] name = "time-macros" -version = "0.2.24" +version = "0.2.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" +checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f" dependencies = [ "num-conv", "time-core", @@ -19129,9 +19820,9 @@ dependencies = [ [[package]] name = "tinystr" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" +checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" dependencies = [ "displaydoc", "zerovec", @@ -19139,9 +19830,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" +checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" dependencies = [ "tinyvec_macros", ] @@ -19158,7 +19849,7 @@ version = "0.1.0" source = "git+https://github.com/ideal-lab5/timelock?rev=5416406cfd32799e31e1795393d4916894de4468#5416406cfd32799e31e1795393d4916894de4468" dependencies = [ "aes-gcm", - "ark-bls12-377", + "ark-bls12-377 0.4.0", "ark-bls12-381 0.4.0", "ark-ec 0.4.2", "ark-ff 0.4.2", @@ -19176,39 +19867,36 @@ dependencies = [ "serde_cbor", "serde_json", "sha2 0.10.9", - "sha3", + "sha3 0.10.9", "w3f-bls 0.1.3", ] [[package]] name = "tokio" -version = "1.47.1" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ - "backtrace", "bytes", - "io-uring", "libc", "mio", "parking_lot 0.12.5", "pin-project-lite", "signal-hook-registry", - "slab", - "socket2 0.6.0", + "socket2 0.6.4", "tokio-macros", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] name = "tokio-macros" -version = "2.5.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" +checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -19223,9 +19911,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" +checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" dependencies = [ "futures-core", "pin-project-lite", @@ -19235,9 +19923,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" +checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1" dependencies = [ "futures-util", "log", @@ -19251,9 +19939,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.16" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" +checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" dependencies = [ "bytes", "futures-core", @@ -19263,15 +19951,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "toml" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" -dependencies = [ - "serde", -] - [[package]] name = "toml" version = "0.8.23" @@ -19295,9 +19974,9 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.7.2" +version = "1.1.1+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1" +checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" dependencies = [ "serde_core", ] @@ -19308,33 +19987,33 @@ version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.11.4", + "indexmap", "serde", "serde_spanned", "toml_datetime 0.6.11", "toml_write", - "winnow", + "winnow 0.7.15", ] [[package]] name = "toml_edit" -version = "0.23.6" +version = "0.25.12+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b" +checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7" dependencies = [ - "indexmap 2.11.4", - "toml_datetime 0.7.2", + "indexmap", + "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", - "winnow", + "winnow 1.0.3", ] [[package]] name = "toml_parser" -version = "1.0.3" +version = "1.1.2+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" +checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" dependencies = [ - "winnow", + "winnow 1.0.3", ] [[package]] @@ -19364,9 +20043,9 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.13.0", "bytes", - "http 1.3.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "pin-project-lite", @@ -19388,9 +20067,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.41" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" dependencies = [ "log", "pin-project-lite", @@ -19400,20 +20079,20 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "tracing-core" -version = "0.1.34" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" dependencies = [ "once_cell", "valuable", @@ -19431,8 +20110,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "20.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "26.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "coarsetime", "polkadot-primitives", @@ -19443,13 +20122,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "expander", - "proc-macro-crate 3.4.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -19458,7 +20137,9 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" dependencies = [ + "ahash 0.7.8", "log", + "lru 0.7.8", "once_cell", "tracing-core", ] @@ -19474,9 +20155,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" dependencies = [ "matchers", "nu-ansi-term", @@ -19494,9 +20175,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c0670ab45a6b7002c7df369fee950a27cf29ae0474343fd3a15aa15f691e7a6" +checksum = "a7795f2df2ef744e4ffb2125f09325e60a21d305cc3ecece0adeef03f7a9e560" dependencies = [ "hash-db", "log", @@ -19527,20 +20208,20 @@ checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" [[package]] name = "tungstenite" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" +checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" dependencies = [ "bytes", "data-encoding", - "http 1.3.1", + "http 1.4.2", "httparse", "log", - "rand 0.9.2", + "rand 0.9.4", "rustls", "rustls-pki-types", "sha1", - "thiserror 2.0.17", + "thiserror 2.0.18", "url", "utf-8", ] @@ -19559,15 +20240,21 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand 0.8.6", "static_assertions", ] +[[package]] +name = "twox-hash" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" + [[package]] name = "typenum" -version = "1.19.0" +version = "1.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" +checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" [[package]] name = "ucd-trie" @@ -19607,30 +20294,24 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unicode-ident" -version = "1.0.19" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "unicode-normalization" -version = "0.1.22" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" +checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" dependencies = [ "tinyvec", ] [[package]] name = "unicode-segmentation" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" - -[[package]] -name = "unicode-width" -version = "0.1.14" +version = "1.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" +checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" [[package]] name = "unicode-width" @@ -19650,7 +20331,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" dependencies = [ - "crypto-common", + "crypto-common 0.1.7", "subtle 2.6.1", ] @@ -19690,9 +20371,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.7" +version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna", @@ -19720,11 +20401,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.18.1" +version = "1.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" +checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53" dependencies = [ - "getrandom 0.3.3", + "getrandom 0.4.3", "js-sys", "wasm-bindgen", ] @@ -19749,7 +20430,7 @@ checksum = "225eaa083192400abfe78838e3089c539a361e0dd9b6884f61b5c6237676ec01" dependencies = [ "ark-scale 0.0.13", "ark-serialize 0.5.0", - "ark-vrf", + "ark-vrf 0.1.1", "bounded-collections 0.1.9", "derive-where", "parity-scale-codec", @@ -19775,7 +20456,7 @@ name = "w3f-bls" version = "0.1.3" source = "git+https://github.com/opentensor/bls?branch=fix-no-std#4ac443d11a6c9fdebe329d113702ad7387ba1688" dependencies = [ - "ark-bls12-377", + "ark-bls12-377 0.4.0", "ark-bls12-381 0.4.0", "ark-ec 0.4.2", "ark-ff 0.4.2", @@ -19783,11 +20464,11 @@ dependencies = [ "ark-serialize-derive 0.4.2", "arrayref", "digest 0.10.7", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.9", - "sha3", + "sha3 0.10.9", "zeroize", ] @@ -19797,7 +20478,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32" dependencies = [ - "ark-bls12-377", + "ark-bls12-377 0.4.0", "ark-bls12-381 0.4.0", "ark-ec 0.4.2", "ark-ff 0.4.2", @@ -19805,11 +20486,11 @@ dependencies = [ "ark-serialize-derive 0.4.2", "arrayref", "digest 0.10.7", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "rand_core 0.6.4", "sha2 0.10.9", - "sha3", + "sha3 0.10.9", "zeroize", ] @@ -19827,6 +20508,20 @@ dependencies = [ "merlin", ] +[[package]] +name = "w3f-pcs" +version = "0.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ea1046a1deb6d26c34ba2d1f1bab4222d695d126502ee765f80b021753cb674" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "merlin", +] + [[package]] name = "w3f-plonk-common" version = "0.0.2" @@ -19840,7 +20535,23 @@ dependencies = [ "ark-std 0.5.0", "getrandom_or_panic", "rand_core 0.6.4", - "w3f-pcs", + "w3f-pcs 0.0.2", +] + +[[package]] +name = "w3f-plonk-common" +version = "0.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30408cda37b81bd7257319942584c794c5784d00d749757bc664656749a1472a" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "getrandom_or_panic", + "rand_core 0.6.4", + "w3f-pcs 0.0.5", ] [[package]] @@ -19855,8 +20566,24 @@ dependencies = [ "ark-serialize 0.5.0", "ark-std 0.5.0", "ark-transcript", - "w3f-pcs", - "w3f-plonk-common", + "w3f-pcs 0.0.2", + "w3f-plonk-common 0.0.2", +] + +[[package]] +name = "w3f-ring-proof" +version = "0.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cbfc4cb881a934e6f33c25927bf955d0cb18e52b94528bbc5fa28dddedb4cd1" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "ark-transcript", + "w3f-pcs 0.0.5", + "w3f-plonk-common 0.0.7", ] [[package]] @@ -19868,12 +20595,6 @@ dependencies = [ "libc", ] -[[package]] -name = "waker-fn" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" - [[package]] name = "walkdir" version = "2.5.0" @@ -19899,87 +20620,53 @@ version = "0.11.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" -[[package]] -name = "wasi" -version = "0.14.7+wasi-0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" -dependencies = [ - "wasip2", -] - [[package]] name = "wasip2" -version = "1.0.1+wasi-0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" -dependencies = [ - "wit-bindgen 0.46.0", -] - -[[package]] -name = "wasip3" -version = "0.4.0+wasi-0.3.0-rc-2026-01-06" +version = "1.0.4+wasi-0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" +checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" dependencies = [ - "wit-bindgen 0.51.0", + "wit-bindgen", ] [[package]] name = "wasix" -version = "0.12.21" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" +checksum = "ae86f02046da16a333a9129d31451423e1657737ecdafed4193838a5f54c5cfe" dependencies = [ - "wasi 0.11.1+wasi-snapshot-preview1", + "wasi", ] [[package]] name = "wasm-bindgen" -version = "0.2.104" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" +checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" dependencies = [ "cfg-if", "once_cell", "rustversion", + "serde", "wasm-bindgen-macro", "wasm-bindgen-shared", ] -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.104" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" -dependencies = [ - "bumpalo", - "log", - "proc-macro2", - "quote", - "syn 2.0.106", - "wasm-bindgen-shared", -] - [[package]] name = "wasm-bindgen-futures" -version = "0.4.54" +version = "0.4.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" +checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" dependencies = [ - "cfg-if", "js-sys", - "once_cell", "wasm-bindgen", - "web-sys", ] [[package]] name = "wasm-bindgen-macro" -version = "0.2.104" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" +checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -19987,34 +20674,34 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.104" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" +checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" dependencies = [ + "bumpalo", "proc-macro2", "quote", - "syn 2.0.106", - "wasm-bindgen-backend", + "syn 2.0.118", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.104" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" +checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" dependencies = [ "unicode-ident", ] [[package]] name = "wasm-encoder" -version = "0.244.0" +version = "0.236.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" +checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7" dependencies = [ "leb128fmt", - "wasmparser 0.244.0", + "wasmparser 0.236.1", ] [[package]] @@ -20026,18 +20713,6 @@ dependencies = [ "parity-wasm", ] -[[package]] -name = "wasm-metadata" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" -dependencies = [ - "anyhow", - "indexmap 2.11.4", - "wasm-encoder", - "wasmparser 0.244.0", -] - [[package]] name = "wasm-opt" version = "0.116.1" @@ -20093,41 +20768,38 @@ dependencies = [ "web-sys", ] -[[package]] -name = "wasmi" -version = "0.31.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7" -dependencies = [ - "smallvec", - "spin 0.9.8", - "wasmi_arena", - "wasmi_core 0.13.0", - "wasmparser-nostd", -] - [[package]] name = "wasmi" version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca" dependencies = [ - "arrayvec 0.7.6", + "arrayvec 0.7.8", "multi-stash", "num-derive", "num-traits", "smallvec", "spin 0.9.8", - "wasmi_collections", + "wasmi_collections 0.32.3", "wasmi_core 0.32.3", "wasmparser-nostd", ] [[package]] -name = "wasmi_arena" -version = "0.4.1" +name = "wasmi" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" +checksum = "a19af97fcb96045dd1d6b4d23e2b4abdbbe81723dbc5c9f016eb52145b320063" +dependencies = [ + "arrayvec 0.7.8", + "multi-stash", + "smallvec", + "spin 0.9.8", + "wasmi_collections 0.40.0", + "wasmi_core 0.40.0", + "wasmi_ir", + "wasmparser 0.221.3", +] [[package]] name = "wasmi_collections" @@ -20140,11 +20812,17 @@ dependencies = [ "string-interner", ] +[[package]] +name = "wasmi_collections" +version = "0.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e80d6b275b1c922021939d561574bf376613493ae2b61c6963b15db0e8813562" + [[package]] name = "wasmi_core" -version = "0.13.0" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" +checksum = "a23b3a7f6c8c3ceeec6b83531ee61f0013c56e51cbf2b14b0f213548b23a4b41" dependencies = [ "downcast-rs", "libm", @@ -20154,36 +20832,43 @@ dependencies = [ [[package]] name = "wasmi_core" -version = "0.32.3" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23b3a7f6c8c3ceeec6b83531ee61f0013c56e51cbf2b14b0f213548b23a4b41" +checksum = "3a8c51482cc32d31c2c7ff211cd2bedd73c5bd057ba16a2ed0110e7a96097c33" dependencies = [ "downcast-rs", "libm", - "num-traits", - "paste", +] + +[[package]] +name = "wasmi_ir" +version = "0.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e431a14c186db59212a88516788bd68ed51f87aa1e08d1df742522867b5289a" +dependencies = [ + "wasmi_core 0.40.0", ] [[package]] name = "wasmparser" -version = "0.102.0" +version = "0.221.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b" +checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185" dependencies = [ - "indexmap 1.9.3", - "url", + "bitflags 2.13.0", ] [[package]] name = "wasmparser" -version = "0.244.0" +version = "0.236.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" +checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7" dependencies = [ - "bitflags 2.9.4", + "bitflags 2.13.0", "hashbrown 0.15.5", - "indexmap 2.11.4", - "semver 1.0.27", + "indexmap", + "semver 1.0.28", + "serde", ] [[package]] @@ -20195,206 +20880,247 @@ dependencies = [ "indexmap-nostd", ] +[[package]] +name = "wasmprinter" +version = "0.236.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1" +dependencies = [ + "anyhow", + "termcolor", + "wasmparser 0.236.1", +] + [[package]] name = "wasmtime" -version = "8.0.1" +version = "36.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9" +checksum = "4b4442dc12aa2473def8334f0e0f2b489be52c52507c938bbdc8be69ded4ded6" dependencies = [ + "addr2line", "anyhow", - "bincode", + "bitflags 2.13.0", + "bumpalo", + "cc", "cfg-if", - "indexmap 1.9.3", + "fxprof-processed-profile", + "gimli 0.32.3", + "hashbrown 0.15.5", + "indexmap", + "ittapi", "libc", "log", - "object 0.30.4", + "mach2", + "memfd", + "object 0.37.3", "once_cell", - "paste", - "psm", + "postcard", + "pulley-interpreter", "rayon", + "rustix 1.1.4", "serde", + "serde_derive", + "serde_json", + "smallvec", "target-lexicon", - "wasmparser 0.102.0", - "wasmtime-cache", - "wasmtime-cranelift", + "wasmparser 0.236.1", "wasmtime-environ", - "wasmtime-jit", - "wasmtime-runtime", - "windows-sys 0.45.0", + "wasmtime-internal-asm-macros", + "wasmtime-internal-cache", + "wasmtime-internal-cranelift", + "wasmtime-internal-fiber", + "wasmtime-internal-jit-debug", + "wasmtime-internal-jit-icache-coherence", + "wasmtime-internal-math", + "wasmtime-internal-slab", + "wasmtime-internal-unwinder", + "wasmtime-internal-versioned-export-macros", + "wasmtime-internal-winch", + "windows-sys 0.60.2", +] + +[[package]] +name = "wasmtime-environ" +version = "36.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d881c3d6205898a226cc487b117f23b9ed1c7da39952d65bd5eeb6745b3789c" +dependencies = [ + "anyhow", + "cpp_demangle", + "cranelift-bitset", + "cranelift-entity", + "gimli 0.32.3", + "indexmap", + "log", + "object 0.37.3", + "postcard", + "rustc-demangle", + "serde", + "serde_derive", + "smallvec", + "target-lexicon", + "wasm-encoder", + "wasmparser 0.236.1", + "wasmprinter", ] [[package]] -name = "wasmtime-asm-macros" -version = "8.0.1" +name = "wasmtime-internal-asm-macros" +version = "36.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d" +checksum = "5ab1876bcfa51d6a05dea1c13933f53cbc1e316c783fddebc859f56a736eae07" dependencies = [ "cfg-if", ] [[package]] -name = "wasmtime-cache" -version = "8.0.1" +name = "wasmtime-internal-cache" +version = "36.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213" +checksum = "2195a1521a5214a71b67ca2ba2d9317ae15917288ea9d8e5836142b921c9d155" dependencies = [ "anyhow", - "base64 0.21.7", - "bincode", + "base64", "directories-next", - "file-per-thread-logger", "log", - "rustix 0.36.17", + "postcard", + "rustix 1.1.4", "serde", + "serde_derive", "sha2 0.10.9", - "toml 0.5.11", - "windows-sys 0.45.0", - "zstd 0.11.2+zstd.1.5.2", + "toml", + "windows-sys 0.60.2", + "zstd 0.13.3", ] [[package]] -name = "wasmtime-cranelift" -version = "8.0.1" +name = "wasmtime-internal-cranelift" +version = "36.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04" +checksum = "ab3495aa8300e4ca6b53f81a53ce5eff6621fd5ff8378ef9ae552d1479d57371" dependencies = [ "anyhow", + "cfg-if", "cranelift-codegen", + "cranelift-control", "cranelift-entity", "cranelift-frontend", "cranelift-native", - "cranelift-wasm", - "gimli 0.27.3", + "gimli 0.32.3", + "itertools 0.14.0", "log", - "object 0.30.4", + "object 0.37.3", + "pulley-interpreter", + "smallvec", "target-lexicon", - "thiserror 1.0.69", - "wasmparser 0.102.0", - "wasmtime-cranelift-shared", + "thiserror 2.0.18", + "wasmparser 0.236.1", "wasmtime-environ", + "wasmtime-internal-math", + "wasmtime-internal-versioned-export-macros", ] [[package]] -name = "wasmtime-cranelift-shared" -version = "8.0.1" +name = "wasmtime-internal-fiber" +version = "36.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b" +checksum = "29b5e4023a6b167da157338f5f0f505945eb45e78f1cac2d4dcce0922457d7d4" dependencies = [ "anyhow", - "cranelift-codegen", - "cranelift-native", - "gimli 0.27.3", - "object 0.30.4", - "target-lexicon", - "wasmtime-environ", + "cc", + "cfg-if", + "libc", + "rustix 1.1.4", + "wasmtime-internal-asm-macros", + "wasmtime-internal-versioned-export-macros", + "windows-sys 0.60.2", ] [[package]] -name = "wasmtime-environ" -version = "8.0.1" +name = "wasmtime-internal-jit-debug" +version = "36.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949" +checksum = "9da71e2d573e3cc6f753a3b7bff98f425ca060c0e8071cc55c3d867a9edf3ecc" dependencies = [ - "anyhow", - "cranelift-entity", - "gimli 0.27.3", - "indexmap 1.9.3", - "log", - "object 0.30.4", - "serde", - "target-lexicon", - "thiserror 1.0.69", - "wasmparser 0.102.0", - "wasmtime-types", + "cc", + "object 0.37.3", + "rustix 1.1.4", + "wasmtime-internal-versioned-export-macros", ] [[package]] -name = "wasmtime-jit" -version = "8.0.1" +name = "wasmtime-internal-jit-icache-coherence" +version = "36.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244" +checksum = "627d8f57909a4f9bb1dbe57a96229a54b89d5995353d0b321f3cb9a1a118977a" dependencies = [ - "addr2line 0.19.0", "anyhow", - "bincode", "cfg-if", - "cpp_demangle", - "gimli 0.27.3", - "log", - "object 0.30.4", - "rustc-demangle", - "serde", - "target-lexicon", - "wasmtime-environ", - "wasmtime-jit-debug", - "wasmtime-jit-icache-coherence", - "wasmtime-runtime", - "windows-sys 0.45.0", + "libc", + "windows-sys 0.60.2", ] [[package]] -name = "wasmtime-jit-debug" -version = "8.0.1" +name = "wasmtime-internal-math" +version = "36.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846" +checksum = "45b99315585a8a27125dd9b0150edb115d6f6ff0baae453c21d30822aab77f00" dependencies = [ - "object 0.30.4", - "once_cell", - "rustix 0.36.17", + "libm", ] [[package]] -name = "wasmtime-jit-icache-coherence" -version = "8.0.1" +name = "wasmtime-internal-slab" +version = "36.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd" -dependencies = [ - "cfg-if", - "libc", - "windows-sys 0.45.0", -] +checksum = "8eaee97281dd3fe47ec3d46c16fb9fe2dd32f37d0523c2d5c484f11b348734e4" [[package]] -name = "wasmtime-runtime" -version = "8.0.1" +name = "wasmtime-internal-unwinder" +version = "36.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441" +checksum = "d0c005f82c48492b6b44fa19ee5205bd933c4f8baca41e314eca8331dd3c4fd9" dependencies = [ "anyhow", - "cc", "cfg-if", - "indexmap 1.9.3", - "libc", + "cranelift-codegen", "log", - "mach", - "memfd", - "memoffset", - "paste", - "rand 0.8.5", - "rustix 0.36.17", - "wasmtime-asm-macros", - "wasmtime-environ", - "wasmtime-jit-debug", - "windows-sys 0.45.0", + "object 0.37.3", ] [[package]] -name = "wasmtime-types" -version = "8.0.1" +name = "wasmtime-internal-versioned-export-macros" +version = "36.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" +checksum = "7b73639a9c0c0e33a2ef942ca99b6772b48393be92bebbd0767c607e5b0a68e0" dependencies = [ - "cranelift-entity", - "serde", - "thiserror 1.0.69", - "wasmparser 0.102.0", + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "wasmtime-internal-winch" +version = "36.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "392ca021d084c7426616ef77e1284315555f11bcbb34f416d74b0732db622811" +dependencies = [ + "anyhow", + "cranelift-codegen", + "gimli 0.32.3", + "object 0.37.3", + "target-lexicon", + "wasmparser 0.236.1", + "wasmtime-environ", + "wasmtime-internal-cranelift", + "winch-codegen", ] [[package]] name = "web-sys" -version = "0.3.81" +version = "0.3.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" +checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" dependencies = [ "js-sys", "wasm-bindgen", @@ -20416,14 +21142,14 @@ version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e" dependencies = [ - "webpki-root-certs 1.0.3", + "webpki-root-certs 1.0.8", ] [[package]] name = "webpki-root-certs" -version = "1.0.3" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05d651ec480de84b762e7be71e6efa7461699c19d9e2c272c8d93455f567786e" +checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267" dependencies = [ "rustls-pki-types", ] @@ -20436,8 +21162,8 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" -version = "24.0.1" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "35.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "binary-merkle-tree", "bitvec", @@ -20452,6 +21178,7 @@ dependencies = [ "frame-try-runtime", "hex-literal", "log", + "pallet-accumulate-and-forward", "pallet-asset-rate", "pallet-authority-discovery", "pallet-authorship", @@ -20460,7 +21187,6 @@ dependencies = [ "pallet-balances", "pallet-beefy", "pallet-beefy-mmr", - "pallet-conviction-voting", "pallet-delegated-staking", "pallet-election-provider-multi-phase", "pallet-election-provider-support-benchmarking", @@ -20469,20 +21195,17 @@ dependencies = [ "pallet-identity", "pallet-indices", "pallet-message-queue", - "pallet-meta-tx", "pallet-migrations", "pallet-mmr", "pallet-multisig", "pallet-nomination-pools", - "pallet-nomination-pools-benchmarking", "pallet-nomination-pools-runtime-api", "pallet-offences", "pallet-offences-benchmarking", "pallet-parameters", "pallet-preimage", "pallet-proxy", - "pallet-recovery", - "pallet-referenda", + "pallet-root-offences", "pallet-root-testing", "pallet-scheduler", "pallet-session", @@ -20495,11 +21218,8 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", "pallet-utility", - "pallet-verify-signature", "pallet-vesting", - "pallet-whitelist", "pallet-xcm", "pallet-xcm-benchmarks", "parity-scale-codec", @@ -20520,6 +21240,7 @@ dependencies = [ "sp-consensus-beefy", "sp-consensus-grandpa", "sp-core", + "sp-dap", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -20543,14 +21264,15 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "30.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", "sp-core", + "sp-dap", "sp-runtime", "sp-weights", "staging-xcm", @@ -20569,9 +21291,9 @@ dependencies = [ [[package]] name = "widestring" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" +checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" [[package]] name = "winapi" @@ -20595,7 +21317,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.48.0", ] [[package]] @@ -20604,6 +21326,26 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +[[package]] +name = "winch-codegen" +version = "36.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61ec880b20caaa72245944b54cfb22aca111f8c805e12a7542b40d66921e5323" +dependencies = [ + "anyhow", + "cranelift-assembler-x64", + "cranelift-codegen", + "gimli 0.32.3", + "regalloc2 0.12.2", + "smallvec", + "target-lexicon", + "thiserror 2.0.18", + "wasmparser 0.236.1", + "wasmtime-environ", + "wasmtime-internal-cranelift", + "wasmtime-internal-math", +] + [[package]] name = "windows" version = "0.52.0" @@ -20616,30 +21358,31 @@ dependencies = [ [[package]] name = "windows" -version = "0.53.0" +version = "0.62.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538" +checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" dependencies = [ - "windows-core 0.53.0", - "windows-targets 0.52.6", + "windows-collections", + "windows-core 0.62.2", + "windows-future", + "windows-numerics", ] [[package]] -name = "windows-core" -version = "0.52.0" +name = "windows-collections" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" dependencies = [ - "windows-targets 0.52.6", + "windows-core 0.62.2", ] [[package]] name = "windows-core" -version = "0.53.0" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-result 0.1.2", "windows-targets 0.52.6", ] @@ -20652,10 +21395,21 @@ dependencies = [ "windows-implement", "windows-interface", "windows-link", - "windows-result 0.4.1", + "windows-result", "windows-strings", ] +[[package]] +name = "windows-future" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" +dependencies = [ + "windows-core 0.62.2", + "windows-link", + "windows-threading", +] + [[package]] name = "windows-implement" version = "0.60.2" @@ -20664,7 +21418,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -20675,7 +21429,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] @@ -20685,12 +21439,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" [[package]] -name = "windows-result" -version = "0.1.2" +name = "windows-numerics" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" +checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" dependencies = [ - "windows-targets 0.52.6", + "windows-core 0.62.2", + "windows-link", +] + +[[package]] +name = "windows-registry" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" +dependencies = [ + "windows-link", + "windows-result", + "windows-strings", ] [[package]] @@ -20828,6 +21594,15 @@ dependencies = [ "windows_x86_64_msvc 0.53.1", ] +[[package]] +name = "windows-threading" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" +dependencies = [ + "windows-link", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.42.2" @@ -21010,122 +21785,33 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" -version = "0.7.13" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" +checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" dependencies = [ "memchr", ] [[package]] -name = "winreg" -version = "0.50.0" +name = "winnow" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" +checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" dependencies = [ - "cfg-if", - "windows-sys 0.48.0", + "memchr", ] [[package]] name = "wit-bindgen" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" - -[[package]] -name = "wit-bindgen" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" -dependencies = [ - "wit-bindgen-rust-macro", -] - -[[package]] -name = "wit-bindgen-core" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" -dependencies = [ - "anyhow", - "heck 0.5.0", - "wit-parser", -] - -[[package]] -name = "wit-bindgen-rust" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" -dependencies = [ - "anyhow", - "heck 0.5.0", - "indexmap 2.11.4", - "prettyplease", - "syn 2.0.106", - "wasm-metadata", - "wit-bindgen-core", - "wit-component", -] - -[[package]] -name = "wit-bindgen-rust-macro" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" -dependencies = [ - "anyhow", - "prettyplease", - "proc-macro2", - "quote", - "syn 2.0.106", - "wit-bindgen-core", - "wit-bindgen-rust", -] - -[[package]] -name = "wit-component" -version = "0.244.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" -dependencies = [ - "anyhow", - "bitflags 2.9.4", - "indexmap 2.11.4", - "log", - "serde", - "serde_derive", - "serde_json", - "wasm-encoder", - "wasm-metadata", - "wasmparser 0.244.0", - "wit-parser", -] - -[[package]] -name = "wit-parser" -version = "0.244.0" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" -dependencies = [ - "anyhow", - "id-arena", - "indexmap 2.11.4", - "log", - "semver 1.0.27", - "serde", - "serde_derive", - "serde_json", - "unicode-xid", - "wasmparser 0.244.0", -] +checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" [[package]] name = "writeable" -version = "0.6.1" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" +checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" [[package]] name = "wyz" @@ -21158,7 +21844,7 @@ dependencies = [ "data-encoding", "der-parser 9.0.0", "lazy_static", - "nom", + "nom 7.1.3", "oid-registry 0.7.1", "rusticata-macros", "thiserror 1.0.69", @@ -21171,32 +21857,32 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460" dependencies = [ - "asn1-rs 0.7.1", + "asn1-rs 0.7.2", "data-encoding", "der-parser 10.0.0", "lazy_static", - "nom", + "nom 7.1.3", "oid-registry 0.8.1", "rusticata-macros", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", ] [[package]] name = "xcm-procedural" -version = "11.0.2" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "7.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "xcm-runtime-apis" -version = "0.8.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "0.16.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "parity-scale-codec", @@ -21209,8 +21895,8 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "21.0.0" -source = "git+https://github.com/opentensor/polkadot-sdk.git?rev=7cc54bf2d50ae3921d718736dfeb0de9468539c7#7cc54bf2d50ae3921d718736dfeb0de9468539c7" +version = "29.0.0" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" dependencies = [ "frame-support", "frame-system", @@ -21230,9 +21916,9 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.27" +version = "0.8.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7" +checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" [[package]] name = "xmltree" @@ -21254,22 +21940,22 @@ dependencies = [ "nohash-hasher", "parking_lot 0.12.5", "pin-project", - "rand 0.8.5", + "rand 0.8.6", "static_assertions", ] [[package]] name = "yamux" -version = "0.13.7" +version = "0.13.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6927cfe0edfae4b26a369df6bad49cd0ef088c0ec48f4045b2084bcaedc10246" +checksum = "1991f6690292030e31b0144d73f5e8368936c58e45e7068254f7138b23b00672" dependencies = [ "futures", "log", "nohash-hasher", "parking_lot 0.12.5", "pin-project", - "rand 0.9.2", + "rand 0.9.4", "static_assertions", "web-time", ] @@ -21291,11 +21977,10 @@ dependencies = [ [[package]] name = "yoke" -version = "0.8.0" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" +checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" dependencies = [ - "serde", "stable_deref_trait", "yoke-derive", "zerofrom", @@ -21303,82 +21988,82 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" +checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", - "synstructure 0.13.2", + "syn 2.0.118", + "synstructure", ] [[package]] name = "zerocopy" -version = "0.8.27" +version = "0.8.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" +checksum = "75726053136156d419e285b9b7eddaaea9e3fea6ce32eed44a89901f0bd98de1" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.27" +version = "0.8.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" +checksum = "4714fd92cf900833d49538023a9b3915155210801d1c1169eba513b2addefd71" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "zerofrom" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" +checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" +checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", - "synstructure 0.13.2", + "syn 2.0.118", + "synstructure", ] [[package]] name = "zeroize" -version = "1.8.2" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" +checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" dependencies = [ "zeroize_derive", ] [[package]] name = "zeroize_derive" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" +checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] name = "zerotrie" -version = "0.2.2" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" +checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" dependencies = [ "displaydoc", "yoke", @@ -21387,9 +22072,9 @@ dependencies = [ [[package]] name = "zerovec" -version = "0.11.4" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" +checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" dependencies = [ "yoke", "zerofrom", @@ -21398,23 +22083,20 @@ dependencies = [ [[package]] name = "zerovec-derive" -version = "0.11.1" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" +checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" dependencies = [ "proc-macro2", "quote", - "syn 2.0.106", + "syn 2.0.118", ] [[package]] -name = "zstd" -version = "0.11.2+zstd.1.5.2" +name = "zmij" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" -dependencies = [ - "zstd-safe 5.0.2+zstd.1.5.2", -] +checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" [[package]] name = "zstd" @@ -21426,13 +22108,12 @@ dependencies = [ ] [[package]] -name = "zstd-safe" -version = "5.0.2+zstd.1.5.2" +name = "zstd" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" +checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" dependencies = [ - "libc", - "zstd-sys", + "zstd-safe 7.2.4", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6f160c29e4..614d4b1e4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,8 +76,8 @@ subtensor-runtime-common = { default-features = false, path = "common" } subtensor-swap-interface = { default-features = false, path = "primitives/swap-interface" } subtensor-transaction-fee = { default-features = false, path = "pallets/transaction-fee" } subtensor-chain-extensions = { default-features = false, path = "chain-extensions" } -stp-shield = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -stc-shield = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } +stp-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +stc-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } ed25519-dalek = { version = "2.1.0", default-features = false } async-trait = "0.1" @@ -105,7 +105,7 @@ serde_with = { version = "3.14.0", default-features = false } smallvec = "1.13.2" tracing = "0.1" tracing-log = "0.2" -tracing-subscriber = { version = "=0.3.18" } +tracing-subscriber = { version = "=0.3.19" } litep2p = { git = "https://github.com/paritytech/litep2p", tag = "v0.7.0", default-features = false } syn = { version = "2.0.106", default-features = false } quote = { version = "1", default-features = false } @@ -131,159 +131,159 @@ num_enum = { version = "0.7.4", default-features = false } environmental = { version = "1.1.4", default-features = false } tokio = { version = "1.38", default-features = false } -frame = { package = "polkadot-sdk-frame", git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -frame-support = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -frame-system = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -frame-executive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -frame-system-benchmarking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -frame-try-runtime = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -frame-benchmarking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -frame-metadata-hash-extension = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } +frame = { package = "polkadot-sdk-frame", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +frame-executive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +frame-system-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +frame-try-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +frame-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +frame-metadata-hash-extension = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } frame-metadata = { version = "23.0.0", default-features = false } pallet-subtensor-proxy = { path = "pallets/proxy", default-features = false } pallet-subtensor-utility = { path = "pallets/utility", default-features = false } -pallet-babe = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-aura = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-balances = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-grandpa = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-multisig = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-preimage = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-safe-mode = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-scheduler = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-sudo = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-timestamp = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-transaction-payment = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-root-testing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-contracts = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } +pallet-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-multisig = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-safe-mode = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-sudo = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-transaction-payment = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-root-testing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-contracts = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } # NPoS -frame-election-provider-support = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-authority-discovery = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-authorship = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-bags-list = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-fast-unstake = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-nomination-pools = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-session = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-staking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-staking-runtime-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-staking-reward-fn = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -pallet-offences = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } +frame-election-provider-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-bags-list = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-fast-unstake = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-nomination-pools = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-staking-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-staking-reward-fn = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-offences = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-basic-authorship = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-cli = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-client-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-consensus = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-consensus-aura = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-consensus-babe = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-consensus-babe-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-consensus-grandpa = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-consensus-grandpa-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-consensus-epochs = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-chain-spec-derive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-chain-spec = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-consensus-slots = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-executor = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-keystore = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-network = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-offchain = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-rpc-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-service = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-telemetry = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-transaction-pool = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-transaction-pool-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-consensus-manual-seal = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sc-network-sync = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } +sc-basic-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-client-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-consensus-babe-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-consensus-grandpa-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-consensus-epochs = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-chain-spec-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-chain-spec = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-executor = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-network = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-rpc-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-service = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-telemetry = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-transaction-pool-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-consensus-manual-seal = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-network-sync = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-authority-discovery = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-arithmetic = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-block-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-blockchain = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-staking = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-consensus = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-consensus-aura = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-consensus-babe = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-consensus-slots = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-npos-elections = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-genesis-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-core = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-inherents = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-io = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-keyring = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-offchain = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-rpc = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-runtime = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-session = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-std = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-storage = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-timestamp = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-tracing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-transaction-pool = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-version = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-weights = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-crypto-hashing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-application-crypto = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-debug-derive = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-externalities = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-runtime-interface = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } +sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-arithmetic = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-blockchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-npos-elections = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-genesis-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-inherents = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-keyring = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-storage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-version = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-weights = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-crypto-hashing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-application-crypto = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-debug-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-externalities = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-runtime-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -substrate-build-script-utils = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } +substrate-build-script-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } substrate-fixed = { git = "https://github.com/encointer/substrate-fixed.git", tag = "v0.6.0", default-features = false } -substrate-frame-rpc-system = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -substrate-wasm-builder = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -substrate-prometheus-endpoint = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } +substrate-frame-rpc-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +substrate-wasm-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +substrate-prometheus-endpoint = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -polkadot-sdk = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } +polkadot-sdk = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } +runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } # Frontier -# current frontier branch is polkadot-stable2506-2-otf-get-call-indices-metadata -fp-evm = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fp-rpc = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fp-self-contained = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fp-account = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fc-storage = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fc-db = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fc-consensus = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fp-consensus = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fp-dynamic-fee = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fc-api = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fc-rpc = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fc-rpc-core = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fc-aura = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fc-babe = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -fc-mapping-sync = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -precompile-utils = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } +# current frontier branch is frontier-stable2606-otf-patches +fp-evm = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fp-rpc = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fp-self-contained = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fp-account = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fc-storage = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fc-db = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fc-consensus = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fp-consensus = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fp-dynamic-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fc-api = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fc-rpc = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fc-rpc-core = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fc-aura = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fc-babe = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fc-mapping-sync = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +precompile-utils = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } # Frontier FRAME -pallet-base-fee = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -pallet-dynamic-fee = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -pallet-ethereum = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -pallet-evm = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } -pallet-hotfix-sufficients = { git = "https://github.com/opentensor/frontier", rev = "d553a11551333c2457d9e64d6d912e2210a4ca26", default-features = false } +pallet-base-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +pallet-dynamic-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +pallet-ethereum = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +pallet-evm = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +pallet-hotfix-sufficients = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } #DRAND pallet-drand = { path = "pallets/drand", default-features = false } -sp-crypto-ec-utils = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } -sp-keystore = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false } +sp-crypto-ec-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } w3f-bls = { git = "https://github.com/opentensor/bls", branch = "fix-no-std", default-features = false } ark-crypto-primitives = { version = "0.4.0", default-features = false } ark-scale = { version = "0.0.11", default-features = false } diff --git a/eco-tests/Cargo.toml b/eco-tests/Cargo.toml index 673b7d2f29..4dfdcdab4b 100644 --- a/eco-tests/Cargo.toml +++ b/eco-tests/Cargo.toml @@ -23,22 +23,22 @@ useless_conversion = "allow" time = { version = "=0.3.36", default-features = false } pallet-subtensor = { path = "../pallets/subtensor", default-features = false, features = ["std"] } pallet-alpha-assets = { path = "../pallets/alpha-assets", default-features = false, features = ["std"] } -frame-support = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false, features = ["std"] } -frame-system = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false, features = ["std"] } -sp-core = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false, features = ["std"] } -sp-io = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false, features = ["std"] } -sp-runtime = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false, features = ["std"] } -sp-std = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false, features = ["std"] } +frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } +frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } +sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } +sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } +sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } +sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } codec = { package = "parity-scale-codec", version = "3.7.5", default-features = false, features = ["derive", "std"] } scale-info = { version = "2.11.2", default-features = false, features = ["derive", "std"] } -pallet-balances = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false, features = ["std"] } -pallet-scheduler = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false, features = ["std"] } -pallet-preimage = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false, features = ["std"] } +pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } +pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } +pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } pallet-drand = { path = "../pallets/drand", default-features = false, features = ["std"] } pallet-subtensor-swap = { path = "../pallets/swap", default-features = false, features = ["std"] } pallet-subtensor-swap-runtime-api = { path = "../pallets/swap/runtime-api", default-features = false, features = ["std"] } subtensor-custom-rpc-runtime-api = { path = "../pallets/subtensor/runtime-api", default-features = false, features = ["std"] } -sp-api = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false, features = ["std"] } +sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } pallet-crowdloan = { path = "../pallets/crowdloan", default-features = false, features = ["std"] } pallet-subtensor-proxy = { path = "../pallets/proxy", default-features = false, features = ["std"] } pallet-subtensor-utility = { path = "../pallets/utility", default-features = false, features = ["std"] } @@ -50,10 +50,10 @@ substrate-fixed = { git = "https://github.com/encointer/substrate-fixed.git", ta safe-math = { path = "../primitives/safe-math", default-features = false, features = ["std"] } log = { version = "0.4.21", default-features = false, features = ["std"] } approx = "0.5" -sp-tracing = { git = "https://github.com/opentensor/polkadot-sdk.git", rev = "7cc54bf2d50ae3921d718736dfeb0de9468539c7", default-features = false, features = ["std"] } +sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } tracing = "0.1" tracing-log = "0.2" -tracing-subscriber = { version = "=0.3.18", features = ["fmt", "env-filter"] } +tracing-subscriber = { version = "=0.3.19", features = ["fmt", "env-filter"] } rand = { version = "0.10.0", default-features = false, features = ["std", "thread_rng"] } hex-literal = "0.4.1" From 06dbc09a0a9e8e4d783bd9e515ee15823bec1a4e Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Tue, 7 Jul 2026 11:36:35 -0700 Subject: [PATCH 02/14] Pin Rust toolchain for SDK stable2606 --- Dockerfile | 7 +++---- docs/rust-setup.md | 14 +++++++------- rust-toolchain.toml | 2 +- scripts/install_build_env.sh | 12 ++++++------ scripts/install_rust.sh | 9 +++++---- scripts/srtool/build-srtool-image.sh | 2 +- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Dockerfile b/Dockerfile index efa124db33..4327c6e9cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ############################################################################### # ---------- 1. Common build environment ------------------------------------- ############################################################################### -ARG BASE_IMAGE=rust:latest +ARG BASE_IMAGE=rust:1.93.0 FROM ${BASE_IMAGE} AS base_builder LABEL ai.opentensor.image.authors="operations@opentensor.ai" \ @@ -17,14 +17,13 @@ LABEL ai.opentensor.image.authors="operations@opentensor.ai" \ ai.opentensor.image.documentation="https://docs.bittensor.com" # Rust targets -RUN rustup update stable && \ - rustup target add wasm32v1-none --toolchain stable +RUN rustup target add wasm32v1-none --toolchain 1.93.0 # Build prerequisites ENV RUST_BACKTRACE=1 RUN apt-get update && \ apt-get install -y --no-install-recommends \ - curl build-essential protobuf-compiler clang git pkg-config libssl-dev && \ + curl build-essential protobuf-compiler clang libclang-dev llvm llvm-dev git pkg-config libssl-dev && \ rm -rf /var/lib/apt/lists/* # Copy entire repository once for all build stages (maximises cache hits) diff --git a/docs/rust-setup.md b/docs/rust-setup.md index a8f5cf46fb..fcf713548f 100644 --- a/docs/rust-setup.md +++ b/docs/rust-setup.md @@ -24,7 +24,7 @@ Use a terminal shell to execute the following commands: ```bash sudo apt update # May prompt for location information -sudo apt install -y git clang curl libssl-dev llvm libudev-dev make pkg-config protobuf-compiler +sudo apt install -y git clang libclang-dev curl libssl-dev llvm llvm-dev libudev-dev make pkg-config protobuf-compiler ``` ### Arch Linux @@ -32,7 +32,7 @@ sudo apt install -y git clang curl libssl-dev llvm libudev-dev make pkg-config p Run these commands from a terminal: ```bash -pacman -Syu --needed --noconfirm curl git clang +pacman -Syu --needed --noconfirm curl git clang llvm ``` ### Fedora @@ -41,7 +41,7 @@ Run these commands from a terminal: ```bash sudo dnf update -sudo dnf install clang curl git openssl-devel +sudo dnf install clang curl git openssl-devel llvm-devel ``` ### OpenSUSE @@ -101,12 +101,12 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source ~/.cargo/env ``` -Configure the Rust toolchain to default to the latest stable version: +Configure the Rust toolchain to the version pinned by this repository: ```bash -rustup default stable -rustup update -rustup target add wasm32v1-none +rustup toolchain install 1.93.0 --profile minimal +rustup default 1.93.0 +rustup target add wasm32v1-none --toolchain 1.93.0 ``` ## Test your set-up diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 55003ecad6..8ffd82f657 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.89" # rustc 1.89.0 (29483883e 2025-08-04) +channel = "1.93.0" # Matches the Polkadot SDK stable2606 CI toolchain. components = [ "cargo", "clippy", diff --git a/scripts/install_build_env.sh b/scripts/install_build_env.sh index c9fd8bebca..e4a14fc5f6 100644 --- a/scripts/install_build_env.sh +++ b/scripts/install_build_env.sh @@ -54,7 +54,7 @@ if [ "$OS" = "Linux" ]; then $SUDO apt-get update $SUDO apt-get install -y ca-certificates $SUDO apt-get install -y --no-install-recommends \ - curl build-essential protobuf-compiler clang git pkg-config libssl-dev llvm libudev-dev \ + curl build-essential protobuf-compiler clang libclang-dev llvm llvm-dev git pkg-config libssl-dev libudev-dev \ gcc-aarch64-linux-gnu gcc-x86-64-linux-gnu fi @@ -88,14 +88,14 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y # Activate rust in shell source "$HOME/.cargo/env" || export PATH="$HOME/.cargo/bin:$PATH" -rustup toolchain install 1.88.0 --profile minimal -rustup default 1.88.0 +rustup toolchain install 1.93.0 --profile minimal +rustup default 1.93.0 # Add Rust Targets echo "Adding Rust targets for wasm + cross-arch binaries..." -rustup target add wasm32v1-none -rustup target add aarch64-unknown-linux-gnu -rustup target add x86_64-unknown-linux-gnu +rustup target add wasm32v1-none --toolchain 1.93.0 +rustup target add aarch64-unknown-linux-gnu --toolchain 1.93.0 +rustup target add x86_64-unknown-linux-gnu --toolchain 1.93.0 echo "[✓] Environment setup complete." \ No newline at end of file diff --git a/scripts/install_rust.sh b/scripts/install_rust.sh index 753aa3245b..9476cc1d22 100755 --- a/scripts/install_rust.sh +++ b/scripts/install_rust.sh @@ -21,11 +21,11 @@ if [[ "$(uname)" == "Darwin" ]]; then if [[ -f "/etc/arch-release" ]]; then # Arch Linux sudo pacman -Syu --noconfirm - sudo pacman -S --noconfirm cmake pkgconf openssl git gcc clang + sudo pacman -S --noconfirm cmake pkgconf openssl git gcc clang llvm else # Ubuntu (and other Debian-based distributions) sudo apt-get update - sudo apt-get install -y cmake pkg-config libssl-dev git gcc build-essential clang libclang-dev + sudo apt-get install -y cmake pkg-config libssl-dev git gcc build-essential clang libclang-dev llvm llvm-dev fi else echo "Unsupported operating system. Exiting." @@ -34,9 +34,10 @@ fi curl https://sh.rustup.rs -sSf | sh -s -- -y source "$HOME/.cargo/env" -rustup default stable +rustup toolchain install 1.93.0 --profile minimal +rustup default 1.93.0 rustup update -rustup target add wasm32v1-none +rustup target add wasm32v1-none --toolchain 1.93.0 echo "*** Rust installation complete" diff --git a/scripts/srtool/build-srtool-image.sh b/scripts/srtool/build-srtool-image.sh index e2c9580973..3a122a5bdd 100755 --- a/scripts/srtool/build-srtool-image.sh +++ b/scripts/srtool/build-srtool-image.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker build --build-arg RUSTC_VERSION="1.89.0" -t srtool https://github.com/paritytech/srtool.git#refs/tags/v0.18.3 +docker build --build-arg RUSTC_VERSION="1.93.0" -t srtool https://github.com/paritytech/srtool.git#refs/tags/v0.18.3 From 3e7953a0570b2e7590a0113fc79de553cb7988f6 Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Tue, 7 Jul 2026 14:42:09 -0700 Subject: [PATCH 03/14] update runtime/node for new SDK version --- Cargo.lock | 885 +++++++++--------- Cargo.toml | 270 +++--- common/src/currency.rs | 8 +- common/src/lib.rs | 12 +- node/src/benchmarking.rs | 2 + node/src/command.rs | 6 +- node/src/consensus/aura_consensus.rs | 9 +- node/src/consensus/babe_consensus.rs | 35 +- node/src/consensus/hybrid_import_queue.rs | 73 +- node/src/service.rs | 5 +- pallets/commitments/src/types.rs | 19 +- pallets/crowdloan/src/lib.rs | 6 +- pallets/drand/Cargo.toml | 6 + pallets/drand/src/benchmarking.rs | 2 +- pallets/drand/src/bls12_381.rs | 4 +- pallets/drand/src/lib.rs | 130 ++- pallets/drand/src/mock.rs | 20 +- pallets/drand/src/tests.rs | 43 +- pallets/drand/src/types.rs | 4 +- pallets/drand/src/verifier.rs | 7 +- pallets/limit-orders/Cargo.toml | 5 +- pallets/limit-orders/src/lib.rs | 2 +- pallets/proxy/src/lib.rs | 6 +- pallets/proxy/src/tests.rs | 2 +- pallets/shield/src/lib.rs | 27 +- pallets/shield/src/mock.rs | 4 +- pallets/subtensor/src/subnets/leasing.rs | 6 +- pallets/subtensor/src/tests/evm.rs | 3 +- pallets/subtensor/src/utils/evm.rs | 3 +- pallets/swap/src/pallet/balancer.rs | 4 +- pallets/swap/src/pallet/mod.rs | 4 +- pallets/transaction-fee/src/lib.rs | 24 +- precompiles/src/address_mapping.rs | 4 +- precompiles/src/alpha.rs | 6 +- precompiles/src/crowdloan.rs | 8 +- precompiles/src/ed25519.rs | 6 +- precompiles/src/extensions.rs | 5 +- precompiles/src/leasing.rs | 10 +- precompiles/src/lib.rs | 4 +- precompiles/src/metagraph.rs | 6 +- precompiles/src/mock.rs | 9 +- precompiles/src/neuron.rs | 20 +- precompiles/src/sr25519.rs | 6 +- precompiles/src/staking.rs | 12 +- precompiles/src/subnet.rs | 8 +- precompiles/src/uid_lookup.rs | 4 +- precompiles/src/voting_power.rs | 6 +- runtime/src/check_nonce.rs | 6 +- runtime/src/lib.rs | 65 +- .../src/construct_runtime/expand/call.rs | 2 +- .../construct_runtime/expand/freeze_reason.rs | 2 +- .../construct_runtime/expand/hold_reason.rs | 2 +- .../src/construct_runtime/expand/lock_id.rs | 2 +- .../src/construct_runtime/expand/origin.rs | 2 +- .../construct_runtime/expand/outer_enums.rs | 2 +- .../construct_runtime/expand/slash_reason.rs | 2 +- .../src/construct_runtime/expand/task.rs | 2 +- .../src/construct_runtime/mod.rs | 2 +- support/procedural-fork/src/dynamic_params.rs | 16 +- .../src/pallet/parse/composite.rs | 2 +- .../procedural-fork/src/runtime/expand/mod.rs | 2 +- 61 files changed, 971 insertions(+), 888 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ff22129d8..c3ed456eb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1206,7 +1206,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "35.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "assets-common", "cumulus-pallet-parachain-system", @@ -1237,7 +1237,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.33.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-primitives-core", "ethereum-standards", @@ -1552,7 +1552,7 @@ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "hash-db", "log", @@ -1840,7 +1840,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.28.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1857,7 +1857,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.28.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1873,7 +1873,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.28.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1890,7 +1890,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.28.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-messages", "bp-runtime", @@ -1906,7 +1906,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.29.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-header-chain", "bp-messages", @@ -1924,7 +1924,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.28.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -1947,7 +1947,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.28.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1967,7 +1967,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.14.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-messages", "bp-runtime", @@ -1984,7 +1984,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.25.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "scale-info", @@ -1996,7 +1996,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.22.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2015,7 +2015,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.30.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-header-chain", "bp-messages", @@ -2969,7 +2969,7 @@ dependencies = [ [[package]] name = "cumulus-client-bootnodes" version = "0.11.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -2993,7 +2993,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.32.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "clap", "parity-scale-codec", @@ -3010,7 +3010,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.32.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -3033,7 +3033,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.32.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "cumulus-client-collator", @@ -3082,7 +3082,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.32.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -3114,7 +3114,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.32.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -3137,7 +3137,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.32.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -3165,7 +3165,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.26.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3176,7 +3176,7 @@ dependencies = [ "sc-client-api", "sc-consensus-babe", "sc-network-types", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-inherents", "sp-runtime", "sp-state-machine", @@ -3187,7 +3187,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.32.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3216,7 +3216,7 @@ dependencies = [ [[package]] name = "cumulus-client-proof-size-recording" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -3228,7 +3228,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.36.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-channel 1.9.0", "cumulus-client-cli", @@ -3273,7 +3273,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.29.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3290,7 +3290,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.29.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -3307,7 +3307,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.29.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "bytes", @@ -3333,7 +3333,7 @@ dependencies = [ "sp-api", "sp-consensus-babe", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-externalities", "sp-inherents", "sp-io", @@ -3350,7 +3350,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3361,7 +3361,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -3374,7 +3374,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.29.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -3389,7 +3389,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" version = "0.11.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -3408,7 +3408,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.27.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3423,7 +3423,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.30.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "approx", "bitflags 1.3.2", @@ -3449,7 +3449,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.28.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -3464,7 +3464,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "sp-api", "sp-consensus-aura", @@ -3473,7 +3473,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.26.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3490,7 +3490,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.26.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3504,7 +3504,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3514,7 +3514,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "20.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -3531,7 +3531,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.30.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3548,7 +3548,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.36.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -3576,7 +3576,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.32.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3597,7 +3597,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.36.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -3633,7 +3633,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.32.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3666,7 +3666,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-streams" version = "0.10.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-relay-chain-interface", "futures", @@ -3680,7 +3680,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.27.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -4512,7 +4512,7 @@ dependencies = [ [[package]] name = "ethereum-standards" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "alloy-core", ] @@ -4711,7 +4711,7 @@ dependencies = [ [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "async-trait", "fp-storage", @@ -4723,7 +4723,7 @@ dependencies = [ [[package]] name = "fc-aura" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "fc-rpc", "fp-storage", @@ -4739,7 +4739,7 @@ dependencies = [ [[package]] name = "fc-babe" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "fc-rpc", "sc-client-api", @@ -4755,7 +4755,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "async-trait", "fp-consensus", @@ -4771,7 +4771,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "async-trait", "ethereum", @@ -4801,7 +4801,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "fc-db", "fc-storage", @@ -4824,7 +4824,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "ethereum", "ethereum-types", @@ -4875,7 +4875,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "ethereum", "ethereum-types", @@ -4885,13 +4885,13 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", ] [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "ethereum", "ethereum-types", @@ -5044,7 +5044,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", ] @@ -5071,7 +5071,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "hex", "impl-serde", @@ -5089,7 +5089,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "ethereum", "parity-scale-codec", @@ -5100,7 +5100,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "ethereum", "ethereum-types", @@ -5112,7 +5112,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "environmental", "evm", @@ -5128,7 +5128,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "ethereum", "ethereum-types", @@ -5144,7 +5144,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "frame-support", "parity-scale-codec", @@ -5156,7 +5156,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "parity-scale-codec", "serde", @@ -5174,7 +5174,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "anyhow", "frame-support", @@ -5199,7 +5199,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "58.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "Inflector", "anyhow", @@ -5243,7 +5243,7 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-database", "sp-externalities", "sp-genesis-builder", @@ -5269,7 +5269,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" version = "39.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -5299,7 +5299,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5310,7 +5310,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5327,7 +5327,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "aquamarine", "frame-support", @@ -5357,7 +5357,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.16.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "const-hex", @@ -5373,7 +5373,7 @@ dependencies = [ [[package]] name = "frame-storage-access-test-runtime" version = "0.10.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-pallet-parachain-system", "parity-scale-codec", @@ -5387,7 +5387,7 @@ dependencies = [ [[package]] name = "frame-support" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "aquamarine", "array-bytes 6.2.3", @@ -5429,20 +5429,20 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "40.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", "docify", "expander", - "frame-support-procedural-tools 10.0.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "frame-support-procedural-tools 10.0.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "itertools 0.11.0", "macro_magic", "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "syn 2.0.118", ] @@ -5462,9 +5462,9 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ - "frame-support-procedural-tools-derive 11.0.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "frame-support-procedural-tools-derive 11.0.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "proc-macro-crate", "proc-macro2", "quote", @@ -5485,7 +5485,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "proc-macro2", "quote", @@ -5495,7 +5495,7 @@ dependencies = [ [[package]] name = "frame-system" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cfg-if", "docify", @@ -5514,7 +5514,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -5528,7 +5528,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "parity-scale-codec", @@ -5538,7 +5538,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.54.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "parity-scale-codec", @@ -8262,7 +8262,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "53.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "log", @@ -8281,7 +8281,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "47.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9187,7 +9187,7 @@ dependencies = [ [[package]] name = "pallet-accumulate-and-forward" version = "0.4.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9235,7 +9235,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "frame-benchmarking", @@ -9247,7 +9247,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-io", "sp-runtime", ] @@ -9271,7 +9271,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "31.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9289,7 +9289,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.17.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9307,7 +9307,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-precompiles" version = "0.5.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -9322,7 +9322,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "31.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9337,7 +9337,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "28.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9351,7 +9351,7 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" version = "0.11.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9369,7 +9369,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9384,7 +9384,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "52.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9400,7 +9400,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.17.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "pallet-assets", @@ -9412,7 +9412,7 @@ dependencies = [ [[package]] name = "pallet-assets-holder" version = "0.12.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9427,7 +9427,7 @@ dependencies = [ [[package]] name = "pallet-assets-precompiles" version = "0.10.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "const-crypto", "ethereum-standards", @@ -9449,7 +9449,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -9459,7 +9459,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -9475,7 +9475,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -9490,7 +9490,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -9503,7 +9503,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9526,7 +9526,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "aquamarine", "docify", @@ -9547,7 +9547,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "50.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -9563,7 +9563,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "fp-evm", "frame-support", @@ -9577,7 +9577,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "50.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -9596,7 +9596,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "50.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree", @@ -9621,7 +9621,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9638,7 +9638,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.29.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-header-chain", "bp-runtime", @@ -9657,7 +9657,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.29.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-header-chain", "bp-messages", @@ -9676,7 +9676,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.29.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-header-chain", "bp-parachains", @@ -9696,7 +9696,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.29.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-header-chain", "bp-messages", @@ -9719,7 +9719,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.28.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bitvec", "frame-benchmarking", @@ -9737,7 +9737,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9755,7 +9755,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-pallet-session-benchmarking", "frame-benchmarking", @@ -9775,7 +9775,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -9792,7 +9792,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.27.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9833,7 +9833,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "environmental", "frame-benchmarking", @@ -9864,7 +9864,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "27.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -9895,7 +9895,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "proc-macro2", "quote", @@ -9905,7 +9905,7 @@ dependencies = [ [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -9916,7 +9916,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9932,7 +9932,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "33.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9970,7 +9970,7 @@ dependencies = [ [[package]] name = "pallet-dap" version = "0.6.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -9987,7 +9987,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "15.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -10002,7 +10002,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10019,7 +10019,7 @@ dependencies = [ [[package]] name = "pallet-derivatives" version = "0.7.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10039,7 +10039,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "31.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -10059,10 +10059,13 @@ dependencies = [ "ark-bls12-381 0.4.0", "ark-crypto-primitives", "ark-ec 0.4.2", + "ark-ec 0.5.0", "ark-ff 0.4.2", "ark-scale 0.0.11", + "ark-scale 0.0.13", "ark-serialize 0.4.2", "ark-std 0.4.0", + "ark-std 0.5.0", "frame-benchmarking", "frame-support", "frame-system", @@ -10088,7 +10091,7 @@ dependencies = [ [[package]] name = "pallet-dummy-dim" version = "0.10.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10106,7 +10109,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-block" version = "0.11.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10127,7 +10130,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10139,7 +10142,7 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-io", "sp-npos-elections", "sp-runtime", @@ -10149,7 +10152,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10162,7 +10165,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "50.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10180,7 +10183,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "ethereum", "ethereum-types", @@ -10203,7 +10206,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "environmental", @@ -10228,7 +10231,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "frame-support", "frame-system", @@ -10239,7 +10242,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "fp-evm", "sp-core", @@ -10249,7 +10252,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "fp-evm", "frame-support", @@ -10261,7 +10264,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "fp-evm", "num", @@ -10270,7 +10273,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "fp-evm", "frame-support", @@ -10281,7 +10284,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "fp-evm", "ripemd", @@ -10291,7 +10294,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -10309,7 +10312,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "35.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -10327,7 +10330,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10349,7 +10352,7 @@ dependencies = [ [[package]] name = "pallet-hotfix-sufficients" version = "1.0.0" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "frame-benchmarking", "frame-support", @@ -10364,7 +10367,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10380,7 +10383,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10399,7 +10402,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10414,7 +10417,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10447,7 +10450,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10460,7 +10463,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10476,7 +10479,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "52.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "environmental", "frame-benchmarking", @@ -10495,7 +10498,7 @@ dependencies = [ [[package]] name = "pallet-meta-tx" version = "0.11.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -10512,7 +10515,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "19.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -10524,7 +10527,7 @@ dependencies = [ "polkadot-sdk-frame", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-io", "sp-runtime", ] @@ -10532,7 +10535,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.25.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "parity-scale-codec", @@ -10546,7 +10549,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "parity-scale-codec", @@ -10558,7 +10561,7 @@ dependencies = [ [[package]] name = "pallet-multi-asset-bounties" version = "0.6.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -10575,7 +10578,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "parity-scale-codec", @@ -10586,7 +10589,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "33.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "pallet-assets", @@ -10599,7 +10602,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10616,7 +10619,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10626,7 +10629,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "parity-scale-codec", @@ -10637,7 +10640,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "47.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -10655,7 +10658,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "47.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10675,7 +10678,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "45.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -10685,7 +10688,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "47.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -10700,7 +10703,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10724,7 +10727,7 @@ dependencies = [ [[package]] name = "pallet-oracle" version = "0.6.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10742,7 +10745,7 @@ dependencies = [ [[package]] name = "pallet-origin-restriction" version = "0.10.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10760,7 +10763,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.27.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "parity-scale-codec", @@ -10771,7 +10774,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.20.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -10788,7 +10791,7 @@ dependencies = [ [[package]] name = "pallet-people" version = "0.10.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10798,7 +10801,7 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-io", "sp-runtime", "verifiable", @@ -10807,7 +10810,7 @@ dependencies = [ [[package]] name = "pallet-pgas-allowance" version = "0.4.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10822,7 +10825,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10838,7 +10841,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10848,7 +10851,7 @@ dependencies = [ [[package]] name = "pallet-psm" version = "0.4.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10862,7 +10865,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10880,7 +10883,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -10893,7 +10896,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10911,7 +10914,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -10926,7 +10929,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.19.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "alloy-consensus", "alloy-core", @@ -10967,7 +10970,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-io", "sp-runtime", "sp-version", @@ -10977,7 +10980,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.15.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "anyhow", "cargo_metadata", @@ -10991,7 +10994,7 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.10.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "proc-macro2", "quote", @@ -11001,7 +11004,7 @@ dependencies = [ [[package]] name = "pallet-revive-uapi" version = "0.15.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "alloy-core", "bitflags 1.3.2", @@ -11016,7 +11019,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "47.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -11032,7 +11035,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -11045,7 +11048,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "pallet-balances", @@ -11059,7 +11062,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "34.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "pallet-ranked-collective", @@ -11071,7 +11074,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "50.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -11088,7 +11091,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -11101,7 +11104,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -11123,7 +11126,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11169,7 +11172,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -11181,7 +11184,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11198,7 +11201,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11220,7 +11223,7 @@ dependencies = [ [[package]] name = "pallet-staking-async" version = "0.14.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11236,7 +11239,7 @@ dependencies = [ "sp-application-crypto", "sp-arithmetic", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-io", "sp-npos-elections", "sp-runtime", @@ -11246,7 +11249,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-ah-client" version = "0.11.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11266,7 +11269,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-rc-client" version = "0.11.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11286,7 +11289,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "11.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11297,7 +11300,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "sp-arithmetic", @@ -11306,7 +11309,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "33.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "sp-api", @@ -11316,7 +11319,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "55.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11332,7 +11335,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "31.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", @@ -11496,7 +11499,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -11511,7 +11514,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -11529,7 +11532,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11547,7 +11550,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11563,7 +11566,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "52.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -11579,7 +11582,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -11591,7 +11594,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -11610,7 +11613,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "parity-scale-codec", @@ -11621,7 +11624,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11635,7 +11638,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11650,7 +11653,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "0.12.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11665,7 +11668,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "49.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11679,7 +11682,7 @@ dependencies = [ [[package]] name = "pallet-vesting-precompiles" version = "0.5.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "alloy-core", "frame-benchmarking", @@ -11699,7 +11702,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11709,7 +11712,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "29.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bounded-collections 0.3.2", "frame-benchmarking", @@ -11733,7 +11736,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "29.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-benchmarking", "frame-support", @@ -11750,7 +11753,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.25.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-messages", "bp-runtime", @@ -11772,7 +11775,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.27.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -11792,7 +11795,7 @@ dependencies = [ [[package]] name = "pallet-xcm-precompiles" version = "0.9.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "pallet-revive", @@ -11806,7 +11809,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -11838,7 +11841,7 @@ dependencies = [ [[package]] name = "parachains-common-types" version = "0.4.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "sp-consensus-aura", "sp-core", @@ -11848,7 +11851,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "33.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -12208,7 +12211,7 @@ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" [[package]] name = "polkadot-approval-distribution" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "futures-timer", @@ -12227,7 +12230,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "futures-timer", @@ -12242,7 +12245,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "fatality", "futures", @@ -12265,7 +12268,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "fatality", @@ -12298,7 +12301,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "36.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "clap", "frame-benchmarking-cli", @@ -12323,7 +12326,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "bitvec", @@ -12352,7 +12355,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "scale-info", @@ -12363,7 +12366,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "fatality", "futures", @@ -12385,7 +12388,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "26.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -12399,7 +12402,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "futures-timer", @@ -12412,7 +12415,7 @@ dependencies = [ "sc-network", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-keystore", "tracing-gum", ] @@ -12420,7 +12423,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "always-assert", "async-trait", @@ -12443,7 +12446,7 @@ dependencies = [ [[package]] name = "polkadot-node-clock" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures-timer", ] @@ -12451,7 +12454,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "parity-scale-codec", @@ -12469,7 +12472,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "bitvec", @@ -12501,7 +12504,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" version = "0.15.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "futures", @@ -12525,7 +12528,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bitvec", "futures", @@ -12545,7 +12548,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bitvec", "fatality", @@ -12566,7 +12569,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "polkadot-node-subsystem", @@ -12581,7 +12584,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "futures", @@ -12605,7 +12608,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "polkadot-node-metrics", @@ -12619,7 +12622,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "futures-timer", @@ -12636,7 +12639,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "fatality", "futures", @@ -12656,7 +12659,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "futures", @@ -12673,7 +12676,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "31.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "fatality", "futures", @@ -12688,7 +12691,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bitvec", "fatality", @@ -12707,7 +12710,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "always-assert", "array-bytes 6.2.3", @@ -12735,7 +12738,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "polkadot-node-subsystem", @@ -12748,7 +12751,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "27.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cpu-time", "futures", @@ -12765,7 +12768,7 @@ dependencies = [ "seccompiler", "sp-core", "sp-crypto-ec-utils", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-externalities", "sp-io", "sp-tracing", @@ -12776,7 +12779,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "polkadot-node-metrics", @@ -12791,7 +12794,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bs58", "futures", @@ -12808,7 +12811,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -12833,7 +12836,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "26.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bitvec", "bounded-vec", @@ -12857,7 +12860,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -12866,7 +12869,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "derive_more 0.99.20", @@ -12894,7 +12897,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "fatality", "futures", @@ -12924,7 +12927,7 @@ dependencies = [ [[package]] name = "polkadot-omni-node-lib" version = "0.18.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "async-trait", @@ -13016,7 +13019,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "futures", @@ -13036,7 +13039,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "bounded-collections 0.3.2", @@ -13053,7 +13056,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "25.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bitvec", "bounded-collections 0.3.2", @@ -13082,7 +13085,7 @@ dependencies = [ [[package]] name = "polkadot-primitives-test-helpers" version = "0.5.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -13097,7 +13100,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "34.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -13130,7 +13133,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "29.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bitvec", "frame-benchmarking", @@ -13180,7 +13183,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "29.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bs58", "frame-benchmarking", @@ -13192,7 +13195,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "28.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -13241,7 +13244,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "2606.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "asset-test-utils", "assets-common", @@ -13410,7 +13413,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.18.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-benchmarking", @@ -13430,7 +13433,7 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -13446,7 +13449,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "36.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "frame-benchmarking", @@ -13556,7 +13559,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "32.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bitvec", "fatality", @@ -13576,7 +13579,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "26.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -13817,7 +13820,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "derive_more 1.0.0", "environmental", @@ -13846,14 +13849,14 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=0ac67fef87008407be42ffad5a94d0dff962a67e#0ac67fef87008407be42ffad5a94d0dff962a67e" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" dependencies = [ "case", "num_enum", "prettyplease", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "syn 2.0.118", ] @@ -14034,7 +14037,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "syn 2.0.118", ] @@ -15014,7 +15017,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "34.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "binary-merkle-tree", "bitvec", @@ -15112,7 +15115,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "polkadot-primitives", @@ -15500,7 +15503,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "39.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "sp-core", @@ -15511,7 +15514,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.59.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "futures", @@ -15543,7 +15546,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.56.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "log", @@ -15566,7 +15569,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.51.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "sp-api", @@ -15581,7 +15584,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "51.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "clap", @@ -15597,7 +15600,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -15608,7 +15611,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -15619,7 +15622,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.61.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "bip39", @@ -15661,7 +15664,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "47.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "fnv", "futures", @@ -15687,7 +15690,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.54.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "hash-db", "kvdb", @@ -15715,7 +15718,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.57.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "futures", @@ -15738,7 +15741,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.58.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "fork-tree", @@ -15769,7 +15772,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.58.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "fork-tree", @@ -15794,7 +15797,7 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-inherents", "sp-keystore", "sp-runtime", @@ -15806,7 +15809,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.59.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "jsonrpsee", @@ -15828,7 +15831,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15862,7 +15865,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "38.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "jsonrpsee", @@ -15882,7 +15885,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.57.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "fork-tree", "parity-scale-codec", @@ -15895,7 +15898,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.43.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "ahash 0.8.12", "array-bytes 6.2.3", @@ -15930,7 +15933,7 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", @@ -15940,7 +15943,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.44.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "finality-grandpa", "futures", @@ -15960,7 +15963,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.59.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "futures", @@ -15996,7 +15999,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.57.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "futures", @@ -16020,7 +16023,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.50.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -16043,7 +16046,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.47.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "polkavm", "sc-allocator", @@ -16056,7 +16059,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.44.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "polkavm", @@ -16068,7 +16071,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.47.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "anyhow", "log", @@ -16084,7 +16087,7 @@ dependencies = [ [[package]] name = "sc-hop" version = "0.2.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "clap", "futures-timer", @@ -16098,7 +16101,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-hop", "sp-runtime", "thiserror 1.0.69", @@ -16108,7 +16111,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.57.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "console", "futures", @@ -16124,7 +16127,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "42.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.5", @@ -16138,7 +16141,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.28.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "arrayvec 0.7.8", @@ -16166,7 +16169,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.58.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -16202,7 +16205,7 @@ dependencies = [ "sp-arithmetic", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-runtime", "substrate-prometheus-endpoint", "thiserror 1.0.69", @@ -16217,7 +16220,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.55.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -16227,7 +16230,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.58.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "ahash 0.8.12", "futures", @@ -16246,7 +16249,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.57.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -16267,7 +16270,7 @@ dependencies = [ [[package]] name = "sc-network-statement" version = "0.41.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -16291,7 +16294,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.57.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -16325,7 +16328,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.57.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "futures", @@ -16344,7 +16347,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.22.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bs58", "bytes", @@ -16365,7 +16368,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "53.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bytes", "fnv", @@ -16399,7 +16402,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -16408,7 +16411,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "54.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-channel 1.9.0", "futures", @@ -16442,7 +16445,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.58.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16463,7 +16466,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "31.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -16490,7 +16493,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.59.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "cid", @@ -16526,13 +16529,13 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.10.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "sc-executor", "sc-executor-common", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-state-machine", "sp-wasm-interface", "thiserror 1.0.69", @@ -16541,7 +16544,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.60.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "directories", @@ -16605,7 +16608,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.45.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "parity-scale-codec", @@ -16616,7 +16619,7 @@ dependencies = [ [[package]] name = "sc-statement-store" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-channel 1.9.0", "futures", @@ -16641,7 +16644,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.31.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "clap", "fs4", @@ -16654,7 +16657,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.58.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16673,7 +16676,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "50.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "derive_more 0.99.20", "futures", @@ -16686,14 +16689,14 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-io", ] [[package]] name = "sc-telemetry" version = "33.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "chrono", "futures", @@ -16712,7 +16715,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "47.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "chrono", "console", @@ -16740,7 +16743,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -16751,7 +16754,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "47.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "futures", @@ -16768,7 +16771,7 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-runtime", "sp-tracing", "sp-transaction-pool", @@ -16783,7 +16786,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "futures", @@ -16801,7 +16804,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-channel 1.9.0", "futures", @@ -16815,7 +16818,7 @@ dependencies = [ [[package]] name = "sc-virtualization" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "polkavm", @@ -17565,7 +17568,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "enumn", "parity-scale-codec", @@ -17724,7 +17727,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.22.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bp-relayers", "frame-support", @@ -17783,7 +17786,7 @@ dependencies = [ [[package]] name = "sp-api" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "hash-db", @@ -17805,7 +17808,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "29.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "Inflector", "blake2 0.10.6", @@ -17819,7 +17822,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "scale-info", @@ -17831,7 +17834,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "integer-sqrt", @@ -17845,7 +17848,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "scale-info", @@ -17857,7 +17860,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "sp-api", @@ -17868,7 +17871,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "futures", "parity-scale-codec", @@ -17887,7 +17890,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.49.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "futures", @@ -17904,7 +17907,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.49.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "parity-scale-codec", @@ -17920,7 +17923,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.49.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "parity-scale-codec", @@ -17938,7 +17941,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "31.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "scale-info", @@ -17946,7 +17949,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -17958,7 +17961,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "finality-grandpa", "log", @@ -17975,7 +17978,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.49.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "scale-info", @@ -17986,7 +17989,7 @@ dependencies = [ [[package]] name = "sp-core" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "ark-vrf 0.5.1", "array-bytes 6.2.3", @@ -18017,7 +18020,7 @@ dependencies = [ "secrecy 0.8.0", "serde", "sha2 0.10.9", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-debug-derive", "sp-externalities", "sp-std", @@ -18033,7 +18036,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.23.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "ark-bls12-377 0.5.0", "ark-bls12-377-ext", @@ -18072,7 +18075,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "blake2b_simd", "byteorder", @@ -18085,17 +18088,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "syn 2.0.118", ] [[package]] name = "sp-dap" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", ] @@ -18103,7 +18106,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "kvdb", "kvdb-rocksdb", @@ -18113,7 +18116,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "proc-macro-warning", "proc-macro2", @@ -18124,7 +18127,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.34.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "environmental", "parity-scale-codec", @@ -18134,7 +18137,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.24.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "scale-info", @@ -18146,7 +18149,7 @@ dependencies = [ [[package]] name = "sp-hop" version = "0.3.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "sp-api", @@ -18156,7 +18159,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -18169,7 +18172,7 @@ dependencies = [ [[package]] name = "sp-io" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bytes", "docify", @@ -18181,7 +18184,7 @@ dependencies = [ "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -18195,7 +18198,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "sp-core", "sp-runtime", @@ -18205,7 +18208,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.49.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -18216,7 +18219,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -18225,7 +18228,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.15.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "derive-where", "frame-metadata", @@ -18236,7 +18239,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.21.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "scale-info", @@ -18247,7 +18250,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "parity-scale-codec", @@ -18264,7 +18267,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "scale-info", @@ -18277,7 +18280,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "sp-api", "sp-core", @@ -18287,7 +18290,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "backtrace", "regex", @@ -18296,7 +18299,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "41.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -18306,7 +18309,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "48.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "binary-merkle-tree", "bytes", @@ -18337,7 +18340,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "37.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -18355,7 +18358,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "Inflector", "expander", @@ -18368,7 +18371,7 @@ dependencies = [ [[package]] name = "sp-session" version = "45.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "scale-info", @@ -18382,7 +18385,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "45.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -18395,7 +18398,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.53.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "hash-db", "log", @@ -18415,7 +18418,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "28.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -18430,7 +18433,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686)", "sp-externalities", "sp-runtime", "sp-runtime-interface", @@ -18441,12 +18444,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" [[package]] name = "sp-storage" version = "25.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "impl-serde", "parity-scale-codec", @@ -18458,7 +18461,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "parity-scale-codec", @@ -18470,7 +18473,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "regex", @@ -18482,7 +18485,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "sp-api", "sp-runtime", @@ -18491,7 +18494,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "43.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "async-trait", "parity-scale-codec", @@ -18506,7 +18509,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "ahash 0.8.12", "foldhash 0.1.5", @@ -18531,7 +18534,7 @@ dependencies = [ [[package]] name = "sp-version" version = "46.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "impl-serde", "parity-scale-codec", @@ -18549,7 +18552,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "proc-macro-warning", @@ -18561,7 +18564,7 @@ dependencies = [ [[package]] name = "sp-virtualization" version = "0.4.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "log", "num_enum", @@ -18575,7 +18578,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "27.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -18587,7 +18590,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "36.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "bounded-collections 0.3.2", "parity-scale-codec", @@ -18761,7 +18764,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "staging-chain-spec-builder" version = "19.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "clap", "docify", @@ -18774,7 +18777,7 @@ dependencies = [ [[package]] name = "staging-node-inspect" version = "0.37.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "clap", "parity-scale-codec", @@ -18792,7 +18795,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.28.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -18805,7 +18808,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "24.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "bounded-collections 0.3.2", @@ -18826,7 +18829,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "29.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "environmental", "frame-support", @@ -18851,7 +18854,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "28.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "environmental", "frame-benchmarking", @@ -18905,7 +18908,7 @@ dependencies = [ [[package]] name = "stc-shield" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "anyhow", "async-trait", @@ -18926,7 +18929,7 @@ dependencies = [ [[package]] name = "stp-shield" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "parity-scale-codec", "scale-info", @@ -18996,7 +18999,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -19021,7 +19024,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.3" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" [[package]] name = "substrate-fixed" @@ -19037,7 +19040,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "53.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -19057,7 +19060,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "http-body-util", "hyper 1.10.1", @@ -19071,7 +19074,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "52.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -19098,7 +19101,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "34.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "array-bytes 6.2.3", "build-helper", @@ -20111,7 +20114,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "26.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "coarsetime", "polkadot-primitives", @@ -20122,7 +20125,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "expander", "proc-macro-crate", @@ -21163,7 +21166,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" version = "35.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "binary-merkle-tree", "bitvec", @@ -21265,7 +21268,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "30.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "polkadot-primitives", @@ -21871,7 +21874,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "Inflector", "proc-macro2", @@ -21882,7 +21885,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.16.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "parity-scale-codec", @@ -21896,7 +21899,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "29.0.0" -source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05#2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05" +source = "git+https://github.com/RaoFoundation/polkadot-sdk.git?rev=d093659e72bd8edaa0192bd0a726bd3ad3e12686#d093659e72bd8edaa0192bd0a726bd3ad3e12686" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index 614d4b1e4f..65ec713597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,8 +76,8 @@ subtensor-runtime-common = { default-features = false, path = "common" } subtensor-swap-interface = { default-features = false, path = "primitives/swap-interface" } subtensor-transaction-fee = { default-features = false, path = "pallets/transaction-fee" } subtensor-chain-extensions = { default-features = false, path = "chain-extensions" } -stp-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -stc-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +stp-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +stc-shield = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } ed25519-dalek = { version = "2.1.0", default-features = false } async-trait = "0.1" @@ -131,159 +131,159 @@ num_enum = { version = "0.7.4", default-features = false } environmental = { version = "1.1.4", default-features = false } tokio = { version = "1.38", default-features = false } -frame = { package = "polkadot-sdk-frame", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -frame-executive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -frame-system-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -frame-try-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -frame-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -frame-metadata-hash-extension = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +frame = { package = "polkadot-sdk-frame", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +frame-executive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +frame-system-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +frame-try-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +frame-benchmarking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +frame-metadata-hash-extension = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } frame-metadata = { version = "23.0.0", default-features = false } pallet-subtensor-proxy = { path = "pallets/proxy", default-features = false } pallet-subtensor-utility = { path = "pallets/utility", default-features = false } -pallet-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-multisig = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-safe-mode = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-sudo = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-transaction-payment = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-root-testing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-contracts = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +pallet-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-multisig = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-safe-mode = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-sudo = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-transaction-payment = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-root-testing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-contracts = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } # NPoS -frame-election-provider-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-bags-list = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-fast-unstake = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-nomination-pools = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-nomination-pools-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-staking-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-staking-reward-fn = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -pallet-offences = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +frame-election-provider-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-bags-list = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-fast-unstake = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-nomination-pools = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-nomination-pools-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-staking-runtime-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-staking-reward-fn = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +pallet-offences = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } -sc-basic-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-client-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-consensus-babe-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-consensus-grandpa-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-consensus-epochs = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-chain-spec-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-chain-spec = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-executor = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-network = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-rpc-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-service = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-telemetry = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-transaction-pool-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-consensus-manual-seal = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sc-network-sync = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sc-basic-authorship = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-cli = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-client-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-consensus-babe-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-consensus-grandpa-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-consensus-epochs = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-chain-spec-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-chain-spec = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-executor = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-network = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-rpc-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-service = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-telemetry = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-transaction-pool-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-consensus-manual-seal = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sc-network-sync = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } -sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-arithmetic = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-blockchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-npos-elections = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-genesis-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-inherents = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-keyring = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-storage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-version = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-weights = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-crypto-hashing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-application-crypto = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-debug-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-externalities = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-runtime-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-authority-discovery = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-arithmetic = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-block-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-blockchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-staking = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-consensus = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-consensus-aura = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-consensus-babe = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-consensus-slots = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-npos-elections = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-genesis-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-inherents = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-keyring = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-offchain = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-rpc = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-session = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-storage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-timestamp = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-transaction-pool = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-version = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-weights = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-crypto-hashing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-application-crypto = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-debug-derive = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-externalities = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-runtime-interface = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } -substrate-build-script-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +substrate-build-script-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } substrate-fixed = { git = "https://github.com/encointer/substrate-fixed.git", tag = "v0.6.0", default-features = false } -substrate-frame-rpc-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -substrate-wasm-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -substrate-prometheus-endpoint = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +substrate-frame-rpc-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +substrate-wasm-builder = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +substrate-prometheus-endpoint = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } -polkadot-sdk = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +polkadot-sdk = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } -runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } # Frontier # current frontier branch is frontier-stable2606-otf-patches -fp-evm = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fp-rpc = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fp-self-contained = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fp-account = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fc-storage = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fc-db = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fc-consensus = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fp-consensus = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fp-dynamic-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fc-api = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fc-rpc = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fc-rpc-core = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fc-aura = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fc-babe = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -fc-mapping-sync = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -precompile-utils = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +fp-evm = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fp-rpc = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fp-self-contained = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fp-account = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fc-storage = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fc-db = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fc-consensus = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fp-consensus = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fp-dynamic-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fc-api = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fc-rpc = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fc-rpc-core = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fc-aura = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fc-babe = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fc-mapping-sync = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +precompile-utils = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } # Frontier FRAME -pallet-base-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -pallet-dynamic-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -pallet-ethereum = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -pallet-evm = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } -pallet-hotfix-sufficients = { git = "https://github.com/RaoFoundation/frontier.git", rev = "0ac67fef87008407be42ffad5a94d0dff962a67e", default-features = false } +pallet-base-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +pallet-dynamic-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +pallet-ethereum = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +pallet-evm = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +pallet-hotfix-sufficients = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } #DRAND pallet-drand = { path = "pallets/drand", default-features = false } -sp-crypto-ec-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } -sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false } +sp-crypto-ec-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } +sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } w3f-bls = { git = "https://github.com/opentensor/bls", branch = "fix-no-std", default-features = false } ark-crypto-primitives = { version = "0.4.0", default-features = false } ark-scale = { version = "0.0.11", default-features = false } diff --git a/common/src/currency.rs b/common/src/currency.rs index 8a39086d37..e5f4db080f 100644 --- a/common/src/currency.rs +++ b/common/src/currency.rs @@ -28,7 +28,7 @@ use sp_arithmetic::traits::{ #[cfg(feature = "std")] use sp_rpc::number::NumberOrHex; -#[freeze_struct("3ad2c79c0e81406d")] +#[freeze_struct("ab505f1cecd9568a")] #[repr(transparent)] #[derive( Deserialize, @@ -45,11 +45,11 @@ use sp_rpc::number::NumberOrHex; Ord, PartialEq, PartialOrd, - RuntimeDebug, + Debug, )] pub struct AlphaBalance(u64); -#[freeze_struct("5f0d6c02f3ac2c1")] +#[freeze_struct("59859afd1d1d3d9d")] #[repr(transparent)] #[derive( Deserialize, @@ -66,7 +66,7 @@ pub struct AlphaBalance(u64); Ord, PartialEq, PartialOrd, - RuntimeDebug, + Debug, )] pub struct TaoBalance(u64); diff --git a/common/src/lib.rs b/common/src/lib.rs index 135830e1cc..a79c9f2a2f 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -49,7 +49,7 @@ pub type Nonce = u32; pub const SMALL_TRANSFER_LIMIT: Balance = TaoBalance::new(500_000_000); // 0.5 TAO pub const SMALL_ALPHA_TRANSFER_LIMIT: AlphaBalance = AlphaBalance::new(500_000_000); // 0.5 Alpha -#[freeze_struct("c972489bff40ae48")] +#[freeze_struct("a1b5357336015a34")] #[repr(transparent)] #[derive( Deserialize, @@ -66,7 +66,7 @@ pub const SMALL_ALPHA_TRANSFER_LIMIT: AlphaBalance = AlphaBalance::new(500_000_0 Ord, PartialEq, PartialOrd, - RuntimeDebug, + Debug, )] #[serde(transparent)] pub struct NetUid(u16); @@ -194,7 +194,7 @@ pub mod time { pub const DAYS: BlockNumber = HOURS * 24; } -#[freeze_struct("7e5202d7f18b39d4")] +#[freeze_struct("38c40923b0eb042a")] #[repr(transparent)] #[derive( Deserialize, @@ -211,7 +211,7 @@ pub mod time { Ord, PartialEq, PartialOrd, - RuntimeDebug, + Debug, )] #[serde(transparent)] pub struct MechId(u8); @@ -275,7 +275,7 @@ impl TypeInfo for MechId { } } -#[freeze_struct("2d995c5478e16d4d")] +#[freeze_struct("897b39d9d9b4e18")] #[repr(transparent)] #[derive( Deserialize, @@ -292,7 +292,7 @@ impl TypeInfo for MechId { Ord, PartialEq, PartialOrd, - RuntimeDebug, + Debug, )] #[serde(transparent)] pub struct NetUidStorageIndex(u16); diff --git a/node/src/benchmarking.rs b/node/src/benchmarking.rs index d0c0ac9a40..a940833de7 100644 --- a/node/src/benchmarking.rs +++ b/node/src/benchmarking.rs @@ -127,6 +127,7 @@ pub fn create_benchmark_extrinsic( let era = sp_runtime::generic::Era::mortal(period, best_block.saturated_into()); let extra: runtime::TxExtension = ( ( + frame_system::AuthorizeCall::::new(), frame_system::CheckNonZeroSender::::new(), frame_system::CheckSpecVersion::::new(), frame_system::CheckTxVersion::::new(), @@ -150,6 +151,7 @@ pub fn create_benchmark_extrinsic( extra.clone(), ( ( + (), (), runtime::VERSION.spec_version, runtime::VERSION.transaction_version, diff --git a/node/src/command.rs b/node/src/command.rs index fd3a122ec5..81d31523dd 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -364,7 +364,10 @@ fn start_aura_service( fn customise_config(arg_matches: &ArgMatches, config: Configuration) -> Configuration { let cli = Cli::from_arg_matches(arg_matches).expect("Bad arg_matches"); - let mut config = override_default_heap_pages(config, 60_000); + // Polkadot SDK doubles the on-chain heap strategy during block import. + // Keep Subtensor's historical effective import heap at 60k pages without + // asking Wasm to pre-grow past its maximum memory. + let mut config = override_default_heap_pages(config, 30_000); // If the operator did **not** supply `--rpc-rate-limit`, disable the limiter. if cli.run.rpc_params.rpc_rate_limit.is_none() { @@ -437,6 +440,7 @@ fn override_default_heap_pages(config: Configuration, pages: u64) -> Configurati rate_limit: config.rpc.rate_limit, rate_limit_whitelisted_ips: config.rpc.rate_limit_whitelisted_ips, rate_limit_trust_proxy_headers: config.rpc.rate_limit_trust_proxy_headers, + request_logger_limit: config.rpc.request_logger_limit, }, } } diff --git a/node/src/consensus/aura_consensus.rs b/node/src/consensus/aura_consensus.rs index 74ec8fea1e..4a35a30964 100644 --- a/node/src/consensus/aura_consensus.rs +++ b/node/src/consensus/aura_consensus.rs @@ -153,10 +153,15 @@ impl ConsensusMechanism for AuraConsensus { grandpa_block_import: GrandpaBlockImport, transaction_pool: Arc>| { let expected_babe_config = get_expected_babe_configuration(&*client)?; + let select_chain = sc_consensus::LongestChain::new(backend.clone()); + let offchain_tx_pool_factory = + OffchainTransactionPoolFactory::new(transaction_pool.clone()); let conditional_block_import = HybridBlockImport::new( client.clone(), grandpa_block_import.clone(), expected_babe_config.clone(), + select_chain.clone(), + offchain_tx_pool_factory, skip_history_backfill, ); @@ -187,12 +192,8 @@ impl ConsensusMechanism for AuraConsensus { check_for_equivocation: Default::default(), telemetry, compatibility_mode: sc_consensus_aura::CompatibilityMode::None, - select_chain: sc_consensus::LongestChain::new(backend.clone()), babe_config: expected_babe_config, epoch_changes: conditional_block_import.babe_link().epoch_changes().clone(), - offchain_tx_pool_factory: OffchainTransactionPoolFactory::new( - transaction_pool, - ), }, ) .map_err::(Into::into)?; diff --git a/node/src/consensus/babe_consensus.rs b/node/src/consensus/babe_consensus.rs index fad204fb48..9de6c827a8 100644 --- a/node/src/consensus/babe_consensus.rs +++ b/node/src/consensus/babe_consensus.rs @@ -27,6 +27,7 @@ use sp_consensus::{Environment, Proposer, SelectChain, SyncOracle}; use sp_consensus_aura::AuraApi; use sp_consensus_aura::sr25519::AuthorityId; use sp_consensus_babe::BabeApi; +use sp_consensus_babe::inherents::BabeCreateInherentDataProviders; use sp_consensus_slots::SlotDuration; use sp_inherents::CreateInherentDataProviders; use sp_keystore::KeystorePtr; @@ -179,10 +180,28 @@ impl ConsensusMechanism for BabeConsensus { )); } + let slot_duration = configuration.slot_duration(); + let create_inherent_data_providers = Arc::new(move |_, ()| async move { + let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); + let slot = + sp_consensus_babe::inherents::InherentDataProvider::from_timestamp_and_slot_duration( + *timestamp, + slot_duration, + ); + Ok((slot, timestamp)) + }) + as BabeCreateInherentDataProviders; + let select_chain = sc_consensus::LongestChain::new(backend.clone()); + let offchain_tx_pool_factory = + OffchainTransactionPoolFactory::new(transaction_pool.clone()); + let (babe_import, babe_link) = sc_consensus_babe::block_import( configuration, grandpa_block_import.clone(), client.clone(), + create_inherent_data_providers, + select_chain, + offchain_tx_pool_factory, )?; let conditional_block_import = ConditionalEVMBlockImport::new( @@ -192,30 +211,16 @@ impl ConsensusMechanism for BabeConsensus { ); let slot_duration = babe_link.config().slot_duration(); - let create_inherent_data_providers = move |_, ()| async move { - let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); - let slot = - sp_consensus_babe::inherents::InherentDataProvider::from_timestamp_and_slot_duration( - *timestamp, - slot_duration, - ); - Ok((slot, timestamp)) - }; - let (import_queue, babe_worker_handle) = sc_consensus_babe::import_queue(sc_consensus_babe::ImportQueueParams { link: babe_link.clone(), block_import: conditional_block_import.clone(), justification_import: Some(Box::new(grandpa_block_import)), client, - select_chain: sc_consensus::LongestChain::new(backend.clone()), - create_inherent_data_providers, + slot_duration, spawner: &task_manager.spawn_essential_handle(), registry: config.prometheus_registry(), telemetry, - offchain_tx_pool_factory: OffchainTransactionPoolFactory::new( - transaction_pool, - ), })?; self.babe_link = Some(babe_link); diff --git a/node/src/consensus/hybrid_import_queue.rs b/node/src/consensus/hybrid_import_queue.rs index 342d67dbc1..ad82583bc7 100644 --- a/node/src/consensus/hybrid_import_queue.rs +++ b/node/src/consensus/hybrid_import_queue.rs @@ -1,6 +1,6 @@ use crate::client::FullClient; use crate::conditional_evm_block_import::ConditionalEVMBlockImport; -use crate::service::GrandpaBlockImport; +use crate::service::{FullSelectChain, GrandpaBlockImport}; use fc_consensus::FrontierBlockImport; use node_subtensor_runtime::opaque::Block; use sc_client_api::AuxStore; @@ -29,7 +29,6 @@ use sp_api::ProvideRuntimeApi; use sp_block_builder::BlockBuilder as BlockBuilderApi; use sp_blockchain::HeaderBackend; use sp_blockchain::HeaderMetadata; -use sp_consensus::SelectChain; use sp_consensus::error::Error as ConsensusError; use sp_consensus_aura::AuraApi; use sp_consensus_aura::sr25519::AuthorityId as AuraAuthorityId; @@ -37,6 +36,7 @@ use sp_consensus_aura::sr25519::AuthorityPair as AuraAuthorityPair; use sp_consensus_babe::BABE_ENGINE_ID; use sp_consensus_babe::BabeApi; use sp_consensus_babe::BabeConfiguration; +use sp_consensus_babe::inherents::BabeCreateInherentDataProviders; use sp_inherents::CreateInherentDataProviders; use sp_runtime::Digest; use sp_runtime::DigestItem; @@ -55,10 +55,22 @@ pub struct HybridBlockImport { >, inner_babe: ConditionalEVMBlockImport< Block, - BabeBlockImport, + BabeBlockImport< + Block, + FullClient, + GrandpaBlockImport, + BabeCreateInherentDataProviders, + FullSelectChain, + >, FrontierBlockImport< Block, - BabeBlockImport, + BabeBlockImport< + Block, + FullClient, + GrandpaBlockImport, + BabeCreateInherentDataProviders, + FullSelectChain, + >, FullClient, >, >, @@ -71,6 +83,8 @@ impl HybridBlockImport { client: Arc, grandpa_block_import: GrandpaBlockImport, babe_config: BabeConfiguration, + select_chain: FullSelectChain, + offchain_tx_pool_factory: OffchainTransactionPoolFactory, skip_history_backfill: bool, ) -> Self { let inner_aura = ConditionalEVMBlockImport::new( @@ -79,11 +93,25 @@ impl HybridBlockImport { skip_history_backfill, ); + let slot_duration = babe_config.slot_duration(); + let create_inherent_data_providers = Arc::new(move |_, ()| async move { + let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); + let slot = + sp_consensus_babe::inherents::InherentDataProvider::from_timestamp_and_slot_duration( + *timestamp, + slot_duration, + ); + Ok((slot, timestamp)) + }) as BabeCreateInherentDataProviders; + #[allow(clippy::expect_used)] let (babe_import, babe_link) = sc_consensus_babe::block_import( babe_config, grandpa_block_import.clone(), client.clone(), + create_inherent_data_providers, + select_chain, + offchain_tx_pool_factory, ) .expect("Failed to create Babe block_import"); @@ -139,19 +167,18 @@ impl BlockImport for HybridBlockImport { } /// `Verifier` implementation that supports verifying both Aura and Babe blocks. -struct HybridVerifier { - inner_aura: AuraVerifier, - inner_babe: BabeVerifier, +struct HybridVerifier { + inner_aura: AuraVerifier, + inner_babe: BabeVerifier, } -impl HybridVerifier +impl HybridVerifier where CIDP: CreateInherentDataProviders + Send + Sync + Clone, CIDP::InherentDataProviders: InherentDataProviderExt + Send + Sync, C: ProvideRuntimeApi + Send + Sync + sc_client_api::backend::AuxStore, C::Api: BlockBuilderApi + BabeApi + AuraApi + ApiExt, C: HeaderBackend + HeaderMetadata, - SC: SelectChain + 'static, { #[allow(clippy::too_many_arguments)] pub fn new( @@ -159,11 +186,9 @@ where create_inherent_data_providers: CIDP, telemetry: Option, check_for_equivocation: CheckForEquivocation, - compatibility_mode: sc_consensus_aura::CompatibilityMode, - select_chain: SC, + compatibility_mode: sc_consensus_aura::CompatibilityMode>, babe_config: BabeConfiguration, epoch_changes: SharedEpochChanges, - offchain_tx_pool_factory: OffchainTransactionPoolFactory, ) -> Self { let aura_params = sc_consensus_aura::BuildVerifierParams:: { client: client.clone(), @@ -173,16 +198,14 @@ where compatibility_mode, }; let inner_aura = - sc_consensus_aura::build_verifier::(aura_params); + sc_consensus_aura::build_verifier::(aura_params); let inner_babe = BabeVerifier::new( client.clone(), - select_chain, - create_inherent_data_providers, + babe_config.slot_duration(), babe_config, epoch_changes, telemetry, - offchain_tx_pool_factory, ); HybridVerifier { @@ -193,14 +216,13 @@ where } #[async_trait::async_trait] -impl Verifier for HybridVerifier, SC> +impl Verifier for HybridVerifier where C: ProvideRuntimeApi + Send + Sync + sc_client_api::backend::AuxStore, C::Api: BlockBuilderApi + BabeApi + AuraApi + ApiExt, C: HeaderBackend + HeaderMetadata, CIDP: CreateInherentDataProviders + Send + Sync + Clone, CIDP::InherentDataProviders: InherentDataProviderExt + Send + Sync, - SC: SelectChain + 'static, { async fn verify(&self, block: BlockImportParams) -> Result, String> { let number: NumberFor = *block.post_header().number(); @@ -214,7 +236,7 @@ where } /// Parameters for our [`import_queue`]. -pub struct HybridImportQueueParams<'a, Block: BlockT, I, C, S, CIDP, SC> { +pub struct HybridImportQueueParams<'a, Block: BlockT, I, C, S, CIDP> { /// The block import to use. pub block_import: I, /// The justification import. @@ -235,19 +257,15 @@ pub struct HybridImportQueueParams<'a, Block: BlockT, I, C, S, CIDP, SC> { /// /// If in doubt, use `Default::default()`. pub compatibility_mode: CompatibilityMode>, - /// SelectChain strategy to use. - pub select_chain: SC, /// The configuration for the BABE consensus algorithm. pub babe_config: BabeConfiguration, /// The epoch changes for the BABE consensus algorithm. pub epoch_changes: SharedEpochChanges, - /// The offchain transaction pool factory. - pub offchain_tx_pool_factory: OffchainTransactionPoolFactory, } /// Start a hybrid import queue that supports importing both Aura and Babe blocks. -pub fn import_queue( - params: HybridImportQueueParams, +pub fn import_queue( + params: HybridImportQueueParams, ) -> Result, sp_consensus::Error> where B: BlockT, @@ -265,18 +283,15 @@ where S: sp_core::traits::SpawnEssentialNamed, CIDP: CreateInherentDataProviders + Sync + Send + Clone + 'static, CIDP::InherentDataProviders: InherentDataProviderExt + Send + Sync, - SC: SelectChain + 'static, { - let verifier = HybridVerifier::, SC>::new( + let verifier = HybridVerifier::::new( params.client, params.create_inherent_data_providers, params.telemetry, params.check_for_equivocation, params.compatibility_mode, - params.select_chain, params.babe_config, params.epoch_changes, - params.offchain_tx_pool_factory, ); Ok(BasicQueue::new( diff --git a/node/src/service.rs b/node/src/service.rs index 624f63b968..3917465b0f 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -102,6 +102,7 @@ pub fn new_partial( config, telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), executor, + vec![Arc::new(sc_consensus_grandpa::GrandpaPruningFilter)], )?; // Prepare keystore for authoring Babe blocks. @@ -350,6 +351,7 @@ where client: client.clone(), transaction_pool: transaction_pool.clone(), spawn_handle: task_manager.spawn_handle(), + spawn_essential_handle: task_manager.spawn_essential_handle(), import_queue, block_announce_validator_builder: None, warp_sync_config, @@ -527,6 +529,7 @@ where tx_handler_controller, sync_service: sync_service.clone(), telemetry: telemetry.as_mut(), + tracing_execute_block: None, })?; spawn_frontier_tasks( @@ -582,7 +585,6 @@ where transaction_pool.clone(), prometheus_registry.as_ref(), telemetry.as_ref().map(|x| x.handle()), - shield_keystore.clone(), ); let slot_duration = consensus_mechanism.slot_duration(&client)?; @@ -755,7 +757,6 @@ fn run_manual_seal_authorship( transaction_pool.clone(), prometheus_registry, telemetry.as_ref().map(|x| x.handle()), - shield_keystore.clone(), ); thread_local!(static TIMESTAMP: RefCell = const { RefCell::new(0) }); diff --git a/pallets/commitments/src/types.rs b/pallets/commitments/src/types.rs index cdca47922b..49152d4ef2 100644 --- a/pallets/commitments/src/types.rs +++ b/pallets/commitments/src/types.rs @@ -17,17 +17,14 @@ use codec::{Codec, Decode, DecodeWithMemTracking, Encode, MaxEncodedLen}; use frame_support::{ - BoundedVec, CloneNoBound, PartialEqNoBound, RuntimeDebugNoBound, + BoundedVec, CloneNoBound, DebugNoBound, PartialEqNoBound, traits::{ConstU32, Get}, }; use scale_info::{ Path, Type, TypeInfo, build::{Fields, Variants}, }; -use sp_runtime::{ - RuntimeDebug, - traits::{AppendZerosInput, AtLeast32BitUnsigned}, -}; +use sp_runtime::traits::{AppendZerosInput, AtLeast32BitUnsigned}; use sp_std::{fmt::Debug, iter::once, prelude::*}; use subtensor_macros::freeze_struct; @@ -38,7 +35,7 @@ use subtensor_macros::freeze_struct; /// - A timelock-encrypted blob with a reveal round /// - A reset flag (`ResetBondsFlag`) /// Can also be `None`. -#[derive(Clone, Eq, PartialEq, RuntimeDebug, DecodeWithMemTracking, MaxEncodedLen)] +#[derive(Clone, Eq, PartialEq, Debug, DecodeWithMemTracking, MaxEncodedLen)] pub enum Data { /// No data here. None, @@ -362,7 +359,7 @@ impl Default for Data { } } -#[freeze_struct("5ca4adbb4d2a2b20")] +#[freeze_struct("c236d81fa00063bf")] #[derive( CloneNoBound, Encode, @@ -371,7 +368,7 @@ impl Default for Data { Eq, MaxEncodedLen, PartialEqNoBound, - RuntimeDebugNoBound, + DebugNoBound, TypeInfo, )] #[codec(mel_bound())] @@ -408,10 +405,8 @@ pub struct UsageTracker { /// /// NOTE: This is stored separately primarily to facilitate the addition of extra fields in a /// backwards compatible way through a specialized `Decode` impl. -#[freeze_struct("632f12850e51c420")] -#[derive( - CloneNoBound, Encode, Eq, MaxEncodedLen, PartialEqNoBound, RuntimeDebugNoBound, TypeInfo, -)] +#[freeze_struct("4b95be7ca24f1b90")] +#[derive(CloneNoBound, Encode, Eq, MaxEncodedLen, PartialEqNoBound, DebugNoBound, TypeInfo)] #[codec(mel_bound())] #[scale_info(skip_type_params(MaxFields))] pub struct Registration< diff --git a/pallets/crowdloan/src/lib.rs b/pallets/crowdloan/src/lib.rs index f7d771f4a7..aa110a4556 100644 --- a/pallets/crowdloan/src/lib.rs +++ b/pallets/crowdloan/src/lib.rs @@ -15,7 +15,7 @@ use frame_support::{ dispatch::GetDispatchInfo, pallet_prelude::*, sp_runtime::{ - RuntimeDebug, Saturating, + Debug, Saturating, traits::{AccountIdConversion, Dispatchable, Zero}, }, traits::{ @@ -53,8 +53,8 @@ pub type BoundedCallOf = Bounded<::RuntimeCall, ::Hashing>; /// A struct containing the information about a crowdloan. -#[freeze_struct("5db9538284491545")] -#[derive(Encode, Decode, Eq, PartialEq, Ord, PartialOrd, RuntimeDebug, TypeInfo, MaxEncodedLen)] +#[freeze_struct("195bce417b5cbd62")] +#[derive(Encode, Decode, Eq, PartialEq, Ord, PartialOrd, Debug, TypeInfo, MaxEncodedLen)] pub struct CrowdloanInfo { /// The creator of the crowdloan. pub creator: AccountId, diff --git a/pallets/drand/Cargo.toml b/pallets/drand/Cargo.toml index 6e3ad982f7..86d6f98679 100644 --- a/pallets/drand/Cargo.toml +++ b/pallets/drand/Cargo.toml @@ -37,6 +37,9 @@ ark-ec.workspace = true ark-std.workspace = true ark-crypto-primitives = { workspace = true, features = ["r1cs", "snark"] } ark-scale = { workspace = true, features = ["hazmat"] } +ark-ec-05 = { package = "ark-ec", version = "0.5.0", default-features = false } +ark-scale-05 = { package = "ark-scale", version = "0.0.13", default-features = false, features = ["hazmat"] } +ark-std-05 = { package = "ark-std", version = "0.5.0", default-features = false } w3f-bls.workspace = true sp-keyring.workspace = true subtensor-macros.workspace = true @@ -72,6 +75,9 @@ std = [ "ark-std/std", "ark-crypto-primitives/std", "ark-scale/std", + "ark-ec-05/std", + "ark-scale-05/std", + "ark-std-05/std", "w3f-bls/std", "tle/std", "anyhow/std", diff --git a/pallets/drand/src/benchmarking.rs b/pallets/drand/src/benchmarking.rs index 799b9d16b2..46c0c147ee 100644 --- a/pallets/drand/src/benchmarking.rs +++ b/pallets/drand/src/benchmarking.rs @@ -73,7 +73,7 @@ mod benchmarks { }; #[extrinsic_call] - write_pulse(RawOrigin::None, pulses_payload.clone(), None); + write_pulse(RawOrigin::Authorized, pulses_payload.clone(), None); // Check that the pulse has been stored assert_eq!(Pulses::::get(p.round), Some(p)); diff --git a/pallets/drand/src/bls12_381.rs b/pallets/drand/src/bls12_381.rs index e31118a3e4..67dd297648 100644 --- a/pallets/drand/src/bls12_381.rs +++ b/pallets/drand/src/bls12_381.rs @@ -14,8 +14,8 @@ * limitations under the License. */ -use ark_ec::pairing::Pairing; -use ark_std::{Zero, ops::Neg}; +use ark_ec_05::pairing::Pairing; +use ark_std_05::{Zero, ops::Neg}; use sp_crypto_ec_utils::bls12_381::{ Bls12_381 as Bls12_381Opt, G1Affine as G1AffineOpt, G2Affine as G2AffineOpt, }; diff --git a/pallets/drand/src/lib.rs b/pallets/drand/src/lib.rs index f9a281038a..750efa64d3 100644 --- a/pallets/drand/src/lib.rs +++ b/pallets/drand/src/lib.rs @@ -43,17 +43,20 @@ use codec::Encode; use frame_support::{pallet_prelude::*, traits::Randomness}; use frame_system::{ offchain::{ - AppCrypto, CreateBare, SendUnsignedTransaction, SignedPayload, Signer, SigningTypes, + AppCrypto, CreateAuthorizedTransaction, SignedPayload, Signer, SigningTypes, + SubmitTransaction, }, pallet_prelude::BlockNumberFor, }; use scale_info::prelude::cmp; use sha2::{Digest, Sha256}; -use sp_core::blake2_256; +use sp_io::hashing::blake2_256; use sp_runtime::{ KeyTypeId, Saturating, traits::{Hash, One}, - transaction_validity::{InvalidTransaction, TransactionValidity, ValidTransaction}, + transaction_validity::{ + InvalidTransaction, TransactionValidity, TransactionValidityWithRefund, ValidTransaction, + }, }; pub mod bls12_381; @@ -161,7 +164,9 @@ pub mod pallet { pub struct Pallet(_); #[pallet::config] - pub trait Config: CreateBare> + SigningTypes + frame_system::Config { + pub trait Config: + CreateAuthorizedTransaction> + SigningTypes + frame_system::Config + { /// The identifier type for an offchain worker. type AuthorityId: AppCrypto; /// something that knows how to verify beacon pulses @@ -288,60 +293,34 @@ pub mod pallet { } } - #[pallet::validate_unsigned] - impl ValidateUnsigned for Pallet { - type Call = Call; - - /// Validate unsigned call to this module. - /// - /// By default unsigned transactions are disallowed, but implementing the validator - /// here we make sure that some particular calls (the ones produced by offchain worker) - /// are being whitelisted and marked as valid. - fn validate_unsigned(_source: TransactionSource, call: &Self::Call) -> TransactionValidity { - match call { - Call::set_beacon_config { - config_payload: payload, - signature, - } => { - let signature = signature.as_ref().ok_or(InvalidTransaction::BadSigner)?; - Self::validate_signature_and_parameters( - payload, - signature, - &payload.block_number, - &payload.public, - None, - ) - } - Call::write_pulse { - pulses_payload: payload, - signature, - } => { - let signature = signature.as_ref().ok_or(InvalidTransaction::BadSigner)?; - let rounds: Vec = payload.pulses.iter().map(|p| p.round).collect(); - Self::validate_signature_and_parameters( - payload, - signature, - &payload.block_number, - &payload.public, - Some(&rounds), - ) - } - _ => InvalidTransaction::Call.into(), - } - } - } - #[pallet::call] impl Pallet { /// Verify and write a pulse from the beacon into the runtime #[pallet::call_index(0)] #[pallet::weight(T::WeightInfo::write_pulse())] + #[pallet::weight_of_authorize(T::WeightInfo::write_pulse())] + #[pallet::authorize(| + _source: TransactionSource, + pulses_payload: &PulsesPayload>, + signature: &Option, + | -> TransactionValidityWithRefund { + let signature = signature.as_ref().ok_or(InvalidTransaction::BadSigner)?; + let rounds: Vec = pulses_payload.pulses.iter().map(|p| p.round).collect(); + Pallet::::validate_signature_and_parameters( + pulses_payload, + signature, + &pulses_payload.block_number, + &pulses_payload.public, + Some(&rounds), + ) + .map(|validity| (validity, Weight::zero())) + })] pub fn write_pulse( origin: OriginFor, pulses_payload: PulsesPayload>, _signature: Option, ) -> DispatchResult { - ensure_none(origin)?; + ensure_authorized(origin)?; let config = BeaconConfig::::get(); let mut last_stored_round = LastStoredRound::::get(); @@ -485,29 +464,40 @@ impl Pallet { for pulse in pulses.into_iter() { let round = pulse.round; - if let Some((acc, res)) = signer.send_unsigned_transaction( - |account| PulsesPayload { - block_number, - pulses: vec![pulse.clone()], - public: account.public.clone(), - }, - |pulses_payload, signature| Call::write_pulse { - pulses_payload, - signature: Some(signature), - }, - ) { - match res { - Ok(()) => log::debug!("Drand: [{:?}] submitted round {:?}", acc.id, round), - Err(e) => log::debug!( - "Drand: [{:?}] failed to submit round {:?}: {:?}", - acc.id, - round, - e - ), - } - } else { + let Some(account) = signer.accounts_from_keys().next() else { log::debug!("Drand: No local account available to submit round {round:?}"); - } + continue; + }; + + let pulses_payload = PulsesPayload { + block_number, + pulses: vec![pulse.clone()], + public: account.public.clone(), + }; + let Some(signature) = + > as SignedPayload>::sign::< + T::AuthorityId, + >(&pulses_payload) + else { + log::debug!("Drand: [{:?}] failed to sign round {:?}", account.id, round); + continue; + }; + let call = Call::write_pulse { + pulses_payload, + signature: Some(signature), + }; + let xt = T::create_authorized_transaction(call.into()); + let res = SubmitTransaction::>::submit_transaction(xt); + + match res { + Ok(()) => log::debug!("Drand: [{:?}] submitted round {:?}", account.id, round), + Err(e) => log::debug!( + "Drand: [{:?}] failed to submit round {:?}: {:?}", + account.id, + round, + e + ), + }; } } diff --git a/pallets/drand/src/mock.rs b/pallets/drand/src/mock.rs index aa370292b1..0af9ab7abe 100644 --- a/pallets/drand/src/mock.rs +++ b/pallets/drand/src/mock.rs @@ -51,7 +51,8 @@ impl frame_system::Config for Test { type MaxConsumers = frame_support::traits::ConstU32<16>; } -type Extrinsic = TestXt; +type TxExtension = frame_system::AuthorizeCall; +type Extrinsic = TestXt; impl frame_system::offchain::SigningTypes for Test { type Public = ::Signer; @@ -66,12 +67,23 @@ where type Extrinsic = Extrinsic; } -impl frame_system::offchain::CreateBare for Test +impl frame_system::offchain::CreateTransaction for Test where RuntimeCall: From, { - fn create_bare(call: RuntimeCall) -> Self::Extrinsic { - Extrinsic::new_bare(call) + type Extension = TxExtension; + + fn create_transaction(call: RuntimeCall, extension: Self::Extension) -> Self::Extrinsic { + Extrinsic::new_transaction(call, extension) + } +} + +impl frame_system::offchain::CreateAuthorizedTransaction for Test +where + RuntimeCall: From, +{ + fn create_extension() -> Self::Extension { + TxExtension::new() } } diff --git a/pallets/drand/src/tests.rs b/pallets/drand/src/tests.rs index e07fbb08ca..2eaf6bdd2d 100644 --- a/pallets/drand/src/tests.rs +++ b/pallets/drand/src/tests.rs @@ -24,16 +24,14 @@ use codec::Encode; use frame_support::{ BoundedVec, assert_noop, assert_ok, pallet_prelude::{InvalidTransaction, TransactionSource}, + traits::Authorize, weights::RuntimeDbWeight, }; use frame_system::RawOrigin; use sp_core::Get; -use sp_runtime::{ - offchain::{ - OffchainWorkerExt, - testing::{PendingRequest, TestOffchainExt}, - }, - traits::ValidateUnsigned, +use sp_runtime::offchain::{ + OffchainWorkerExt, + testing::{PendingRequest, TestOffchainExt}, }; // The round number used to collect drand pulses @@ -44,6 +42,15 @@ pub const DRAND_PULSE: &str = "{\"round\":1000,\"randomness\":\"fe290beca10872ef pub const DRAND_INFO_RESPONSE: &str = "{\"public_key\":\"83cf0f2896adee7eb8b5f01fcad3912212c437e0073e911fb90022d3e760183c8c4b450b6a0a6c3ac6a5776a2d1064510d1fec758c921cc22b0e17e63aaf4bcb5ed66304de9cf809bd274ca73bab4af5a6e9c76a4bc09e76eae8991ef5ece45a\",\"period\":3,\"genesis_time\":1692803367,\"hash\":\"52db9ba70e0cc0f6eaf7803dd07447a1f5477735fd3f661792ba94600c84e971\",\"groupHash\":\"f477d5c89f21a17c863a7f937c6a6d15859414d2be09cd448d4279af331c5d3e\",\"schemeID\":\"bls-unchained-g1-rfc9380\",\"metadata\":{\"beaconID\":\"quicknet\"}}"; const INVALID_JSON: &str = r#"{"round":1000,"randomness":"not base64??","signature":}"#; +fn authorize_call( + call: &Call, + source: TransactionSource, +) -> sp_runtime::transaction_validity::TransactionValidity { + call.authorize(source) + .expect("drand write_pulse should provide authorization") + .map(|(validity, _)| validity) +} + #[test] fn it_can_submit_valid_pulse_when_beacon_config_exists() { new_test_ext().execute_with(|| { @@ -79,7 +86,7 @@ fn it_can_submit_valid_pulse_when_beacon_config_exists() { // Dispatch an unsigned extrinsic. assert_ok!(Drand::write_pulse( - RuntimeOrigin::none(), + RawOrigin::Authorized.into(), pulses_payload, signature )); @@ -128,7 +135,7 @@ fn it_rejects_invalid_pulse_due_to_bad_signature() { assert_noop!( Drand::write_pulse( - RawOrigin::None.into(), + RawOrigin::Authorized.into(), pulses_payload.clone(), Some(pulses_signature) ), @@ -173,7 +180,7 @@ fn it_rejects_pulses_with_non_incremental_round_numbers() { // Dispatch an unsigned extrinsic. assert_ok!(Drand::write_pulse( - RuntimeOrigin::none(), + RawOrigin::Authorized.into(), pulses_payload.clone(), signature )); @@ -184,7 +191,7 @@ fn it_rejects_pulses_with_non_incremental_round_numbers() { // Attempt to submit the same pulse again, which should fail assert_noop!( - Drand::write_pulse(RuntimeOrigin::none(), pulses_payload, signature), + Drand::write_pulse(RawOrigin::Authorized.into(), pulses_payload, signature), Error::::InvalidRoundNumber, ); }); @@ -270,7 +277,7 @@ fn signed_cannot_submit_beacon_info() { } #[test] -fn test_validate_unsigned_write_pulse() { +fn test_authorize_write_pulse() { new_test_ext().execute_with(|| { let block_number = 100_000_000; let alice = sp_keyring::Sr25519Keyring::Alice; @@ -295,14 +302,14 @@ fn test_validate_unsigned_write_pulse() { }; let source = TransactionSource::External; - let validity = Drand::validate_unsigned(source, &call); + let validity = authorize_call(&call, source); assert_ok!(validity); }); } #[test] -fn test_not_validate_unsigned_write_pulse_with_bad_proof() { +fn test_not_authorize_write_pulse_with_bad_proof() { new_test_ext().execute_with(|| { let block_number = 100_000_000; let alice = sp_keyring::Sr25519Keyring::Alice; @@ -321,14 +328,14 @@ fn test_not_validate_unsigned_write_pulse_with_bad_proof() { }; let source = TransactionSource::External; - let validity = Drand::validate_unsigned(source, &call); + let validity = authorize_call(&call, source); assert_noop!(validity, InvalidTransaction::BadProof); }); } #[test] -fn test_not_validate_unsigned_write_pulse_with_no_payload_signature() { +fn test_not_authorize_write_pulse_with_no_payload_signature() { new_test_ext().execute_with(|| { let block_number = 100_000_000; let alice = sp_keyring::Sr25519Keyring::Alice; @@ -347,7 +354,7 @@ fn test_not_validate_unsigned_write_pulse_with_no_payload_signature() { }; let source = TransactionSource::External; - let validity = Drand::validate_unsigned(source, &call); + let validity = authorize_call(&call, source); assert_noop!(validity, InvalidTransaction::BadSigner); }); @@ -397,7 +404,7 @@ fn can_execute_and_handle_valid_http_responses() { } #[test] -fn validate_unsigned_rejects_future_block_number() { +fn authorize_rejects_future_block_number() { new_test_ext().execute_with(|| { let block_number = 100_000_000; let future_block_number = 100_000_100; @@ -416,7 +423,7 @@ fn validate_unsigned_rejects_future_block_number() { }; let source = TransactionSource::External; - let validity = Drand::validate_unsigned(source, &call); + let validity = authorize_call(&call, source); assert_noop!(validity, InvalidTransaction::Future); }); diff --git a/pallets/drand/src/types.rs b/pallets/drand/src/types.rs index 6763787935..00cec9c890 100644 --- a/pallets/drand/src/types.rs +++ b/pallets/drand/src/types.rs @@ -199,8 +199,8 @@ pub struct Pulse { /// Payload used by to hold the pulse /// data required to submit a transaction. -#[freeze_struct("d56228e0330b6598")] -#[derive(Encode, Decode, DecodeWithMemTracking, Clone, PartialEq, Eq, RuntimeDebug, TypeInfo)] +#[freeze_struct("7bc8788d055c45e3")] +#[derive(Encode, Decode, DecodeWithMemTracking, Clone, PartialEq, Eq, Debug, TypeInfo)] pub struct PulsesPayload { pub block_number: BlockNumber, pub pulses: Vec, diff --git a/pallets/drand/src/verifier.rs b/pallets/drand/src/verifier.rs index 36c212181a..b0ecf2f305 100644 --- a/pallets/drand/src/verifier.rs +++ b/pallets/drand/src/verifier.rs @@ -23,7 +23,8 @@ use crate::{ types::{BeaconConfiguration, Pulse, RoundNumber}, }; use alloc::{format, string::String, vec::Vec}; -use ark_ec::{AffineRepr, hashing::HashToCurve}; +use ark_ec::hashing::HashToCurve; +use ark_ec_05::AffineRepr; use ark_serialize::CanonicalSerialize; use codec::Decode; use sha2::{Digest, Sha256}; @@ -31,8 +32,8 @@ use sp_crypto_ec_utils::bls12_381::{G1Affine as G1AffineOpt, G2Affine as G2Affin use tle::curves::drand::TinyBLS381; use w3f_bls::engine::EngineBLS; -const USAGE: ark_scale::Usage = ark_scale::WIRE; -pub type ArkScale = ark_scale::ArkScale; +const USAGE: ark_scale_05::Usage = ark_scale_05::WIRE; +pub type ArkScale = ark_scale_05::ArkScale; /// construct a message (e.g. signed by drand) fn message(current_round: RoundNumber, prev_sig: &[u8]) -> Vec { diff --git a/pallets/limit-orders/Cargo.toml b/pallets/limit-orders/Cargo.toml index 48ffc61dcb..1ce2ad5cc3 100644 --- a/pallets/limit-orders/Cargo.toml +++ b/pallets/limit-orders/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true [dependencies] codec = { workspace = true, features = ["derive"] } frame-benchmarking = { workspace = true, optional = true } -sp-io = { workspace = true, optional = true } +sp-io.workspace = true sp-keyring = { workspace = true, optional = true } frame-support.workspace = true frame-system.workspace = true @@ -37,7 +37,7 @@ std = [ "frame-system/std", "scale-info/std", "sp-core/std", - "sp-io?/std", + "sp-io/std", "sp-keyring?/std", "sp-keystore/std", "sp-runtime/std", @@ -53,7 +53,6 @@ runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "sp-runtime/runtime-benchmarks", - "sp-io", "subtensor-runtime-common/runtime-benchmarks", "subtensor-swap-interface/runtime-benchmarks", ] \ No newline at end of file diff --git a/pallets/limit-orders/src/lib.rs b/pallets/limit-orders/src/lib.rs index 1d5548c529..7272192886 100644 --- a/pallets/limit-orders/src/lib.rs +++ b/pallets/limit-orders/src/lib.rs @@ -574,7 +574,7 @@ pub mod pallet { /// Derive the on-chain `OrderId` as blake2_256 over the SCALE-encoded order. pub fn derive_order_id(order: &VersionedOrder) -> H256 { - H256(sp_core::hashing::blake2_256(&order.encode())) + H256(sp_io::hashing::blake2_256(&order.encode())) } /// Account derived from the pallet's `PalletId`. diff --git a/pallets/proxy/src/lib.rs b/pallets/proxy/src/lib.rs index 1fca855327..6b31232522 100644 --- a/pallets/proxy/src/lib.rs +++ b/pallets/proxy/src/lib.rs @@ -66,7 +66,7 @@ type AccountIdLookupOf = <::Lookup as StaticLookup PartialEq, Ord, PartialOrd, - RuntimeDebug, + Debug, MaxEncodedLen, TypeInfo, )] @@ -82,7 +82,7 @@ pub struct ProxyDefinition { } /// Details surrounding a specific instance of an announcement to make a call. -#[derive(Encode, Decode, Clone, Copy, Eq, PartialEq, RuntimeDebug, MaxEncodedLen, TypeInfo)] +#[derive(Encode, Decode, Clone, Copy, Eq, PartialEq, Debug, MaxEncodedLen, TypeInfo)] #[freeze_struct("4c1b5c8c3bc489ad")] pub struct Announcement { /// The account which made the announcement. @@ -101,7 +101,7 @@ pub struct Announcement { Copy, Eq, PartialEq, - RuntimeDebug, + Debug, MaxEncodedLen, TypeInfo, DecodeWithMemTracking, diff --git a/pallets/proxy/src/tests.rs b/pallets/proxy/src/tests.rs index 5bc5be2415..dc8a9c2a52 100644 --- a/pallets/proxy/src/tests.rs +++ b/pallets/proxy/src/tests.rs @@ -69,7 +69,7 @@ impl pallet_utility::Config for Test { Encode, Decode, DecodeWithMemTracking, - RuntimeDebug, + Debug, MaxEncodedLen, scale_info::TypeInfo, )] diff --git a/pallets/shield/src/lib.rs b/pallets/shield/src/lib.rs index f96374590e..e16712a91d 100644 --- a/pallets/shield/src/lib.rs +++ b/pallets/shield/src/lib.rs @@ -3,7 +3,6 @@ extern crate alloc; -use alloc::vec; use chacha20poly1305::{ KeyInit, XChaCha20Poly1305, XNonce, aead::{Aead, Payload}, @@ -19,7 +18,7 @@ use ml_kem::{ kem::{Decapsulate, DecapsulationKey}, }; use sp_io::hashing::twox_128; -use sp_runtime::traits::{Applyable, Block as BlockT, Checkable, Hash}; +use sp_runtime::traits::{Block as BlockT, Checkable, ExtrinsicCall, Hash}; use sp_runtime::traits::{Dispatchable, Saturating}; use stp_shield::{ INHERENT_IDENTIFIER, InherentType, LOG_TARGET, MLKEM768_ENC_KEY_LEN, ShieldEncKey, @@ -48,8 +47,6 @@ pub use extension::CheckShieldedTxValidity; type MigrationKeyMaxLen = ConstU32<128>; type ExtrinsicOf = ::Extrinsic; -type CheckedOf = >::Checked; -type ApplyableCallOf = ::Call; const MAX_EXTRINSIC_DEPTH: u32 = 8; @@ -581,9 +578,8 @@ impl Pallet { uxt: ExtrinsicOf, ) -> Option where - Block::Extrinsic: Checkable, - CheckedOf: Applyable, - ApplyableCallOf>: IsSubType>, + Block::Extrinsic: Checkable + ExtrinsicCall, + ::Call: IsSubType>, { // Prevent stack overflows by limiting the depth of the extrinsic. let encoded = uxt.encode(); @@ -596,20 +592,21 @@ impl Pallet { ) .ok()?; + let Some(Call::submit_encrypted { ciphertext }) = + IsSubType::>::is_sub_type(ExtrinsicCall::call(&uxt)) + else { + return None; + }; + let ciphertext = ciphertext.clone(); + // Verify that the signature is correct. - let xt = ExtrinsicOf::::check(uxt, &Context::default()) + ExtrinsicOf::::check(uxt, &Context::default()) .inspect_err( |e| log::debug!(target: LOG_TARGET, "Failed to check shielded extrinsic: {:?}", e), ) .ok()?; - let call = xt.call(); - - let Some(Call::submit_encrypted { ciphertext }) = IsSubType::>::is_sub_type(call) - else { - return None; - }; - ShieldedTransaction::parse(ciphertext) + ShieldedTransaction::parse(&ciphertext) } pub fn is_shielded_using_current_key(key_hash: &[u8; 16]) -> bool { diff --git a/pallets/shield/src/mock.rs b/pallets/shield/src/mock.rs index 1bb6fa018a..774b4eb8ee 100644 --- a/pallets/shield/src/mock.rs +++ b/pallets/shield/src/mock.rs @@ -71,7 +71,7 @@ impl pallet_shield::FindAuthors for MockFindAuthors { fn find_current_author() -> Option { // Thread-local override (unit tests) → Aura fallback (benchmarks). MOCK_CURRENT.with(|c| c.borrow().clone()).or_else(|| { - let slot = Aura::current_slot_from_digests()?; + let slot = pallet_aura::CurrentSlot::::get(); let auths = pallet_aura::Authorities::::get().into_inner(); auths.get(*slot as usize % auths.len()).cloned() }) @@ -81,7 +81,7 @@ impl pallet_shield::FindAuthors for MockFindAuthors { if let Some(val) = MOCK_NEXT_NEXT.with(|n| n.borrow().clone()) { return val; } - let slot = Aura::current_slot_from_digests()?.checked_add(2)?; + let slot = pallet_aura::CurrentSlot::::get().checked_add(2)?; let auths = pallet_aura::Authorities::::get().into_inner(); auths.get(slot as usize % auths.len()).cloned() } diff --git a/pallets/subtensor/src/subnets/leasing.rs b/pallets/subtensor/src/subnets/leasing.rs index d3e1b84df5..d3d9c592aa 100644 --- a/pallets/subtensor/src/subnets/leasing.rs +++ b/pallets/subtensor/src/subnets/leasing.rs @@ -22,7 +22,7 @@ use frame_support::{ }; use frame_system::pallet_prelude::OriginFor; use frame_system::pallet_prelude::*; -use sp_core::blake2_256; +use sp_io::hashing::blake2_256; use sp_runtime::{Percent, traits::TrailingZeroInput}; use substrate_fixed::types::U64F64; use subtensor_runtime_common::{AlphaBalance, NetUid}; @@ -34,8 +34,8 @@ pub type CurrencyOf = ::Currency; pub type BalanceOf = as fungible::Inspect<::AccountId>>::Balance; -#[freeze_struct("8cc3d0594faed7dd")] -#[derive(Encode, Decode, Eq, PartialEq, Ord, PartialOrd, RuntimeDebug, TypeInfo)] +#[freeze_struct("9d744b7d73e5932b")] +#[derive(Encode, Decode, Eq, PartialEq, Ord, PartialOrd, Debug, TypeInfo)] pub struct SubnetLease { /// The beneficiary of the lease, able to operate the subnet through /// a proxy and taking ownership of the subnet at the end of the lease (if defined). diff --git a/pallets/subtensor/src/tests/evm.rs b/pallets/subtensor/src/tests/evm.rs index d692a72f72..cacfd7d7ea 100644 --- a/pallets/subtensor/src/tests/evm.rs +++ b/pallets/subtensor/src/tests/evm.rs @@ -8,7 +8,8 @@ use super::mock::*; use crate::*; use frame_support::testing_prelude::*; -use sp_core::{H160, Pair, U256, blake2_256, ecdsa, keccak_256}; +use sp_core::{H160, Pair, U256, ecdsa, keccak_256}; +use sp_io::hashing::blake2_256; use std::convert::AsRef; fn public_to_evm_key(pubkey: &ecdsa::Public) -> H160 { diff --git a/pallets/subtensor/src/utils/evm.rs b/pallets/subtensor/src/utils/evm.rs index 1ac5c65b24..9227961705 100644 --- a/pallets/subtensor/src/utils/evm.rs +++ b/pallets/subtensor/src/utils/evm.rs @@ -3,7 +3,8 @@ use alloc::string::ToString; use frame_support::ensure; use frame_system::ensure_signed; -use sp_core::{H160, ecdsa::Signature, hashing::keccak_256}; +use sp_core::{H160, ecdsa::Signature}; +use sp_io::hashing::keccak_256; use sp_std::vec::Vec; use subtensor_runtime_common::NetUid; diff --git a/pallets/swap/src/pallet/balancer.rs b/pallets/swap/src/pallet/balancer.rs index 244e4ff9eb..6326689024 100644 --- a/pallets/swap/src/pallet/balancer.rs +++ b/pallets/swap/src/pallet/balancer.rs @@ -61,8 +61,8 @@ use subtensor_macros::freeze_struct; /// - ∆y: Tao paid in/out /// - w1: Base weight (a.k.a weight_base) /// - w2: Quote weight (a.k.a weight_quote) -#[freeze_struct("33a4fb0774da77c7")] -#[derive(Clone, Encode, Decode, PartialEq, Eq, RuntimeDebug, TypeInfo, MaxEncodedLen)] +#[freeze_struct("28380267604295c9")] +#[derive(Clone, Encode, Decode, PartialEq, Eq, Debug, TypeInfo, MaxEncodedLen)] pub struct Balancer { quote: Perquintill, } diff --git a/pallets/swap/src/pallet/mod.rs b/pallets/swap/src/pallet/mod.rs index b9044d4e82..9ee0cb503c 100644 --- a/pallets/swap/src/pallet/mod.rs +++ b/pallets/swap/src/pallet/mod.rs @@ -282,7 +282,7 @@ mod pallet { pub struct TickIndex(i32); /// Struct representing a liquidity position ID, DEPRECATED -#[freeze_struct("e695cd6455c3f0cb")] +#[freeze_struct("c8df1b174a78d321")] #[derive( Clone, Copy, @@ -293,7 +293,7 @@ pub struct TickIndex(i32); Eq, MaxEncodedLen, PartialEq, - RuntimeDebug, + Debug, TypeInfo, )] pub struct PositionId(u128); diff --git a/pallets/transaction-fee/src/lib.rs b/pallets/transaction-fee/src/lib.rs index fbbe2cd805..ac637d0c83 100644 --- a/pallets/transaction-fee/src/lib.rs +++ b/pallets/transaction-fee/src/lib.rs @@ -6,10 +6,7 @@ use frame_support::{ storage::{TransactionOutcome, with_transaction}, traits::{ Imbalance, IsSubType, OnUnbalanced, - fungible::{ - Balanced, Credit, Debt, DecreaseIssuance, Imbalance as FungibleImbalance, - IncreaseIssuance, Inspect, - }, + fungible::{Balanced, Credit, Debt, Inspect}, tokens::{Precision, WithdrawConsequence}, }, weights::{WeightToFeeCoefficient, WeightToFeeCoefficients, WeightToFeePolynomial}, @@ -28,7 +25,7 @@ use sp_runtime::{ // Pallets use pallet_subtensor::Call as SubtensorCall; use pallet_transaction_payment::Config as PTPConfig; -use pallet_transaction_payment::OnChargeTransaction; +use pallet_transaction_payment::{OnChargeTransaction, TxCreditHold}; use subtensor_swap_interface::SwapHandler; // Misc @@ -89,13 +86,9 @@ impl Default for TransactionFeeHandler { } } -type BalancesImbalanceOf = FungibleImbalance< - ::Balance, - DecreaseIssuance, pallet_balances::Pallet>, - IncreaseIssuance, pallet_balances::Pallet>, ->; +type BalancesCreditOf = Credit, pallet_balances::Pallet>; -impl OnUnbalanced> for TransactionFeeHandler +impl OnUnbalanced> for TransactionFeeHandler where T: frame_system::Config + pallet_balances::Config @@ -103,7 +96,7 @@ where + AuthorshipInfo>, ::Balance: Into + Copy, { - fn on_nonzero_unbalanced(imbalance: BalancesImbalanceOf) { + fn on_nonzero_unbalanced(imbalance: BalancesCreditOf) { if let Some(author) = T::author() { // Pay block author let _ = as Balanced<_>>::resolve(&author, imbalance); @@ -322,6 +315,13 @@ impl SubtensorTxFeeHandler { } } +impl TxCreditHold for SubtensorTxFeeHandler +where + T: PTPConfig, +{ + type Credit = (); +} + impl OnChargeTransaction for SubtensorTxFeeHandler where T: PTPConfig + pallet_subtensor::Config + AuthorshipInfo>, diff --git a/precompiles/src/address_mapping.rs b/precompiles/src/address_mapping.rs index c8f3815c49..f89866cf4b 100644 --- a/precompiles/src/address_mapping.rs +++ b/precompiles/src/address_mapping.rs @@ -9,8 +9,8 @@ use frame_support::dispatch::{DispatchInfo, GetDispatchInfo, PostDispatchInfo}; use frame_support::traits::IsSubType; use pallet_evm::PrecompileHandle; use pallet_subtensor_proxy as pallet_proxy; -use precompile_utils::EvmResult; use precompile_utils::prelude::Address; +use precompile_utils::EvmResult; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable}; pub struct AddressMappingPrecompile(PhantomData); @@ -82,7 +82,7 @@ mod tests { use super::*; use crate::mock::{ - Runtime, addr_from_index, execute_precompile, new_test_ext, precompiles, selector_u32, + addr_from_index, execute_precompile, new_test_ext, precompiles, selector_u32, Runtime, }; use pallet_evm::AddressMapping; use precompile_utils::solidity::{codec::Address, encode_with_selector}; diff --git a/precompiles/src/alpha.rs b/precompiles/src/alpha.rs index 9840c42575..1bba4bc40b 100644 --- a/precompiles/src/alpha.rs +++ b/precompiles/src/alpha.rs @@ -258,11 +258,11 @@ mod tests { #![allow(clippy::expect_used)] use super::*; - use crate::PrecompileExt; use crate::mock::{ - Runtime, addr_from_index, alpha_price_to_evm, assert_static_call, new_test_ext, - precompiles, selector_u32, + addr_from_index, alpha_price_to_evm, assert_static_call, new_test_ext, precompiles, + selector_u32, Runtime, }; + use crate::PrecompileExt; use precompile_utils::solidity::encode_with_selector; use substrate_fixed::types::I96F32; use subtensor_runtime_common::{AlphaBalance, TaoBalance}; diff --git a/precompiles/src/crowdloan.rs b/precompiles/src/crowdloan.rs index 1c66d941ca..b0adb3bd9c 100644 --- a/precompiles/src/crowdloan.rs +++ b/precompiles/src/crowdloan.rs @@ -9,7 +9,7 @@ use pallet_evm::AddressMapping; use pallet_evm::PrecompileHandle; use pallet_subtensor_proxy as pallet_proxy; use precompile_utils::prelude::Address; -use precompile_utils::{EvmResult, solidity::Codec}; +use precompile_utils::{solidity::Codec, EvmResult}; use sp_core::{ByteArray, H256}; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable, UniqueSaturatedInto}; @@ -266,11 +266,11 @@ mod tests { #![allow(clippy::expect_used, clippy::arithmetic_side_effects)] use super::*; - use crate::PrecompileExt; use crate::mock::{ - AccountId, Runtime, RuntimeOrigin, System, addr_from_index, fund_account, mapped_account, - new_test_ext, precompiles, selector_u32, + addr_from_index, fund_account, mapped_account, new_test_ext, precompiles, selector_u32, + AccountId, Runtime, RuntimeOrigin, System, }; + use crate::PrecompileExt; use precompile_utils::solidity::{codec::Address, encode_return_value, encode_with_selector}; use precompile_utils::testing::PrecompileTesterExt; use sp_core::H160; diff --git a/precompiles/src/ed25519.rs b/precompiles/src/ed25519.rs index 38204c4304..c85f18f0d5 100644 --- a/precompiles/src/ed25519.rs +++ b/precompiles/src/ed25519.rs @@ -6,7 +6,7 @@ use core::marker::PhantomData; use ed25519_dalek::{Signature, Verifier, VerifyingKey}; use fp_evm::{ExitError, ExitSucceed, LinearCostPrecompile, PrecompileFailure}; -use crate::{PrecompileExt, parse_slice}; +use crate::{parse_slice, PrecompileExt}; pub struct Ed25519Verify(PhantomData); @@ -63,11 +63,11 @@ mod tests { use super::*; use crate::mock::{ - AccountId, abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, + abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, AccountId, }; use precompile_utils::solidity::encode_with_selector; use precompile_utils::testing::PrecompileTesterExt; - use sp_core::{H256, Pair, U256, ed25519}; + use sp_core::{ed25519, Pair, H256, U256}; #[test] fn ed25519_precompile_verifies_valid_and_invalid_signatures() { diff --git a/precompiles/src/extensions.rs b/precompiles/src/extensions.rs index 984b70a91b..aacc53620c 100644 --- a/precompiles/src/extensions.rs +++ b/precompiles/src/extensions.rs @@ -9,9 +9,10 @@ use pallet_evm::{ AddressMapping, BalanceConverter, EvmBalance, ExitError, GasWeightMapping, Precompile, PrecompileFailure, PrecompileHandle, PrecompileResult, }; -use precompile_utils::EvmResult; use precompile_utils::prelude::RuntimeHelper; -use sp_core::{H160, U256, blake2_256}; +use precompile_utils::EvmResult; +use sp_core::{H160, U256}; +use sp_io::hashing::blake2_256; use sp_runtime::traits::{Dispatchable, ExtensionPostDispatchWeightHandler}; use sp_std::vec::Vec; use subtensor_runtime_common::with_evm_context; diff --git a/precompiles/src/leasing.rs b/precompiles/src/leasing.rs index 5ebf03cb3c..2dac65a3a4 100644 --- a/precompiles/src/leasing.rs +++ b/precompiles/src/leasing.rs @@ -7,11 +7,11 @@ use frame_support::traits::IsSubType; use frame_system::RawOrigin; use pallet_evm::AddressMapping; use pallet_evm::PrecompileHandle; -use precompile_utils::{EvmResult, solidity::Codec}; +use precompile_utils::{solidity::Codec, EvmResult}; use sp_core::{ByteArray, H256}; use sp_runtime::{ - Percent, traits::{AsSystemOriginSigner, Dispatchable, UniqueSaturatedInto}, + Percent, }; use subtensor_runtime_common::NetUid; @@ -196,11 +196,11 @@ mod tests { #![allow(clippy::expect_used, clippy::arithmetic_side_effects)] use super::*; - use crate::PrecompileExt; use crate::mock::{ - AccountId, Runtime, RuntimeCall, RuntimeOrigin, System, addr_from_index, fund_account, - mapped_account, new_test_ext, precompiles, selector_u32, + addr_from_index, fund_account, mapped_account, new_test_ext, precompiles, selector_u32, + AccountId, Runtime, RuntimeCall, RuntimeOrigin, System, }; + use crate::PrecompileExt; use frame_support::StorageDoubleMap; use precompile_utils::solidity::{encode_return_value, encode_with_selector}; use precompile_utils::testing::PrecompileTesterExt; diff --git a/precompiles/src/lib.rs b/precompiles/src/lib.rs index cf54934d95..b2e55974f6 100644 --- a/precompiles/src/lib.rs +++ b/precompiles/src/lib.rs @@ -32,7 +32,7 @@ use pallet_evm_precompile_sha3fips::Sha3FIPS256; use pallet_evm_precompile_simple::{ECRecover, ECRecoverPublicKey, Identity, Ripemd160, Sha256}; use pallet_subtensor_proxy as pallet_proxy; pub use proxy::ProxyPrecompile; -use sp_core::{H160, U256, crypto::ByteArray}; +use sp_core::{crypto::ByteArray, H160, U256}; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable, StaticLookup}; pub use sr25519::Sr25519Verify; pub use staking::{StakingPrecompile, StakingPrecompileV2}; @@ -217,7 +217,7 @@ where a if a == hash(8) => Some(Bn128Pairing::execute(handle)), a if a == hash(9) => Some(Bn128Add::execute(handle)), // Non-Frontier specific nor Ethereum precompiles : - a if a == hash(1024) => Some(Sha3FIPS256::execute(handle)), + a if a == hash(1024) => Some(Sha3FIPS256::::execute(handle)), a if a == hash(1025) => Some(ECRecoverPublicKey::execute(handle)), a if a == hash(Ed25519Verify::::INDEX) => { Some(Ed25519Verify::::execute(handle)) diff --git a/precompiles/src/metagraph.rs b/precompiles/src/metagraph.rs index ec8086a87e..a5c079c6d9 100644 --- a/precompiles/src/metagraph.rs +++ b/precompiles/src/metagraph.rs @@ -3,7 +3,7 @@ use core::marker::PhantomData; use fp_evm::{ExitError, PrecompileFailure, PrecompileHandle}; use pallet_subtensor::AxonInfo as SubtensorModuleAxonInfo; -use precompile_utils::{EvmResult, solidity::Codec}; +use precompile_utils::{solidity::Codec, EvmResult}; use sp_core::{ByteArray, H256}; use subtensor_runtime_common::{NetUid, Token}; @@ -214,10 +214,10 @@ mod tests { #![allow(clippy::expect_used)] use super::*; - use crate::PrecompileExt; use crate::mock::{ - Runtime, abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, + abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, Runtime, }; + use crate::PrecompileExt; use precompile_utils::solidity::{encode_return_value, encode_with_selector}; use precompile_utils::testing::PrecompileTesterExt; use sp_core::H256; diff --git a/precompiles/src/mock.rs b/precompiles/src/mock.rs index 2cd917b43c..b8455906ff 100644 --- a/precompiles/src/mock.rs +++ b/precompiles/src/mock.rs @@ -6,21 +6,22 @@ use core::{marker::PhantomData, num::NonZeroU64}; use fp_evm::{Context, PrecompileResult}; use frame_support::{ - PalletId, derive_impl, parameter_types, + derive_impl, parameter_types, traits::{Everything, PrivilegeCmp}, weights::Weight, + PalletId, }; -use frame_system::{EnsureRoot, limits}; +use frame_system::{limits, EnsureRoot}; use pallet_evm::{ AddressMapping, BalanceConverter, EnsureAddressNever, EnsureAddressRoot, EvmBalance, PrecompileHandle, PrecompileSet, SubstrateBalance, }; use precompile_utils::testing::MockHandle; -use sp_core::{ConstU64, H160, H256, U256, crypto::AccountId32}; +use sp_core::{crypto::AccountId32, ConstU64, H160, H256, U256}; use sp_runtime::{ - BuildStorage, KeyTypeId, Perbill, Percent, testing::TestXt, traits::{BlakeTwo256, ConstU32, IdentityLookup}, + BuildStorage, KeyTypeId, Perbill, Percent, }; use substrate_fixed::types::U64F64; use subtensor_runtime_common::{AuthorshipInfo, NetUid, ProxyType, TaoBalance}; diff --git a/precompiles/src/neuron.rs b/precompiles/src/neuron.rs index 8856acdbbd..112c44ccec 100644 --- a/precompiles/src/neuron.rs +++ b/precompiles/src/neuron.rs @@ -4,7 +4,7 @@ use frame_support::dispatch::{DispatchInfo, GetDispatchInfo, PostDispatchInfo}; use frame_support::traits::IsSubType; use frame_system::RawOrigin; use pallet_evm::{AddressMapping, PrecompileHandle}; -use precompile_utils::{EvmResult, prelude::UnboundedBytes}; +use precompile_utils::{prelude::UnboundedBytes, EvmResult}; use sp_core::H256; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable}; use sp_std::vec::Vec; @@ -258,11 +258,11 @@ mod tests { #![allow(clippy::expect_used, clippy::indexing_slicing, clippy::unwrap_used)] use super::*; - use crate::PrecompileExt; use crate::mock::{ - AccountId, Runtime, System, addr_from_index, execute_precompile, mapped_account, - new_test_ext, precompiles, selector_u32, + addr_from_index, execute_precompile, mapped_account, new_test_ext, precompiles, + selector_u32, AccountId, Runtime, System, }; + use crate::PrecompileExt; use precompile_utils::solidity::encode_with_selector; use precompile_utils::testing::PrecompileTesterExt; use sp_core::{H160, H256, U256}; @@ -509,13 +509,11 @@ mod tests { ) .execute_returns(()); - assert!( - pallet_subtensor::WeightCommits::::get( - NetUidStorageIndex::from(netuid), - &caller_account - ) - .is_none() - ); + assert!(pallet_subtensor::WeightCommits::::get( + NetUidStorageIndex::from(netuid), + &caller_account + ) + .is_none()); let neuron_uid = pallet_subtensor::Pallet::::get_uid_for_net_and_hotkey( netuid, diff --git a/precompiles/src/sr25519.rs b/precompiles/src/sr25519.rs index 324bd7abca..0e3a23701c 100644 --- a/precompiles/src/sr25519.rs +++ b/precompiles/src/sr25519.rs @@ -7,7 +7,7 @@ use sp_runtime::traits::Verify; use fp_evm::{ExitError, ExitSucceed, LinearCostPrecompile, PrecompileFailure}; -use crate::{PrecompileExt, parse_slice}; +use crate::{parse_slice, PrecompileExt}; pub struct Sr25519Verify(PhantomData); @@ -62,11 +62,11 @@ mod tests { use super::*; use crate::mock::{ - AccountId, abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, + abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, AccountId, }; use precompile_utils::solidity::encode_with_selector; use precompile_utils::testing::PrecompileTesterExt; - use sp_core::{H256, Pair, U256, sr25519}; + use sp_core::{sr25519, Pair, H256, U256}; #[test] fn sr25519_precompile_verifies_valid_and_invalid_signatures() { diff --git a/precompiles/src/staking.rs b/precompiles/src/staking.rs index 554115ddf0..ff0643a46e 100644 --- a/precompiles/src/staking.rs +++ b/precompiles/src/staking.rs @@ -32,18 +32,18 @@ use alloc::vec::Vec; use core::marker::PhantomData; -use frame_support::Blake2_128Concat; use frame_support::dispatch::{DispatchInfo, GetDispatchInfo, PostDispatchInfo}; use frame_support::pallet_prelude::{StorageDoubleMap, ValueQuery}; use frame_support::traits::{IsSubType, StorageInstance}; +use frame_support::Blake2_128Concat; use frame_system::RawOrigin; use pallet_evm::{ AddressMapping, BalanceConverter, EvmBalance, ExitError, PrecompileFailure, PrecompileHandle, SubstrateBalance, }; use pallet_subtensor_proxy as pallet_proxy; +use precompile_utils::prelude::{revert, Address}; use precompile_utils::EvmResult; -use precompile_utils::prelude::{Address, revert}; use sp_core::{H160, H256, U256}; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable, StaticLookup, UniqueSaturatedInto}; use sp_std::vec; @@ -936,12 +936,12 @@ mod tests { )] use super::*; - use crate::PrecompileExt; use crate::mock::{ - AccountId, Proxy, Runtime, RuntimeCall, RuntimeOrigin, addr_from_index, assert_static_call, - execute_precompile, fund_account, mapped_account, new_test_ext, precompiles, selector_u32, - substrate_to_evm, + addr_from_index, assert_static_call, execute_precompile, fund_account, mapped_account, + new_test_ext, precompiles, selector_u32, substrate_to_evm, AccountId, Proxy, Runtime, + RuntimeCall, RuntimeOrigin, }; + use crate::PrecompileExt; use precompile_utils::solidity::{encode_return_value, encode_with_selector}; use precompile_utils::testing::PrecompileTesterExt; use sp_core::{H160, H256}; diff --git a/precompiles/src/subnet.rs b/precompiles/src/subnet.rs index 9992bd1cf3..8041b89927 100644 --- a/precompiles/src/subnet.rs +++ b/precompiles/src/subnet.rs @@ -5,7 +5,7 @@ use frame_support::traits::ConstU32; use frame_support::traits::IsSubType; use frame_system::RawOrigin; use pallet_evm::{AddressMapping, PrecompileHandle}; -use precompile_utils::{EvmResult, prelude::BoundedString}; +use precompile_utils::{prelude::BoundedString, EvmResult}; use sp_core::H256; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable}; use sp_std::vec; @@ -863,11 +863,11 @@ mod tests { )] use super::*; - use crate::PrecompileExt; use crate::mock::{ - AccountId, Runtime, addr_from_index, assert_static_call, mapped_account, new_test_ext, - precompiles, selector_u32, + addr_from_index, assert_static_call, mapped_account, new_test_ext, precompiles, + selector_u32, AccountId, Runtime, }; + use crate::PrecompileExt; use precompile_utils::solidity::encode_with_selector; use precompile_utils::testing::PrecompileTesterExt; use sp_core::{H160, H256, U256}; diff --git a/precompiles/src/uid_lookup.rs b/precompiles/src/uid_lookup.rs index dc65501ba1..ca51be155d 100644 --- a/precompiles/src/uid_lookup.rs +++ b/precompiles/src/uid_lookup.rs @@ -2,7 +2,7 @@ use core::marker::PhantomData; use frame_support::dispatch::{GetDispatchInfo, PostDispatchInfo}; use pallet_evm::PrecompileHandle; -use precompile_utils::{EvmResult, prelude::Address}; +use precompile_utils::{prelude::Address, EvmResult}; use sp_runtime::traits::{Dispatchable, StaticLookup}; use sp_std::vec::Vec; @@ -58,7 +58,7 @@ mod tests { #![allow(clippy::expect_used)] use super::*; - use crate::mock::{Runtime, addr_from_index, new_test_ext, precompiles, selector_u32}; + use crate::mock::{addr_from_index, new_test_ext, precompiles, selector_u32, Runtime}; use precompile_utils::solidity::{codec::Address, encode_return_value, encode_with_selector}; use precompile_utils::testing::PrecompileTesterExt; use subtensor_runtime_common::NetUid; diff --git a/precompiles/src/voting_power.rs b/precompiles/src/voting_power.rs index 4cad7fcb89..75848566ae 100644 --- a/precompiles/src/voting_power.rs +++ b/precompiles/src/voting_power.rs @@ -147,11 +147,11 @@ mod tests { #![allow(clippy::arithmetic_side_effects)] use super::*; - use crate::PrecompileExt; use crate::mock::{ - AccountId, Runtime, addr_from_index, assert_static_call, new_test_ext, precompiles, - selector_u32, + addr_from_index, assert_static_call, new_test_ext, precompiles, selector_u32, AccountId, + Runtime, }; + use crate::PrecompileExt; use precompile_utils::solidity::encode_with_selector; use sp_core::{H160, H256, U256}; diff --git a/runtime/src/check_nonce.rs b/runtime/src/check_nonce.rs index 0d28d33252..3fc3a3008e 100644 --- a/runtime/src/check_nonce.rs +++ b/runtime/src/check_nonce.rs @@ -3,7 +3,7 @@ use codec::{Decode, DecodeWithMemTracking, Encode}; use frame_support::{ - RuntimeDebugNoBound, + DebugNoBound, dispatch::{DispatchInfo, Pays}, }; use frame_system::Config; @@ -59,7 +59,7 @@ impl sp_std::fmt::Debug for CheckNonce { } /// Operation to perform from `validate` to `prepare` in [`CheckNonce`] transaction extension. -#[derive(RuntimeDebugNoBound)] +#[derive(DebugNoBound)] pub enum Val { /// Account and its nonce to check for. CheckNonce((T::AccountId, T::Nonce)), @@ -69,7 +69,7 @@ pub enum Val { /// Operation to perform from `prepare` to `post_dispatch_details` in [`CheckNonce`] transaction /// extension. -#[derive(RuntimeDebugNoBound)] +#[derive(DebugNoBound)] pub enum Pre { /// The transaction extension weight should not be refunded. NonceChecked, diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 05a15e8ff9..11df42a91e 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -134,7 +134,7 @@ impl frame_system::offchain::SigningTypes for Runtime { pub struct FindAuraAuthors; impl pallet_shield::FindAuthors for FindAuraAuthors { fn find_current_author() -> Option { - let slot = Aura::current_slot_from_digests()?; + let slot = pallet_aura::CurrentSlot::::get(); let authorities = pallet_aura::Authorities::::get().into_inner(); let author_index = *slot % authorities.len() as u64; @@ -142,7 +142,7 @@ impl pallet_shield::FindAuthors for FindAuraAuthors { } fn find_next_next_author() -> Option { - let slot = Aura::current_slot_from_digests()?.checked_add(2)?; + let slot = pallet_aura::CurrentSlot::::get().checked_add(2)?; let authorities = pallet_aura::Authorities::::get().into_inner(); let author_index = slot % authorities.len() as u64; @@ -177,9 +177,44 @@ where type RuntimeCall = RuntimeCall; } -impl frame_system::offchain::CreateBare> for Runtime { - fn create_bare(call: Self::RuntimeCall) -> Self::Extrinsic { - UncheckedExtrinsic::new_bare(call) +impl frame_system::offchain::CreateTransaction for Runtime +where + RuntimeCall: From, +{ + type Extension = TxExtension; + + fn create_transaction(call: RuntimeCall, extension: Self::Extension) -> Self::Extrinsic { + fp_self_contained::UncheckedExtrinsic(generic::UncheckedExtrinsic::new_transaction( + call, extension, + )) + } +} + +impl frame_system::offchain::CreateAuthorizedTransaction for Runtime +where + RuntimeCall: From, +{ + fn create_extension() -> Self::Extension { + ( + ( + frame_system::AuthorizeCall::::new(), + frame_system::CheckNonZeroSender::::new(), + frame_system::CheckSpecVersion::::new(), + frame_system::CheckTxVersion::::new(), + frame_system::CheckGenesis::::new(), + check_mortality::CheckMortality::::from(generic::Era::Immortal), + check_nonce::CheckNonce::::from(0), + frame_system::CheckWeight::::new(), + ), + ( + ChargeTransactionPaymentWrapper::::new(TaoBalance::new(0)), + SudoTransactionExtension::::new(), + pallet_shield::CheckShieldedTxValidity::::new(), + pallet_subtensor::SubtensorTransactionExtension::::new(), + pallet_drand::drand_priority::DrandPriority::::new(), + ), + frame_metadata_hash_extension::CheckMetadataHash::::new(false), + ) } } @@ -264,8 +299,12 @@ parameter_types! { MAXIMUM_BLOCK_WEIGHT, NORMAL_DISPATCH_RATIO, ); - pub BlockLength: frame_system::limits::BlockLength = frame_system::limits::BlockLength - ::max_with_normal_ratio(10 * 1024 * 1024, NORMAL_DISPATCH_RATIO); + pub BlockLength: frame_system::limits::BlockLength = frame_system::limits::BlockLength::builder() + .max_length(10 * 1024 * 1024) + .modify_max_length_for_class(frame_support::dispatch::DispatchClass::Normal, |m| { + *m = NORMAL_DISPATCH_RATIO * 10 * 1024 * 1024 + }) + .build(); pub const SS58Prefix: u8 = 42; } @@ -1459,6 +1498,7 @@ pub type Header = generic::Header; pub type Block = generic::Block; // The extensions to the basic transaction logic. pub type SystemTxExtension = ( + frame_system::AuthorizeCall, frame_system::CheckNonZeroSender, frame_system::CheckSpecVersion, frame_system::CheckTxVersion, @@ -1583,7 +1623,7 @@ impl_runtime_apis! { VERSION } - fn execute_block(block: Block) { + fn execute_block(block: ::LazyBlock) { Executive::execute_block(block); } @@ -1620,7 +1660,7 @@ impl_runtime_apis! { } fn check_inherents( - block: Block, + block: ::LazyBlock, data: sp_inherents::InherentData, ) -> sp_inherents::CheckInherentsResult { data.check_extrinsics(&block) @@ -1683,8 +1723,11 @@ impl_runtime_apis! { } impl sp_session::SessionKeys for Runtime { - fn generate_session_keys(seed: Option>) -> Vec { - opaque::SessionKeys::generate(seed) + fn generate_session_keys( + owner: Vec, + seed: Option>, + ) -> sp_session::OpaqueGeneratedSessionKeys { + opaque::SessionKeys::generate(&owner, seed).into() } fn decode_session_keys( diff --git a/support/procedural-fork/src/construct_runtime/expand/call.rs b/support/procedural-fork/src/construct_runtime/expand/call.rs index cc467c31d3..07c6970d10 100644 --- a/support/procedural-fork/src/construct_runtime/expand/call.rs +++ b/support/procedural-fork/src/construct_runtime/expand/call.rs @@ -75,7 +75,7 @@ pub fn expand_outer_dispatch( #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::scale_info::TypeInfo, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, )] pub enum RuntimeCall { #variant_defs diff --git a/support/procedural-fork/src/construct_runtime/expand/freeze_reason.rs b/support/procedural-fork/src/construct_runtime/expand/freeze_reason.rs index 131c919ef0..453506d456 100644 --- a/support/procedural-fork/src/construct_runtime/expand/freeze_reason.rs +++ b/support/procedural-fork/src/construct_runtime/expand/freeze_reason.rs @@ -60,7 +60,7 @@ pub fn expand_outer_freeze_reason(pallet_decls: &[Pallet], scrate: &TokenStream) Copy, Clone, Eq, PartialEq, #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, #scrate::__private::scale_info::TypeInfo, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, )] pub enum RuntimeFreezeReason { #( #freeze_reason_variants )* diff --git a/support/procedural-fork/src/construct_runtime/expand/hold_reason.rs b/support/procedural-fork/src/construct_runtime/expand/hold_reason.rs index 58870a3218..2236688b04 100644 --- a/support/procedural-fork/src/construct_runtime/expand/hold_reason.rs +++ b/support/procedural-fork/src/construct_runtime/expand/hold_reason.rs @@ -60,7 +60,7 @@ pub fn expand_outer_hold_reason(pallet_decls: &[Pallet], scrate: &TokenStream) - Copy, Clone, Eq, PartialEq, #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, #scrate::__private::scale_info::TypeInfo, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, )] pub enum RuntimeHoldReason { #( #hold_reason_variants )* diff --git a/support/procedural-fork/src/construct_runtime/expand/lock_id.rs b/support/procedural-fork/src/construct_runtime/expand/lock_id.rs index 67c2fb9335..f4e5c3c675 100644 --- a/support/procedural-fork/src/construct_runtime/expand/lock_id.rs +++ b/support/procedural-fork/src/construct_runtime/expand/lock_id.rs @@ -53,7 +53,7 @@ pub fn expand_outer_lock_id(pallet_decls: &[Pallet], scrate: &TokenStream) -> To Copy, Clone, Eq, PartialEq, #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, #scrate::__private::scale_info::TypeInfo, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, )] pub enum RuntimeLockId { #( #lock_id_variants )* diff --git a/support/procedural-fork/src/construct_runtime/expand/origin.rs b/support/procedural-fork/src/construct_runtime/expand/origin.rs index 58c8adec51..2180d13913 100644 --- a/support/procedural-fork/src/construct_runtime/expand/origin.rs +++ b/support/procedural-fork/src/construct_runtime/expand/origin.rs @@ -202,7 +202,7 @@ pub fn expand_outer_origin( } #[derive( - Clone, PartialEq, Eq, #scrate::__private::RuntimeDebug, #scrate::__private::codec::Encode, + Clone, PartialEq, Eq, #scrate::__private::Debug, #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::scale_info::TypeInfo, #scrate::__private::codec::MaxEncodedLen, )] #[allow(non_camel_case_types)] diff --git a/support/procedural-fork/src/construct_runtime/expand/outer_enums.rs b/support/procedural-fork/src/construct_runtime/expand/outer_enums.rs index 3747cedea2..e76adda842 100644 --- a/support/procedural-fork/src/construct_runtime/expand/outer_enums.rs +++ b/support/procedural-fork/src/construct_runtime/expand/outer_enums.rs @@ -166,7 +166,7 @@ pub fn expand_outer_enum( #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::scale_info::TypeInfo, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, )] #[allow(non_camel_case_types)] pub enum #enum_name_ident { diff --git a/support/procedural-fork/src/construct_runtime/expand/slash_reason.rs b/support/procedural-fork/src/construct_runtime/expand/slash_reason.rs index 0695d81020..b7eeee0979 100644 --- a/support/procedural-fork/src/construct_runtime/expand/slash_reason.rs +++ b/support/procedural-fork/src/construct_runtime/expand/slash_reason.rs @@ -53,7 +53,7 @@ pub fn expand_outer_slash_reason(pallet_decls: &[Pallet], scrate: &TokenStream) Copy, Clone, Eq, PartialEq, #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, #scrate::__private::scale_info::TypeInfo, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, )] pub enum RuntimeSlashReason { #( #slash_reason_variants )* diff --git a/support/procedural-fork/src/construct_runtime/expand/task.rs b/support/procedural-fork/src/construct_runtime/expand/task.rs index 94a5f52bb3..eafdd0779b 100644 --- a/support/procedural-fork/src/construct_runtime/expand/task.rs +++ b/support/procedural-fork/src/construct_runtime/expand/task.rs @@ -79,7 +79,7 @@ pub fn expand_outer_task( #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::scale_info::TypeInfo, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, )] pub enum RuntimeTask { #( #task_variants )* diff --git a/support/procedural-fork/src/construct_runtime/mod.rs b/support/procedural-fork/src/construct_runtime/mod.rs index cf39972461..3669c188c1 100644 --- a/support/procedural-fork/src/construct_runtime/mod.rs +++ b/support/procedural-fork/src/construct_runtime/mod.rs @@ -465,7 +465,7 @@ fn construct_runtime_final_expansion( }; #[derive( - Clone, Copy, PartialEq, Eq, #scrate::sp_runtime::RuntimeDebug, + Clone, Copy, PartialEq, Eq, #scrate::sp_runtime::Debug, #scrate::__private::scale_info::TypeInfo )] pub struct #name; diff --git a/support/procedural-fork/src/dynamic_params.rs b/support/procedural-fork/src/dynamic_params.rs index eeb7720798..985674d06f 100644 --- a/support/procedural-fork/src/dynamic_params.rs +++ b/support/procedural-fork/src/dynamic_params.rs @@ -289,7 +289,7 @@ impl ToTokens for DynamicPalletParamAttr { #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, #scrate::__private::scale_info::TypeInfo )] #vis enum Parameters { @@ -307,7 +307,7 @@ impl ToTokens for DynamicPalletParamAttr { #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, #scrate::__private::scale_info::TypeInfo )] #vis enum #key_ident { @@ -325,7 +325,7 @@ impl ToTokens for DynamicPalletParamAttr { #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, #scrate::__private::scale_info::TypeInfo )] #vis enum #value_ident { @@ -359,7 +359,7 @@ impl ToTokens for DynamicPalletParamAttr { #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, #scrate::__private::scale_info::TypeInfo )] #vis struct #key_names; @@ -409,7 +409,7 @@ impl ToTokens for DynamicPalletParamAttr { Clone, PartialEq, Eq, - #scrate::sp_runtime::RuntimeDebug, + #scrate::sp_runtime::Debug, )] #vis struct #key_values(pub #value_types); @@ -496,7 +496,7 @@ impl ToTokens for DynamicParamAggregatedEnum { #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, - #scrate::sp_runtime::RuntimeDebug, + #scrate::sp_runtime::Debug, #scrate::__private::scale_info::TypeInfo )] #vis enum #name { @@ -515,7 +515,7 @@ impl ToTokens for DynamicParamAggregatedEnum { #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, - #scrate::sp_runtime::RuntimeDebug, + #scrate::sp_runtime::Debug, #scrate::__private::scale_info::TypeInfo )] #vis enum #params_key_ident { @@ -533,7 +533,7 @@ impl ToTokens for DynamicParamAggregatedEnum { #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, - #scrate::sp_runtime::RuntimeDebug, + #scrate::sp_runtime::Debug, #scrate::__private::scale_info::TypeInfo )] #vis enum #params_value_ident { diff --git a/support/procedural-fork/src/pallet/parse/composite.rs b/support/procedural-fork/src/pallet/parse/composite.rs index f679710b9a..2682249195 100644 --- a/support/procedural-fork/src/pallet/parse/composite.rs +++ b/support/procedural-fork/src/pallet/parse/composite.rs @@ -159,7 +159,7 @@ impl CompositeDef { Copy, Clone, Eq, PartialEq, #scrate::__private::codec::Encode, #scrate::__private::codec::Decode, #scrate::__private::codec::MaxEncodedLen, #scrate::__private::scale_info::TypeInfo, - #scrate::__private::RuntimeDebug, + #scrate::__private::Debug, )] }; item.attrs.push(derive_attr); diff --git a/support/procedural-fork/src/runtime/expand/mod.rs b/support/procedural-fork/src/runtime/expand/mod.rs index b51012541b..aeadd853ec 100644 --- a/support/procedural-fork/src/runtime/expand/mod.rs +++ b/support/procedural-fork/src/runtime/expand/mod.rs @@ -271,7 +271,7 @@ fn construct_runtime_final_expansion( }; #[derive( - Clone, Copy, PartialEq, Eq, #scrate::sp_runtime::RuntimeDebug, + Clone, Copy, PartialEq, Eq, #scrate::sp_runtime::Debug, #scrate::__private::scale_info::TypeInfo )] pub struct #name; From 1f3b2e1844dab200a8243e1f65e4a5e10ddd7166 Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Tue, 7 Jul 2026 14:50:17 -0700 Subject: [PATCH 04/14] bump spec --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 11df42a91e..af90c3787d 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -269,7 +269,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 424, + spec_version: 425, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, From 308592686741a0f7d014141ca88457ec535fb59e Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Tue, 7 Jul 2026 14:50:39 -0700 Subject: [PATCH 05/14] cargo fmt --- precompiles/src/address_mapping.rs | 4 ++-- precompiles/src/alpha.rs | 6 +++--- precompiles/src/crowdloan.rs | 8 ++++---- precompiles/src/ed25519.rs | 6 +++--- precompiles/src/extensions.rs | 2 +- precompiles/src/leasing.rs | 10 +++++----- precompiles/src/lib.rs | 2 +- precompiles/src/metagraph.rs | 6 +++--- precompiles/src/mock.rs | 9 ++++----- precompiles/src/neuron.rs | 20 +++++++++++--------- precompiles/src/sr25519.rs | 6 +++--- precompiles/src/staking.rs | 12 ++++++------ precompiles/src/subnet.rs | 8 ++++---- precompiles/src/uid_lookup.rs | 4 ++-- precompiles/src/voting_power.rs | 6 +++--- 15 files changed, 55 insertions(+), 54 deletions(-) diff --git a/precompiles/src/address_mapping.rs b/precompiles/src/address_mapping.rs index f89866cf4b..c8f3815c49 100644 --- a/precompiles/src/address_mapping.rs +++ b/precompiles/src/address_mapping.rs @@ -9,8 +9,8 @@ use frame_support::dispatch::{DispatchInfo, GetDispatchInfo, PostDispatchInfo}; use frame_support::traits::IsSubType; use pallet_evm::PrecompileHandle; use pallet_subtensor_proxy as pallet_proxy; -use precompile_utils::prelude::Address; use precompile_utils::EvmResult; +use precompile_utils::prelude::Address; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable}; pub struct AddressMappingPrecompile(PhantomData); @@ -82,7 +82,7 @@ mod tests { use super::*; use crate::mock::{ - addr_from_index, execute_precompile, new_test_ext, precompiles, selector_u32, Runtime, + Runtime, addr_from_index, execute_precompile, new_test_ext, precompiles, selector_u32, }; use pallet_evm::AddressMapping; use precompile_utils::solidity::{codec::Address, encode_with_selector}; diff --git a/precompiles/src/alpha.rs b/precompiles/src/alpha.rs index 1bba4bc40b..9840c42575 100644 --- a/precompiles/src/alpha.rs +++ b/precompiles/src/alpha.rs @@ -258,11 +258,11 @@ mod tests { #![allow(clippy::expect_used)] use super::*; + use crate::PrecompileExt; use crate::mock::{ - addr_from_index, alpha_price_to_evm, assert_static_call, new_test_ext, precompiles, - selector_u32, Runtime, + Runtime, addr_from_index, alpha_price_to_evm, assert_static_call, new_test_ext, + precompiles, selector_u32, }; - use crate::PrecompileExt; use precompile_utils::solidity::encode_with_selector; use substrate_fixed::types::I96F32; use subtensor_runtime_common::{AlphaBalance, TaoBalance}; diff --git a/precompiles/src/crowdloan.rs b/precompiles/src/crowdloan.rs index b0adb3bd9c..1c66d941ca 100644 --- a/precompiles/src/crowdloan.rs +++ b/precompiles/src/crowdloan.rs @@ -9,7 +9,7 @@ use pallet_evm::AddressMapping; use pallet_evm::PrecompileHandle; use pallet_subtensor_proxy as pallet_proxy; use precompile_utils::prelude::Address; -use precompile_utils::{solidity::Codec, EvmResult}; +use precompile_utils::{EvmResult, solidity::Codec}; use sp_core::{ByteArray, H256}; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable, UniqueSaturatedInto}; @@ -266,11 +266,11 @@ mod tests { #![allow(clippy::expect_used, clippy::arithmetic_side_effects)] use super::*; + use crate::PrecompileExt; use crate::mock::{ - addr_from_index, fund_account, mapped_account, new_test_ext, precompiles, selector_u32, - AccountId, Runtime, RuntimeOrigin, System, + AccountId, Runtime, RuntimeOrigin, System, addr_from_index, fund_account, mapped_account, + new_test_ext, precompiles, selector_u32, }; - use crate::PrecompileExt; use precompile_utils::solidity::{codec::Address, encode_return_value, encode_with_selector}; use precompile_utils::testing::PrecompileTesterExt; use sp_core::H160; diff --git a/precompiles/src/ed25519.rs b/precompiles/src/ed25519.rs index c85f18f0d5..38204c4304 100644 --- a/precompiles/src/ed25519.rs +++ b/precompiles/src/ed25519.rs @@ -6,7 +6,7 @@ use core::marker::PhantomData; use ed25519_dalek::{Signature, Verifier, VerifyingKey}; use fp_evm::{ExitError, ExitSucceed, LinearCostPrecompile, PrecompileFailure}; -use crate::{parse_slice, PrecompileExt}; +use crate::{PrecompileExt, parse_slice}; pub struct Ed25519Verify(PhantomData); @@ -63,11 +63,11 @@ mod tests { use super::*; use crate::mock::{ - abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, AccountId, + AccountId, abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, }; use precompile_utils::solidity::encode_with_selector; use precompile_utils::testing::PrecompileTesterExt; - use sp_core::{ed25519, Pair, H256, U256}; + use sp_core::{H256, Pair, U256, ed25519}; #[test] fn ed25519_precompile_verifies_valid_and_invalid_signatures() { diff --git a/precompiles/src/extensions.rs b/precompiles/src/extensions.rs index aacc53620c..21a23b99d4 100644 --- a/precompiles/src/extensions.rs +++ b/precompiles/src/extensions.rs @@ -9,8 +9,8 @@ use pallet_evm::{ AddressMapping, BalanceConverter, EvmBalance, ExitError, GasWeightMapping, Precompile, PrecompileFailure, PrecompileHandle, PrecompileResult, }; -use precompile_utils::prelude::RuntimeHelper; use precompile_utils::EvmResult; +use precompile_utils::prelude::RuntimeHelper; use sp_core::{H160, U256}; use sp_io::hashing::blake2_256; use sp_runtime::traits::{Dispatchable, ExtensionPostDispatchWeightHandler}; diff --git a/precompiles/src/leasing.rs b/precompiles/src/leasing.rs index 2dac65a3a4..5ebf03cb3c 100644 --- a/precompiles/src/leasing.rs +++ b/precompiles/src/leasing.rs @@ -7,11 +7,11 @@ use frame_support::traits::IsSubType; use frame_system::RawOrigin; use pallet_evm::AddressMapping; use pallet_evm::PrecompileHandle; -use precompile_utils::{solidity::Codec, EvmResult}; +use precompile_utils::{EvmResult, solidity::Codec}; use sp_core::{ByteArray, H256}; use sp_runtime::{ - traits::{AsSystemOriginSigner, Dispatchable, UniqueSaturatedInto}, Percent, + traits::{AsSystemOriginSigner, Dispatchable, UniqueSaturatedInto}, }; use subtensor_runtime_common::NetUid; @@ -196,11 +196,11 @@ mod tests { #![allow(clippy::expect_used, clippy::arithmetic_side_effects)] use super::*; + use crate::PrecompileExt; use crate::mock::{ - addr_from_index, fund_account, mapped_account, new_test_ext, precompiles, selector_u32, - AccountId, Runtime, RuntimeCall, RuntimeOrigin, System, + AccountId, Runtime, RuntimeCall, RuntimeOrigin, System, addr_from_index, fund_account, + mapped_account, new_test_ext, precompiles, selector_u32, }; - use crate::PrecompileExt; use frame_support::StorageDoubleMap; use precompile_utils::solidity::{encode_return_value, encode_with_selector}; use precompile_utils::testing::PrecompileTesterExt; diff --git a/precompiles/src/lib.rs b/precompiles/src/lib.rs index b2e55974f6..426523f2c9 100644 --- a/precompiles/src/lib.rs +++ b/precompiles/src/lib.rs @@ -32,7 +32,7 @@ use pallet_evm_precompile_sha3fips::Sha3FIPS256; use pallet_evm_precompile_simple::{ECRecover, ECRecoverPublicKey, Identity, Ripemd160, Sha256}; use pallet_subtensor_proxy as pallet_proxy; pub use proxy::ProxyPrecompile; -use sp_core::{crypto::ByteArray, H160, U256}; +use sp_core::{H160, U256, crypto::ByteArray}; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable, StaticLookup}; pub use sr25519::Sr25519Verify; pub use staking::{StakingPrecompile, StakingPrecompileV2}; diff --git a/precompiles/src/metagraph.rs b/precompiles/src/metagraph.rs index a5c079c6d9..ec8086a87e 100644 --- a/precompiles/src/metagraph.rs +++ b/precompiles/src/metagraph.rs @@ -3,7 +3,7 @@ use core::marker::PhantomData; use fp_evm::{ExitError, PrecompileFailure, PrecompileHandle}; use pallet_subtensor::AxonInfo as SubtensorModuleAxonInfo; -use precompile_utils::{solidity::Codec, EvmResult}; +use precompile_utils::{EvmResult, solidity::Codec}; use sp_core::{ByteArray, H256}; use subtensor_runtime_common::{NetUid, Token}; @@ -214,10 +214,10 @@ mod tests { #![allow(clippy::expect_used)] use super::*; + use crate::PrecompileExt; use crate::mock::{ - abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, Runtime, + Runtime, abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, }; - use crate::PrecompileExt; use precompile_utils::solidity::{encode_return_value, encode_with_selector}; use precompile_utils::testing::PrecompileTesterExt; use sp_core::H256; diff --git a/precompiles/src/mock.rs b/precompiles/src/mock.rs index b8455906ff..2cd917b43c 100644 --- a/precompiles/src/mock.rs +++ b/precompiles/src/mock.rs @@ -6,22 +6,21 @@ use core::{marker::PhantomData, num::NonZeroU64}; use fp_evm::{Context, PrecompileResult}; use frame_support::{ - derive_impl, parameter_types, + PalletId, derive_impl, parameter_types, traits::{Everything, PrivilegeCmp}, weights::Weight, - PalletId, }; -use frame_system::{limits, EnsureRoot}; +use frame_system::{EnsureRoot, limits}; use pallet_evm::{ AddressMapping, BalanceConverter, EnsureAddressNever, EnsureAddressRoot, EvmBalance, PrecompileHandle, PrecompileSet, SubstrateBalance, }; use precompile_utils::testing::MockHandle; -use sp_core::{crypto::AccountId32, ConstU64, H160, H256, U256}; +use sp_core::{ConstU64, H160, H256, U256, crypto::AccountId32}; use sp_runtime::{ + BuildStorage, KeyTypeId, Perbill, Percent, testing::TestXt, traits::{BlakeTwo256, ConstU32, IdentityLookup}, - BuildStorage, KeyTypeId, Perbill, Percent, }; use substrate_fixed::types::U64F64; use subtensor_runtime_common::{AuthorshipInfo, NetUid, ProxyType, TaoBalance}; diff --git a/precompiles/src/neuron.rs b/precompiles/src/neuron.rs index 112c44ccec..8856acdbbd 100644 --- a/precompiles/src/neuron.rs +++ b/precompiles/src/neuron.rs @@ -4,7 +4,7 @@ use frame_support::dispatch::{DispatchInfo, GetDispatchInfo, PostDispatchInfo}; use frame_support::traits::IsSubType; use frame_system::RawOrigin; use pallet_evm::{AddressMapping, PrecompileHandle}; -use precompile_utils::{prelude::UnboundedBytes, EvmResult}; +use precompile_utils::{EvmResult, prelude::UnboundedBytes}; use sp_core::H256; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable}; use sp_std::vec::Vec; @@ -258,11 +258,11 @@ mod tests { #![allow(clippy::expect_used, clippy::indexing_slicing, clippy::unwrap_used)] use super::*; + use crate::PrecompileExt; use crate::mock::{ - addr_from_index, execute_precompile, mapped_account, new_test_ext, precompiles, - selector_u32, AccountId, Runtime, System, + AccountId, Runtime, System, addr_from_index, execute_precompile, mapped_account, + new_test_ext, precompiles, selector_u32, }; - use crate::PrecompileExt; use precompile_utils::solidity::encode_with_selector; use precompile_utils::testing::PrecompileTesterExt; use sp_core::{H160, H256, U256}; @@ -509,11 +509,13 @@ mod tests { ) .execute_returns(()); - assert!(pallet_subtensor::WeightCommits::::get( - NetUidStorageIndex::from(netuid), - &caller_account - ) - .is_none()); + assert!( + pallet_subtensor::WeightCommits::::get( + NetUidStorageIndex::from(netuid), + &caller_account + ) + .is_none() + ); let neuron_uid = pallet_subtensor::Pallet::::get_uid_for_net_and_hotkey( netuid, diff --git a/precompiles/src/sr25519.rs b/precompiles/src/sr25519.rs index 0e3a23701c..324bd7abca 100644 --- a/precompiles/src/sr25519.rs +++ b/precompiles/src/sr25519.rs @@ -7,7 +7,7 @@ use sp_runtime::traits::Verify; use fp_evm::{ExitError, ExitSucceed, LinearCostPrecompile, PrecompileFailure}; -use crate::{parse_slice, PrecompileExt}; +use crate::{PrecompileExt, parse_slice}; pub struct Sr25519Verify(PhantomData); @@ -62,11 +62,11 @@ mod tests { use super::*; use crate::mock::{ - abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, AccountId, + AccountId, abi_word, addr_from_index, new_test_ext, precompiles, selector_u32, }; use precompile_utils::solidity::encode_with_selector; use precompile_utils::testing::PrecompileTesterExt; - use sp_core::{sr25519, Pair, H256, U256}; + use sp_core::{H256, Pair, U256, sr25519}; #[test] fn sr25519_precompile_verifies_valid_and_invalid_signatures() { diff --git a/precompiles/src/staking.rs b/precompiles/src/staking.rs index ff0643a46e..554115ddf0 100644 --- a/precompiles/src/staking.rs +++ b/precompiles/src/staking.rs @@ -32,18 +32,18 @@ use alloc::vec::Vec; use core::marker::PhantomData; +use frame_support::Blake2_128Concat; use frame_support::dispatch::{DispatchInfo, GetDispatchInfo, PostDispatchInfo}; use frame_support::pallet_prelude::{StorageDoubleMap, ValueQuery}; use frame_support::traits::{IsSubType, StorageInstance}; -use frame_support::Blake2_128Concat; use frame_system::RawOrigin; use pallet_evm::{ AddressMapping, BalanceConverter, EvmBalance, ExitError, PrecompileFailure, PrecompileHandle, SubstrateBalance, }; use pallet_subtensor_proxy as pallet_proxy; -use precompile_utils::prelude::{revert, Address}; use precompile_utils::EvmResult; +use precompile_utils::prelude::{Address, revert}; use sp_core::{H160, H256, U256}; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable, StaticLookup, UniqueSaturatedInto}; use sp_std::vec; @@ -936,12 +936,12 @@ mod tests { )] use super::*; + use crate::PrecompileExt; use crate::mock::{ - addr_from_index, assert_static_call, execute_precompile, fund_account, mapped_account, - new_test_ext, precompiles, selector_u32, substrate_to_evm, AccountId, Proxy, Runtime, - RuntimeCall, RuntimeOrigin, + AccountId, Proxy, Runtime, RuntimeCall, RuntimeOrigin, addr_from_index, assert_static_call, + execute_precompile, fund_account, mapped_account, new_test_ext, precompiles, selector_u32, + substrate_to_evm, }; - use crate::PrecompileExt; use precompile_utils::solidity::{encode_return_value, encode_with_selector}; use precompile_utils::testing::PrecompileTesterExt; use sp_core::{H160, H256}; diff --git a/precompiles/src/subnet.rs b/precompiles/src/subnet.rs index 8041b89927..9992bd1cf3 100644 --- a/precompiles/src/subnet.rs +++ b/precompiles/src/subnet.rs @@ -5,7 +5,7 @@ use frame_support::traits::ConstU32; use frame_support::traits::IsSubType; use frame_system::RawOrigin; use pallet_evm::{AddressMapping, PrecompileHandle}; -use precompile_utils::{prelude::BoundedString, EvmResult}; +use precompile_utils::{EvmResult, prelude::BoundedString}; use sp_core::H256; use sp_runtime::traits::{AsSystemOriginSigner, Dispatchable}; use sp_std::vec; @@ -863,11 +863,11 @@ mod tests { )] use super::*; + use crate::PrecompileExt; use crate::mock::{ - addr_from_index, assert_static_call, mapped_account, new_test_ext, precompiles, - selector_u32, AccountId, Runtime, + AccountId, Runtime, addr_from_index, assert_static_call, mapped_account, new_test_ext, + precompiles, selector_u32, }; - use crate::PrecompileExt; use precompile_utils::solidity::encode_with_selector; use precompile_utils::testing::PrecompileTesterExt; use sp_core::{H160, H256, U256}; diff --git a/precompiles/src/uid_lookup.rs b/precompiles/src/uid_lookup.rs index ca51be155d..dc65501ba1 100644 --- a/precompiles/src/uid_lookup.rs +++ b/precompiles/src/uid_lookup.rs @@ -2,7 +2,7 @@ use core::marker::PhantomData; use frame_support::dispatch::{GetDispatchInfo, PostDispatchInfo}; use pallet_evm::PrecompileHandle; -use precompile_utils::{prelude::Address, EvmResult}; +use precompile_utils::{EvmResult, prelude::Address}; use sp_runtime::traits::{Dispatchable, StaticLookup}; use sp_std::vec::Vec; @@ -58,7 +58,7 @@ mod tests { #![allow(clippy::expect_used)] use super::*; - use crate::mock::{addr_from_index, new_test_ext, precompiles, selector_u32, Runtime}; + use crate::mock::{Runtime, addr_from_index, new_test_ext, precompiles, selector_u32}; use precompile_utils::solidity::{codec::Address, encode_return_value, encode_with_selector}; use precompile_utils::testing::PrecompileTesterExt; use subtensor_runtime_common::NetUid; diff --git a/precompiles/src/voting_power.rs b/precompiles/src/voting_power.rs index 75848566ae..4cad7fcb89 100644 --- a/precompiles/src/voting_power.rs +++ b/precompiles/src/voting_power.rs @@ -147,11 +147,11 @@ mod tests { #![allow(clippy::arithmetic_side_effects)] use super::*; + use crate::PrecompileExt; use crate::mock::{ - addr_from_index, assert_static_call, new_test_ext, precompiles, selector_u32, AccountId, - Runtime, + AccountId, Runtime, addr_from_index, assert_static_call, new_test_ext, precompiles, + selector_u32, }; - use crate::PrecompileExt; use precompile_utils::solidity::encode_with_selector; use sp_core::{H160, H256, U256}; From 4b3ba804b70ff80967ff2682aa6efff5d0bcbd54 Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Tue, 7 Jul 2026 15:33:14 -0700 Subject: [PATCH 06/14] clippy --- Cargo.lock | 100 ++++++++---------- Cargo.toml | 54 +++++----- chain-extensions/src/mock.rs | 23 +++- common/src/proxy.rs | 8 +- eco-tests/Cargo.toml | 22 ++-- pallets/admin-utils/src/tests/mock.rs | 23 +++- pallets/commitments/src/mock.rs | 28 ++++- pallets/commitments/src/types.rs | 9 +- pallets/drand/src/lib.rs | 40 ++++--- pallets/proxy/src/tests.rs | 7 +- pallets/subtensor/src/benchmarks.rs | 3 +- .../src/guards/check_evm_key_association.rs | 3 +- pallets/subtensor/src/subnets/registration.rs | 3 +- pallets/subtensor/src/tests/claim_root.rs | 8 +- pallets/subtensor/src/tests/consensus.rs | 2 +- pallets/subtensor/src/tests/epoch.rs | 18 ++-- pallets/subtensor/src/tests/evm.rs | 4 +- pallets/subtensor/src/tests/math.rs | 4 +- pallets/subtensor/src/tests/mock.rs | 23 +++- pallets/subtensor/src/tests/mock_high_ed.rs | 23 +++- pallets/subtensor/src/tests/networks.rs | 6 +- pallets/subtensor/src/tests/swap_coldkey.rs | 3 +- pallets/subtensor/src/utils/misc.rs | 3 +- pallets/swap/src/pallet/balancer.rs | 2 +- pallets/transaction-fee/src/tests/mock.rs | 26 +++++ pallets/utility/src/tests.rs | 4 +- primitives/share-pool/src/lib.rs | 4 +- runtime/src/lib.rs | 5 +- 28 files changed, 282 insertions(+), 176 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3ed456eb7..a9147dd914 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -409,7 +409,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -1568,7 +1568,7 @@ dependencies = [ "bitflags 2.13.0", "cexpr", "clang-sys", - "itertools 0.11.0", + "itertools 0.13.0", "proc-macro2", "quote", "regex", @@ -4472,7 +4472,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4711,7 +4711,7 @@ dependencies = [ [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "async-trait", "fp-storage", @@ -4723,7 +4723,7 @@ dependencies = [ [[package]] name = "fc-aura" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "fc-rpc", "fp-storage", @@ -4739,7 +4739,7 @@ dependencies = [ [[package]] name = "fc-babe" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "fc-rpc", "sc-client-api", @@ -4755,7 +4755,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "async-trait", "fp-consensus", @@ -4771,7 +4771,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "async-trait", "ethereum", @@ -4801,7 +4801,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "fc-db", "fc-storage", @@ -4824,7 +4824,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "ethereum", "ethereum-types", @@ -4875,7 +4875,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "ethereum", "ethereum-types", @@ -4891,7 +4891,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "ethereum", "ethereum-types", @@ -5071,7 +5071,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "hex", "impl-serde", @@ -5089,7 +5089,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "ethereum", "parity-scale-codec", @@ -5100,7 +5100,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "ethereum", "ethereum-types", @@ -5112,7 +5112,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "environmental", "evm", @@ -5128,7 +5128,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "ethereum", "ethereum-types", @@ -5144,7 +5144,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "frame-support", "parity-scale-codec", @@ -5156,7 +5156,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "parity-scale-codec", "serde", @@ -6079,6 +6079,8 @@ version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" dependencies = [ + "allocator-api2", + "equivalent", "foldhash 0.2.0", ] @@ -6790,7 +6792,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -6799,7 +6801,7 @@ version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82cb6a9f675da968c63b6208c641b9dca58fc0133ae53375736b1767b0cab8bd" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -7299,7 +7301,7 @@ checksum = "83dc280ed78264020f986b2539e6a44e0720f98f66c99a48a2f52e4a441e99d8" dependencies = [ "endian-cast", "generic-array 1.4.3", - "hashbrown 0.13.2", + "hashbrown 0.17.1", "lencode-macros", "newt-hype", "ruint", @@ -9563,7 +9565,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "fp-evm", "frame-support", @@ -10183,7 +10185,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "ethereum", "ethereum-types", @@ -10206,7 +10208,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "environmental", @@ -10231,7 +10233,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "frame-support", "frame-system", @@ -10242,7 +10244,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "fp-evm", "sp-core", @@ -10252,7 +10254,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "fp-evm", "frame-support", @@ -10264,7 +10266,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "fp-evm", "num", @@ -10273,7 +10275,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "fp-evm", "frame-support", @@ -10284,7 +10286,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "fp-evm", "ripemd", @@ -10352,7 +10354,7 @@ dependencies = [ [[package]] name = "pallet-hotfix-sufficients" version = "1.0.0" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "frame-benchmarking", "frame-support", @@ -12122,16 +12124,6 @@ dependencies = [ "indexmap", ] -[[package]] -name = "petgraph" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" -dependencies = [ - "fixedbitset 0.5.7", - "indexmap", -] - [[package]] name = "petgraph" version = "0.8.3" @@ -13820,7 +13812,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "derive_more 1.0.0", "environmental", @@ -13849,7 +13841,7 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/RaoFoundation/frontier.git?rev=5b63d4a0a7529e39c420690185c6e4b89fb7ed06#5b63d4a0a7529e39c420690185c6e4b89fb7ed06" +source = "git+https://github.com/RaoFoundation/frontier.git?rev=93d0b345fdb4bf1342d61b002369f6b0be8ebf46#93d0b345fdb4bf1342d61b002369f6b0be8ebf46" dependencies = [ "case", "num_enum", @@ -14133,12 +14125,12 @@ version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ - "heck 0.5.0", + "heck 0.4.1", "itertools 0.14.0", "log", "multimap", "once_cell", - "petgraph 0.7.1", + "petgraph 0.6.5", "prettyplease", "prost 0.13.5", "prost-types 0.13.5", @@ -14153,7 +14145,7 @@ version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042" dependencies = [ - "heck 0.5.0", + "heck 0.4.1", "itertools 0.14.0", "log", "multimap", @@ -14363,7 +14355,7 @@ dependencies = [ "once_cell", "socket2 0.6.4", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -15307,7 +15299,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -17764,7 +17756,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -19669,7 +19661,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix 1.1.4", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -19688,7 +19680,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" dependencies = [ "rustix 1.1.4", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -21320,7 +21312,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 65ec713597..ac30045657 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -250,35 +250,35 @@ runtime-common = { package = "polkadot-runtime-common", git = "https://github.co # Frontier # current frontier branch is frontier-stable2606-otf-patches -fp-evm = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fp-rpc = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fp-self-contained = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fp-account = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fc-storage = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fc-db = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fc-consensus = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fp-consensus = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fp-dynamic-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fc-api = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fc-rpc = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fc-rpc-core = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fc-aura = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fc-babe = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -fc-mapping-sync = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -precompile-utils = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +fp-evm = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fp-rpc = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fp-self-contained = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fp-account = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fc-storage = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fc-db = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fc-consensus = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fp-consensus = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fp-dynamic-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fc-api = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fc-rpc = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fc-rpc-core = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fc-aura = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fc-babe = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +fc-mapping-sync = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +precompile-utils = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } # Frontier FRAME -pallet-base-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -pallet-dynamic-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -pallet-ethereum = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -pallet-evm = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } -pallet-hotfix-sufficients = { git = "https://github.com/RaoFoundation/frontier.git", rev = "5b63d4a0a7529e39c420690185c6e4b89fb7ed06", default-features = false } +pallet-base-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +pallet-dynamic-fee = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +pallet-ethereum = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +pallet-evm = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } +pallet-hotfix-sufficients = { git = "https://github.com/RaoFoundation/frontier.git", rev = "93d0b345fdb4bf1342d61b002369f6b0be8ebf46", default-features = false } #DRAND pallet-drand = { path = "pallets/drand", default-features = false } diff --git a/chain-extensions/src/mock.rs b/chain-extensions/src/mock.rs index db25a9df68..221a22dc59 100644 --- a/chain-extensions/src/mock.rs +++ b/chain-extensions/src/mock.rs @@ -29,6 +29,7 @@ use sp_std::{cell::RefCell, cmp::Ordering, sync::OnceLock}; use subtensor_runtime_common::{AlphaBalance, AuthorshipInfo, NetUid, Saturating, TaoBalance}; type Block = frame_system::mocking::MockBlock; +type TxExtension = frame_system::AuthorizeCall; frame_support::construct_runtime!( pub enum Test @@ -616,7 +617,7 @@ impl frame_system::offchain::SigningTypes for Test { type Signature = test_crypto::Signature; } -pub type UncheckedExtrinsic = sp_runtime::testing::TestXt; +pub type UncheckedExtrinsic = sp_runtime::testing::TestXt; impl frame_system::offchain::CreateTransactionBase for Test where @@ -626,6 +627,26 @@ where type RuntimeCall = RuntimeCall; } +impl frame_system::offchain::CreateTransaction for Test +where + RuntimeCall: From, +{ + type Extension = TxExtension; + + fn create_transaction(call: RuntimeCall, extension: Self::Extension) -> Self::Extrinsic { + UncheckedExtrinsic::new_transaction(call, extension) + } +} + +impl frame_system::offchain::CreateAuthorizedTransaction for Test +where + RuntimeCall: From, +{ + fn create_extension() -> Self::Extension { + TxExtension::new() + } +} + impl frame_system::offchain::CreateBare for Test where RuntimeCall: From, diff --git a/common/src/proxy.rs b/common/src/proxy.rs index f40b3f2076..2496489537 100644 --- a/common/src/proxy.rs +++ b/common/src/proxy.rs @@ -20,10 +20,12 @@ use subtensor_macros::freeze_struct; Decode, DecodeWithMemTracking, Debug, + Default, MaxEncodedLen, TypeInfo, )] pub enum ProxyType { + #[default] Any, Owner, NonCritical, @@ -106,12 +108,6 @@ impl ProxyType { } } -impl Default for ProxyType { - fn default() -> Self { - Self::Any - } -} - /// Extra constraint attached to an allowed call. #[derive(Clone, PartialEq, Eq, Encode, Decode, Debug, TypeInfo)] pub enum CallConstraint { diff --git a/eco-tests/Cargo.toml b/eco-tests/Cargo.toml index 4dfdcdab4b..5004e29fec 100644 --- a/eco-tests/Cargo.toml +++ b/eco-tests/Cargo.toml @@ -23,22 +23,22 @@ useless_conversion = "allow" time = { version = "=0.3.36", default-features = false } pallet-subtensor = { path = "../pallets/subtensor", default-features = false, features = ["std"] } pallet-alpha-assets = { path = "../pallets/alpha-assets", default-features = false, features = ["std"] } -frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } -frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } -sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } -sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } -sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } -sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } +frame-support = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false, features = ["std"] } +frame-system = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false, features = ["std"] } +sp-core = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false, features = ["std"] } +sp-io = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false, features = ["std"] } +sp-runtime = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false, features = ["std"] } +sp-std = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false, features = ["std"] } codec = { package = "parity-scale-codec", version = "3.7.5", default-features = false, features = ["derive", "std"] } scale-info = { version = "2.11.2", default-features = false, features = ["derive", "std"] } -pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } -pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } -pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } +pallet-balances = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false, features = ["std"] } +pallet-scheduler = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false, features = ["std"] } +pallet-preimage = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false, features = ["std"] } pallet-drand = { path = "../pallets/drand", default-features = false, features = ["std"] } pallet-subtensor-swap = { path = "../pallets/swap", default-features = false, features = ["std"] } pallet-subtensor-swap-runtime-api = { path = "../pallets/swap/runtime-api", default-features = false, features = ["std"] } subtensor-custom-rpc-runtime-api = { path = "../pallets/subtensor/runtime-api", default-features = false, features = ["std"] } -sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } +sp-api = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false, features = ["std"] } pallet-crowdloan = { path = "../pallets/crowdloan", default-features = false, features = ["std"] } pallet-subtensor-proxy = { path = "../pallets/proxy", default-features = false, features = ["std"] } pallet-subtensor-utility = { path = "../pallets/utility", default-features = false, features = ["std"] } @@ -50,7 +50,7 @@ substrate-fixed = { git = "https://github.com/encointer/substrate-fixed.git", ta safe-math = { path = "../primitives/safe-math", default-features = false, features = ["std"] } log = { version = "0.4.21", default-features = false, features = ["std"] } approx = "0.5" -sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "2ed171f5dacdb0d2a508cb09dca7fbacf48c6a05", default-features = false, features = ["std"] } +sp-tracing = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false, features = ["std"] } tracing = "0.1" tracing-log = "0.2" tracing-subscriber = { version = "=0.3.19", features = ["fmt", "env-filter"] } diff --git a/pallets/admin-utils/src/tests/mock.rs b/pallets/admin-utils/src/tests/mock.rs index e3b658a0a8..78e6922399 100644 --- a/pallets/admin-utils/src/tests/mock.rs +++ b/pallets/admin-utils/src/tests/mock.rs @@ -74,7 +74,8 @@ pub type Balance = TaoBalance; pub type BlockNumber = u64; pub type TestAuthId = test_crypto::TestAuthId; -pub type UncheckedExtrinsic = TestXt; +type TxExtension = frame_system::AuthorizeCall; +pub type UncheckedExtrinsic = TestXt; pub struct MockAuthorshipProvider; @@ -479,6 +480,26 @@ where type RuntimeCall = RuntimeCall; } +impl frame_system::offchain::CreateTransaction for Test +where + RuntimeCall: From, +{ + type Extension = TxExtension; + + fn create_transaction(call: RuntimeCall, extension: Self::Extension) -> Self::Extrinsic { + UncheckedExtrinsic::new_transaction(call, extension) + } +} + +impl frame_system::offchain::CreateAuthorizedTransaction for Test +where + RuntimeCall: From, +{ + fn create_extension() -> Self::Extension { + TxExtension::new() + } +} + impl frame_system::offchain::CreateBare for Test where RuntimeCall: From, diff --git a/pallets/commitments/src/mock.rs b/pallets/commitments/src/mock.rs index 10bbf7bbb1..a2193f8dd6 100644 --- a/pallets/commitments/src/mock.rs +++ b/pallets/commitments/src/mock.rs @@ -8,14 +8,14 @@ use frame_support::{ use sp_core::H256; use sp_runtime::{ BuildStorage, - testing::Header, traits::{BlakeTwo256, ConstU16, IdentityLookup}, }; use subtensor_runtime_common::{ConstTao, TaoBalance}; -pub type Block = sp_runtime::generic::Block; +type TxExtension = frame_system::AuthorizeCall; +pub type Block = frame_system::mocking::MockBlock; pub type UncheckedExtrinsic = - sp_runtime::generic::UncheckedExtrinsic; + frame_system::mocking::MockUncheckedExtrinsic; frame_support::construct_runtime!( pub enum Test @@ -27,8 +27,6 @@ frame_support::construct_runtime!( } ); -pub type AccountId = u64; - #[derive_impl(frame_system::config_preludes::TestDefaultConfig)] impl frame_system::Config for Test { type BaseCallFilter = frame_support::traits::Everything; @@ -168,6 +166,26 @@ where type RuntimeCall = RuntimeCall; } +impl frame_system::offchain::CreateTransaction for Test +where + RuntimeCall: From, +{ + type Extension = TxExtension; + + fn create_transaction(call: RuntimeCall, extension: Self::Extension) -> Self::Extrinsic { + UncheckedExtrinsic::new_transaction(call, extension) + } +} + +impl frame_system::offchain::CreateAuthorizedTransaction for Test +where + RuntimeCall: From, +{ + fn create_extension() -> Self::Extension { + TxExtension::new() + } +} + impl frame_system::offchain::CreateBare for Test where RuntimeCall: From, diff --git a/pallets/commitments/src/types.rs b/pallets/commitments/src/types.rs index 49152d4ef2..3b231ada55 100644 --- a/pallets/commitments/src/types.rs +++ b/pallets/commitments/src/types.rs @@ -35,9 +35,10 @@ use subtensor_macros::freeze_struct; /// - A timelock-encrypted blob with a reveal round /// - A reset flag (`ResetBondsFlag`) /// Can also be `None`. -#[derive(Clone, Eq, PartialEq, Debug, DecodeWithMemTracking, MaxEncodedLen)] +#[derive(Clone, Eq, PartialEq, Debug, Default, DecodeWithMemTracking, MaxEncodedLen)] pub enum Data { /// No data here. + #[default] None, /// The data is stored directly (up to 128 bytes). Raw(BoundedVec>), @@ -353,12 +354,6 @@ impl TypeInfo for Data { } } -impl Default for Data { - fn default() -> Self { - Self::None - } -} - #[freeze_struct("c236d81fa00063bf")] #[derive( CloneNoBound, diff --git a/pallets/drand/src/lib.rs b/pallets/drand/src/lib.rs index 750efa64d3..ebb5aa0c72 100644 --- a/pallets/drand/src/lib.rs +++ b/pallets/drand/src/lib.rs @@ -69,6 +69,9 @@ pub mod verifier; use types::*; use verifier::Verifier; +type WritePulsePayload = PulsesPayload<::Public, BlockNumberFor>; +type WritePulseSignature = Option<::Signature>; + #[cfg(test)] mod mock; @@ -299,25 +302,10 @@ pub mod pallet { #[pallet::call_index(0)] #[pallet::weight(T::WeightInfo::write_pulse())] #[pallet::weight_of_authorize(T::WeightInfo::write_pulse())] - #[pallet::authorize(| - _source: TransactionSource, - pulses_payload: &PulsesPayload>, - signature: &Option, - | -> TransactionValidityWithRefund { - let signature = signature.as_ref().ok_or(InvalidTransaction::BadSigner)?; - let rounds: Vec = pulses_payload.pulses.iter().map(|p| p.round).collect(); - Pallet::::validate_signature_and_parameters( - pulses_payload, - signature, - &pulses_payload.block_number, - &pulses_payload.public, - Some(&rounds), - ) - .map(|validity| (validity, Weight::zero())) - })] + #[pallet::authorize(Self::authorize_write_pulse)] pub fn write_pulse( origin: OriginFor, - pulses_payload: PulsesPayload>, + pulses_payload: WritePulsePayload, _signature: Option, ) -> DispatchResult { ensure_authorized(origin)?; @@ -415,6 +403,24 @@ pub mod pallet { } impl Pallet { + fn authorize_write_pulse( + _source: TransactionSource, + pulses_payload: &WritePulsePayload, + signature: &WritePulseSignature, + ) -> TransactionValidityWithRefund { + let signature = signature.as_ref().ok_or(InvalidTransaction::BadSigner)?; + let rounds: Vec = pulses_payload.pulses.iter().map(|p| p.round).collect(); + + Self::validate_signature_and_parameters( + pulses_payload, + signature, + &pulses_payload.block_number, + &pulses_payload.public, + Some(&rounds), + ) + .map(|validity| (validity, Weight::zero())) + } + /// fetch the latest public pulse from the configured drand beacon /// then send a signed transaction to include it on-chain fn fetch_drand_pulse_and_send_unsigned( diff --git a/pallets/proxy/src/tests.rs b/pallets/proxy/src/tests.rs index dc8a9c2a52..510da7943e 100644 --- a/pallets/proxy/src/tests.rs +++ b/pallets/proxy/src/tests.rs @@ -70,19 +70,16 @@ impl pallet_utility::Config for Test { Decode, DecodeWithMemTracking, Debug, + Default, MaxEncodedLen, scale_info::TypeInfo, )] pub enum ProxyType { + #[default] Any, JustTransfer, JustUtility, } -impl Default for ProxyType { - fn default() -> Self { - Self::Any - } -} impl frame::traits::InstanceFilter for ProxyType { fn filter(&self, c: &RuntimeCall) -> bool { match self { diff --git a/pallets/subtensor/src/benchmarks.rs b/pallets/subtensor/src/benchmarks.rs index 809babaae9..529491a62c 100644 --- a/pallets/subtensor/src/benchmarks.rs +++ b/pallets/subtensor/src/benchmarks.rs @@ -918,8 +918,7 @@ mod pallet_benchmarks { let duration = StartCallDelay::::get(); let block: BlockNumberFor = (current_block + duration) .try_into() - .ok() - .expect("can't convert to block number"); + .unwrap_or_else(|_| panic!("can't convert to block number")); frame_system::Pallet::::set_block_number(block); #[extrinsic_call] diff --git a/pallets/subtensor/src/guards/check_evm_key_association.rs b/pallets/subtensor/src/guards/check_evm_key_association.rs index d9b69e1a7d..adbc523134 100644 --- a/pallets/subtensor/src/guards/check_evm_key_association.rs +++ b/pallets/subtensor/src/guards/check_evm_key_association.rs @@ -77,7 +77,8 @@ mod tests { weights::Weight, }; use frame_system::Call as SystemCall; - use sp_core::{H160, Pair, U256, ecdsa, keccak_256}; + use sp_core::{H160, Pair, U256, ecdsa}; + use sp_io::hashing::keccak_256; use sp_runtime::DispatchError; use subtensor_runtime_common::NetUid; diff --git a/pallets/subtensor/src/subnets/registration.rs b/pallets/subtensor/src/subnets/registration.rs index 103afdcc46..7e9f88ac20 100644 --- a/pallets/subtensor/src/subnets/registration.rs +++ b/pallets/subtensor/src/subnets/registration.rs @@ -373,8 +373,7 @@ impl Pallet { pub fn get_block_hash_from_u64(block_number: u64) -> H256 { let block_number: BlockNumberFor = TryInto::>::try_into(block_number) - .ok() - .expect("convert u64 to block number."); + .unwrap_or_else(|_| panic!("convert u64 to block number.")); let block_hash_at_number: ::Hash = system::Pallet::::block_hash(block_number); let vec_hash: Vec = block_hash_at_number.as_ref().to_vec(); diff --git a/pallets/subtensor/src/tests/claim_root.rs b/pallets/subtensor/src/tests/claim_root.rs index 12606c5266..62783e3e24 100644 --- a/pallets/subtensor/src/tests/claim_root.rs +++ b/pallets/subtensor/src/tests/claim_root.rs @@ -16,6 +16,7 @@ use frame_support::pallet_prelude::Weight; use frame_support::traits::{Currency, Get}; use frame_support::{assert_err, assert_noop, assert_ok}; use sp_core::{H256, U256}; +use sp_io::hashing::keccak_256; use sp_runtime::DispatchError; use std::collections::BTreeSet; use substrate_fixed::types::I96F32; @@ -946,12 +947,11 @@ fn test_claim_root_block_hash_indices() { let n = 15000u64; // 0 - let indices = - SubtensorModule::block_hash_to_indices(H256(sp_core::keccak_256(b"zero")), 0, n); + let indices = SubtensorModule::block_hash_to_indices(H256(keccak_256(b"zero")), 0, n); assert!(indices.is_empty()); // 1 - let hash = sp_core::keccak_256(b"some"); + let hash = keccak_256(b"some"); let mut indices = SubtensorModule::block_hash_to_indices(H256(hash), k, n); indices.sort(); @@ -965,7 +965,7 @@ fn test_claim_root_block_hash_indices() { assert_eq!(indices, expected_result); // 2 - let hash = sp_core::keccak_256(b"some2"); + let hash = keccak_256(b"some2"); let mut indices = SubtensorModule::block_hash_to_indices(H256(hash), k, n); indices.sort(); diff --git a/pallets/subtensor/src/tests/consensus.rs b/pallets/subtensor/src/tests/consensus.rs index 495633d131..b99b145977 100644 --- a/pallets/subtensor/src/tests/consensus.rs +++ b/pallets/subtensor/src/tests/consensus.rs @@ -107,7 +107,7 @@ fn distribute_nodes( (validators, servers) = (0..network_n as u16) .collect::>() .iter() - .partition(|&i| *i as usize % (network_n / validators_n) == 0); + .partition(|&i| (*i as usize).is_multiple_of(network_n / validators_n)); } else if interleave == 2 { // random interleaving let mut permuted_uids: Vec = (0..network_n as u16).collect(); diff --git a/pallets/subtensor/src/tests/epoch.rs b/pallets/subtensor/src/tests/epoch.rs index b0383521a8..f6d5e3f7e4 100644 --- a/pallets/subtensor/src/tests/epoch.rs +++ b/pallets/subtensor/src/tests/epoch.rs @@ -100,7 +100,7 @@ fn distribute_nodes( (validators, servers) = (0..network_n as u16) .collect::>() .iter() - .partition(|&i| *i as usize % (network_n / validators_n) == 0); + .partition(|&i| (*i as usize).is_multiple_of(network_n / validators_n)); } else if interleave == 2 { // random interleaving let mut permuted_uids: Vec = (0..network_n as u16).collect(); @@ -1490,8 +1490,8 @@ fn test_active_stake() { SubtensorModule::get_emission_for_uid(netuid, 0), 274999999.into() ); // Note E = 0.5 * 0.55 * 1_000_000_000 = 275_000_000 (discrepancy) - for server in ((n / 2) as usize)..n as usize { - assert_eq!(bonds[0][server], I32F32::from_num(65_535)); // floor(0.55*(2^16-1))/(2^16-1), then max-upscale + for bond in &bonds[0][((n / 2) as usize)..n as usize] { + assert_eq!(*bond, I32F32::from_num(65_535)); // floor(0.55*(2^16-1))/(2^16-1), then max-upscale } for validator in 1..(n / 2) { assert_eq!( @@ -1502,8 +1502,8 @@ fn test_active_stake() { SubtensorModule::get_emission_for_uid(netuid, validator), 224999999.into() ); // Note E = 0.5 * 0.45 * 1_000_000_000 = 225_000_000 (discrepancy) - for server in ((n / 2) as usize)..n as usize { - assert_eq!(bonds[validator as usize][server], I32F32::from_num(53619)); + for bond in &bonds[validator as usize][((n / 2) as usize)..n as usize] { + assert_eq!(*bond, I32F32::from_num(53619)); // floor(0.45*(2^16-1))/(2^16-1), then max-upscale } } @@ -1554,16 +1554,16 @@ fn test_active_stake() { SubtensorModule::get_emission_for_uid(netuid, 0), 272501132.into() ); // Note E = 0.5 * (0.55 * 0.9 + 0.5 * 0.1) * 1_000_000_000 = 272_500_000 (discrepancy) - for server in ((n / 2) as usize)..n as usize { - assert_eq!(bonds[0][server], I32F32::from_num(65_535)); // floor((0.55 * 0.9 + 0.5 * 0.1)*(2^16-1))/(2^16-1), then max-upscale + for bond in &bonds[0][((n / 2) as usize)..n as usize] { + assert_eq!(*bond, I32F32::from_num(65_535)); // floor((0.55 * 0.9 + 0.5 * 0.1)*(2^16-1))/(2^16-1), then max-upscale } assert_eq!(SubtensorModule::get_dividends_for_uid(netuid, 1), 29818); // Note D = floor((0.45 * 0.9 + 0.5 * 0.1) * 65_535) assert_eq!( SubtensorModule::get_emission_for_uid(netuid, 1), 227498866.into() ); // Note E = 0.5 * (0.45 * 0.9 + 0.5 * 0.1) * 1_000_000_000 = 227_500_000 (discrepancy) - for server in ((n / 2) as usize)..n as usize { - assert_eq!(bonds[1][server], I32F32::from_num(54712)); // floor((0.45 * 0.9 + 0.5 * 0.1)/(0.55 * 0.9 + 0.5 * 0.1)*(2^16-1)) + for bond in &bonds[1][((n / 2) as usize)..n as usize] { + assert_eq!(*bond, I32F32::from_num(54712)); // floor((0.45 * 0.9 + 0.5 * 0.1)/(0.55 * 0.9 + 0.5 * 0.1)*(2^16-1)) } }); } diff --git a/pallets/subtensor/src/tests/evm.rs b/pallets/subtensor/src/tests/evm.rs index cacfd7d7ea..638058ef78 100644 --- a/pallets/subtensor/src/tests/evm.rs +++ b/pallets/subtensor/src/tests/evm.rs @@ -8,13 +8,13 @@ use super::mock::*; use crate::*; use frame_support::testing_prelude::*; -use sp_core::{H160, Pair, U256, ecdsa, keccak_256}; +use sp_core::{H160, Pair, U256, ecdsa}; use sp_io::hashing::blake2_256; +use sp_io::hashing::keccak_256; use std::convert::AsRef; fn public_to_evm_key(pubkey: &ecdsa::Public) -> H160 { use libsecp256k1::PublicKey; - use sp_core::keccak_256; let secp_pub = PublicKey::parse_compressed(&pubkey.0).expect("Invalid pubkey"); let uncompressed = secp_pub.serialize(); // 65 bytes: 0x04 + X + Y diff --git a/pallets/subtensor/src/tests/math.rs b/pallets/subtensor/src/tests/math.rs index 6591d975b0..6784f6cc8c 100644 --- a/pallets/subtensor/src/tests/math.rs +++ b/pallets/subtensor/src/tests/math.rs @@ -365,7 +365,7 @@ fn test_math_vec_to_fixed() { // Reshape vector to matrix with specified number of rows, cast to I32F32. pub fn vec_to_mat_fixed(vector: &[f32], rows: usize, transpose: bool) -> Vec> { assert!( - vector.len() % rows == 0, + vector.len().is_multiple_of(rows), "Vector of len {:?} cannot reshape to {rows} rows.", vector.len() ); @@ -418,7 +418,7 @@ fn vec_to_sparse_mat_fixed( transpose: bool, ) -> Vec> { assert!( - vector.len() % rows == 0, + vector.len().is_multiple_of(rows), "Vector of len {:?} cannot reshape to {rows} rows.", vector.len() ); diff --git a/pallets/subtensor/src/tests/mock.rs b/pallets/subtensor/src/tests/mock.rs index 0e3347ec89..bff2ae4b70 100644 --- a/pallets/subtensor/src/tests/mock.rs +++ b/pallets/subtensor/src/tests/mock.rs @@ -569,7 +569,8 @@ impl frame_system::offchain::SigningTypes for Test { type Signature = test_crypto::Signature; } -pub type UncheckedExtrinsic = sp_runtime::testing::TestXt; +type TxExtension = frame_system::AuthorizeCall; +pub type UncheckedExtrinsic = sp_runtime::testing::TestXt; impl frame_system::offchain::CreateTransactionBase for Test where @@ -579,6 +580,26 @@ where type RuntimeCall = RuntimeCall; } +impl frame_system::offchain::CreateTransaction for Test +where + RuntimeCall: From, +{ + type Extension = TxExtension; + + fn create_transaction(call: RuntimeCall, extension: Self::Extension) -> Self::Extrinsic { + UncheckedExtrinsic::new_transaction(call, extension) + } +} + +impl frame_system::offchain::CreateAuthorizedTransaction for Test +where + RuntimeCall: From, +{ + fn create_extension() -> Self::Extension { + TxExtension::new() + } +} + impl frame_system::offchain::CreateBare for Test where RuntimeCall: From, diff --git a/pallets/subtensor/src/tests/mock_high_ed.rs b/pallets/subtensor/src/tests/mock_high_ed.rs index 6f5c69a89c..1fe5653ed6 100644 --- a/pallets/subtensor/src/tests/mock_high_ed.rs +++ b/pallets/subtensor/src/tests/mock_high_ed.rs @@ -498,7 +498,8 @@ impl frame_system::offchain::SigningTypes for Test { type Signature = test_crypto::Signature; } -pub type UncheckedExtrinsic = sp_runtime::testing::TestXt; +type TxExtension = frame_system::AuthorizeCall; +pub type UncheckedExtrinsic = sp_runtime::testing::TestXt; impl frame_system::offchain::CreateTransactionBase for Test where @@ -508,6 +509,26 @@ where type RuntimeCall = RuntimeCall; } +impl frame_system::offchain::CreateTransaction for Test +where + RuntimeCall: From, +{ + type Extension = TxExtension; + + fn create_transaction(call: RuntimeCall, extension: Self::Extension) -> Self::Extrinsic { + UncheckedExtrinsic::new_transaction(call, extension) + } +} + +impl frame_system::offchain::CreateAuthorizedTransaction for Test +where + RuntimeCall: From, +{ + fn create_extension() -> Self::Extension { + TxExtension::new() + } +} + impl frame_system::offchain::CreateBare for Test where RuntimeCall: From, diff --git a/pallets/subtensor/src/tests/networks.rs b/pallets/subtensor/src/tests/networks.rs index a967761ef5..4536cf358d 100644 --- a/pallets/subtensor/src/tests/networks.rs +++ b/pallets/subtensor/src/tests/networks.rs @@ -180,14 +180,10 @@ fn dissolve_two_stakers_pro_rata_distribution() { let prod2 = (a2 as u128) * (pot as u128); let share1 = (prod1 / total) as u64; let share2 = (prod2 / total) as u64; - let mut distributed = share1 + share2; + let distributed = share1 + share2; let mut rem = [(s1_cold, prod1 % total), (s2_cold, prod2 % total)]; if distributed < pot { rem.sort_by_key(|&(_c, r)| core::cmp::Reverse(r)); - let leftover = pot - distributed; - for _ in 0..leftover as usize { - distributed += 1; - } } // Recompute exact expected shares using the same logic let mut expected1 = share1; diff --git a/pallets/subtensor/src/tests/swap_coldkey.rs b/pallets/subtensor/src/tests/swap_coldkey.rs index ca269fe3d1..912c2b16fd 100644 --- a/pallets/subtensor/src/tests/swap_coldkey.rs +++ b/pallets/subtensor/src/tests/swap_coldkey.rs @@ -10,7 +10,6 @@ use approx::assert_abs_diff_eq; use codec::Encode; use frame_support::dispatch::{DispatchInfo, GetDispatchInfo}; -use frame_support::error::BadOrigin; use frame_support::traits::OnInitialize; use frame_support::traits::schedule::DispatchTime; use frame_support::traits::schedule::v3::Named as ScheduleNamed; @@ -20,7 +19,7 @@ use share_pool::SafeFloat; use sp_core::{Get, H256, U256}; use sp_runtime::traits::Hash; use sp_runtime::traits::{DispatchInfoOf, DispatchTransaction, TransactionExtension}; -use sp_runtime::{DispatchError, traits::TxBaseImplication}; +use sp_runtime::{DispatchError, DispatchError::BadOrigin, traits::TxBaseImplication}; use substrate_fixed::types::U96F32; use subtensor_runtime_common::{ AlphaBalance, CustomTransactionError, SubnetInfo, TaoBalance, Token, diff --git a/pallets/subtensor/src/utils/misc.rs b/pallets/subtensor/src/utils/misc.rs index 7e62e4c7ec..a09579f449 100644 --- a/pallets/subtensor/src/utils/misc.rs +++ b/pallets/subtensor/src/utils/misc.rs @@ -157,8 +157,7 @@ impl Pallet { // ======================== pub fn get_current_block_as_u64() -> u64 { TryInto::try_into(>::block_number()) - .ok() - .expect("blockchain will not exceed 2^64 blocks; QED.") + .unwrap_or_else(|_| panic!("blockchain will not exceed 2^64 blocks; QED.")) } // ============================== diff --git a/pallets/swap/src/pallet/balancer.rs b/pallets/swap/src/pallet/balancer.rs index 6326689024..b9f5843326 100644 --- a/pallets/swap/src/pallet/balancer.rs +++ b/pallets/swap/src/pallet/balancer.rs @@ -1005,7 +1005,7 @@ mod tests { // Print progress let done = counter.fetch_add(1, Ordering::Relaxed) + 1; - if done % 10_000_000 == 0 { + if done.is_multiple_of(10_000_000) { let progress = done as f64 / ITERATIONS as f64 * 100.0; // Replace with println for real-time progress log::debug!("progress = {progress:.4}%"); diff --git a/pallets/transaction-fee/src/tests/mock.rs b/pallets/transaction-fee/src/tests/mock.rs index 7d8508c5c0..8cb3b8eace 100644 --- a/pallets/transaction-fee/src/tests/mock.rs +++ b/pallets/transaction-fee/src/tests/mock.rs @@ -82,6 +82,7 @@ pub type BlockNumber = u64; pub type TestAuthId = test_crypto::TestAuthId; pub type TransactionExtensions = ( + frame_system::AuthorizeCall, frame_system::CheckNonZeroSender, frame_system::CheckWeight, pallet_transaction_payment::ChargeTransactionPayment, @@ -529,6 +530,31 @@ where type RuntimeCall = RuntimeCall; } +impl frame_system::offchain::CreateTransaction for Test +where + RuntimeCall: From, +{ + type Extension = TransactionExtensions; + + fn create_transaction(call: RuntimeCall, extension: Self::Extension) -> Self::Extrinsic { + UncheckedExtrinsic::new_transaction(call, extension) + } +} + +impl frame_system::offchain::CreateAuthorizedTransaction for Test +where + RuntimeCall: From, +{ + fn create_extension() -> Self::Extension { + ( + frame_system::AuthorizeCall::::new(), + frame_system::CheckNonZeroSender::::new(), + frame_system::CheckWeight::::new(), + pallet_transaction_payment::ChargeTransactionPayment::::from(0.into()), + ) + } +} + impl frame_system::offchain::CreateBare for Test where RuntimeCall: From, diff --git a/pallets/utility/src/tests.rs b/pallets/utility/src/tests.rs index 14020ec8bf..60e1748651 100644 --- a/pallets/utility/src/tests.rs +++ b/pallets/utility/src/tests.rs @@ -39,8 +39,6 @@ use sp_runtime::{ traits::{BadOrigin, Dispatchable}, }; -type BlockNumber = u64; - // example module to test behaviors. #[frame_support::pallet(dev_mode)] #[allow(clippy::large_enum_variant)] @@ -137,7 +135,7 @@ parameter_types! { pub const MultisigDepositBase: u64 = 1; pub const MultisigDepositFactor: u64 = 1; pub const MaxSignatories: u32 = 3; - pub const MotionDuration: BlockNumber = 3; + pub const MotionDuration: u64 = 3; pub const MaxProposals: u32 = 100; pub const MaxMembers: u32 = 100; pub MaxProposalWeight: Weight = BlockWeights::get().max_block.saturating_div(2); diff --git a/primitives/share-pool/src/lib.rs b/primitives/share-pool/src/lib.rs index 848ee64448..1900f57cb8 100644 --- a/primitives/share-pool/src/lib.rs +++ b/primitives/share-pool/src/lib.rs @@ -1431,7 +1431,7 @@ mod tests { } let done_outer = checked.load(Ordering::Relaxed); - if done_outer % progress_step == 0 { + if done_outer.is_multiple_of(progress_step) { let invalid = skipped_invalid_sf.load(Ordering::Relaxed); let non_finite = skipped_non_finite.load(Ordering::Relaxed); log::debug!( @@ -1621,7 +1621,7 @@ mod tests { } let done = done_counter.fetch_add(1, Ordering::Relaxed) + 1; - if done % 10_000 == 0 { + if done.is_multiple_of(10_000) { let progress = done as f64 / total_cases as f64 * 100.0; log::debug!("div progress = {progress:.4}%"); } diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index af90c3787d..fee49cd6a1 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -2212,14 +2212,15 @@ impl_runtime_apis! { #[allow(clippy::expect_used)] fn execute_block( - block: Block, + block: ::LazyBlock, state_root_check: bool, signature_check: bool, select: frame_try_runtime::TryStateSelect ) -> Weight { // NOTE: intentional unwrap: we don't want to propagate the error backwards, and want to // have a backtrace here. - Executive::try_execute_block(block, state_root_check, signature_check, select).expect("execute-block failed") + Executive::try_execute_block(block, state_root_check, signature_check, select) + .unwrap_or_else(|_| panic!("execute-block failed")) } } From 36f78979c6091756365c6217149d26567898f69d Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Tue, 7 Jul 2026 16:50:15 -0700 Subject: [PATCH 07/14] more lints --- eco-tests/src/mock.rs | 24 ++++++++- node/src/chain_spec/devnet.rs | 2 +- node/src/chain_spec/finney.rs | 2 +- node/src/chain_spec/localnet.rs | 2 +- node/src/chain_spec/testnet.rs | 2 +- pallets/shield/src/mock.rs | 12 ++++- pallets/subtensor/src/tests/leasing.rs | 49 ++++++++++--------- precompiles/src/mock.rs | 23 ++++++++- runtime/Cargo.toml | 1 + runtime/tests/evm_transaction_fee.rs | 9 +++- support/procedural-fork/Cargo.toml | 2 +- support/procedural-fork/src/no_bound/clone.rs | 12 ++--- .../procedural-fork/src/no_bound/default.rs | 8 +-- 13 files changed, 103 insertions(+), 45 deletions(-) diff --git a/eco-tests/src/mock.rs b/eco-tests/src/mock.rs index 5ce8bc9b6b..99e69ea859 100644 --- a/eco-tests/src/mock.rs +++ b/eco-tests/src/mock.rs @@ -556,7 +556,9 @@ impl frame_system::offchain::SigningTypes for Test { type Signature = test_crypto::Signature; } -pub type UncheckedExtrinsic = sp_runtime::testing::TestXt; +type TxExtension = frame_system::AuthorizeCall; + +pub type UncheckedExtrinsic = sp_runtime::testing::TestXt; impl frame_system::offchain::CreateTransactionBase for Test where @@ -566,6 +568,26 @@ where type RuntimeCall = RuntimeCall; } +impl frame_system::offchain::CreateTransaction for Test +where + RuntimeCall: From, +{ + type Extension = TxExtension; + + fn create_transaction(call: RuntimeCall, extension: Self::Extension) -> Self::Extrinsic { + UncheckedExtrinsic::new_transaction(call, extension) + } +} + +impl frame_system::offchain::CreateAuthorizedTransaction for Test +where + RuntimeCall: From, +{ + fn create_extension() -> Self::Extension { + TxExtension::new() + } +} + impl frame_system::offchain::CreateBare for Test where RuntimeCall: From, diff --git a/node/src/chain_spec/devnet.rs b/node/src/chain_spec/devnet.rs index cb3bc66924..23fe0c4b97 100644 --- a/node/src/chain_spec/devnet.rs +++ b/node/src/chain_spec/devnet.rs @@ -78,7 +78,7 @@ fn devnet_genesis( "balances": vec![(root_key.clone(), 1_000_000_000_000u128)], }, "aura": { - "authorities": initial_authorities.iter().map(|x| (x.0.clone())).collect::>(), + "authorities": initial_authorities.iter().map(|x| x.0.clone()).collect::>(), }, "grandpa": { "authorities": initial_authorities diff --git a/node/src/chain_spec/finney.rs b/node/src/chain_spec/finney.rs index 4b47c29473..003f70c9ab 100644 --- a/node/src/chain_spec/finney.rs +++ b/node/src/chain_spec/finney.rs @@ -216,7 +216,7 @@ fn finney_genesis( ) -> serde_json::Value { serde_json::json!({ "balances": { "balances": balances.to_vec() }, - "aura": { "authorities": initial_authorities.iter().map(|x| (x.0.clone())).collect::>() }, + "aura": { "authorities": initial_authorities.iter().map(|x| x.0.clone()).collect::>() }, "grandpa": { "authorities": initial_authorities .iter() .map(|x| (x.1.clone(), 1)) diff --git a/node/src/chain_spec/localnet.rs b/node/src/chain_spec/localnet.rs index 57a60bbd1b..8b6bb70395 100644 --- a/node/src/chain_spec/localnet.rs +++ b/node/src/chain_spec/localnet.rs @@ -119,7 +119,7 @@ fn localnet_genesis( serde_json::json!({ "balances": { "balances": balances }, "aura": { - "authorities": initial_authorities.iter().map(|x| (x.0.clone())).collect::>() + "authorities": initial_authorities.iter().map(|x| x.0.clone()).collect::>() }, "grandpa": { "authorities": initial_authorities diff --git a/node/src/chain_spec/testnet.rs b/node/src/chain_spec/testnet.rs index a3b3d8b627..c719053db4 100644 --- a/node/src/chain_spec/testnet.rs +++ b/node/src/chain_spec/testnet.rs @@ -119,7 +119,7 @@ fn testnet_genesis( "balances": vec![(root_key.clone(), 1_000_000_000_000u128)], }, "aura": { - "authorities": initial_authorities.iter().map(|x| (x.0.clone())).collect::>(), + "authorities": initial_authorities.iter().map(|x| x.0.clone()).collect::>(), }, "grandpa": { "authorities": initial_authorities diff --git a/pallets/shield/src/mock.rs b/pallets/shield/src/mock.rs index 774b4eb8ee..0e25541a64 100644 --- a/pallets/shield/src/mock.rs +++ b/pallets/shield/src/mock.rs @@ -73,7 +73,11 @@ impl pallet_shield::FindAuthors for MockFindAuthors { MOCK_CURRENT.with(|c| c.borrow().clone()).or_else(|| { let slot = pallet_aura::CurrentSlot::::get(); let auths = pallet_aura::Authorities::::get().into_inner(); - auths.get(*slot as usize % auths.len()).cloned() + if auths.is_empty() { + None + } else { + auths.get(*slot as usize % auths.len()).cloned() + } }) } @@ -83,7 +87,11 @@ impl pallet_shield::FindAuthors for MockFindAuthors { } let slot = pallet_aura::CurrentSlot::::get().checked_add(2)?; let auths = pallet_aura::Authorities::::get().into_inner(); - auths.get(slot as usize % auths.len()).cloned() + if auths.is_empty() { + None + } else { + auths.get(slot as usize % auths.len()).cloned() + } } } diff --git a/pallets/subtensor/src/tests/leasing.rs b/pallets/subtensor/src/tests/leasing.rs index cc0715f451..e0c5fa5da9 100644 --- a/pallets/subtensor/src/tests/leasing.rs +++ b/pallets/subtensor/src/tests/leasing.rs @@ -574,41 +574,42 @@ fn test_distribute_lease_network_dividends_multiple_contributors_works() { .ceil() .to_num::(); assert_eq!(contributor1_alpha_delta, expected_contributor1_alpha.into()); - assert_eq!( - System::events()[3].event, - RuntimeEvent::SubtensorModule(Event::SubnetLeaseDividendsDistributed { - lease_id, - contributor: contributions[0].0.into(), - alpha: expected_contributor1_alpha.into(), - },) - ); - let expected_contributor2_alpha = SubnetLeaseShares::::get(lease_id, contributions[1].0) .saturating_mul(U64F64::from(distributed_alpha.to_u64())) .ceil() .to_num::(); assert_eq!(contributor2_alpha_delta, expected_contributor2_alpha.into()); - assert_eq!( - System::events()[6].event, - RuntimeEvent::SubtensorModule(Event::SubnetLeaseDividendsDistributed { - lease_id, - contributor: contributions[1].0.into(), - alpha: expected_contributor2_alpha.into(), - },) - ); - // The beneficiary should have received the remaining dividends let expected_beneficiary_alpha = distributed_alpha.to_u64() - (expected_contributor1_alpha + expected_contributor2_alpha); assert_eq!(beneficiary_alpha_delta, expected_beneficiary_alpha.into()); + let dividend_events: Vec<_> = System::events() + .into_iter() + .filter_map(|record| match record.event { + RuntimeEvent::SubtensorModule(Event::SubnetLeaseDividendsDistributed { + lease_id, + contributor, + alpha, + }) => Some((lease_id, contributor, alpha)), + _ => None, + }) + .collect(); assert_eq!( - System::events()[9].event, - RuntimeEvent::SubtensorModule(Event::SubnetLeaseDividendsDistributed { - lease_id, - contributor: beneficiary.into(), - alpha: expected_beneficiary_alpha.into(), - },) + dividend_events, + vec![ + ( + lease_id, + contributions[0].0, + expected_contributor1_alpha.into(), + ), + ( + lease_id, + contributions[1].0, + expected_contributor2_alpha.into(), + ), + (lease_id, beneficiary, expected_beneficiary_alpha.into()), + ] ); // Ensure nothing was accumulated for later distribution diff --git a/precompiles/src/mock.rs b/precompiles/src/mock.rs index 2cd917b43c..1ba735a1d2 100644 --- a/precompiles/src/mock.rs +++ b/precompiles/src/mock.rs @@ -29,7 +29,8 @@ use crate::PrecompileExt; pub(crate) type AccountId = AccountId32; pub(crate) type Block = frame_system::mocking::MockBlock; -pub(crate) type UncheckedExtrinsic = TestXt; +type TxExtension = frame_system::AuthorizeCall; +pub(crate) type UncheckedExtrinsic = TestXt; frame_support::construct_runtime!( pub enum Runtime { @@ -389,6 +390,26 @@ where type RuntimeCall = RuntimeCall; } +impl frame_system::offchain::CreateTransaction for Runtime +where + RuntimeCall: From, +{ + type Extension = TxExtension; + + fn create_transaction(call: RuntimeCall, extension: Self::Extension) -> Self::Extrinsic { + UncheckedExtrinsic::new_transaction(call, extension) + } +} + +impl frame_system::offchain::CreateAuthorizedTransaction for Runtime +where + RuntimeCall: From, +{ + fn create_extension() -> Self::Extension { + TxExtension::new() + } +} + impl frame_system::offchain::CreateBare for Runtime where RuntimeCall: From, diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 946e797f21..326e0c8ab4 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -308,6 +308,7 @@ runtime-benchmarks = [ "runtime-common/runtime-benchmarks", "pallet-babe/runtime-benchmarks", "pallet-staking/runtime-benchmarks", + "pallet-session/runtime-benchmarks", "pallet-election-provider-multi-phase/runtime-benchmarks", "frame-election-provider-support/runtime-benchmarks", "pallet-bags-list/runtime-benchmarks", diff --git a/runtime/tests/evm_transaction_fee.rs b/runtime/tests/evm_transaction_fee.rs index 19cab4c77d..395207ede6 100644 --- a/runtime/tests/evm_transaction_fee.rs +++ b/runtime/tests/evm_transaction_fee.rs @@ -1,4 +1,8 @@ -#![allow(clippy::expect_used, clippy::unwrap_used)] +#![allow( + clippy::arithmetic_side_effects, + clippy::expect_used, + clippy::unwrap_used +)] use codec::Encode; use frame_support::traits::fungible::Inspect; @@ -34,7 +38,8 @@ fn initialize_block_with_aura_authority(authority: AuraId, slot: u64) { slot.encode(), )], }; - frame_system::Pallet::::initialize(&1u32.into(), &Default::default(), &digest); + let next_block = frame_system::Pallet::::block_number() + 1; + frame_system::Pallet::::initialize(&next_block, &Default::default(), &digest); } #[test] diff --git a/support/procedural-fork/Cargo.toml b/support/procedural-fork/Cargo.toml index fdc280ec14..cc03c78242 100644 --- a/support/procedural-fork/Cargo.toml +++ b/support/procedural-fork/Cargo.toml @@ -10,7 +10,7 @@ all = "allow" derive-syn-parse.workspace = true Inflector.workspace = true cfg-expr.workspace = true -itertools.workspace = true +itertools = { workspace = true, features = ["use_alloc"] } proc-macro2.workspace = true quote.workspace = true syn = { workspace = true, features = [ diff --git a/support/procedural-fork/src/no_bound/clone.rs b/support/procedural-fork/src/no_bound/clone.rs index 17039bdc87..e50987de81 100644 --- a/support/procedural-fork/src/no_bound/clone.rs +++ b/support/procedural-fork/src/no_bound/clone.rs @@ -33,7 +33,7 @@ pub fn derive_clone_no_bound(input: proc_macro::TokenStream) -> proc_macro::Toke ) }); - quote::quote!( Self { #( #fields, )* } ) + quote::quote!(#name { #( #fields, )* }) } syn::Fields::Unnamed(unnamed) => { let fields = unnamed @@ -47,10 +47,10 @@ pub fn derive_clone_no_bound(input: proc_macro::TokenStream) -> proc_macro::Toke ) }); - quote::quote!( Self ( #( #fields, )* ) ) + quote::quote!(#name(#( #fields, )*)) } syn::Fields::Unit => { - quote::quote!(Self) + quote::quote!(#name) } }, syn::Data::Enum(enum_) => { @@ -65,7 +65,7 @@ pub fn derive_clone_no_bound(input: proc_macro::TokenStream) -> proc_macro::Toke ) }); quote::quote!( - Self::#ident { #( ref #captured, )* } => Self::#ident { #( #cloned, )*} + #name::#ident { #( ref #captured, )* } => #name::#ident { #( #cloned, )*} ) } syn::Fields::Unnamed(unnamed) => { @@ -80,10 +80,10 @@ pub fn derive_clone_no_bound(input: proc_macro::TokenStream) -> proc_macro::Toke ) }); quote::quote!( - Self::#ident ( #( ref #captured, )* ) => Self::#ident ( #( #cloned, )*) + #name::#ident ( #( ref #captured, )* ) => #name::#ident ( #( #cloned, )*) ) } - syn::Fields::Unit => quote::quote!( Self::#ident => Self::#ident ), + syn::Fields::Unit => quote::quote!( #name::#ident => #name::#ident ), } }); diff --git a/support/procedural-fork/src/no_bound/default.rs b/support/procedural-fork/src/no_bound/default.rs index 615268d7bd..afdd405961 100644 --- a/support/procedural-fork/src/no_bound/default.rs +++ b/support/procedural-fork/src/no_bound/default.rs @@ -36,7 +36,7 @@ pub fn derive_default_no_bound(input: proc_macro::TokenStream) -> proc_macro::To } }); - quote!(Self { #( #fields, )* }) + quote!(#name { #( #fields, )* }) } Fields::Unnamed(unnamed) => { let fields = unnamed.unnamed.iter().map(|field| { @@ -45,10 +45,10 @@ pub fn derive_default_no_bound(input: proc_macro::TokenStream) -> proc_macro::To } }); - quote!(Self( #( #fields, )* )) + quote!(#name(#( #fields, )*)) } Fields::Unit => { - quote!(Self) + quote!(#name) } }, Data::Enum(enum_) => { @@ -106,7 +106,7 @@ pub fn derive_default_no_bound(input: proc_macro::TokenStream) -> proc_macro::To let variant_ident = &default_variant.ident; - let fully_qualified_variant_path = quote!(Self::#variant_ident); + let fully_qualified_variant_path = quote!(#name::#variant_ident); match &default_variant.fields { Fields::Named(named) => { From cecdfa2aacc907c2598c4d86bd75b4ec4abf4f3e Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Tue, 7 Jul 2026 16:52:50 -0700 Subject: [PATCH 08/14] bump spec --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 81256fe875..dc7e9a501d 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -269,7 +269,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 426, + spec_version: 427, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, From 1308b4b4f8e6a5183c1cb37993ea22fa6e844de2 Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Tue, 7 Jul 2026 18:28:28 -0700 Subject: [PATCH 09/14] fix w3f-bls --- Cargo.lock | 98 +++++++++++++++++--------------------------- Cargo.toml | 6 +-- eco-tests/Cargo.toml | 2 +- 3 files changed, 42 insertions(+), 64 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92690168a2..033442d8c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8809,8 +8809,8 @@ dependencies = [ "subtensor-runtime-common", "subtensor-swap-interface", "subtensor-transaction-fee", - "tle", - "w3f-bls 0.1.3", + "timelock", + "w3f-bls", ] [[package]] @@ -9828,8 +9828,8 @@ dependencies = [ "sp-std", "subtensor-macros", "subtensor-runtime-common", - "tle", - "w3f-bls 0.1.3", + "timelock", + "w3f-bls", ] [[package]] @@ -10086,8 +10086,8 @@ dependencies = [ "sp-runtime", "sp-std", "subtensor-macros", - "tle", - "w3f-bls 0.1.3", + "timelock", + "w3f-bls", ] [[package]] @@ -11400,11 +11400,11 @@ dependencies = [ "subtensor-macros", "subtensor-runtime-common", "subtensor-swap-interface", - "tle", + "timelock", "tracing", "tracing-log", "tracing-subscriber 0.3.19", - "w3f-bls 0.1.3", + "w3f-bls", ] [[package]] @@ -18021,7 +18021,7 @@ dependencies = [ "substrate-bip39", "thiserror 1.0.69", "tracing", - "w3f-bls 0.1.9", + "w3f-bls", "zeroize", ] @@ -19804,6 +19804,34 @@ dependencies = [ "time-core", ] +[[package]] +name = "timelock" +version = "0.0.2" +source = "git+https://github.com/ideal-lab5/timelock?rev=dea59e7962f4f745452bbbb7df928e854e3d4bbc#dea59e7962f4f745452bbbb7df928e854e3d4bbc" +dependencies = [ + "aes-gcm", + "ark-bls12-377 0.4.0", + "ark-bls12-381 0.4.0", + "ark-ec 0.4.2", + "ark-ff 0.4.2", + "ark-poly 0.4.2", + "ark-serialize 0.4.2", + "ark-std 0.4.0", + "array-bytes 6.2.3", + "chacha20poly1305", + "generic-array 0.14.7", + "parity-scale-codec", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "scale-info", + "serde", + "serde_cbor", + "serde_json", + "sha2 0.10.9", + "sha3 0.10.9", + "w3f-bls", +] + [[package]] name = "tiny-keccak" version = "2.0.2" @@ -19838,34 +19866,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" -[[package]] -name = "tle" -version = "0.1.0" -source = "git+https://github.com/ideal-lab5/timelock?rev=5416406cfd32799e31e1795393d4916894de4468#5416406cfd32799e31e1795393d4916894de4468" -dependencies = [ - "aes-gcm", - "ark-bls12-377 0.4.0", - "ark-bls12-381 0.4.0", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "array-bytes 6.2.3", - "chacha20poly1305", - "generic-array 0.14.7", - "parity-scale-codec", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "scale-info", - "serde", - "serde_cbor", - "serde_json", - "sha2 0.10.9", - "sha3 0.10.9", - "w3f-bls 0.1.3", -] - [[package]] name = "tokio" version = "1.52.3" @@ -20446,32 +20446,10 @@ 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 = "git+https://github.com/RaoFoundation/bls?branch=fix-no-std#4ac443d11a6c9fdebe329d113702ad7387ba1688" -dependencies = [ - "ark-bls12-377 0.4.0", - "ark-bls12-381 0.4.0", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-serialize-derive 0.4.2", - "arrayref", - "digest 0.10.7", - "rand 0.8.6", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "sha2 0.10.9", - "sha3 0.10.9", - "zeroize", -] - [[package]] name = "w3f-bls" version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32" +source = "git+https://github.com/RaoFoundation/bls?rev=0972366fd481b0c000ecd29350108bdeac6f8ae9#0972366fd481b0c000ecd29350108bdeac6f8ae9" dependencies = [ "ark-bls12-377 0.4.0", "ark-bls12-381 0.4.0", diff --git a/Cargo.toml b/Cargo.toml index 2fdb8d5502..f77d3ebf4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -284,7 +284,7 @@ pallet-hotfix-sufficients = { git = "https://github.com/RaoFoundation/frontier.g pallet-drand = { path = "pallets/drand", default-features = false } sp-crypto-ec-utils = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } sp-keystore = { git = "https://github.com/RaoFoundation/polkadot-sdk.git", rev = "d093659e72bd8edaa0192bd0a726bd3ad3e12686", default-features = false } -w3f-bls = { git = "https://github.com/opentensor/bls", branch = "fix-no-std", default-features = false } +w3f-bls = { git = "https://github.com/RaoFoundation/bls", rev = "0972366fd481b0c000ecd29350108bdeac6f8ae9", default-features = false } ark-crypto-primitives = { version = "0.4.0", default-features = false } ark-scale = { version = "0.0.11", default-features = false } ark-bls12-381 = { version = "0.4.0", default-features = false } @@ -295,7 +295,7 @@ ark-std = { version = "0.4.0", default-features = false } anyhow = { version = "1.0.81", default-features = false } sha2 = { version = "0.10.8", default-features = false } rand_chacha = { version = "0.3.1", default-features = false } -tle = { git = "https://github.com/ideal-lab5/timelock", rev = "5416406cfd32799e31e1795393d4916894de4468", default-features = false } +tle = { package = "timelock", git = "https://github.com/ideal-lab5/timelock", rev = "dea59e7962f4f745452bbbb7df928e854e3d4bbc", default-features = false } pallet-shield = { path = "pallets/shield", default-features = false } ml-kem = { version = "0.2.2", default-features = false } @@ -320,6 +320,6 @@ default = [] pow-faucet = [] [patch.crates-io] -w3f-bls = { git = "https://github.com/RaoFoundation/bls", branch = "fix-no-std" } +w3f-bls = { git = "https://github.com/RaoFoundation/bls", rev = "0972366fd481b0c000ecd29350108bdeac6f8ae9" } zstd-sys = { git = "https://github.com/gztensor/zstd-sys" } zstd-safe = { git = "https://github.com/gztensor/zstd-safe", rev = "42cc34ef6abe5d35d982f6afefb5d7e4e69f5f18" } diff --git a/eco-tests/Cargo.toml b/eco-tests/Cargo.toml index 35dacb7e2c..fb87b89e68 100644 --- a/eco-tests/Cargo.toml +++ b/eco-tests/Cargo.toml @@ -58,4 +58,4 @@ rand = { version = "0.10.0", default-features = false, features = ["std", "threa hex-literal = "0.4.1" [patch.crates-io] -w3f-bls = { git = "https://github.com/RaoFoundation/bls", branch = "fix-no-std" } +w3f-bls = { git = "https://github.com/RaoFoundation/bls", rev = "0972366fd481b0c000ecd29350108bdeac6f8ae9" } From 787d0d721a90362dd98895bbe302536e610380da Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Tue, 7 Jul 2026 19:19:25 -0700 Subject: [PATCH 10/14] fix tests --- Cargo.lock | 44 ++++-------- Cargo.toml | 3 +- pallets/commitments/Cargo.toml | 2 + pallets/commitments/src/lib.rs | 10 +-- pallets/commitments/src/mock.rs | 8 +-- pallets/drand/Cargo.toml | 2 + pallets/drand/src/verifier.rs | 9 ++- pallets/subtensor/Cargo.toml | 2 + .../subtensor/src/coinbase/reveal_commits.rs | 10 +-- pallets/subtensor/src/tests/mechanism.rs | 16 ++--- pallets/subtensor/src/tests/weights.rs | 70 +++++++++---------- 11 files changed, 82 insertions(+), 94 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 033442d8c2..0ce13bc4e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5987,12 +5987,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "half" -version = "1.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" - [[package]] name = "handlebars" version = "5.1.2" @@ -9810,6 +9804,7 @@ name = "pallet-commitments" version = "4.0.0-dev" dependencies = [ "ark-serialize 0.4.2", + "ark-serialize 0.5.0", "enumflags2", "frame-benchmarking", "frame-support", @@ -10066,6 +10061,7 @@ dependencies = [ "ark-scale 0.0.11", "ark-scale 0.0.13", "ark-serialize 0.4.2", + "ark-serialize 0.5.0", "ark-std 0.4.0", "ark-std 0.5.0", "frame-benchmarking", @@ -11357,6 +11353,7 @@ version = "4.0.0-dev" dependencies = [ "approx", "ark-serialize 0.4.2", + "ark-serialize 0.5.0", "frame-benchmarking", "frame-support", "frame-system", @@ -17236,16 +17233,6 @@ dependencies = [ "serde_core", ] -[[package]] -name = "serde_cbor" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" -dependencies = [ - "half", - "serde", -] - [[package]] name = "serde_core" version = "1.0.228" @@ -19806,30 +19793,25 @@ dependencies = [ [[package]] name = "timelock" -version = "0.0.2" -source = "git+https://github.com/ideal-lab5/timelock?rev=dea59e7962f4f745452bbbb7df928e854e3d4bbc#dea59e7962f4f745452bbbb7df928e854e3d4bbc" +version = "0.3.0" +source = "git+https://github.com/ideal-lab5/timelock?rev=ccccca019409c89f31fd687352db8060bfb4aae6#ccccca019409c89f31fd687352db8060bfb4aae6" dependencies = [ "aes-gcm", - "ark-bls12-377 0.4.0", - "ark-bls12-381 0.4.0", - "ark-ec 0.4.2", - "ark-ff 0.4.2", - "ark-poly 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", + "ark-bls12-377 0.5.0", + "ark-bls12-381 0.5.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", "array-bytes 6.2.3", - "chacha20poly1305", "generic-array 0.14.7", "parity-scale-codec", - "rand_chacha 0.3.1", - "rand_core 0.6.4", + "rand 0.8.6", "scale-info", "serde", - "serde_cbor", - "serde_json", "sha2 0.10.9", "sha3 0.10.9", - "w3f-bls", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f77d3ebf4a..5fa4eb6aef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -289,13 +289,14 @@ ark-crypto-primitives = { version = "0.4.0", default-features = false } ark-scale = { version = "0.0.11", default-features = false } ark-bls12-381 = { version = "0.4.0", default-features = false } ark-serialize = { version = "0.4.0", default-features = false } +ark-serialize-05 = { package = "ark-serialize", version = "0.5.0", default-features = false } ark-ff = { version = "0.4.0", default-features = false } ark-ec = { version = "0.4.0", default-features = false } ark-std = { version = "0.4.0", default-features = false } anyhow = { version = "1.0.81", default-features = false } sha2 = { version = "0.10.8", default-features = false } rand_chacha = { version = "0.3.1", default-features = false } -tle = { package = "timelock", git = "https://github.com/ideal-lab5/timelock", rev = "dea59e7962f4f745452bbbb7df928e854e3d4bbc", default-features = false } +tle = { package = "timelock", git = "https://github.com/ideal-lab5/timelock", rev = "ccccca019409c89f31fd687352db8060bfb4aae6", default-features = false } pallet-shield = { path = "pallets/shield", default-features = false } ml-kem = { version = "0.2.2", default-features = false } diff --git a/pallets/commitments/Cargo.toml b/pallets/commitments/Cargo.toml index 1c81807fc4..245c9c720b 100644 --- a/pallets/commitments/Cargo.toml +++ b/pallets/commitments/Cargo.toml @@ -29,6 +29,7 @@ enumflags2.workspace = true pallet-drand.workspace = true tle.workspace = true ark-serialize = { workspace = true, features = ["derive"] } +ark-serialize-05.workspace = true w3f-bls.workspace = true rand_chacha.workspace = true hex.workspace = true @@ -46,6 +47,7 @@ pallet-balances.workspace = true default = ["std"] std = [ "ark-serialize/std", + "ark-serialize-05/std", "codec/std", "enumflags2/std", "frame-benchmarking?/std", diff --git a/pallets/commitments/src/lib.rs b/pallets/commitments/src/lib.rs index b5f28a0968..514c688e69 100644 --- a/pallets/commitments/src/lib.rs +++ b/pallets/commitments/src/lib.rs @@ -10,7 +10,7 @@ mod mock; pub mod types; pub mod weights; -use ark_serialize::CanonicalDeserialize; +use ark_serialize_05::CanonicalDeserialize; use codec::Encode; use frame_support::IterableStorageDoubleMap; use frame_support::{ @@ -24,13 +24,13 @@ use sp_runtime::SaturatedConversion; use sp_runtime::{Saturating, Weight, traits::Zero}; use sp_std::{boxed::Box, vec::Vec}; use subtensor_runtime_common::NetUid; +use tle::engines::EngineBLS; use tle::{ - curves::drand::TinyBLS381, - stream_ciphers::AESGCMStreamCipherProvider, + block_ciphers::AESGCMBlockCipherProvider, + engines::drand::TinyBLS381, tlock::{TLECiphertext, tld}, }; pub use types::*; -use w3f_bls::EngineBLS; pub use weights::WeightInfo; type BalanceOf = @@ -464,7 +464,7 @@ impl Pallet { }; let decrypted_bytes: Vec = - tld::(commit, sig) + tld::(commit, sig) .map_err(|e| { log::warn!("Failed to decrypt timelock for {who:?}: {e:?}") }) diff --git a/pallets/commitments/src/mock.rs b/pallets/commitments/src/mock.rs index a2193f8dd6..64717bf717 100644 --- a/pallets/commitments/src/mock.rs +++ b/pallets/commitments/src/mock.rs @@ -206,11 +206,11 @@ pub fn new_test_ext() -> sp_io::TestExternalities { use super::*; use crate::{EngineBLS, MAX_TIMELOCK_COMMITMENT_SIZE_BYTES, TinyBLS381}; -use ark_serialize::CanonicalSerialize; +use ark_serialize_05::CanonicalSerialize; use frame_support::BoundedVec; use rand_chacha::{ChaCha20Rng, rand_core::SeedableRng}; use sha2::Digest; -use tle::{ibe::fullident::Identity, stream_ciphers::AESGCMStreamCipherProvider, tlock::tle}; +use tle::{block_ciphers::AESGCMBlockCipherProvider, ibe::fullident::Identity, tlock::tle}; // Drand Quicknet public key and signature for round=1000: pub const DRAND_QUICKNET_PUBKEY_HEX: &str = "83cf0f2896adee7eb8b5f01fcad3912212c437e0073e911fb90022d3e760183c8c4b450b6\ @@ -261,14 +261,14 @@ pub fn produce_ciphertext( hasher.update(round.to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![msg]); + let identity = Identity::new(b"", &msg); // 3) Actually encrypt // (just an example ephemeral secret key & RNG seed) let esk = [2u8; 32]; let rng = ChaCha20Rng::seed_from_u64(0); - let ct = tle::( + let ct = tle::( pub_key, esk, plaintext, identity, rng, ) .expect("Encryption failed in produce_real_ciphertext"); diff --git a/pallets/drand/Cargo.toml b/pallets/drand/Cargo.toml index 86d6f98679..2bbbf85b58 100644 --- a/pallets/drand/Cargo.toml +++ b/pallets/drand/Cargo.toml @@ -32,6 +32,7 @@ sp-std.workspace = true sp-crypto-ec-utils = { workspace = true, features = ["bls12-381"] } ark-bls12-381 = { workspace = true, features = ["curve"] } ark-serialize = { workspace = true, features = ["derive"] } +ark-serialize-05.workspace = true ark-ff.workspace = true ark-ec.workspace = true ark-std.workspace = true @@ -70,6 +71,7 @@ std = [ "sp-crypto-ec-utils/std", "ark-bls12-381/std", "ark-serialize/std", + "ark-serialize-05/std", "ark-ff/std", "ark-ec/std", "ark-std/std", diff --git a/pallets/drand/src/verifier.rs b/pallets/drand/src/verifier.rs index b0ecf2f305..34c62174dc 100644 --- a/pallets/drand/src/verifier.rs +++ b/pallets/drand/src/verifier.rs @@ -23,14 +23,13 @@ use crate::{ types::{BeaconConfiguration, Pulse, RoundNumber}, }; use alloc::{format, string::String, vec::Vec}; -use ark_ec::hashing::HashToCurve; -use ark_ec_05::AffineRepr; -use ark_serialize::CanonicalSerialize; +use ark_ec_05::{AffineRepr, hashing::HashToCurve}; +use ark_serialize_05::CanonicalSerialize; use codec::Decode; use sha2::{Digest, Sha256}; use sp_crypto_ec_utils::bls12_381::{G1Affine as G1AffineOpt, G2Affine as G2AffineOpt}; -use tle::curves::drand::TinyBLS381; -use w3f_bls::engine::EngineBLS; +use tle::engines::EngineBLS; +use tle::engines::drand::TinyBLS381; const USAGE: ark_scale_05::Usage = ark_scale_05::WIRE; pub type ArkScale = ark_scale_05::ArkScale; diff --git a/pallets/subtensor/Cargo.toml b/pallets/subtensor/Cargo.toml index 6cad5e5b42..fc3d5d80a2 100644 --- a/pallets/subtensor/Cargo.toml +++ b/pallets/subtensor/Cargo.toml @@ -51,6 +51,7 @@ hex-literal.workspace = true num-traits = { workspace = true, features = ["libm"] } tle.workspace = true ark-serialize = { workspace = true, features = ["derive"] } +ark-serialize-05.workspace = true w3f-bls.workspace = true sha2.workspace = true rand_chacha.workspace = true @@ -129,6 +130,7 @@ std = [ "safe-math/std", "share-pool/std", "ark-serialize/std", + "ark-serialize-05/std", "hex/std", "libsecp256k1/std", "log/std", diff --git a/pallets/subtensor/src/coinbase/reveal_commits.rs b/pallets/subtensor/src/coinbase/reveal_commits.rs index a5cddd6856..f9feb61b3c 100644 --- a/pallets/subtensor/src/coinbase/reveal_commits.rs +++ b/pallets/subtensor/src/coinbase/reveal_commits.rs @@ -1,15 +1,15 @@ use super::*; -use ark_serialize::CanonicalDeserialize; +use ark_serialize_05::CanonicalDeserialize; use codec::Decode; use frame_support::{dispatch, traits::OriginTrait}; use scale_info::prelude::collections::VecDeque; use subtensor_runtime_common::{MechId, NetUid}; +use tle::engines::EngineBLS; use tle::{ - curves::drand::TinyBLS381, - stream_ciphers::AESGCMStreamCipherProvider, + block_ciphers::AESGCMBlockCipherProvider, + engines::drand::TinyBLS381, tlock::{TLECiphertext, tld}, }; -use w3f_bls::EngineBLS; /// Contains all necessary information to set weights. /// @@ -117,7 +117,7 @@ impl Pallet { } }; - let decrypted_bytes: Vec = match tld::( + let decrypted_bytes: Vec = match tld::( commit, sig, ) { Ok(d) => d, diff --git a/pallets/subtensor/src/tests/mechanism.rs b/pallets/subtensor/src/tests/mechanism.rs index ef51c7e8d5..f51b533fca 100644 --- a/pallets/subtensor/src/tests/mechanism.rs +++ b/pallets/subtensor/src/tests/mechanism.rs @@ -42,7 +42,7 @@ use crate::subnets::mechanism::{GLOBAL_MAX_SUBNET_COUNT, MAX_MECHANISM_COUNT_PER use crate::*; use alloc::collections::BTreeMap; use approx::assert_abs_diff_eq; -use ark_serialize::{CanonicalDeserialize, CanonicalSerialize}; +use ark_serialize_05::{CanonicalDeserialize, CanonicalSerialize}; use codec::Encode; use frame_support::{assert_noop, assert_ok}; use frame_system::RawOrigin; @@ -54,11 +54,11 @@ use sp_runtime::traits::{BlakeTwo256, Hash}; use sp_std::collections::vec_deque::VecDeque; use substrate_fixed::types::{I32F32, U64F64}; use subtensor_runtime_common::{MechId, NetUid, NetUidStorageIndex}; +use tle::engines::EngineBLS; use tle::{ - curves::drand::TinyBLS381, ibe::fullident::Identity, - stream_ciphers::AESGCMStreamCipherProvider, tlock::tle, + block_ciphers::AESGCMBlockCipherProvider, engines::drand::TinyBLS381, ibe::fullident::Identity, + tlock::tle, }; -use w3f_bls::EngineBLS; #[test] fn test_index_from_netuid_and_subnet() { @@ -1264,9 +1264,9 @@ fn test_reveal_crv3_commits_sub_success() { hasher.update(reveal_round.to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![message]); + let identity = Identity::new(b"", &message); - let ct = tle::(pub_key, esk, &serialized_payload, identity, rng).expect("encrypt"); + let ct = tle::(pub_key, esk, &serialized_payload, identity, rng).expect("encrypt"); let mut commit_bytes = Vec::new(); ct.serialize_compressed(&mut commit_bytes).expect("serialize"); @@ -1367,9 +1367,9 @@ fn test_crv3_above_mechanism_count_fails() { hasher.update(reveal_round.to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![message]); + let identity = Identity::new(b"", &message); - let ct = tle::(pub_key, esk, &serialized_payload, identity, rng).expect("encrypt"); + let ct = tle::(pub_key, esk, &serialized_payload, identity, rng).expect("encrypt"); let mut commit_bytes = Vec::new(); ct.serialize_compressed(&mut commit_bytes).expect("serialize"); diff --git a/pallets/subtensor/src/tests/weights.rs b/pallets/subtensor/src/tests/weights.rs index 23318eca4a..00688d98b3 100644 --- a/pallets/subtensor/src/tests/weights.rs +++ b/pallets/subtensor/src/tests/weights.rs @@ -1,7 +1,7 @@ #![allow(clippy::expect_used, clippy::indexing_slicing, clippy::unwrap_used)] -use ark_serialize::CanonicalDeserialize; -use ark_serialize::CanonicalSerialize; +use ark_serialize_05::CanonicalDeserialize; +use ark_serialize_05::CanonicalSerialize; use codec::Compact; use frame_support::{ assert_err, assert_ok, @@ -20,13 +20,13 @@ use sp_runtime::{ use sp_std::collections::vec_deque::VecDeque; use substrate_fixed::types::I32F32; use subtensor_runtime_common::NetUidStorageIndex; +use tle::engines::EngineBLS; use tle::{ - curves::drand::TinyBLS381, + block_ciphers::AESGCMBlockCipherProvider, + engines::drand::TinyBLS381, ibe::fullident::Identity, - stream_ciphers::AESGCMStreamCipherProvider, tlock::{tld, tle}, }; -use w3f_bls::EngineBLS; use super::mock::*; use crate::coinbase::reveal_commits::{LegacyWeightsTlockPayload, WeightsTlockPayload}; @@ -3983,16 +3983,16 @@ pub fn tlock_encrypt_decrypt_drand_quicknet_works() { hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![message]); + let identity = Identity::new(b"", &message); let rng = ChaCha20Rng::seed_from_u64(0); - let ct = tle::( + let ct = tle::( pub_key, esk, plaintext, identity, rng, ) .expect("Encryption failed"); // then we can decrypt the ciphertext using the signature - let result = tld::(ct, sig).expect("Decryption failed"); + let result = tld::(ct, sig).expect("Decryption failed"); assert!(result == plaintext); } @@ -4060,9 +4060,9 @@ fn test_reveal_crv3_commits_success() { hasher.update(reveal_round.to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![message]); + let identity = Identity::new(b"", &message); - let ct = tle::( + let ct = tle::( pub_key, esk, &serialized_payload, @@ -4198,9 +4198,9 @@ fn test_reveal_crv3_commits_cannot_reveal_after_reveal_epoch() { hasher.update(reveal_round.to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![message]); + let identity = Identity::new(b"", &message); - let ct = tle::( + let ct = tle::( pub_key, esk, &serialized_payload, @@ -4649,9 +4649,9 @@ fn test_reveal_crv3_commits_multiple_commits_some_fail_some_succeed() { hasher.update(reveal_round.to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![message]); + let identity = Identity::new(b"", &message); - let ct_valid = tle::( + let ct_valid = tle::( pub_key, esk, &serialized_valid_payload, @@ -4667,7 +4667,7 @@ fn test_reveal_crv3_commits_multiple_commits_some_fail_some_succeed() { // Prepare an invalid payload for hotkey2 let invalid_payload = vec![0u8; 10]; // Invalid payload - let ct_invalid = tle::( + let ct_invalid = tle::( pub_key, esk, &invalid_payload, @@ -4770,9 +4770,9 @@ fn test_reveal_crv3_commits_do_set_weights_failure() { hasher.update(reveal_round.to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![message]); + let identity = Identity::new(b"", &message); - let ct = tle::( + let ct = tle::( pub_key, esk, &serialized_payload, @@ -4848,9 +4848,9 @@ fn test_reveal_crv3_commits_payload_decoding_failure() { hasher.update(reveal_round.to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![message]); + let identity = Identity::new(b"", &message); - let ct = tle::( + let ct = tle::( pub_key, esk, &invalid_payload, @@ -4933,9 +4933,9 @@ fn test_reveal_crv3_commits_signature_deserialization_failure() { hasher.update(reveal_round.to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![message]); + let identity = Identity::new(b"", &message); - let ct = tle::( + let ct = tle::( pub_key, esk, &serialized_payload, @@ -5083,9 +5083,9 @@ fn test_reveal_crv3_commits_with_incorrect_identity_message() { hasher.update((reveal_round + 1).to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![incorrect_message]); + let identity = Identity::new(b"", &incorrect_message); - let ct = tle::( + let ct = tle::( pub_key, esk, &serialized_payload, @@ -5321,11 +5321,11 @@ fn test_reveal_crv3_commits_multiple_valid_commits_all_processed() { h.update(reveal_round.to_be_bytes()); h.finalize().to_vec() }; - let ct = tle::( + let ct = tle::( pk, esk, &payload.encode(), - Identity::new(b"", vec![id_msg]), + Identity::new(b"", &id_msg), ChaCha20Rng::seed_from_u64(i as u64), ) .unwrap(); @@ -5433,11 +5433,11 @@ fn test_reveal_crv3_commits_max_neurons() { h.update(reveal_round.to_be_bytes()); h.finalize().to_vec() }; - let ct = tle::( + let ct = tle::( pk, esk, &payload.encode(), - Identity::new(b"", vec![id_msg]), + Identity::new(b"", &id_msg), ChaCha20Rng::seed_from_u64(i as u64), ) .unwrap(); @@ -5585,9 +5585,9 @@ fn test_reveal_crv3_commits_hotkey_check() { hasher.update(reveal_round.to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![message]); + let identity = Identity::new(b"", &message); - let ct = tle::( + let ct = tle::( pub_key, esk, &serialized_payload, @@ -5702,9 +5702,9 @@ fn test_reveal_crv3_commits_hotkey_check() { hasher.update(reveal_round.to_be_bytes()); hasher.finalize().to_vec() }; - let identity = Identity::new(b"", vec![message]); + let identity = Identity::new(b"", &message); - let ct = tle::( + let ct = tle::( pub_key, esk, &serialized_payload, @@ -5831,11 +5831,11 @@ fn test_reveal_crv3_commits_retry_on_missing_pulse() { h.update(reveal_round.to_be_bytes()); h.finalize().to_vec() }; - let ct = tle::( + let ct = tle::( pk, esk, &payload.encode(), - Identity::new(b"", vec![id_msg]), + Identity::new(b"", &id_msg), ChaCha20Rng::seed_from_u64(0), ) .unwrap(); @@ -5975,9 +5975,9 @@ fn test_reveal_crv3_commits_legacy_payload_success() { h.update(reveal_round.to_be_bytes()); h.finalize().to_vec() }; - let identity = Identity::new(b"", vec![msg_hash]); + let identity = Identity::new(b"", &msg_hash); - let ct = tle::( + let ct = tle::( pk, esk, &serialized_payload, From 05b2e090a66f63dd2492cb55619d52178848cfc9 Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Wed, 8 Jul 2026 09:51:09 -0700 Subject: [PATCH 11/14] add libclang-dev --- .github/workflows/run-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-benchmarks.yml b/.github/workflows/run-benchmarks.yml index 0e3dea9dc1..9dc9a0265e 100644 --- a/.github/workflows/run-benchmarks.yml +++ b/.github/workflows/run-benchmarks.yml @@ -37,7 +37,7 @@ jobs: run: | sudo DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a apt-get install -y --no-install-recommends \ -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \ - build-essential clang curl libssl-dev llvm libudev-dev protobuf-compiler pkg-config + build-essential clang curl libclang-dev libssl-dev llvm libudev-dev protobuf-compiler pkg-config - name: Install Rust toolchain uses: actions-rs/toolchain@v1 From 3f6aee84ef6800a09e927394e1b06c42b09d5c27 Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Thu, 9 Jul 2026 07:51:17 -0700 Subject: [PATCH 12/14] trigger CI From 28e3d8060837d7404a77c3bb348425010c983d17 Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Thu, 9 Jul 2026 08:18:16 -0700 Subject: [PATCH 13/14] trigger CI From f2e5bbea2c0ac29116c92d8be5ac494019cd59ad Mon Sep 17 00:00:00 2001 From: UnArbosSix Date: Thu, 9 Jul 2026 08:58:37 -0700 Subject: [PATCH 14/14] update dissolutions for new version --- pallets/subtensor/src/subnets/dissolution.rs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pallets/subtensor/src/subnets/dissolution.rs b/pallets/subtensor/src/subnets/dissolution.rs index c5885c167d..3ce823ce3c 100644 --- a/pallets/subtensor/src/subnets/dissolution.rs +++ b/pallets/subtensor/src/subnets/dissolution.rs @@ -3,9 +3,10 @@ use frame_support::weights::WeightMeter; use subtensor_runtime_common::{NetUid, NetUidStorageIndex, clear_prefix_with_meter}; use subtensor_swap_interface::SwapHandler; /// Enum for the dissolve cleanup phase. -#[derive(Encode, Decode, TypeInfo, Clone, PartialEq, Eq, Debug, DecodeWithMemTracking)] +#[derive(Encode, Decode, TypeInfo, Clone, PartialEq, Eq, Debug, Default, DecodeWithMemTracking)] pub enum DissolveCleanupPhase { /// Phase 1.1: Remove root dividend claimable entries for the subnet. + #[default] SubnetRootDividendsRootClaimable, /// Phase 1.2: Remove root dividend claimed entries for the subnet. SubnetRootDividendsRootClaimed, @@ -53,12 +54,6 @@ pub enum DissolveCleanupPhase { NetworkDecayingLock, } -impl Default for DissolveCleanupPhase { - fn default() -> Self { - Self::SubnetRootDividendsRootClaimable - } -} - #[crate::freeze_struct("c524ea54893ae91a")] #[derive(Encode, Decode, TypeInfo, Clone, PartialEq, Eq, Debug, DecodeWithMemTracking)] pub struct DissolveCleanupStatus {